Upgrade to Time::HiRes 1.9709
[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 [ 32490] By: rgs                                   on 2007/11/25  17:26:03
33         Log: The version appears in the docs too. And update release date.
34      Branch: perl
35            ! lib/Attribute/Handlers.pm
36 ____________________________________________________________________________
37 [ 32489] By: rgs                                   on 2007/11/25  17:22:19
38         Log: Bump version to 0.79
39      Branch: perl
40            ! lib/Attribute/Handlers.pm
41 ____________________________________________________________________________
42 [ 32488] By: rgs                                   on 2007/11/25  17:20:33
43         Log: Change to Attribute::Handlers suggested by Damian in
44              Subject: Re: [PATCH] Attribute::Handlers till ears are bleeding
45              From: Damian Conway <damian@conway.org>
46              Date: Fri, 23 Nov 2007 07:43:05 +1100
47              Message-ID: <4745E9D9.1050102@conway.org>
48      Branch: perl
49            ! lib/Attribute/Handlers.pm
50            ! lib/Attribute/Handlers/t/data_convert.t
51 ____________________________________________________________________________
52 [ 32487] By: rgs                                   on 2007/11/25  17:01:43
53         Log: Regen table of contents
54      Branch: perl
55            ! pod/perltoc.pod
56 ____________________________________________________________________________
57 [ 32485] By: rgs                                   on 2007/11/25  16:07:33
58         Log: Bump patchlevel to RC2
59      Branch: perl
60            ! patchlevel.h
61 ____________________________________________________________________________
62 [ 32484] By: rgs                                   on 2007/11/25  15:43:11
63         Log: Document bug #47762, and mention %-
64      Branch: perl
65            ! pod/perlre.pod
66 ____________________________________________________________________________
67 [ 32481] By: nicholas                              on 2007/11/24  22:37:38
68         Log: Nick's a muppet (*and* perforce branching is hard, or at least hateful,
69              in as much as a branch spec is merely a shorthand - it's actually all
70              a flat namespace underneath). So this shouldn't be here, but it's all
71              due to a transcription typo on my part in the integrate command.
72              Whereas the branch spec I carefully made is valid, but no $expletive
73              use in actually creating the $expletive branch.
74              Doesn't excuse my mistake. But does explain it.
75      Branch: perl
76            - blead-maint-fixup/ext/XS/APItest/APItest.pm
77            - blead-maint-fixup/ext/XS/APItest/APItest.xs
78            - blead-maint-fixup/ext/XS/APItest/MANIFEST
79            - blead-maint-fixup/ext/XS/APItest/Makefile.PL
80            - blead-maint-fixup/ext/XS/APItest/README
81            - blead-maint-fixup/ext/XS/APItest/core.c
82            - blead-maint-fixup/ext/XS/APItest/core_or_not.inc
83            - blead-maint-fixup/ext/XS/APItest/exception.c
84            - blead-maint-fixup/ext/XS/APItest/notcore.c
85            - blead-maint-fixup/ext/XS/APItest/t/call.t
86            - blead-maint-fixup/ext/XS/APItest/t/exception.t
87            - blead-maint-fixup/ext/XS/APItest/t/hash.t
88            - blead-maint-fixup/ext/XS/APItest/t/my_cxt.t
89            - blead-maint-fixup/ext/XS/APItest/t/op.t
90            - blead-maint-fixup/ext/XS/APItest/t/printf.t
91            - blead-maint-fixup/ext/XS/APItest/t/push.t
92            - blead-maint-fixup/ext/XS/APItest/t/svsetsv.t
93            - blead-maint-fixup/ext/XS/APItest/t/xs_special_subs.t
94            - blead-maint-fixup/ext/XS/APItest/t/xs_special_subs_require.t
95 ____________________________________________________________________________
96 [ 32480] By: nicholas                              on 2007/11/24  20:15:51
97         Log: Create a branch for code changes to XS code that 5.8.x needs, which
98              can't yet be merged to blead beacuse of the code freeze for 5.10.
99              For now, XS::APItest
100      Branch: perl
101           +> blead-maint-fixup/ext/XS/APItest/APItest.pm
102           +> blead-maint-fixup/ext/XS/APItest/APItest.xs
103           +> blead-maint-fixup/ext/XS/APItest/MANIFEST
104           +> blead-maint-fixup/ext/XS/APItest/Makefile.PL
105           +> blead-maint-fixup/ext/XS/APItest/README
106           +> blead-maint-fixup/ext/XS/APItest/core.c
107           +> blead-maint-fixup/ext/XS/APItest/core_or_not.inc
108           +> blead-maint-fixup/ext/XS/APItest/exception.c
109           +> blead-maint-fixup/ext/XS/APItest/notcore.c
110           +> blead-maint-fixup/ext/XS/APItest/t/call.t
111           +> blead-maint-fixup/ext/XS/APItest/t/exception.t
112           +> blead-maint-fixup/ext/XS/APItest/t/hash.t
113           +> blead-maint-fixup/ext/XS/APItest/t/my_cxt.t
114           +> blead-maint-fixup/ext/XS/APItest/t/op.t
115           +> blead-maint-fixup/ext/XS/APItest/t/printf.t
116           +> blead-maint-fixup/ext/XS/APItest/t/push.t
117           +> blead-maint-fixup/ext/XS/APItest/t/svsetsv.t
118           +> blead-maint-fixup/ext/XS/APItest/t/xs_special_subs.t
119           +> blead-maint-fixup/ext/XS/APItest/t/xs_special_subs_require.t
120 ____________________________________________________________________________
121 [ 32478] By: nicholas                              on 2007/11/24  11:40:28
122         Log: Eliminating the duplicate logic in S_method_common() and
123              Perl_gv_fetchmethod_autoload() is clearly TODO.
124              Move the paragraph
125              "strcat(), strcpy(), strncat(), strncpy(), sprintf(), vsprintf()"
126              to the section "Tasks that need a little C knowledge" as it doesn't
127              need any XS knowledge.
128      Branch: perl
129            ! gv.c pod/perltodo.pod
130 ____________________________________________________________________________
131 [ 32477] By: nicholas                              on 2007/11/24  10:44:25
132         Log: Remove (probably) the last vestige of the assertions implementation -
133              a now unused variable.
134      Branch: perl
135            ! embedvar.h intrpvar.h perlapi.h
136 ____________________________________________________________________________
137 [ 32476] By: rgs                                   on 2007/11/24  09:09:21
138         Log: Mention kill improvements on Windows
139      Branch: perl
140            ! pod/perl5100delta.pod
141 ____________________________________________________________________________
142 [ 32475] By: rgs                                   on 2007/11/24  09:06:24
143         Log: Subject: [PATCH] Document different kill(-9, ...) semantics on Windows
144              From: "Jan Dubois" <jand@activestate.com>
145              Date: Fri, 23 Nov 2007 14:48:43 -0800
146              Message-ID: <003201c82e23$0003a0f0$000ae2d0$@com>
147      Branch: perl
148            ! pod/perlport.pod
149 ____________________________________________________________________________
150 [ 32474] By: craigb                                on 2007/11/24  02:17:28
151         Log: Subject: [patch@32376] VMS symbolic links part 4 of 4 - Final part
152         From: "John E. Malmberg" <wb8tyw@qsl.net>
153         Date: Sun, 18 Nov 2007 02:15:22 -0600
154         Message-id: <473FF49A.5000302@qsl.net>
155              
156              [.vms...] parts with revisions to compile on older systems and some
157              POD clean-up.
158
159      Branch: perl
160            ! vms/ext/Filespec.pm vms/vms.c vms/vmsish.h
161 ____________________________________________________________________________
162 [ 32468] By: nicholas                              on 2007/11/23  18:04:30
163         Log: Subject: Re: Are we missing some tests?
164              From: Robin Houston <robin@cpan.org>
165              Message-Id: <7C63C4C8-B0DA-46F2-81D7-F2C14AFF76B8@cpan.org>
166              Date: Fri, 23 Nov 2007 16:15:46 +0000
167      Branch: perl
168            ! t/op/ver.t
169 ____________________________________________________________________________
170 [ 32467] By: rgs                                   on 2007/11/23  16:22:14
171         Log: Subject: [PATCH] Re: RC1 build failure
172              From: Jarkko Hietaniemi <jhi@iki.fi>
173              Date: Fri, 23 Nov 2007 10:39:11 -0500
174              Message-ID: <4746F41F.6090508@iki.fi>
175      Branch: perl
176            ! regcomp.c
177 ____________________________________________________________________________
178 [ 32466] By: rgs                                   on 2007/11/23  15:00:57
179         Log: Subject: [PATCH] document return value of Getopt::Std::getopts()
180              From: Mark Jason Dominus <mjd@plover.com>
181              Date: Fri, 23 Nov 2007 09:54:38 -0500
182              Message-ID: <20071123145438.6593.qmail@plover.com>
183      Branch: perl
184            ! lib/Getopt/Std.pm
185 ____________________________________________________________________________
186 [ 32464] By: rgs                                   on 2007/11/23  11:39:00
187         Log: FAQ sync
188      Branch: perl
189            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
190            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
191            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
192 ____________________________________________________________________________
193 [ 32462] By: rgs                                   on 2007/11/23  11:00:58
194         Log: Bump $open::VERSION
195      Branch: perl
196            ! lib/open.pm
197 ____________________________________________________________________________
198 [ 32461] By: rgs                                   on 2007/11/23  10:58:24
199         Log: Subject: [patch] :utf8 updates
200              From: Juerd Waalboer <juerd@convolution.nl>
201              Date: Sat, 17 Nov 2007 20:03:00 +0100
202              Message-ID: <20071117190300.GY10696@c4.convolution.nl>
203      Branch: perl
204            ! AUTHORS lib/PerlIO.pm lib/open.pm pod/perlcheat.pod
205            ! pod/perlfunc.pod pod/perlopentut.pod pod/perlrun.pod
206            ! pod/perlunicode.pod pod/perlunifaq.pod pod/perluniintro.pod
207            ! pod/perlunitut.pod
208 ____________________________________________________________________________
209 [ 32460] By: nicholas                              on 2007/11/22  23:56:00
210         Log: Fix my typo in change 32137.
211              Fix the bogus blank line in change 31997.
212      Branch: perl
213            ! Changes
214 ____________________________________________________________________________
215 [ 32448] By: rgs                                   on 2007/11/22  10:29:15
216         Log: Regenerate META.yml (missing dual-life modules)
217      Branch: perl
218            ! META.yml
219 ____________________________________________________________________________
220 [ 32447] By: ams                                   on 2007/11/22  07:55:43
221         Log: 2.18 release.
222      Branch: perl
223            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
224 ____________________________________________________________________________
225 [ 32446] By: ams                                   on 2007/11/22  07:53:19
226         Log: 5.00404 compile fix from Slaven Rezic.
227      Branch: perl
228            ! ext/Storable/Storable.xs
229 ____________________________________________________________________________
230 [ 32445] By: rgs                                   on 2007/11/22  07:09:59
231         Log: Upgrade to Win32 0.34
232      Branch: perl
233            ! ext/Win32/Win32.pm
234 ____________________________________________________________________________
235 [ 32444] By: rgs                                   on 2007/11/22  06:34:54
236         Log: Add the Changes file for Win32.pm
237      Branch: perl
238            + ext/Win32/Changes
239            ! MANIFEST
240 ____________________________________________________________________________
241 [ 32443] By: rgs                                   on 2007/11/21  18:17:36
242         Log: Rename yylval to pl_yylval, to avoid confusing bogus C preprocessors
243              that attempt to expand it recursively. (like, on UNICOS)
244      Branch: perl
245            ! toke.c
246 ____________________________________________________________________________
247 [ 32441] By: nicholas                              on 2007/11/21  18:06:35
248         Log: Make genlog 'unexpand -a' all the spaces into tabs, which results in
249              smaller Changes files.
250      Branch: perl
251            ! Porting/genlog
252 ____________________________________________________________________________
253 [ 32440] By: rgs                                   on 2007/11/21  18:05:09
254         Log: Test::More and Test::Builder are actually part of the Test::Simple distribution
255      Branch: perl
256            ! Porting/Maintainers.pl
257 ____________________________________________________________________________
258 [ 32439] By: rgs                                   on 2007/11/21  17:57:47
259         Log: Safe.pm is actually not under ext/Safe
260      Branch: perl
261            ! Porting/Maintainers.pl
262 ____________________________________________________________________________
263 [ 32434] By: rgs                                   on 2007/11/21  13:49:25
264         Log: Update copyright in the README
265      Branch: perl
266            ! README
267 ____________________________________________________________________________
268 [ 32433] By: nicholas                              on 2007/11/21  12:06:31
269         Log: Run unexpand -a on all the Changes files, which were a jumbled mix of
270              tabs and spaces. Now they're all tabs, and about 1300K smaller.
271              The diff may look huge, but run diff -db and you'll see that it's all
272              whitespace.
273      Branch: perl
274            ! Changes Changes5.000 Changes5.001 Changes5.002 Changes5.003
275            ! Changes5.004 Changes5.005 Changes5.6 Changes5.8
276 ____________________________________________________________________________
277 [ 32432] By: rgs                                   on 2007/11/21  10:26:33
278         Log: Remove rules to regenerate regnodes.h
279      Branch: perl
280            ! win32/Makefile win32/makefile.mk
281 ____________________________________________________________________________
282 [ 32431] By: rgs                                   on 2007/11/21  10:17:33
283         Log: Subject: RE: Net/Ping/t/510_ping_udp.t fails on Windows Vista
284              From: "Steve Hay" <SteveHay@planit.com>
285              Date: Wed, 21 Nov 2007 09:45:57 -0000
286              Message-ID: <1B32FF956ABF414C9BCE5E487A1497E7DC885B@ukmail02.planit.group>
287      Branch: perl
288            ! ext/Win32/Win32.pm
289 ____________________________________________________________________________
290 [ 32430] By: rgs                                   on 2007/11/21  10:13:04
291         Log: Subject: [PATCH] Improve example code
292              From: "Jan Dubois" <jand@activestate.com>
293              Date: Tue, 20 Nov 2007 15:39:50 -0800
294              Message-ID: <076601c82bce$a4fcfe00$eef6fa00$@com>
295      Branch: perl
296            ! pod/perlsyn.pod
297 ____________________________________________________________________________
298 [ 32429] By: merijn                                on 2007/11/21  07:15:56
299         Log: Subject: [PATCH] RC1: Future-proof solaris 10 versioned solibs hint
300              From: Andy Dougherty <doughera@lafayette.edu>
301              Date: Tue, 20 Nov 2007 13:49:41 -0500 (EST)
302              Message-ID: <Pine.LNX.4.64.0711201346560.31844@fractal.phys.lafayette.edu>
303      Branch: perl
304            ! hints/solaris_2.sh
305 ____________________________________________________________________________
306 [ 32428] By: stevep                                on 2007/11/20  17:51:05
307         Log: Skip the udp ping tests if testing on Vista.  Also, switched
308              the getservbyname() call to check for a udp echo port.
309      Branch: perl
310            ! lib/Net/Ping/t/510_ping_udp.t
311 ____________________________________________________________________________
312 [ 32427] By: nicholas                              on 2007/11/20  16:59:49
313         Log: Update the files that need to be read/write in makerel, removing one
314              exterminated file, one file that is now a dummy, and adding in various
315              files that are actually read/write because they are regenerated from
316              source files. Change the type of regcharclass.h to read/write in
317              Perforce as it is auto-generated. (And all other auto-generated files
318              are read/write. There's some irony here - the only read/write files
319              are the ones you shouldn't edit. All the ones you can edit are read
320              only.)
321      Branch: perl
322            ! Porting/makerel regcharclass.h
323 ____________________________________________________________________________
324 [ 32426] By: nicholas                              on 2007/11/20  16:57:36
325         Log: Note that traces of PL_na cling on in dark corners of the source code.
326              Exterminate! Exterminate! Exterminate!
327      Branch: perl
328            ! pod/perltodo.pod
329 ____________________________________________________________________________
330 [ 32425] By: merijn                                on 2007/11/20  16:10:37
331         Log: Subject: Re: [PATCH] various RC1 nits
332              From: Jarkko Hietaniemi <jhi@iki.fi>
333              Date: Tue, 20 Nov 2007 10:51:54 -0500
334              Message-ID: <4743029A.3010002@iki.fi>
335      Branch: perl
336            ! Cross/Makefile-cross-SH Makefile.micro Porting/config_H
337            ! hints/catamount.sh perl.h uconfig.sh
338 ____________________________________________________________________________
339 [ 32423] By: rgs                                   on 2007/11/20  15:53:24
340         Log: Regenerate META.yml
341      Branch: perl
342            ! META.yml
343 ____________________________________________________________________________
344 [ 32420] By: stevep                                on 2007/11/20  15:21:56
345         Log: Update to Time-Piece.  The only change in the core is to the
346              version number.
347      Branch: perl
348            ! ext/Time/Piece/Piece.pm
349 ____________________________________________________________________________
350 [ 32418] By: rgs                                   on 2007/11/20  13:48:14
351         Log: Subject: [PATCH] RC1: In Solaris 10 do not use versioned solibs
352              From: Jarkko Hietaniemi <jhi@iki.fi>
353              Date: Tue, 20 Nov 2007 08:29:05 -0500
354              Message-ID: <4742E121.2090306@iki.fi>
355      Branch: perl
356            ! hints/solaris_2.sh
357 ____________________________________________________________________________
358 [ 32415] By: rgs                                   on 2007/11/20  11:43:29
359         Log: Upgrade to Locale::Maketext 1.12
360      Branch: perl
361            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
362            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/Guts.pm
363            ! lib/Locale/Maketext/GutsLoader.pm
364            ! lib/Locale/Maketext/TPJ13.pod
365            ! lib/Locale/Maketext/t/01_about_verbose.t
366            ! lib/Locale/Maketext/t/10_make.t lib/Locale/Maketext/t/20_get.t
367            ! lib/Locale/Maketext/t/30_local.t
368            ! lib/Locale/Maketext/t/40_super.t
369            ! lib/Locale/Maketext/t/50_super.t
370            ! lib/Locale/Maketext/t/60_super.t
371            ! lib/Locale/Maketext/t/90_utf8.t
372 ____________________________________________________________________________
373 [ 32414] By: rgs                                   on 2007/11/20  10:43:24
374         Log: Subject: [PATCH] Fix VERSION in lib/Module/Build/YAML.pm (resubmitted)
375              From: "Jerry D. Hedden" <jdhedden@cpan.org>
376              Date: Thu, 8 Nov 2007 09:35:46 -0500
377              Message-ID: <1ff86f510711080635h26362cefn3ab6c528610a9871@mail.gmail.com>
378      Branch: perl
379            ! lib/Module/Build/YAML.pm
380 ____________________________________________________________________________
381 [ 32412] By: rgs                                   on 2007/11/20  08:17:55
382         Log: Subject: [PATCH] Correction to perl5100delta.pod
383              From: "Jan Dubois" <jand@activestate.com>
384              Date: Mon, 19 Nov 2007 16:03:25 -0800
385              Message-ID: <03d101c82b08$c5bf7210$513e5630$@com>
386      Branch: perl
387            ! pod/perl5100delta.pod
388 ____________________________________________________________________________
389 [ 32411] By: rgs                                   on 2007/11/20  08:16:21
390         Log: Subject: [PATCH] Rename "perl59" to "perl510"
391              From: "Jan Dubois" <jand@activestate.com>
392              Date: Mon, 19 Nov 2007 15:53:11 -0800
393              Message-ID: <03cd01c82b07$581a1950$084e4bf0$@com>
394      Branch: perl
395            ! README.win32 hints/dgux.sh installperl makedef.pl
396            ! win32/Makefile win32/makefile.mk
397 ____________________________________________________________________________
398 [ 32410] By: rgs                                   on 2007/11/20  08:14:11
399         Log: Subject: [Patch] perlboot.pod / added semicolons
400              From: "Spiros Denaxas" <spiros@lokku.com>
401              Date: Mon, 19 Nov 2007 23:43:11 +0000
402              Message-ID: <bba689ec0711191543l31c7b3faw690d5fd7c5574823@mail.gmail.com>
403      Branch: perl
404            ! pod/perlboot.pod
405 ____________________________________________________________________________
406 [ 32405] By: rgs                                   on 2007/11/19  14:15:31
407         Log: Subject: [PATCH] Attribute::Handlers till ears are bleeding
408              From: Michael G Schwern <schwern@pobox.com>
409              Date: Sun, 18 Nov 2007 16:20:31 -0800
410              Message-ID: <4740D6CF.6030407@pobox.com>
411      Branch: perl
412            + lib/Attribute/Handlers/t/data_convert.t
413            ! MANIFEST lib/Attribute/Handlers.pm
414 ____________________________________________________________________________
415 [ 32401] By: rgs                                   on 2007/11/19  10:58:03
416         Log: Subject: rc1 patch - delta, comment nits
417              From: Jim Cromie <jim.cromie@gmail.com>
418              Date: Sun, 18 Nov 2007 18:01:13 -0700
419              Message-ID: <4740E059.30808@gmail.com>
420      Branch: perl
421            ! pod/perl5100delta.pod sv.c
422 ____________________________________________________________________________
423 [ 32399] By: rgs                                   on 2007/11/19  10:29:24
424         Log: Typo (found by Jarkko)
425      Branch: perl
426            ! pod/perl5100delta.pod
427 ____________________________________________________________________________
428 [ 32395] By: nicholas                              on 2007/11/18  22:25:26
429         Log: Re-indent erroneous changelogs. [Software that pastes carriage returns
430              considered hateful.]
431      Branch: perl
432            ! Changes
433 ____________________________________________________________________________
434 [ 32376] By: nicholas                              on 2007/11/17  18:57:51
435         Log: 0777 is 512, not 522. (A typo.)
436      Branch: perl
437            ! pod/perlrebackslash.pod
438 ____________________________________________________________________________
439 [ 32372] By: nicholas                              on 2007/11/17  16:57:55
440         Log: Placate the black box index parser on search.cpan.org.
441      Branch: perl
442            ! pod/perl587delta.pod pod/perl588delta.pod pod/perl590delta.pod
443            ! pod/perl591delta.pod pod/perl592delta.pod pod/perl593delta.pod
444            ! pod/perl594delta.pod pod/perl595delta.pod
445 ____________________________________________________________________________
446 [ 32367] By: rgs                                   on 2007/11/17  14:13:05
447         Log: Regenerate Changes
448      Branch: perl
449            ! Changes
450 ____________________________________________________________________________
451 [ 32366] By: nicholas                              on 2007/11/17  14:07:51
452         Log: Subject: typo in perl5100delta.pod
453              From: YAMASHINA Hio <hio@hio.jp>
454              Message-Id: <20071117230212.20bef697.hio@hio.jp>
455              Date: Sat, 17 Nov 2007 23:02:12 +0900
456      Branch: perl
457            ! pod/perl5100delta.pod
458 ____________________________________________________________________________
459 [ 32363] By: rgs                                   on 2007/11/17  13:21:40
460         Log: Mention perlreapi in perldelta.
461      Branch: perl
462            ! pod/perl5100delta.pod
463 ____________________________________________________________________________
464 [ 32362] By: rgs                                   on 2007/11/17  13:07:07
465         Log: 5.10.0-RC1 is today, after lunch
466      Branch: perl
467            ! pod/perlhist.pod
468 ____________________________________________________________________________
469 [ 32361] By: rgs                                   on 2007/11/17  12:55:15
470         Log: Subject: [PATCH] perl5db.pl update for Mac OS X 10.5
471              From: Bo Lindbergh <blgl@hagernas.com>
472              Date: Fri, 16 Nov 2007 15:50:52 +0100
473              Message-Id: <EAF6EFA7-D069-4809-9060-B66A746BBEF2@hagernas.com>
474      Branch: perl
475            ! lib/perl5db.pl
476 ____________________________________________________________________________
477 [ 32360] By: rgs                                   on 2007/11/17  12:28:49
478         Log: Subject: [perl #47533] [PATCH perlvar.pod] Missing English variables 
479              From: Michael G Schwern (via RT) <perlbug-followup@perl.org>
480              Date: Fri, 16 Nov 2007 19:26:36 -0800
481              Message-ID: <rt-3.6.HEAD-24634-1195269995-836.47533-75-0@perl.org>
482      Branch: perl
483            ! pod/perlvar.pod
484 ____________________________________________________________________________
485 [ 32357] By: craigb                                on 2007/11/17  04:19:47
486         Log: Skip Module::Build ppm test -- not ready for prime time on VMS.
487      Branch: perl
488            ! lib/Module/Build/t/ppm.t
489 ____________________________________________________________________________
490 [ 32354] By: craigb                                on 2007/11/16  23:49:42
491         Log: Let's install the *current* perldelta on VMS.
492      Branch: perl
493            ! vms/descrip_mms.template
494 ____________________________________________________________________________
495 [ 32353] By: craigb                                on 2007/11/16  23:47:45
496         Log: Silence ill-behaved Test::Harness test on VMS.
497      Branch: perl
498            ! lib/Test/Harness/t/failure.t
499 ____________________________________________________________________________
500 [ 32352] By: craigb                                on 2007/11/16  23:46:13
501         Log: The new Archive::Tar tests are TODO on VMS for reasons unrelated
502              to the security issue for which they are testing.
503      Branch: perl
504            ! lib/Archive/Tar/t/04_resolved_issues.t
505 ____________________________________________________________________________
506 [ 32351] By: craigb                                on 2007/11/16  23:43:46
507         Log: Silence ill-behaved or failing Module::Build tests on VMS.
508      Branch: perl
509            ! lib/Module/Build/t/test_type.t lib/Module/Build/t/tilde.t
510            ! lib/Module/Build/t/xs.t
511 ____________________________________________________________________________
512 [ 32350] By: nicholas                              on 2007/11/16  23:42:04
513         Log: Decode the subject header encoding of Ã†var's name.
514      Branch: perl
515            ! Changes
516 ____________________________________________________________________________
517 [ 32344] By: ams                                   on 2007/11/16  20:43:39
518         Log: For the 2.17 release.
519      Branch: perl
520            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
521 ____________________________________________________________________________
522 [ 32342] By: nicholas                              on 2007/11/16  20:20:00
523         Log: Fix a typo in the description of change 31295.
524      Branch: perl
525            ! Changes
526 ____________________________________________________________________________
527 [ 32338] By: nicholas                              on 2007/11/16  16:40:11
528         Log: UNITCHECK is only a keyword post 5.009, so to allow safe upgrades of
529              constant.pm on 5.8.x and earlier don't treat it as something special.
530      Branch: perl
531            ! lib/constant.pm lib/constant.t
532 ____________________________________________________________________________
533 [ 32335] By: rgs                                   on 2007/11/16  14:34:32
534         Log: Underscore the non-official version number
535      Branch: perl
536            ! lib/Pod/Checker.pm
537 ____________________________________________________________________________
538 [ 32334] By: rgs                                   on 2007/11/16  13:27:21
539         Log: Prepare patchlevel for RC1
540      Branch: perl
541            ! patchlevel.h
542 ____________________________________________________________________________
543 [ 32332] By: merijn                                on 2007/11/16  11:00:07
544         Log: Subject: Fix build failure on QNX
545              From: Matt Kraai <kraai@ftbfs.org>
546              Date: Thu, 15 Nov 2007 15:01:34 -0800
547              Message-ID: <20071115230134.GA4032@ftbfs.org>
548      Branch: perl
549            ! hints/qnx.sh
550 ____________________________________________________________________________
551 [ 32330] By: stevep                                on 2007/11/15  21:20:41
552         Log: Change Pod::Checker to allow the "=encoding" Pod command.  Fixes
553              RT #47271: podchecker says Unknown command 'encoding'
554      Branch: perl
555            ! lib/Pod/Checker.pm
556 ____________________________________________________________________________
557 [ 32329] By: craigb                                on 2007/11/15  20:49:26
558         Log: In Perl_vms_start_glob, when we don't have any matches and thus
559              return the input pattern, that doesn't mean clobber the input
560              scalar.  Follow-up to change 30813.
561      Branch: perl
562            ! vms/vms.c
563 ____________________________________________________________________________
564 [ 32327] By: nicholas                              on 2007/11/15  11:56:19
565         Log: Bump the VERSION on ExtUtils::Embed.
566      Branch: perl
567            ! lib/ExtUtils/Embed.pm
568 ____________________________________________________________________________
569 [ 32326] By: rgs                                   on 2007/11/15  08:31:48
570         Log: Upgrade to Archive::Tar 1.37_01 (security fix)
571      Branch: perl
572            ! lib/Archive/Tar.pm lib/Archive/Tar/bin/ptar
573            ! lib/Archive/Tar/t/04_resolved_issues.t
574 ____________________________________________________________________________
575 [ 32325] By: rgs                                   on 2007/11/15  07:59:40
576         Log: Subject: [PATCH] perlsub's docs on state assignment are busted
577              From: Ricardo SIGNES <perl.p5p@rjbs.manxome.org>
578              Date: Wed, 14 Nov 2007 15:34:30 -0500
579              Message-ID: <20071114203430.GA7191@zodiac.codesimply.com>
580      Branch: perl
581            ! pod/perlsub.pod
582 ____________________________________________________________________________
583 [ 32324] By: rgs                                   on 2007/11/15  07:58:02
584         Log: Update CPANPLUS to 0.83_10
585      Branch: perl
586            ! lib/CPANPLUS/Config.pm lib/CPANPLUS/Internals/Fetch.pm
587            ! lib/CPANPLUS/Internals/Source.pm
588            ! lib/CPANPLUS/Internals/Utils.pm lib/CPANPLUS/Selfupdate.pm
589            ! lib/CPANPLUS/t/03_CPANPLUS-Internals-Source.t
590            ! lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t
591            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
592            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Bundle-Foo-Bar-0.0
593            ! 1.tar.gz.packed
594            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.tar.g
595            ! z.packed
596            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/perl5.005_03.tar.g
597            ! z.packed
598            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/Foo-Bar-0.01.tar.gz.
599            ! packed
600            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/Foo-Bar-0.01.tar.g
601            ! z.packed
602            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/Foo-Bar-0.01.tar.gz.
603            ! packed
604            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
605            ! cked
606            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
607 ____________________________________________________________________________
608 [ 32323] By: rgs                                   on 2007/11/15  07:55:08
609         Log: Update File::Fetch to 0.13_04
610      Branch: perl
611            ! lib/File/Fetch.pm
612 ____________________________________________________________________________
613 [ 32322] By: rgs                                   on 2007/11/15  07:18:02
614         Log: -e is better than -f (in case of symbolic links)
615      Branch: perl
616            ! ext/ODBM_File/hints/linux.pl
617 ____________________________________________________________________________
618 [ 32321] By: rgs                                   on 2007/11/15  06:42:24
619         Log: Adjust ODBM_File for Debian. See:
620              Subject: Re: 5.10 build failure on Debian.
621              From: David Cantrell <david@cantrell.org.uk>
622              Date: Thu, 15 Nov 2007 00:17:07 +0000
623              Message-ID: <20071115001707.GA29642@bytemark.barnyard.co.uk>
624      Branch: perl
625            ! ext/ODBM_File/hints/linux.pl
626 ____________________________________________________________________________
627 [ 32308] By: craigb                                on 2007/11/14  01:41:46
628         Log: Subject: Re: CPANPLUS working again on VMS Re: [PATCH@32279] Upgrade File::Fetch to 0.13_04 - fixed for VMS.
629              From: "John E. Malmberg" <wb8tyw@qsl.net>
630              Date: Tue, 13 Nov 2007 19:27:09 -0600
631              Message-id: <473A4EED.4050201@qsl.net>
632              
633              Typo in #32306.
634      Branch: perl
635            ! lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t
636 ____________________________________________________________________________
637 [ 32306] By: craigb                                on 2007/11/13  14:28:52
638         Log: Subject: Re: [PATCH@32279] Upgrade File::Fetch to 0.13_04 - fixed for VMS.
639              From: "John E. Malmberg" <wb8tyw@qsl.net>
640              Date: Mon, 12 Nov 2007 23:47:20 -0600
641              Message-id: <47393A68.4070003@qsl.net>
642              
643              CPANPLUS working again on VMS.
644      Branch: perl
645            ! lib/CPANPLUS/Internals/Fetch.pm
646            ! lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t
647 ____________________________________________________________________________
648 [ 32305] By: rgs                                   on 2007/11/13  14:19:46
649         Log: Subject: Re: [PATCH] File-Path-2.04 (this time with patch)
650              From: David Landgren <david@landgren.net>
651              Date: Tue, 13 Nov 2007 14:44:22 +0100
652              Message-ID: <4739AA36.7000809@landgren.net>
653      Branch: perl
654            ! lib/File/Path.pm lib/File/Path.t
655 ____________________________________________________________________________
656 [ 32304] By: craigb                                on 2007/11/13  14:15:12
657         Log: Subject: [PATCH@32279] Upgrade File::Fetch to 0.13_04  - fixed for VMS.
658              From: "John E. Malmberg" <wb8tyw@qsl.net>
659              Date: Mon, 12 Nov 2007 08:49:23 -0600
660              Message-id: <473867F3.8090409@qsl.net>
661              
662              With slight revisions (and not really a CPAN upgrade, just a patch)
663      Branch: perl
664            ! lib/File/Fetch.pm
665 ____________________________________________________________________________
666 [ 32303] By: rgs                                   on 2007/11/13  13:44:59
667         Log: Update Time::HiRes' Changes file
668      Branch: perl
669            ! ext/Time/HiRes/Changes
670 ____________________________________________________________________________
671 [ 32302] By: rgs                                   on 2007/11/13  13:42:19
672         Log: Update the Storable changelog. Note that, while Storable's code is
673              in sync between the core and the CPAN, the tests are not.
674      Branch: perl
675            ! ext/Storable/ChangeLog
676 ____________________________________________________________________________
677 [ 32301] By: rgs                                   on 2007/11/13  09:26:13
678         Log: Subject: Re: 5.10 code freeze and dual-life modules
679              From: Jonathan Stowe <jns@gellyfish.com>
680              Date: Mon, 12 Nov 2007 21:34:17 +0000
681              Message-Id: <1194903257.6243.8.camel@coriolanus>
682      Branch: perl
683            ! lib/Term/Cap.pm
684 ____________________________________________________________________________
685 [ 32300] By: rgs                                   on 2007/11/13  09:22:44
686         Log: Subject: RE: 5.10 code freeze and dual-life modules
687              From: "Jan Dubois" <jand@activestate.com>
688              Date: Mon, 12 Nov 2007 12:04:46 -0800
689              Message-ID: <024101c82567$46ffd650$d4ff82f0$@com>
690      Branch: perl
691            ! ext/Win32/Makefile.PL ext/Win32/Win32.pm
692 ____________________________________________________________________________
693 [ 32299] By: rgs                                   on 2007/11/13  09:15:15
694         Log: Re-apply change #30562 (thanks to Abe Timmerman)
695      Branch: perl
696            ! ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
697 ____________________________________________________________________________
698 [ 32297] By: nicholas                              on 2007/11/12  23:20:11
699         Log: Porting/Maintainers.pm uses a _ prototype, which is a 5.10 feature, so
700              use 5.010; to trap 5.8.x and earlier before they choke.
701      Branch: perl
702            ! Porting/Maintainers.pm
703 ____________________________________________________________________________
704 [ 32294] By: rgs                                   on 2007/11/12  22:16:41
705         Log: Subject: [PATCH] t/comp/opsubs.t
706              From: Jarkko Hietaniemi <jhi@iki.fi>
707              Date: Mon, 12 Nov 2007 16:13:58 -0500
708              Message-ID: <4738C216.2040302@iki.fi>
709      Branch: perl
710            ! t/comp/opsubs.t
711 ____________________________________________________________________________
712 [ 32286] By: rgs                                   on 2007/11/12  16:57:08
713         Log: Subject: Fwd: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.22.tar.gz
714              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
715              Date: Thu, 8 Nov 2007 02:05:45 +0100
716              Message-Id: <BA3BE7CB-BBCC-47EF-A8EF-569BE97133E6@free.fr>
717      Branch: perl
718            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm
719 ____________________________________________________________________________
720 [ 32285] By: rgs                                   on 2007/11/12  16:45:20
721         Log: The JAPHs that use $* won't work anymore.
722      Branch: perl
723            ! t/japh/abigail.t
724 ____________________________________________________________________________
725 [ 32284] By: rgs                                   on 2007/11/12  14:38:17
726         Log: Subject: Re: CPANPLUS conf.pl fixes for VMS
727              From: "John E. Malmberg" <wb8tyw@qsl.net>
728              Date: Sun, 11 Nov 2007 22:08:08 -0600
729              Message-id: <4737D1A8.8010601@qsl.net>
730      Branch: perl
731            ! lib/CPANPLUS/Config.pm lib/CPANPLUS/Dist/Build/t/inc/conf.pl
732            ! lib/CPANPLUS/t/inc/conf.pl
733 ____________________________________________________________________________
734 [ 32283] By: rgs                                   on 2007/11/12  13:31:44
735         Log: TODO: cleanup perlmodlib.PL
736      Branch: perl
737            ! pod/perltodo.pod
738 ____________________________________________________________________________
739 [ 32282] By: rgs                                   on 2007/11/12  13:30:04
740         Log: Fix listing of MIME::QuotedPrint in perlmodlib
741      Branch: perl
742            ! pod/perlmodlib.PL pod/perlmodlib.pod
743 ____________________________________________________________________________
744 [ 32281] By: rgs                                   on 2007/11/12  10:44:05
745         Log: Subject: [PATCH] Compression Modules Update for EBCDIC
746              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
747              Date: Sat, 10 Nov 2007 12:08:16 -0000
748              Message-ID: <003f01c82392$6158b520$6501a8c0@myopwv.com>
749      Branch: perl
750            ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README
751            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
752            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
753            ! ext/Compress/Zlib/README
754            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
755            ! ext/IO_Compress_Base/Changes ext/IO_Compress_Base/README
756            ! ext/IO_Compress_Base/lib/IO/Compress/Base.pm
757            ! ext/IO_Compress_Base/lib/IO/Compress/Base/Common.pm
758            ! ext/IO_Compress_Base/lib/IO/Uncompress/AnyUncompress.pm
759            ! ext/IO_Compress_Base/lib/IO/Uncompress/Base.pm
760            ! ext/IO_Compress_Zlib/Changes ext/IO_Compress_Zlib/Makefile.PL
761            ! ext/IO_Compress_Zlib/README
762            ! ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Deflate.pm
763            ! ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Identity.pm
764            ! ext/IO_Compress_Zlib/lib/IO/Compress/Deflate.pm
765            ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip.pm
766            ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip/Constants.pm
767            ! ext/IO_Compress_Zlib/lib/IO/Compress/RawDeflate.pm
768            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zip.pm
769            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zip/Constants.pm
770            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Constants.pm
771            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Extra.pm
772            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Identity.pm
773            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
774            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/AnyInflate.pm
775            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Gunzip.pm
776            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Inflate.pm
777            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/RawInflate.pm
778            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Unzip.pm
779            ! t/lib/compress/truncate.pl
780 ____________________________________________________________________________
781 [ 32280] By: rgs                                   on 2007/11/12  09:42:50
782         Log: Subject: CPAN.pm 1.9205
783              From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig)
784              Date: Sun, 11 Nov 2007 21:38:04 +0100
785              Message-ID: <87lk944ixf.fsf@k75.linux.bogus>
786      Branch: perl
787            ! lib/CPAN.pm lib/CPAN/SIGNATURE
788 ____________________________________________________________________________
789 [ 32279] By: craigb                                on 2007/11/12  05:00:47
790         Log: Subject: patch@32274 file/find/t/ find.t and taint.t fixes for VMS.
791              From: "John E. Malmberg" <wb8tyw@qsl.net>
792              Date: Sun, 11 Nov 2007 17:42:46 -0600
793              Message-id: <47379376.6070809@qsl.net>
794              
795              With variations to make it cross-platform.
796
797      Branch: perl
798            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
799 ____________________________________________________________________________
800 [ 32278] By: craigb                                on 2007/11/12  04:33:08
801         Log: Subject: patch@32274 t/op/taint.t not cleaning up properly on VMS.
802              From: "John E. Malmberg" <wb8tyw@qsl.net>
803              Date: Sun, 11 Nov 2007 20:09:17 -0600
804              Message-id: <4737B5CD.90209@qsl.net>
805
806      Branch: perl
807            ! t/op/taint.t
808 ____________________________________________________________________________
809 [ 32277] By: craigb                                on 2007/11/11  23:03:03
810         Log: Correct and complete CBuilder's handling of external libraries when
811              linking on VMS.  
812      Branch: perl
813            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
814 ____________________________________________________________________________
815 [ 32276] By: craigb                                on 2007/11/11  22:52:15
816         Log: Make File::Path::_rmtree behave when passed an individual file
817              with a relative path that is already in VMS syntax.
818      Branch: perl
819            ! lib/File/Path.pm
820 ____________________________________________________________________________
821 [ 32275] By: craigb                                on 2007/11/11  22:45:46
822         Log: Following 32238, change "interpreter_size" to "interp_size" in the new 
823              global symbols to keep overall symbol length within 31 characters, 
824              which is what the VMS C compiler with default flags can handle.
825      Branch: perl
826            ! embedvar.h makedef.pl perlapi.h perlvars.h
827 ____________________________________________________________________________
828 [ 32274] By: rgs                                   on 2007/11/11  12:22:48
829         Log: Upgrade File::Fetch to 0.13_03
830      Branch: perl
831            ! lib/File/Fetch.pm lib/File/Fetch/t/01_File-Fetch.t
832 ____________________________________________________________________________
833 [ 32269] By: nicholas                              on 2007/11/10  14:46:44
834         Log: Arrange for buildtoc to remove the svn Revision keyword from the
835              index generated into perltoc.pod, as there it's just noise.
836      Branch: perl
837            ! pod/buildtoc pod/perltoc.pod
838 ____________________________________________________________________________
839 [ 32268] By: nicholas                              on 2007/11/10  14:39:06
840         Log: Regenerate perltoc.pod
841      Branch: perl
842            ! pod/perltoc.pod
843 ____________________________________________________________________________
844 [ 32262] By: nicholas                              on 2007/11/09  23:17:29
845         Log: Propagating const outwards from Perl_moreswitches() is to be done.
846      Branch: perl
847            ! pod/perltodo.pod
848 ____________________________________________________________________________
849 [ 32255] By: nicholas                              on 2007/11/09  21:28:25
850         Log: Following change 31410, also re-align the column title.
851      Branch: perl
852            ! pod/perlguts.pod
853 ____________________________________________________________________________
854 [ 32254] By: nicholas                              on 2007/11/09  17:57:45
855         Log: Note that investigating PADTMP hash pessimisation is to be done.
856      Branch: perl
857            ! pod/perltodo.pod
858 ____________________________________________________________________________
859 [ 32253] By: craigb                                on 2007/11/09  16:41:47
860         Log: Subject: [PATCH] CPANPLUS::Dist::Build 0.06_02
861              From: "Jos I. Boumans" <jos@dwim.org>
862              Date: Fri, 9 Nov 2007 15:52:06 +0100
863              Message-Id: <6A306E21-F59B-4FAA-A753-A11540539087@dwim.org>
864      Branch: perl
865            ! lib/CPANPLUS/Dist/Build.pm
866            ! lib/CPANPLUS/Dist/Build/Constants.pm
867            ! lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t
868            ! lib/CPANPLUS/Dist/Build/t/inc/conf.pl
869            ! lib/CPANPLUS/Dist/Build/t/src/noxs/Foo-Bar-0.01.tar.gz.packed
870            ! lib/CPANPLUS/Dist/Build/t/src/xs/Foo-Bar-0.01.tar.gz.packed
871 ____________________________________________________________________________
872 [ 32252] By: craigb                                on 2007/11/09  16:35:18
873         Log: Subject: [PATCH] CPANPLUS 0.083_09
874              From: "Jos I. Boumans" <jos@dwim.org>
875              Date: Fri, 9 Nov 2007 15:50:11 +0100
876              Message-Id: <B17C3858-AF8D-4FDE-AE15-F612E7B41FC9@dwim.org>
877      Branch: perl
878            ! lib/CPANPLUS.pm lib/CPANPLUS/Config.pm
879            ! lib/CPANPLUS/Internals.pm lib/CPANPLUS/Shell/Default.pm
880            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
881            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Bundle-Foo-Bar-0.0
882            ! 1.tar.gz.packed
883            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.tar.g
884            ! z.packed
885            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/perl5.005_03.tar.g
886            ! z.packed
887            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/Foo-Bar-0.01.tar.gz.
888            ! packed
889            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/Foo-Bar-0.01.tar.g
890            ! z.packed
891            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/Foo-Bar-0.01.tar.gz.
892            ! packed
893            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
894            ! cked
895            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
896            ! lib/CPANPLUS/t/inc/conf.pl
897 ____________________________________________________________________________
898 [ 32251] By: rgs                                   on 2007/11/09  09:35:14
899         Log: Update to CPAN.pm 1.9204
900      Branch: perl
901            ! lib/CPAN.pm lib/CPAN/Nox.pm lib/CPAN/SIGNATURE
902            ! lib/CPAN/Version.pm
903 ____________________________________________________________________________
904 [ 32250] By: rgs                                   on 2007/11/09  09:08:09
905         Log: A couple of bite-sized TODO for the pod/* tools
906      Branch: perl
907            ! pod/buildtoc pod/perltodo.pod
908 ____________________________________________________________________________
909 [ 32249] By: rgs                                   on 2007/11/09  09:06:34
910         Log: Remove old directions for reusing config.sh across perl versions.
911              Remove mention of roffitall.
912      Branch: perl
913            ! INSTALL
914 ____________________________________________________________________________
915 [ 32248] By: davem                                 on 2007/11/09  01:05:26
916         Log: Must remember to proof-read my comments before committing...
917      Branch: perl
918            ! sv.c
919 ____________________________________________________________________________
920 [ 32247] By: davem                                 on 2007/11/09  00:56:20
921         Log: Core dump caused by goto
922              tmp disable printing of variable names caused by uninitialised
923              values within a pp_entersub or pp_goto
924      Branch: perl
925            ! sv.c t/lib/warnings/9uninit
926 ____________________________________________________________________________
927 [ 32246] By: nicholas                              on 2007/11/08  15:36:50
928         Log: Remove CLONE_SKIP (5.8.7). Remove -dt (5.8.6, and Brainbench know that.
929              Yay. Maybe they have a use). s/Misc/Miscelaneous/ as it seems daft to
930              have an abbreviation in your name.
931              Replace "" with '' in code examples where syntactically valid.
932              Add the elimination of SVt_PVBM and the addition of SVt_BIND
933              Some grammar fixes. Some rephrasing to make the text flow better.
934      Branch: perl
935            ! pod/perl5100delta.pod
936 ____________________________________________________________________________
937 [ 32245] By: steveh                                on 2007/11/08  14:20:57
938         Log: A minor correction to perl5100delta
939      Branch: perl
940            ! pod/perl5100delta.pod
941 ____________________________________________________________________________
942 [ 32244] By: nicholas                              on 2007/11/08  14:06:09
943         Log: Add UNITCHECK to the list of keywords in pl2pm
944      Branch: perl
945            ! utils/pl2pm.PL
946 ____________________________________________________________________________
947 [ 32243] By: rgs                                   on 2007/11/08  14:01:17
948         Log: Increment some numbers.
949      Branch: perl
950            ! INSTALL
951 ____________________________________________________________________________
952 [ 32242] By: steveh                                on 2007/11/08  12:54:14
953         Log: Subject: [PATCH] RE: Change 32238: "Bake" the values of PERL_REVISION, PERL_VERSION and PERL_SUBVERSION
954              From: "Jan Dubois" <jand@activestate.com>
955              Date: Wed, 7 Nov 2007 21:44:38 -0800
956              Message-ID: <058701c821ca$73d071d0$5b715570$@com>
957              
958              (plus a couple of other similar fixes for change 32238 that Jan missed)
959      Branch: perl
960            ! makedef.pl
961 ____________________________________________________________________________
962 [ 32241] By: rgs                                   on 2007/11/08  10:31:55
963         Log: Subject: [PATCH] Bug fix for storing shared objects in shared structures
964              From: "Jerry D. Hedden" <jdhedden@cpan.org>
965              Date: Tue, 6 Nov 2007 14:36:40 -0500
966              Message-ID: <1ff86f510711061136t52a1fe62waf384c4551612181@mail.gmail.com>
967              
968              (core patch only)
969      Branch: perl
970            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h perl.h
971            ! perlapi.h pod/perlapi.pod proto.h sv.c sv.h util.c
972 ____________________________________________________________________________
973 [ 32240] By: nicholas                              on 2007/11/08  10:07:53
974         Log: One definite grammar fix, and one sort-of-grammar fix. (It felt better)
975      Branch: perl
976            ! INSTALL
977 ____________________________________________________________________________
978 [ 32239] By: rgs                                   on 2007/11/08  09:03:46
979         Log: INSTALL updates: note that usemymalloc isn't always the default;
980              POD fixes; list all scripts and binaries that are to be installed.
981      Branch: perl
982            ! INSTALL
983 ____________________________________________________________________________
984 [ 32238] By: nicholas                              on 2007/11/07  23:58:06
985         Log: "Bake" the values of PERL_REVISION, PERL_VERSION and PERL_SUBVERSION
986              into global variables (and hence a shared perl library). Additionally
987              under MULTIPLICITY record the size of the interpreter structure (total,
988              and for this version) and under PERL_GLOBAL_STRUCT the size of the
989              global variables structure. Coupled with PL_bincompat_options this will
990              allow 5.10.1 (and later), when compiled with a shared perl library, to
991              perform sanity checks in main()    to verify that the shared library is
992              indeed binary compatible.
993      Branch: perl
994            ! embedvar.h intrpvar.h perl.h perlapi.h perlvars.h
995 ____________________________________________________________________________
996 [ 32237] By: nicholas                              on 2007/11/07  23:23:27
997         Log: Fix up copyright years for files modified in 2007.
998      Branch: perl
999            ! av.c cop.h deb.c dosish.h gv.h handy.h locale.c mathoms.c mg.h
1000            ! miniperlmain.c numeric.c op.h patchlevel.h perlio.h perlsdio.h
1001            ! perlsfio.h perlvars.h pp.h pp_pack.c regcomp.h regexp.h
1002            ! taint.c unixish.h utf8.h utfebcdic.h util.h xsutils.c
1003 ____________________________________________________________________________
1004 [ 32236] By: nicholas                              on 2007/11/07  19:21:15
1005         Log: Subject: [PATCH blead] Re: [perl #47195] $1 suddenly tainted after regexp on utf-8 string
1006              From: Rick Delaney <rick@bort.ca>
1007              Message-ID: <20071107001845.GA21000@bort.ca>
1008              Date: Tue, 6 Nov 2007 19:18:45 -0500
1009              
1010              [plus remove the TODO from the now passing test]
1011      Branch: perl
1012            ! regexec.c t/op/taint.t
1013 ____________________________________________________________________________
1014 [ 32235] By: davem                                 on 2007/11/07  12:12:29
1015         Log: Disable debugging output in PerlIO_teardown;
1016              it still relies on an interpreter being present.
1017      Branch: perl
1018            ! perlio.c
1019 ____________________________________________________________________________
1020 [ 32234] By: rgs                                   on 2007/11/07  10:45:18
1021         Log: Subject: [PATCH] Erroneous binmode() call in uupacktool.pl
1022              From: "Jan Dubois" <jand@activestate.com>
1023              Date: Tue, 6 Nov 2007 15:58:05 -0800
1024              Message-ID: <01f101c820d0$df6c9220$9e45b660$@com>
1025      Branch: perl
1026            ! uupacktool.pl
1027 ____________________________________________________________________________
1028 [ 32233] By: rgs                                   on 2007/11/07  10:14:24
1029         Log: Subject: Re: 5.10.0 test hangs on non internet access
1030              From: "Jos I. Boumans" <jos@dwim.org>
1031              Date: Wed, 7 Nov 2007 10:38:28 +0100
1032              Message-Id: <22589E6E-1C9D-4C1F-8642-A690904193C7@dwim.org>
1033      Branch: perl
1034            ! lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t
1035 ____________________________________________________________________________
1036 [ 32232] By: nicholas                              on 2007/11/07  09:51:34
1037         Log: Note that there is common code in installperl and installman, and that
1038              it is a TODO to fix this.
1039      Branch: perl
1040            ! pod/perltodo.pod
1041 ____________________________________________________________________________
1042 [ 32230] By: rgs                                   on 2007/11/06  19:53:52
1043         Log: Found by Juerd, don't document that \w, \s and \d don't include
1044              all Unicode matching characters
1045      Branch: perl
1046            ! pod/perlcheat.pod
1047 ____________________________________________________________________________
1048 [ 32229] By: nicholas                              on 2007/11/06  19:37:40
1049         Log: Add a TODO test for bug #47195
1050      Branch: perl
1051            ! t/op/taint.t
1052 ____________________________________________________________________________
1053 [ 32227] By: nicholas                              on 2007/11/06  10:47:30
1054         Log: Subject: Fwd: CPAN Upload: S/SA/SAPER/constant-1.12.tar.gz
1055              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
1056              Message-Id: <7B502F45-AB25-4EFF-8147-A02D8E2E9E21@free.fr>
1057              Date: Tue, 6 Nov 2007 02:49:51 +0100
1058      Branch: perl
1059            ! lib/constant.pm
1060 ____________________________________________________________________________
1061 [ 32226] By: craigb                                on 2007/11/06  04:13:57
1062         Log: Subject: VMS.C misc fixes,  including vms_realpath fixes
1063              From: "John E. Malmberg" <wb8tyw@qsl.net>
1064              Date: Sat, 03 Nov 2007 00:58:05 -0500
1065              Message-id: <472C0DED.4010203@qsl.net>
1066              
1067              Plus, at John's suggestion, don't call the CRTL realpath()
1068              unless DECC$POSIX_COMPLIANT_PATHNAMES is in effect.
1069
1070      Branch: perl
1071            ! vms/vms.c
1072 ____________________________________________________________________________
1073 [ 32225] By: nicholas                              on 2007/11/05  15:25:46
1074         Log: Adjust the skip count for t/io/dup.t for the -Uuseperlio case, in a way
1075              that will hopefully make it harder for it to get out of sync again.
1076      Branch: perl
1077            ! t/io/dup.t
1078 ____________________________________________________________________________
1079 [ 32224] By: nicholas                              on 2007/11/05  13:58:52
1080         Log: As reported in bug #46207, change 30633 to PerlIO_exportFILE() and
1081              PerlIO_releaseFILE() to manage the reference counts of fds correctly
1082              has the side effect of making some XS modules "leak" descriptors.
1083              This is because the typemap calls PerlIO_findFILE(), which sometimes
1084              (but not always) calls PerlIO_exportFILE(). To be consistent,
1085              PerlIO_fildFILE() needs to either always give you a reference, or
1086              always not give you a reference. It seems better to do the latter as
1087              the call to PerlIO_exportFILE() is only an implementation detail, so
1088              arrange for it to immediately free up the reference that
1089              PerlIO_exportFILE() created.
1090      Branch: perl
1091            ! perlio.c
1092 ____________________________________________________________________________
1093 [ 32223] By: nicholas                              on 2007/11/05  12:51:39
1094         Log: Allow (pedantically correct) C pre-processor comments in the code
1095              snippets of typemap files.
1096      Branch: perl
1097            ! lib/ExtUtils/ParseXS.pm
1098 ____________________________________________________________________________
1099 [ 32222] By: rgs                                   on 2007/11/05  10:19:31
1100         Log: Subject: [PATCH] Another small patch for Sys::Syslog
1101              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
1102              Date: Mon, 5 Nov 2007 08:48:53 +0100
1103              Message-Id: <A5B536D9-E81C-48FC-9584-45E59ED7B6FB@free.fr>
1104      Branch: perl
1105            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm
1106 ____________________________________________________________________________
1107 [ 32221] By: rgs                                   on 2007/11/04  20:02:18
1108         Log: Subject: Re: (perl-current of 5.9.5) patch for ext/Sys/Syslog/Makefile.PL for
1109              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
1110              Date: Sun, 04 Nov 2007 03:52:36 +0100
1111              Message-id: <EECD3531-8352-4873-A1AD-E4B8731260CB@free.fr>
1112      Branch: perl
1113            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
1114            ! ext/Sys/Syslog/Syslog.pm
1115 ____________________________________________________________________________
1116 [ 32220] By: rgs                                   on 2007/11/04  19:48:32
1117         Log: Update Term::UI to 0.18
1118      Branch: perl
1119            ! lib/Term/UI.pm lib/Term/UI/t/02_ui.t
1120 ____________________________________________________________________________
1121 [ 32219] By: craigb                                on 2007/11/04  16:41:28
1122         Log: Roll back #32214 as it causes more failures than it prevents.
1123      Branch: perl
1124            ! t/TestInit.pm
1125 ____________________________________________________________________________
1126 [ 32218] By: rgs                                   on 2007/11/04  12:28:45
1127         Log: Upgrade CPANPLUS to 0.83_08
1128      Branch: perl
1129            ! lib/CPANPLUS.pm lib/CPANPLUS/Backend.pm
1130            ! lib/CPANPLUS/Dist/MM.pm lib/CPANPLUS/Internals.pm
1131            ! lib/CPANPLUS/Internals/Constants.pm
1132            ! lib/CPANPLUS/Internals/Extract.pm
1133            ! lib/CPANPLUS/Internals/Fetch.pm
1134            ! lib/CPANPLUS/Internals/Report.pm
1135            ! lib/CPANPLUS/Internals/Search.pm
1136            ! lib/CPANPLUS/Internals/Source.pm
1137            ! lib/CPANPLUS/Internals/Utils.pm lib/CPANPLUS/Module.pm
1138            ! lib/CPANPLUS/Selfupdate.pm lib/CPANPLUS/Shell/Default.pm
1139            ! lib/CPANPLUS/Shell/Default/Plugins/CustomSource.pm
1140            ! lib/CPANPLUS/bin/cpan2dist
1141            ! lib/CPANPLUS/t/00_CPANPLUS-Internals-Utils.t
1142            ! lib/CPANPLUS/t/03_CPANPLUS-Internals-Source.t
1143            ! lib/CPANPLUS/t/04_CPANPLUS-Module.t
1144            ! lib/CPANPLUS/t/15_CPANPLUS-Shell.t
1145            ! lib/CPANPLUS/t/20_CPANPLUS-Dist-MM.t
1146            ! lib/CPANPLUS/t/40_CPANPLUS-Internals-Report.t
1147            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
1148            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Bundle-Foo-Bar-0.0
1149            ! 1.tar.gz.packed
1150            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.tar.g
1151            ! z.packed
1152            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/perl5.005_03.tar.g
1153            ! z.packed
1154            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/Foo-Bar-0.01.tar.gz.
1155            ! packed
1156            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/Foo-Bar-0.01.tar.g
1157            ! z.packed
1158            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/Foo-Bar-0.01.tar.gz.
1159            ! packed
1160            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
1161            ! cked
1162            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
1163            ! lib/CPANPLUS/t/inc/conf.pl
1164 ____________________________________________________________________________
1165 [ 32217] By: rgs                                   on 2007/11/04  12:23:13
1166         Log: Upgrade to File::Fetch 0.13_02
1167      Branch: perl
1168            ! lib/File/Fetch.pm lib/File/Fetch/t/01_File-Fetch.t
1169 ____________________________________________________________________________
1170 [ 32216] By: davem                                 on 2007/11/03  12:27:25
1171         Log: make PERLSYS_TERM not require a context
1172      Branch: perl
1173            ! embed.fnc perl.c perl.h proto.h
1174 ____________________________________________________________________________
1175 [ 32215] By: davem                                 on 2007/11/03  11:57:00
1176         Log: Subject:  Re: building mod_perl-2.0.3 with Perl 5.10.0 (DEVEL32096)
1177              From:  Jarkko Hietaniemi <jhi@iki.fi>
1178              Date:  Fri, 02 Nov 2007 21:38:48 -0400
1179              Message-Id:  <472BD128.9080105@iki.fi>
1180              
1181              PerlIO_teardown is called when there may no longer be an
1182              interpreter available
1183      Branch: perl
1184            ! perl.h perlio.c perliol.h
1185 ____________________________________________________________________________
1186 [ 32214] By: rgs                                   on 2007/11/03  10:12:06
1187         Log: Based on a patch by John E. Malberg: make TestInit.pm
1188              use an absolute path in @INC, so that changes of directories
1189              don't break dynamically loaded modules.
1190      Branch: perl
1191            ! t/TestInit.pm
1192 ____________________________________________________________________________
1193 [ 32213] By: davem                                 on 2007/11/02  23:59:27
1194         Log: CLONE_SKIP doesn't result in undef copies
1195              clarify the documentation on CLONE_SKIP, and ensure that the
1196              undef value has all its flags cleared
1197      Branch: perl
1198            ! pod/perlmod.pod sv.c
1199 ____________________________________________________________________________
1200 [ 32212] By: rgs                                   on 2007/11/02  14:55:29
1201         Log: Make installman work with -Duserelocatableinc and DESTDIR
1202      Branch: perl
1203            ! installman
1204 ____________________________________________________________________________
1205 [ 32211] By: rgs                                   on 2007/11/02  10:04:34
1206         Log: Subject: [PATCH] - Update Time::Local to latest version
1207              From: Dave Rolsky <autarch@urth.org>
1208              Date: Wed, 31 Oct 2007 12:26:02 -0500 (CDT)
1209              Message-ID: <alpine.DEB.0.9999.0710311225010.19396@urth.org>
1210      Branch: perl
1211            ! lib/Time/Local.pm
1212 ____________________________________________________________________________
1213 [ 32210] By: rgs                                   on 2007/11/02  09:42:41
1214         Log: Upgrade to cperl-mode 5.23
1215      Branch: perl
1216            ! emacs/cperl-mode.el
1217 ____________________________________________________________________________
1218 [ 32209] By: nicholas                              on 2007/10/31  19:44:48
1219         Log: Now that ExtUtils::ParseXS requires 5.006, we can replace the foreach
1220              on keys and lookup in the loop with a foreach on values, as values is
1221              "now" an LVALUE iterator.
1222      Branch: perl
1223            ! lib/ExtUtils/ParseXS.pm
1224 ____________________________________________________________________________
1225 [ 32208] By: rgs                                   on 2007/10/31  11:15:16
1226         Log: Subject: [PATCH] DB_File
1227              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
1228              Date: Mon, 29 Oct 2007 13:08:31 -0000
1229              Message-ID: <004a01c81a2c$ce1eb020$3a3c140a@myopwv.com>
1230      Branch: perl
1231            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1232            ! ext/DB_File/DB_File.xs
1233 ____________________________________________________________________________
1234 [ 32207] By: rgs                                   on 2007/10/31  10:37:47
1235         Log: Revert #32197, should not be needed anymore since the upgrade
1236              of ExtUtils::CBuilder
1237      Branch: perl
1238            ! lib/Module/Build/t/xs.t
1239 ____________________________________________________________________________
1240 [ 32206] By: rgs                                   on 2007/10/31  10:15:12
1241         Log: Fix (or hide?) a case of memory corruption with \K in substitutions
1242      Branch: perl
1243            ! regcomp.c
1244 ____________________________________________________________________________
1245 [ 32205] By: rgs                                   on 2007/10/31  09:40:38
1246         Log: Upgrade to ExtUtils::CBuilder 0.21
1247      Branch: perl
1248            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
1249            ! lib/ExtUtils/CBuilder/Changes
1250            ! lib/ExtUtils/CBuilder/Platform/Unix.pm
1251            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
1252            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
1253            ! lib/ExtUtils/CBuilder/Platform/aix.pm
1254            ! lib/ExtUtils/CBuilder/Platform/cygwin.pm
1255            ! lib/ExtUtils/CBuilder/Platform/darwin.pm
1256            ! lib/ExtUtils/CBuilder/Platform/dec_osf.pm
1257            ! lib/ExtUtils/CBuilder/Platform/os2.pm
1258 ____________________________________________________________________________
1259 [ 32204] By: rgs                                   on 2007/10/30  12:42:28
1260         Log: Mention version.pm and new v-string portability warning in
1261              perldelta. Better wording for this warning in perldiag by
1262              Tom Wyant.
1263      Branch: perl
1264            ! pod/perl5100delta.pod pod/perldiag.pod
1265 ____________________________________________________________________________
1266 [ 32203] By: merijn                                on 2007/10/30  12:24:45
1267         Log: Subject: Re: configure failed in tru64
1268              From: Jarkko Hietaniemi <jhi@iki.fi>
1269              Date: Tue, 30 Oct 2007 07:52:04 -0400
1270              Message-ID: <47271AE4.5060806@iki.fi>
1271      Branch: perl
1272            ! hints/dec_osf.sh
1273 ____________________________________________________________________________
1274 [ 32202] By: craigb                                on 2007/10/30  03:38:20
1275         Log: Typo in comment in 32201.
1276      Branch: perl
1277            ! vms/vms.c
1278 ____________________________________________________________________________
1279 [ 32201] By: craigb                                on 2007/10/30  01:08:10
1280         Log: Subject: Re: copyright notices for vms.c and vmsish.h
1281              From: Charles Bailey <bailey@newman.upenn.edu>
1282              Date: Fri, 26 Oct 2007 15:27:36 -0400
1283              Message-id: <47223FA8.90300@newman.upenn.edu>
1284              
1285              At my instigation, Charles agreed to wear the copyright hat for
1286              the major VMS files.  This is by analogy with the core files 
1287              for which Larry, as Prime Mover, is the only named copyright
1288              holder, but "and others" includes, well, lots of others.
1289
1290      Branch: perl
1291            ! vms/vms.c vms/vmsish.h
1292 ____________________________________________________________________________
1293 [ 32200] By: rgs                                   on 2007/10/29  10:49:13
1294         Log: Leopard has more standard /etc/passwd files than previous
1295              versions of darwin. Thanks to David Morel for testing.
1296      Branch: perl
1297            ! t/op/pwent.t
1298 ____________________________________________________________________________
1299 [ 32199] By: craigb                                on 2007/10/27  22:17:29
1300         Log: Subject: Re: Perl 5.10.0 getting close: please test
1301              From: lemkemch@t-online.de
1302              Date: Thu, 25 Oct 2007 00:25:55 +0200
1303              Message-id: <op.t0p271mr5o90vo@orion>
1304              
1305              Help older VMS compilers by using ccflags when building munchconfig.
1306
1307      Branch: perl
1308            ! configure.com
1309 ____________________________________________________________________________
1310 [ 32198] By: craigb                                on 2007/10/27  17:09:01
1311         Log: Subject: problem with MAKE_EXT.COM
1312              From: Thomas Pfau <pfau@nbpfaus.net>
1313              Date: Sat, 27 Oct 2007 09:27:54 -0400
1314              Message-id: <47233CDA.8010908@nbpfaus.net>
1315              
1316              configure.com thinko in #30455.
1317
1318      Branch: perl
1319            ! configure.com
1320 ____________________________________________________________________________
1321 [ 32197] By: rgs                                   on 2007/10/27  17:04:35
1322         Log: Band-aid to get xs.t working. Need to check that make distclean still
1323              works with that.
1324      Branch: perl
1325            ! lib/Module/Build/t/xs.t
1326 ____________________________________________________________________________
1327 [ 32196] By: rgs                                   on 2007/10/27  08:07:09
1328         Log: Subject: Re: [PATCH] perlfunc/perldiag errors
1329              From: Father Chrysostomos <sprout@cpan.org>
1330              Date: Fri, 26 Oct 2007 18:10:27 -0700
1331              Message-Id: <14C78A7E-43AB-44BF-9016-2EFC9DCB65A2@cpan.org>
1332      Branch: perl
1333            ! pod/perldiag.pod
1334 ____________________________________________________________________________
1335 [ 32195] By: craigb                                on 2007/10/26  23:59:42
1336         Log: In the revised Module::Build, don't create temp directories
1337              with dots in the names.   Also, restore some VMS fixes
1338              that regressed in the last integration.
1339      Branch: perl
1340            ! lib/Module/Build/t/destinations.t lib/Module/Build/t/install.t
1341            ! lib/Module/Build/t/lib/MBTest.pm
1342            ! lib/Module/Build/t/manifypods.t lib/Module/Build/t/xs.t
1343 ____________________________________________________________________________
1344 [ 32194] By: craigb                                on 2007/10/25  21:36:42
1345         Log: Platform-neutral quoting in optree_misc.t.
1346      Branch: perl
1347            ! ext/B/t/optree_misc.t
1348 ____________________________________________________________________________
1349 [ 32193] By: craigb                                on 2007/10/25  15:40:36
1350         Log: Copy Win32 system() behavior on VMS and make a first argument 
1351              with a value of 1 indicate spawn without waiting for completion.
1352      Branch: perl
1353            ! vms/vms.c
1354 ____________________________________________________________________________
1355 [ 32192] By: rgs                                   on 2007/10/25  09:46:55
1356         Log: Upgrade to Module::Build 0.2808_01
1357      Branch: perl
1358            + lib/Module/Build/Dumper.pm
1359            ! MANIFEST lib/Module/Build.pm lib/Module/Build/API.pod
1360            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
1361            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
1362            ! lib/Module/Build/Config.pm lib/Module/Build/Cookbook.pm
1363            ! lib/Module/Build/ModuleInfo.pm lib/Module/Build/Notes.pm
1364            ! lib/Module/Build/PPMMaker.pm
1365            ! lib/Module/Build/Platform/Amiga.pm
1366            ! lib/Module/Build/Platform/Default.pm
1367            ! lib/Module/Build/Platform/EBCDIC.pm
1368            ! lib/Module/Build/Platform/MPEiX.pm
1369            ! lib/Module/Build/Platform/MacOS.pm
1370            ! lib/Module/Build/Platform/RiscOS.pm
1371            ! lib/Module/Build/Platform/Unix.pm
1372            ! lib/Module/Build/Platform/VMS.pm
1373            ! lib/Module/Build/Platform/VOS.pm
1374            ! lib/Module/Build/Platform/Windows.pm
1375            ! lib/Module/Build/Platform/aix.pm
1376            ! lib/Module/Build/Platform/cygwin.pm
1377            ! lib/Module/Build/Platform/darwin.pm
1378            ! lib/Module/Build/Platform/os2.pm lib/Module/Build/PodParser.pm
1379            ! lib/Module/Build/Version.pm lib/Module/Build/YAML.pm
1380            ! lib/Module/Build/t/basic.t
1381            ! lib/Module/Build/t/bundled/Tie/CPHash.pm
1382            ! lib/Module/Build/t/compat.t lib/Module/Build/t/destinations.t
1383            ! lib/Module/Build/t/extend.t lib/Module/Build/t/files.t
1384            ! lib/Module/Build/t/help.t lib/Module/Build/t/install.t
1385            ! lib/Module/Build/t/lib/DistGen.pm
1386            ! lib/Module/Build/t/lib/MBTest.pm
1387            ! lib/Module/Build/t/manifypods.t lib/Module/Build/t/metadata.t
1388            ! lib/Module/Build/t/metadata2.t lib/Module/Build/t/moduleinfo.t
1389            ! lib/Module/Build/t/new_from_context.t
1390            ! lib/Module/Build/t/notes.t lib/Module/Build/t/ppm.t
1391            ! lib/Module/Build/t/runthrough.t lib/Module/Build/t/test_type.t
1392            ! lib/Module/Build/t/test_types.t lib/Module/Build/t/tilde.t
1393            ! lib/Module/Build/t/versions.t lib/Module/Build/t/xs.t
1394 ____________________________________________________________________________
1395 [ 32191] By: merijn                                on 2007/10/25  09:17:22
1396         Log: Emergency fix for /tmp dir cleanup's for smokers.
1397              Rest of the patch to sync CPANPLUS will follow later
1398      Branch: perl
1399            ! lib/CPANPLUS/Internals/Source.pm
1400 ____________________________________________________________________________
1401 [ 32190] By: rgs                                   on 2007/10/25  08:48:49
1402         Log: Subject: [PATCH] (Was Re: [PATCH] FreeBSD atoll() warning)
1403              From: Andy Dougherty <doughera@lafayette.edu>
1404              Date: Wed, 24 Oct 2007 13:12:49 -0400 (EDT)
1405              Message-ID: <Pine.LNX.4.64.0710241307450.21836@fractal.phys.lafayette.edu>
1406      Branch: perl
1407            ! hints/freebsd.sh
1408 ____________________________________________________________________________
1409 [ 32189] By: rgs                                   on 2007/10/25  08:46:27
1410         Log: Subject: [PATCH] Bring version.pm core into compliance with CPAN release
1411              From: John Peacock <john.peacock@havurah-software.org>
1412              Date: Wed, 24 Oct 2007 22:04:45 -0400
1413              Message-ID: <471FF9BD.40204@havurah-software.org>
1414      Branch: perl
1415            ! lib/version.pm lib/version.t util.c
1416 ____________________________________________________________________________
1417 [ 32188] By: rgs                                   on 2007/10/25  08:43:41
1418         Log: Bump version of IPC::Cmd
1419      Branch: perl
1420            ! lib/IPC/Cmd.pm
1421 ____________________________________________________________________________
1422 [ 32187] By: rgs                                   on 2007/10/25  08:42:44
1423         Log: Subject: patch@32181 IPC::Cmd fix for VMS.
1424              From: "John E. Malmberg" <wb8tyw@qsl.net>
1425              Date: Thu, 25 Oct 2007 00:36:29 -0500
1426              Message-id: <47202B5D.8070609@qsl.net>
1427      Branch: perl
1428            ! lib/IPC/Cmd.pm
1429 ____________________________________________________________________________
1430 [ 32186] By: rgs                                   on 2007/10/24  13:43:17
1431         Log: Subject: [PATCH] File::Path 2.02
1432              From: David Landgren <david@landgren.net>
1433              Date: Wed, 24 Oct 2007 15:11:29 +0200
1434              Message-ID: <471F4481.6010103@landgren.net>
1435      Branch: perl
1436            ! lib/File/Path.pm
1437 ____________________________________________________________________________
1438 [ 32185] By: rgs                                   on 2007/10/24  11:15:03
1439         Log: Subject: warning from ext/Hash/Util/FieldHash/t/02_function.t
1440              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
1441              Date: Wed, 24 Oct 2007 12:31:20 +0200
1442              Message-ID: <3852726AFA94DE4F87E616F13F416A5FB66DE3@naimucu1.ffz00k.rootdom.net>
1443      Branch: perl
1444            ! ext/Hash/Util/FieldHash/t/02_function.t
1445 ____________________________________________________________________________
1446 [ 32184] By: rgs                                   on 2007/10/24  09:37:15
1447         Log: Subject: patch@32181 File::Copy.pm patches for VMS
1448              From: "John E. Malmberg" <wb8tyw@qsl.net>
1449              Date: Wed, 24 Oct 2007 00:27:33 -0500
1450              Message-id: <471ED7C5.9040900@qsl.net>
1451      Branch: perl
1452            ! lib/File/Copy.pm
1453 ____________________________________________________________________________
1454 [ 32183] By: rgs                                   on 2007/10/24  09:31:43
1455         Log: Fix an off by one error, found by valgrind
1456      Branch: perl
1457            ! op.c
1458 ____________________________________________________________________________
1459 [ 32182] By: merijn                                on 2007/10/24  06:26:16
1460         Log: Subject: [PATCH] documentation typo for Text::Wrap
1461              From: David Landgren <david@landgren.net>
1462              Date: Tue, 23 Oct 2007 21:43:29 +0200
1463              Message-ID: <471E4EE1.5010500@landgren.net>
1464      Branch: perl
1465            ! lib/Text/Wrap.pm
1466 ____________________________________________________________________________
1467 [ 32181] By: nicholas                              on 2007/10/23  13:30:37
1468         Log: Subject: [PATCH] Re: [perl #46725] v5.10.0 util.c and pp_sys.c fail to compile under Mac OS X
1469              From: Andy Dougherty <doughera@lafayette.edu>
1470              Message-ID: <Pine.LNX.4.64.0710230817250.18303@fractal.phys.lafayette.edu>
1471              Date: Tue, 23 Oct 2007 08:54:51 -0400 (EDT)
1472      Branch: perl
1473            ! cflags.SH
1474 ____________________________________________________________________________
1475 [ 32180] By: rgs                                   on 2007/10/23  10:30:40
1476         Log: Subject: [PATCH] hostname.t busted
1477              From: Ricardo SIGNES <rjbs-perl-p5p@lists.manxome.org>
1478              Date: Mon, 22 Oct 2007 09:01:09 -0400
1479              Message-ID: <20071022130109.GA16748@knight>
1480      Branch: perl
1481            ! lib/Net/t/hostname.t
1482 ____________________________________________________________________________
1483 [ 32179] By: rgs                                   on 2007/10/23  10:24:39
1484         Log: Typos and other doc nits. Plus, de-alpha the version number
1485              (since this isn't a dual-lived module)
1486      Branch: perl
1487            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
1488 ____________________________________________________________________________
1489 [ 32178] By: rgs                                   on 2007/10/23  10:22:25
1490         Log: A couple of updates to perl5100delta
1491      Branch: perl
1492            ! pod/perl5100delta.pod
1493 ____________________________________________________________________________
1494 [ 32177] By: nicholas                              on 2007/10/23  09:59:48
1495         Log: Silly Nick. If you see a nextstate op, then it may have open hints,
1496              and you need to test it with Unicode locales.
1497      Branch: perl
1498            ! ext/B/t/optree_misc.t
1499 ____________________________________________________________________________
1500 [ 32176] By: craigb                                on 2007/10/23  03:43:02
1501         Log: File::Find::_find_dir nit for VMS, plus version bump.
1502      Branch: perl
1503            ! lib/File/Find.pm
1504 ____________________________________________________________________________
1505 [ 32175] By: craigb                                on 2007/10/23  03:39:19
1506         Log: Make the File::Find tests stay under t/ where they
1507              belong (the first call to cleanup() was leaving us
1508              at the top of the Perl source tree).
1509      Branch: perl
1510            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
1511 ____________________________________________________________________________
1512 [ 32174] By: nicholas                              on 2007/10/22  21:40:41
1513         Log: Subject: [PATCH] FreeBSD atoll() warning (Was Re: Code freeze
1514              From: Andy Dougherty <doughera@lafayette.edu>
1515              Message-ID: <Pine.LNX.4.64.0710221246340.31725@fractal.phys.lafayette.edu>
1516              Date: Mon, 22 Oct 2007 12:49:25 -0400 (EDT)
1517      Branch: perl
1518            ! cflags.SH
1519 ____________________________________________________________________________
1520 [ 32173] By: nicholas                              on 2007/10/22  20:47:39
1521         Log: Subject: [PATCH] perltodo.pod:  Add more detail about @INC order.
1522              Date: Mon, 22 Oct 2007 16:42:44 -0400 (EDT)
1523              Message-ID: <Pine.LNX.4.64.0710221642120.14878@fractal.phys.lafayette.edu>
1524              From: Andy Dougherty <doughera@lafayette.edu>
1525      Branch: perl
1526            ! pod/perltodo.pod
1527 ____________________________________________________________________________
1528 [ 32172] By: nicholas                              on 2007/10/22  20:19:55
1529         Log: SQL::Translator triggered a subtle piece of wrongness, whereby it
1530              managed to cause a proxy constant subroutine in the symbol table to
1531              be upgraded to a GV at precisely the point where it was being
1532              considered as a possible IO handle name. The core's user-space visible
1533              behaviour certainly was buggy - I believe this patch to be the correct
1534              fix. However, it seems to be very hard to write a test for it.
1535      Branch: perl
1536            ! gv.c
1537 ____________________________________________________________________________
1538 [ 32171] By: nicholas                              on 2007/10/22  14:52:53
1539         Log: Note Jarkko's URL about MSVC and __FUNCTION__-a-like.
1540      Branch: perl
1541            ! pod/perltodo.pod
1542 ____________________________________________________________________________
1543 [ 32170] By: rgs                                   on 2007/10/22  12:39:17
1544         Log: Subject: [PATCH] Update Log::Messge::Simple to 0.04 (was: Re: Code freeze)
1545              From: "Jos I. Boumans" <jos@dwim.org>
1546              Date: Mon, 22 Oct 2007 14:32:51 +0200
1547              Message-Id: <33D80A92-6B24-400F-8E99-15193E3CD4A1@dwim.org>
1548              
1549              Only a version bump.
1550      Branch: perl
1551            ! lib/Log/Message/Simple.pm
1552 ____________________________________________________________________________
1553 [ 32169] By: nicholas                              on 2007/10/22  12:36:16
1554         Log: hv_iterkeysv() actually creates a mortal SV for every call.
1555              gv_stashsv() is just a wrapper for gv_stashpvn(), so doesn't need an
1556              SV internally. Hence avoid creating lots of mortal SVs by using
1557              hv_iterkey() to get the keys and lengths.
1558              Also tweak whitespace in change 32168.
1559      Branch: perl
1560            ! mro.c
1561 ____________________________________________________________________________
1562 [ 32168] By: nicholas                              on 2007/10/22  12:14:12
1563         Log: In Perl_mro_isa_changed_in(), no need to call an RVALUE hv_fetch() then
1564              hv_store() a new HV if fetch drew a blank, as we can detect the new SV
1565              an LVALUE fetch gave us, and replace it with a new HV, which will be
1566              more efficient.
1567      Branch: perl
1568            ! mro.c
1569 ____________________________________________________________________________
1570 [ 32167] By: nicholas                              on 2007/10/22  11:46:55
1571         Log: S_mro_get_linear_isa_c3() doesn't need to call hv_fetch() then
1572              hv_store(), as hv_fetch() can do it all for us.
1573      Branch: perl
1574            ! mro.c
1575 ____________________________________________________________________________
1576 [ 32166] By: rgs                                   on 2007/10/22  11:46:36
1577         Log: Mention perlcommunity.pod, plus some typo fixes
1578      Branch: perl
1579            ! pod/perl5100delta.pod
1580 ____________________________________________________________________________
1581 [ 32165] By: mhx                                   on 2007/10/22  11:35:07
1582         Log: Fix a typo (pport -> ppport).
1583      Branch: perl
1584            ! pod/perl5100delta.pod
1585 ____________________________________________________________________________
1586 [ 32164] By: nicholas                              on 2007/10/22  11:33:23
1587         Log: B::Concise was failing an assertion on index "foo", "foo";
1588      Branch: perl
1589            ! ext/B/B.xs ext/B/B/Concise.pm ext/B/t/optree_misc.t
1590 ____________________________________________________________________________
1591 [ 32163] By: rgs                                   on 2007/10/22  11:29:57
1592         Log: There's no point in empty TODO sections
1593      Branch: perl
1594            ! installhtml
1595 ____________________________________________________________________________
1596 [ 32162] By: rgs                                   on 2007/10/22  10:18:00
1597         Log: Mention B::COP::hints_hash method
1598      Branch: perl
1599            ! ext/B/B.pm
1600 ____________________________________________________________________________
1601 [ 32161] By: rgs                                   on 2007/10/22  09:02:47
1602         Log: Newest things to put in perldelta
1603      Branch: perl
1604            ! pod/perl5100delta.pod
1605 ____________________________________________________________________________
1606 [ 32160] By: rgs                                   on 2007/10/22  08:55:01
1607         Log: Add -Duse32bit* in perltodo
1608      Branch: perl
1609            ! pod/perltodo.pod
1610 ____________________________________________________________________________
1611 [ 32159] By: rgs                                   on 2007/10/22  08:38:07
1612         Log: Regenerate Changes
1613      Branch: perl
1614            ! Changes
1615 ____________________________________________________________________________
1616 [ 32158] By: rgs                                   on 2007/10/22  08:32:46
1617         Log: More delta info from Perl 5.9.5
1618      Branch: perl
1619            ! pod/perl5100delta.pod
1620 ____________________________________________________________________________
1621 [ 32157] By: rgs                                   on 2007/10/21  20:19:08
1622         Log: Subject: Re: overload64.t failures
1623              From: Rick Delaney <rick@bort.ca>
1624              Date: Sun, 21 Oct 2007 16:13:51 -0400
1625              Message-ID: <20071021201351.GY29047@bort.ca>
1626      Branch: perl
1627            ! pp.c pp_hot.c
1628 ____________________________________________________________________________
1629 [ 32156] By: rgs                                   on 2007/10/21  20:15:46
1630         Log: More perldelta entries from perl 5.9.4, plus some reordering and
1631              deduplication
1632      Branch: perl
1633            ! pod/perl5100delta.pod
1634 ____________________________________________________________________________
1635 [ 32155] By: rgs                                   on 2007/10/21  16:38:36
1636         Log: More perldelta entries from 5.9.3
1637      Branch: perl
1638            ! pod/perl5100delta.pod
1639 ____________________________________________________________________________
1640 [ 32154] By: rgs                                   on 2007/10/21  10:59:47
1641         Log: Changes from perl 5.9.2
1642      Branch: perl
1643            ! pod/perl5100delta.pod
1644 ____________________________________________________________________________
1645 [ 32153] By: rgs                                   on 2007/10/21  07:51:14
1646         Log: Skip test on Basque locales on Mac OS X 10.5
1647      Branch: perl
1648            ! lib/locale.t
1649 ____________________________________________________________________________
1650 [ 32152] By: rgs                                   on 2007/10/20  16:25:32
1651         Log: Subject: [PATCH] VDf no longer in PERL_CORE
1652              From: "Robin Barker" <Robin.Barker@npl.co.uk>
1653              Date: Fri, 19 Oct 2007 13:33:50 +0100
1654              Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D20E@exchsvr1.npl.ad.local>
1655      Branch: perl
1656            ! perl.h sv.c
1657 ____________________________________________________________________________
1658 [ 32151] By: nicholas                              on 2007/10/20  16:16:56
1659         Log: In Perl_do_openn() we know the length of oname, so use it when creating
1660              an SV.
1661      Branch: perl
1662            ! doio.c
1663 ____________________________________________________________________________
1664 [ 32150] By: rgs                                   on 2007/10/20  15:19:20
1665         Log: Revert code change from #32148
1666      Branch: perl
1667            ! sv.c
1668 ____________________________________________________________________________
1669 [ 32149] By: rgs                                   on 2007/10/20  15:04:44
1670         Log: Subject: [PATCH] perlfunc/perldiag errors
1671              From: Father Chrysostomos <sprout@cpan.org>
1672              Date: Fri, 19 Oct 2007 20:25:38 -0700
1673              Message-Id: <8186DA53-970C-4A10-A0CE-0A4FFB199A01@cpan.org>
1674      Branch: perl
1675            ! pod/perldiag.pod pod/perlfunc.pod
1676 ____________________________________________________________________________
1677 [ 32148] By: rgs                                   on 2007/10/20  15:02:33
1678         Log: Subject: Re: [PATCH] Fix overloading for 64-bit ints (revised)
1679              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1680              Date: Fri, 19 Oct 2007 20:50:27 -0400
1681              Message-ID: <1ff86f510710191750s3f25eae2x2dc2e90f18f1f716@mail.gmail.com>
1682      Branch: perl
1683            ! pod/perlintern.pod sv.c
1684 ____________________________________________________________________________
1685 [ 32147] By: rgs                                   on 2007/10/19  16:14:01
1686         Log: More perldelta work (info from perl59[01]delta)
1687      Branch: perl
1688            ! pod/perl5100delta.pod
1689 ____________________________________________________________________________
1690 [ 32146] By: rgs                                   on 2007/10/19  11:06:58
1691         Log: Document that encoding.pm isn't thread-safe, by Jerry D. Hedden
1692      Branch: perl
1693            ! ext/Encode/encoding.pm
1694 ____________________________________________________________________________
1695 [ 32145] By: rgs                                   on 2007/10/19  10:44:04
1696         Log: POD nits
1697      Branch: perl
1698            ! pod/perlre.pod pod/perluniintro.pod
1699 ____________________________________________________________________________
1700 [ 32144] By: rgs                                   on 2007/10/19  10:32:39
1701         Log: Subject: Re: [Diff] perlxstut.pod
1702              From: =?ISO-8859-1?Q?Ren=E9e_B=E4cker?= <renee.baecker@smart-websolutions.de>
1703              Date: Fri, 12 Oct 2007 10:29:50 +0200
1704              Message-ID: <470F307E.1030804@smart-websolutions.de>
1705      Branch: perl
1706            ! pod/perlxstut.pod
1707 ____________________________________________________________________________
1708 [ 32143] By: rgs                                   on 2007/10/19  10:18:19
1709         Log: Upgrade to Term::Cap 1.10
1710      Branch: perl
1711            ! lib/Term/Cap.pm lib/Term/Cap.t
1712 ____________________________________________________________________________
1713 [ 32142] By: rgs                                   on 2007/10/19  10:14:03
1714         Log: Subject: RE: [PATCH] RE: PERL_CORE UVf logic
1715              From: "Robin Barker" <Robin.Barker@npl.co.uk>
1716              Date: Thu, 18 Oct 2007 17:51:34 +0100
1717              Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D20A@exchsvr1.npl.ad.local>
1718      Branch: perl
1719            ! perl.h
1720 ____________________________________________________________________________
1721 [ 32141] By: rgs                                   on 2007/10/19  07:47:45
1722         Log: Subject: [PATCH] Fix overloading for 64-bit ints (revised)
1723              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1724              Date: Thu, 18 Oct 2007 14:49:40 -0400
1725              Message-ID: <1ff86f510710181149s1c096dd9qffa8fe42046e675b@mail.gmail.com>
1726      Branch: perl
1727            + lib/overload64.t
1728            ! MANIFEST embed.fnc embed.h lib/overload.t pod/perlintern.pod
1729            ! pp.c pp_hot.c proto.h sv.c
1730 ____________________________________________________________________________
1731 [ 32140] By: nicholas                              on 2007/10/18  20:42:30
1732         Log: It seems crazy for Perl_yylex() to individually shift each element off
1733              PL_preambleav, and then free each in turn, rather than simply process
1734              the array in place, and allow the sv_free(PL_preambleav) to dispose of
1735              everything.
1736      Branch: perl
1737            ! toke.c
1738 ____________________________________________________________________________
1739 [ 32139] By: nicholas                              on 2007/10/18  19:21:50
1740         Log: Change 32136 introduced an error - passing a const char * to
1741              sv_usepvn_flags(). Fixed.
1742      Branch: perl
1743            ! gv.c
1744 ____________________________________________________________________________
1745 [ 32138] By: nicholas                              on 2007/10/18  18:59:59
1746         Log: Inline and eliminate S_incl_perldb(), as it's only called on one place.
1747              This also makes the logic in the call site simpler and more efficient.
1748      Branch: perl
1749            ! embed.fnc embed.h proto.h toke.c
1750 ____________________________________________________________________________
1751 [ 32137] By: nicholas                              on 2007/10/18  18:07:19
1752         Log: Simplify the logic for retrieving PL_inplace into $^I, as sv_setpv()
1753              will do the "right" thing if we want NULL to map to undef.
1754      Branch: perl
1755            ! mg.c
1756 ____________________________________________________________________________
1757 [ 32136] By: nicholas                              on 2007/10/18  18:06:29
1758         Log: Eliminate some uses of sv_setpv() where we already know the length.
1759              Donate the prototype buffer to the CV in Perl_gv_init(), rather than
1760              setting a copy, and immediately free()ing the original.
1761      Branch: perl
1762            ! gv.c toke.c
1763 ____________________________________________________________________________
1764 [ 32135] By: nicholas                              on 2007/10/18  17:15:16
1765         Log: Change newSVpv() to newSVpvn() where we know the length is non-zero, as
1766              newSVpvn() will be fractionally more efficient.
1767      Branch: perl
1768            ! mg.c toke.c
1769 ____________________________________________________________________________
1770 [ 32134] By: nicholas                              on 2007/10/18  17:14:38
1771         Log: use newSVpvs() on the constant string "isa", rather than newSVpv().
1772      Branch: perl
1773            ! universal.c
1774 ____________________________________________________________________________
1775 [ 32133] By: nicholas                              on 2007/10/18  17:13:34
1776         Log: By using the HEK that holds the stash name in S_mro_get_linear_isa_c3()
1777              and S_mro_get_linear_isa_dfs() we can create scalars more efficiently.
1778      Branch: perl
1779            ! mro.c
1780 ____________________________________________________________________________
1781 [ 32132] By: nicholas                              on 2007/10/18  16:15:22
1782         Log: In Perl_amagic_call(), construct the SV with newSVpvn(), as we now know
1783              the length. (Not sure why I didn't spot this one during change 32124.)
1784      Branch: perl
1785            ! gv.c overload.c overload.pl
1786 ____________________________________________________________________________
1787 [ 32131] By: rgs                                   on 2007/10/18  13:54:09
1788         Log: Subject: [PATCH] B::Lint is dual-lived (revised)
1789              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1790              Date: Thu, 18 Oct 2007 09:45:41 -0400
1791              Message-ID: <1ff86f510710180645x115a7949vaea7b45dd2dc3139@mail.gmail.com>
1792      Branch: perl
1793            ! Porting/Maintainers.pl
1794 ____________________________________________________________________________
1795 [ 32130] By: nicholas                              on 2007/10/18  12:32:42
1796         Log: No need to call strlen() on the result of CopSTASHPV() when unthreaded,
1797              as the length is already known. Hence conditionally compile out the
1798              logic related to the call to strlen() from S_method_common(), and use
1799              newSVhek in S_gv_get_super_pkg().
1800      Branch: perl
1801            ! gv.c pp_hot.c
1802 ____________________________________________________________________________
1803 [ 32129] By: nicholas                              on 2007/10/18  10:44:35
1804         Log: Don't call strlen() on CopFILE() for the unthreaded case, because the
1805              length can be obtained via CopFILESV().
1806      Branch: perl
1807            ! gv.c toke.c
1808 ____________________________________________________________________________
1809 [ 32128] By: rgs                                   on 2007/10/18  09:45:47
1810         Log: Silence a casting warning
1811      Branch: perl
1812            ! toke.c
1813 ____________________________________________________________________________
1814 [ 32127] By: nicholas                              on 2007/10/18  09:24:42
1815         Log: Where possible, change gv_fetchfile() to gv_fetchfile_flags(),
1816              gv_stashpv() to gv_stashpvn() and gv_fetchpv() to gv_fetchpvn_flags().
1817              Change the len parameter of S_find_in_my_stash() from I32 to STRLEN, as
1818              a pointer the variable needs to be passed onwards, and size matters on
1819              64 bit platforms.
1820              Fix the temporary scribbling of a buffer in Perl_yylex() by using
1821              gv_fetchpvn_flags(), and remove the XXX comment added in change 27641.
1822              Brought to you by the Campaign for the Elimination of strlen().
1823      Branch: perl
1824            ! embed.fnc gv.c proto.h sv.c toke.c
1825 ____________________________________________________________________________
1826 [ 32126] By: nicholas                              on 2007/10/18  07:17:46
1827         Log: In Perl_moreswitches(), avoid the strlen() inside sv_catpv() by moving
1828              the strlen() earlier.
1829              Brought to you by the Campaign for the Elimination of strlen().
1830      Branch: perl
1831            ! perl.c
1832 ____________________________________________________________________________
1833 [ 32125] By: nicholas                              on 2007/10/17  16:06:21
1834         Log: In Perl_my_clearenv(), under -DPERL_USE_SAFE_PUTENV, don't use
1835              strlcpy() to forcibly truncate a string to a known length, when
1836              memcpy() and a write of '\0' will not only make the intent clear, but
1837              also do that exact job more efficiently.
1838      Branch: perl
1839            ! util.c
1840 ____________________________________________________________________________
1841 [ 32124] By: nicholas                              on 2007/10/17  15:10:58
1842         Log: Storing the length of all the overloading names saves a strlen() in a
1843              loop in Perl_Gv_AMupdate().
1844              Brought to you by the Campaign for the Elimination of strlen().
1845      Branch: perl
1846            ! gv.c overload.c overload.pl
1847 ____________________________________________________________________________
1848 [ 32123] By: rgs                                   on 2007/10/17  12:08:02
1849         Log: Subject: [PATCH] Update IPC::Cmd to 0.40
1850              From: "Jos I. Boumans" <jos@dwim.org>
1851              Date: Wed, 17 Oct 2007 11:32:03 +0200
1852              Message-Id: <C7DB06B4-6FE5-4188-A087-DC40E8E9F07D@dwim.org>
1853      Branch: perl
1854            ! lib/IPC/Cmd.pm
1855 ____________________________________________________________________________
1856 [ 32122] By: rgs                                   on 2007/10/17  11:50:12
1857         Log: Subject: [PATCH] Minor fix in File::Copy POD
1858              From: "Jerry D. Hedden" <jdhedden@cpan.org>
1859              Date: Mon, 15 Oct 2007 09:56:33 -0400
1860              Message-ID: <1ff86f510710150656w4c06b94aub1c8ff5fa29a8603@mail.gmail.com>
1861      Branch: perl
1862            ! lib/File/Copy.pm
1863 ____________________________________________________________________________
1864 [ 32121] By: rgs                                   on 2007/10/17  08:20:36
1865         Log: Subject: [PATCH] Another ex-PVBM assert
1866              From: Ben Morrow <ben@morrow.me.uk>
1867              Date: Tue, 16 Oct 2007 19:51:09 +0100
1868              Message-ID: <tpdfu4-bsm.ln1@osiris.mauzo.dyndns.org>
1869      Branch: perl
1870            ! sv.c t/op/lex_assign.t
1871 ____________________________________________________________________________
1872 [ 32120] By: rgs                                   on 2007/10/17  08:17:29
1873         Log: Subject: [PATCH] Fix a few segfaults and a when() bug
1874              From: "josh" <twists@gmail.com>
1875              Date: Sun, 14 Oct 2007 21:37:08 -0700
1876              Message-ID: <20071015043708.GA10981@grenekatz.org>
1877      Branch: perl
1878            ! op.c pp_sys.c regcomp.c t/io/argv.t t/op/reg_nc_tie.t
1879            ! t/op/switch.t
1880 ____________________________________________________________________________
1881 [ 32119] By: rgs                                   on 2007/10/17  08:08:04
1882         Log: Subject: [PATCH] ex-PVBM and mro interact badly
1883              From: Ben Morrow <ben@morrow.me.uk>
1884              Date: Mon, 15 Oct 2007 22:56:16 +0100
1885              Message-ID: <20071015215616.GA43800@osiris.mauzo.dyndns.org>
1886      Branch: perl
1887            ! hv.c t/op/hash.t
1888 ____________________________________________________________________________
1889 [ 32118] By: rgs                                   on 2007/10/17  08:03:23
1890         Log: Update Module::Load::Conditional to 0.22
1891      Branch: perl
1892            ! lib/Module/Load/Conditional.pm
1893            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
1894 ____________________________________________________________________________
1895 [ 32117] By: rgs                                   on 2007/10/17  07:39:16
1896         Log: More tests for Safe
1897      Branch: perl
1898            ! ext/Safe/t/safeuniversal.t
1899 ____________________________________________________________________________
1900 [ 32116] By: nicholas                              on 2007/10/16  16:02:35
1901         Log: PL_AMG_names is only used by gv.c (as far as Google code search can
1902              see), so it can easily be a static variable inside gv.c. This allows
1903              the implementation to be changed in future Perls within the 5.10.x
1904              series.
1905      Branch: perl
1906            + overload.c
1907            ! MANIFEST globvar.sym gv.c overload.h overload.pl
1908 ____________________________________________________________________________
1909 [ 32115] By: nicholas                              on 2007/10/16  10:39:38
1910         Log: Replace my_strlcpy() with a pair of byte writes.
1911      Branch: perl
1912            ! sv.c
1913 ____________________________________________________________________________
1914 [ 32114] By: nicholas                              on 2007/10/16  09:48:48
1915         Log: Given that S_feature_is_enabled() is a static function, we can know all
1916              the possible strings that can be passed to it, and their lengths. So we
1917              can avoid my_strlcpy() and instead use memcpy().
1918              Brought to you by the Campaign for the Elimination of strlen().
1919      Branch: perl
1920            ! toke.c
1921 ____________________________________________________________________________
1922 [ 32113] By: nicholas                              on 2007/10/16  09:40:15
1923         Log: Given that the buffer for mode in Perl_do_openn() has been initialised
1924              to all NUL bytes, and the "string" being appended is one character,
1925              it's way faster just to write the byte in question to the buffer.
1926      Branch: perl
1927            ! doio.c
1928 ____________________________________________________________________________
1929 [ 32112] By: nicholas                              on 2007/10/16  09:38:48
1930         Log: Moving a strlen() in Perl_moreswitches() saves a strlen() in sv_catpv()
1931              Brought to you by the Campaign for the Elimination of strlen().
1932      Branch: perl
1933            ! perl.c
1934 ____________________________________________________________________________
1935 [ 32111] By: nicholas                              on 2007/10/16  09:06:26
1936         Log: Pass in explicit lengths for the key and type arguments to
1937              S_new_constant() in toke.c, as we know all the lengths already.
1938              Brought to you by the Campaign for the Elimination of strlen().
1939      Branch: perl
1940            ! embed.fnc embed.h proto.h toke.c
1941 ____________________________________________________________________________
1942 [ 32110] By: nicholas                              on 2007/10/16  08:37:29
1943         Log: Perl_ck_smartmatch needs a dVAR too.
1944      Branch: perl
1945            ! op.c
1946 ____________________________________________________________________________
1947 [ 32109] By: nicholas                              on 2007/10/16  07:51:36
1948         Log: Add dVAR;s to the functions created in change 31970.
1949      Branch: perl
1950            ! perl.c
1951 ____________________________________________________________________________
1952 [ 32108] By: craigb                                on 2007/10/16  04:05:18
1953         Log: Subject: [PATCH] Update File::Fetch to 0.12
1954              From: "Jos I. Boumans" <jos@dwim.org>
1955              Date: Mon, 15 Oct 2007 14:40:39 +0200
1956              Message-Id: <D845A191-6837-4618-8A34-B44A3DC6F5C6@dwim.org>
1957      Branch: perl
1958            ! lib/File/Fetch.pm
1959 ____________________________________________________________________________
1960 [ 32107] By: rgs                                   on 2007/10/13  07:24:17
1961         Log: POD nit found by Slaven Rezic.
1962      Branch: perl
1963            ! ext/Hash/Util/lib/Hash/Util.pm
1964 ____________________________________________________________________________
1965 [ 32106] By: craigb                                on 2007/10/12  20:48:11
1966         Log: Normalize the case of some VMS syscalls so the prototypes are
1967              kosher on a system with older headers.
1968      Branch: perl
1969            ! vms/vms.c
1970 ____________________________________________________________________________
1971 [ 32105] By: nicholas                              on 2007/10/12  15:21:14
1972         Log: Remove some strlen()s and replace one strlcpy() with memcpy() because
1973              we already know the string length.
1974      Branch: perl
1975            ! doio.c dump.c mro.c op.c
1976 ____________________________________________________________________________
1977 [ 32104] By: rgs                                   on 2007/10/12  09:43:20
1978         Log: New test for Safe
1979      Branch: perl
1980            + ext/Safe/t/safeuniversal.t
1981            ! MANIFEST
1982 ____________________________________________________________________________
1983 [ 32103] By: rgs                                   on 2007/10/12  07:47:42
1984         Log: Funny symbol table names can be shared, too
1985      Branch: perl
1986            ! ext/Opcode/Safe.pm
1987 ____________________________________________________________________________
1988 [ 32102] By: rgs                                   on 2007/10/12  07:41:18
1989         Log: Share the internal XS functions defined in universal.c
1990              to Safe compartments
1991      Branch: perl
1992            ! ext/Opcode/Safe.pm
1993 ____________________________________________________________________________
1994 [ 32101] By: rgs                                   on 2007/10/11  15:41:55
1995         Log: Subject: [PATCH] Update IPC::Cmd to 0.38
1996              From: "Jos I. Boumans" <jos@dwim.org>
1997              Date: Thu, 11 Oct 2007 17:24:50 +0200
1998              Message-Id: <E88BE0DB-CA4E-4798-AB5B-3D45D1B5799B@dwim.org>
1999      Branch: perl
2000            ! lib/IPC/Cmd.pm lib/IPC/Cmd/t/01_IPC-Cmd.t
2001 ____________________________________________________________________________
2002 [ 32100] By: rgs                                   on 2007/10/11  14:29:02
2003         Log: Subject: [PATCH] pp_int should treat refs as UVs (not IVs)
2004              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2005              Date: Thu, 11 Oct 2007 10:23:03 -0400
2006              Message-ID: <1ff86f510710110723p6cbed55fo558777258061b556@mail.gmail.com>
2007      Branch: perl
2008            ! pp.c
2009 ____________________________________________________________________________
2010 [ 32099] By: rgs                                   on 2007/10/11  13:14:21
2011         Log: Subject: [PATCH] Gentler theads test
2012              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2013              Date: Thu, 11 Oct 2007 09:12:21 -0400
2014              Message-ID: <1ff86f510710110612j6ecaa1d5ta1a6f2a4e3e13ed3@mail.gmail.com>
2015      Branch: perl
2016            ! t/op/threads.t
2017 ____________________________________________________________________________
2018 [ 32098] By: rgs                                   on 2007/10/11  07:10:25
2019         Log: Subject: [PATCH] Move threads test added in change 32091
2020              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2021              Date: Wed, 10 Oct 2007 12:39:23 -0400
2022              Message-ID: <1ff86f510710100939v29aef6beqcb782934e641ea79@mail.gmail.com>
2023      Branch: perl
2024            ! ext/threads/t/problems.t t/op/threads.t
2025 ____________________________________________________________________________
2026 [ 32097] By: rgs                                   on 2007/10/11  07:08:00
2027         Log: Subject: [PATCH] Porting/Maintainers.pm --check added functionality
2028              From: "Robin Barker" <Robin.Barker@npl.co.uk>
2029              Date: Wed, 10 Oct 2007 18:11:36 +0100
2030              Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D1F2@exchsvr1.npl.ad.local>
2031      Branch: perl
2032            ! Porting/Maintainers.pm
2033 ____________________________________________________________________________
2034 [ 32096] By: rgs                                   on 2007/10/10  20:54:25
2035         Log: Subject: [PATCH] add calling hints to perldebug.pod
2036              From: Richard Foley <Richard.Foley@rfi.net>
2037              Date: Wed, 10 Oct 2007 15:29:39 +0200
2038              Message-Id: <200710101529.39895.Richard.Foley@rfi.net>
2039      Branch: perl
2040            ! pod/perldebug.pod
2041 ____________________________________________________________________________
2042 [ 32095] By: rgs                                   on 2007/10/10  20:50:12
2043         Log: Subject: [PATCH] Porting/Maintainers.pl
2044              From: "Robin Barker" <Robin.Barker@npl.co.uk>
2045              Date: Wed, 10 Oct 2007 17:52:38 +0100
2046              Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D1F1@exchsvr1.npl.ad.local>
2047      Branch: perl
2048            ! Porting/Maintainers.pl
2049 ____________________________________________________________________________
2050 [ 32094] By: rgs                                   on 2007/10/10  20:38:54
2051         Log: Remove an obsolete test for h2ph, that was always skipped.
2052              New tests are needed.
2053      Branch: perl
2054            - lib/ph.t
2055            ! MANIFEST
2056 ____________________________________________________________________________
2057 [ 32093] By: rgs                                   on 2007/10/10  15:37:14
2058         Log: Delete files removed by latest CPANPLUS update
2059      Branch: perl
2060            - lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
2061            - r-0.01.tar.gz.packed
2062            - lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/CHECKSUMS
2063            - lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
2064            - readme
2065            - lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
2066            - tar.gz.packed
2067            - lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
2068            - tar.gz.packed
2069            - lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/CHECKSUMS
2070            - lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.re
2071            - adme
2072            - lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
2073            - r.gz.packed
2074            - lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/CHECKSUMS
2075            - lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
2076            - readme
2077            - lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
2078            - tar.gz.packed
2079            - lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/CHECKSUMS
2080            - lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.re
2081            - adme
2082            - lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
2083            - r.gz.packed
2084 ____________________________________________________________________________
2085 [ 32092] By: rgs                                   on 2007/10/10  15:36:53
2086         Log: Update CPANPLUS to 0.83_02
2087      Branch: perl
2088            + lib/CPANPLUS/Shell/Default/Plugins/CustomSource.pm
2089            + lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Bundle-Foo-Bar-0.0
2090            + 1.tar.gz.packed
2091            + lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/CHECKSUMS
2092            + lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.readm
2093            + e
2094            + lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.tar.g
2095            + z.packed
2096            + lib/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/perl5.005_03.tar.g
2097            + z.packed lib/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/CHECKSUMS
2098            + lib/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/Foo-Bar-0.01.readme
2099            + lib/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/Foo-Bar-0.01.tar.gz.
2100            + packed lib/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/CHECKSUMS
2101            + lib/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/Foo-Bar-0.01.readm
2102            + e
2103            + lib/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/Foo-Bar-0.01.tar.g
2104            + z.packed lib/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/CHECKSUMS
2105            + lib/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/Foo-Bar-0.01.readme
2106            + lib/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/Foo-Bar-0.01.tar.gz.
2107            + packed
2108            ! MANIFEST lib/CPANPLUS.pm lib/CPANPLUS/Backend.pm
2109            ! lib/CPANPLUS/Config.pm lib/CPANPLUS/Internals.pm
2110            ! lib/CPANPLUS/Internals/Constants.pm
2111            ! lib/CPANPLUS/Internals/Extract.pm
2112            ! lib/CPANPLUS/Internals/Report.pm
2113            ! lib/CPANPLUS/Internals/Search.pm
2114            ! lib/CPANPLUS/Internals/Source.pm
2115            ! lib/CPANPLUS/Internals/Utils.pm lib/CPANPLUS/Selfupdate.pm
2116            ! lib/CPANPLUS/Shell.pm lib/CPANPLUS/Shell/Default.pm
2117            ! lib/CPANPLUS/t/00_CPANPLUS-Internals-Utils.t
2118            ! lib/CPANPLUS/t/03_CPANPLUS-Internals-Source.t
2119            ! lib/CPANPLUS/t/04_CPANPLUS-Module.t
2120            ! lib/CPANPLUS/t/06_CPANPLUS-Internals-Constants.t
2121            ! lib/CPANPLUS/t/08_CPANPLUS-Backend.t
2122            ! lib/CPANPLUS/t/15_CPANPLUS-Shell.t
2123            ! lib/CPANPLUS/t/20_CPANPLUS-Dist-MM.t
2124            ! lib/CPANPLUS/t/40_CPANPLUS-Internals-Report.t
2125            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
2126            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
2127            ! cked
2128            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
2129            ! lib/CPANPLUS/t/inc/conf.pl
2130 ____________________________________________________________________________
2131 [ 32091] By: davem                                 on 2007/10/10  15:03:16
2132         Log: newCONTSUB() wasn't thread-safe ([perl #45053])
2133      Branch: perl
2134            ! ext/threads/t/problems.t op.c
2135 ____________________________________________________________________________
2136 [ 32090] By: rgs                                   on 2007/10/10  08:17:07
2137         Log: If we use @{[]} (a.k.a. baby-cart) interpolation, we got warnings
2138              when $" is undefined.
2139      Branch: perl
2140            ! lib/strict.pm lib/warnings.pm warnings.pl
2141 ____________________________________________________________________________
2142 [ 32089] By: nicholas                              on 2007/10/09  21:55:56
2143         Log: As we know the length, replace strEQ with memEQs in S_doopen_pm().
2144      Branch: perl
2145            ! pp_ctl.c
2146 ____________________________________________________________________________
2147 [ 32088] By: nicholas                              on 2007/10/09  21:32:50
2148         Log: If PERL_DISABLE_PMC is defined, doopen_pm() is just a direct call to
2149              check_type_and_open(). So for this case make it a macro, to save a
2150              level of function call.
2151      Branch: perl
2152            ! embed.fnc embed.h pp_ctl.c proto.h
2153 ____________________________________________________________________________
2154 [ 32087] By: nicholas                              on 2007/10/09  20:45:49
2155         Log: Replace Perl_sv_setpvf(aTHX_ namesv, "%s/%s", dir, name); in require's
2156              loop over @INC with direct perl API calls that allocate sufficient
2157              memory up front, avoid the need to parse a format string, and avoid
2158              the need to call strlen() on either parameter.
2159      Branch: perl
2160            ! pp_ctl.c
2161 ____________________________________________________________________________
2162 [ 32086] By: nicholas                              on 2007/10/09  20:06:57
2163         Log: Remove the strlen in doopen_pm() by passing in the length. (As we know
2164              it already in the caller). Remove the unchanging mode parameter from
2165              doopen_pm() and check_type_and_open(), as it's always PERL_SCRIPT_MODE.
2166      Branch: perl
2167            ! embed.fnc embed.h pp_ctl.c proto.h
2168 ____________________________________________________________________________
2169 [ 32085] By: nicholas                              on 2007/10/09  17:56:13
2170         Log: Remove a call to *printf from the require code.
2171      Branch: perl
2172            ! pp_ctl.c
2173 ____________________________________________________________________________
2174 [ 32084] By: nicholas                              on 2007/10/09  17:03:53
2175         Log: Tests for the .pmc functionality.
2176      Branch: perl
2177            ! t/comp/require.t
2178 ____________________________________________________________________________
2179 [ 32083] By: rgs                                   on 2007/10/09  15:26:26
2180         Log: Files names for pragmas strict and warnings can end in .pmc
2181      Branch: perl
2182            ! lib/strict.pm lib/warnings.pm warnings.pl
2183 ____________________________________________________________________________
2184 [ 32082] By: rgs                                   on 2007/10/09  15:14:53
2185         Log: Fix description of "." in unpack() in perl5100delta
2186      Branch: perl
2187            ! pod/perl5100delta.pod
2188 ____________________________________________________________________________
2189 [ 32081] By: rgs                                   on 2007/10/09  13:08:41
2190         Log: perlmodlib.pod has changed, too
2191      Branch: perl
2192            ! pod/perlmodlib.pod
2193 ____________________________________________________________________________
2194 [ 32080] By: rgs                                   on 2007/10/09  13:06:26
2195         Log: Add a rough, incomplete version of perl5100delta
2196      Branch: perl
2197            + pod/perl5100delta.pod
2198            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
2199            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
2200            ! win32/pod.mak
2201 ____________________________________________________________________________
2202 [ 32079] By: rgs                                   on 2007/10/09  12:25:05
2203         Log: Subject: [perl #45823] [PATCH] v5.8.8. pod2html: <a name="example"> anchor, but <a href="item_example"> link 
2204              From: Axel Kollmorgen (via RT) <perlbug-followup@perl.org>
2205              Date: Thu, 27 Sep 2007 16:03:38 -0700
2206              Message-ID: <rt-3.6.HEAD-10743-1190934218-322.45823-75-0@perl.org>
2207      Branch: perl
2208            ! lib/Pod/Html.pm lib/Pod/t/htmllink.t
2209 ____________________________________________________________________________
2210 [ 32078] By: mhx                                   on 2007/10/09  12:01:22
2211         Log: Increment IPC::SysV version number.
2212      Branch: perl
2213            ! ext/IPC/SysV/SysV.pm
2214 ____________________________________________________________________________
2215 [ 32077] By: mhx                                   on 2007/10/09  12:00:27
2216         Log: Fix fallback definitions of S_IRWX[UGO] (didn't include
2217              the 'X', but 'W' twice) and fix the value of IPC_GETACL,
2218              which was set to IPC_EXCL.
2219      Branch: perl
2220            ! ext/IPC/SysV/SysV.xs
2221 ____________________________________________________________________________
2222 [ 32076] By: nicholas                              on 2007/10/09  11:57:16
2223         Log: Don't deparse $^H{v_string}, which is automatically set by the
2224              internals. Doing so confuses modules that test the round-tripping of
2225              various code.
2226      Branch: perl
2227            ! ext/B/B/Deparse.pm
2228 ____________________________________________________________________________
2229 [ 32075] By: rgs                                   on 2007/10/09  10:56:56
2230         Log: Free temporary scalars later, because they might be still needed
2231              when restoring magic
2232      Branch: perl
2233            ! ext/Hash/Util/FieldHash/FieldHash.xs
2234 ____________________________________________________________________________
2235 [ 32074] By: rgs                                   on 2007/10/09  09:23:06
2236         Log: Subject: Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook::LexWrap failure)
2237              From: "Brandon Black" <blblack@gmail.com>
2238              Date: Mon, 8 Oct 2007 08:54:35 -0500
2239              Message-ID: <84621a60710080654s589f57eax90b7f78558ad8b6f@mail.gmail.com>
2240              
2241              new tests.
2242      Branch: perl
2243            ! t/mro/basic.t
2244 ____________________________________________________________________________
2245 [ 32073] By: rgs                                   on 2007/10/09  08:46:24
2246         Log: New opcode category :load, for require, dofile and caller.
2247      Branch: perl
2248            ! ext/Opcode/Opcode.pm
2249 ____________________________________________________________________________
2250 [ 32072] By: rgs                                   on 2007/10/08  15:59:55
2251         Log: Subject: [PATCH] make t/op/pack.t not explode when u64size=''
2252              From: Alex Gough <alex-p5p@earth.li>
2253              Date: Mon, 8 Oct 2007 16:09:35 +0100
2254              Message-ID: <20071008150935.GE24241@the.earth.li>
2255      Branch: perl
2256            ! t/op/pack.t
2257 ____________________________________________________________________________
2258 [ 32071] By: rgs                                   on 2007/10/08  15:52:37
2259         Log: Suggestion by Rick Delaney to make this test pass with -Duse64bitall
2260              on HP-UX (see bug #46011)
2261      Branch: perl
2262            ! lib/overload.t
2263 ____________________________________________________________________________
2264 [ 32070] By: rgs                                   on 2007/10/08  14:09:23
2265         Log: Build with -Dusemymalloc was broken
2266      Branch: perl
2267            ! perl.c
2268 ____________________________________________________________________________
2269 [ 32069] By: rgs                                   on 2007/10/08  13:16:44
2270         Log: Subject: [PATCH] Time::Piece & matherr on qnx4
2271              From: Alex Gough <alex-p5p@earth.li>
2272              Date: Mon, 8 Oct 2007 13:10:04 +0100
2273              Message-ID: <20071008121004.GB24241@the.earth.li>
2274              
2275              Plus, bump version number of Time::Piece to 1.11_03
2276      Branch: perl
2277            + qnx/qnx.c
2278            ! AUTHORS MANIFEST ext/Time/Piece/Piece.pm
2279            ! ext/Time/Piece/Piece.xs ext/Time/Piece/t/02core.t hints/qnx.sh
2280 ____________________________________________________________________________
2281 [ 32068] By: nicholas                              on 2007/10/08  11:37:27
2282         Log: Move (most of) the conditionally compiled members of the interpreter
2283              structure to the end.
2284      Branch: perl
2285            ! intrpvar.h
2286 ____________________________________________________________________________
2287 [ 32067] By: nicholas                              on 2007/10/08  11:09:06
2288         Log: Shrink 4 bytes (ILP32) from the interpreter structure.
2289              (Spotted a U8 sized hole, and filled the known U16 sized hole).
2290              Moved the sig_pending so that its int fills the 4 byte space left by
2291              csh_len, to reduce padding on LP64.
2292      Branch: perl
2293            ! intrpvar.h
2294 ____________________________________________________________________________
2295 [ 32066] By: steveh                                on 2007/10/08  10:17:41
2296         Log: Do the same as #32061 for Win32, which also fixes a static linking
2297              build problem with Hash/Util/FieldHash
2298      Branch: perl
2299            ! win32/FindExt.pm win32/Makefile win32/makefile.mk
2300 ____________________________________________________________________________
2301 [ 32065] By: rgs                                   on 2007/10/08  09:25:12
2302         Log: Subject: Re: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook::LexWrap failure)
2303              From: "Brandon Black" <blblack@gmail.com>
2304              Date: Sun, 7 Oct 2007 22:36:36 -0500
2305              Message-ID: <84621a60710072036l60c29016tba8a32b8021b5b24@mail.gmail.com>
2306      Branch: perl
2307            ! embed.fnc embed.h gv.c proto.h
2308 ____________________________________________________________________________
2309 [ 32064] By: steveh                                on 2007/10/08  08:46:36
2310         Log: Silence compiler warnings on Win32 (VC6)
2311      Branch: perl
2312            ! regcomp.c
2313 ____________________________________________________________________________
2314 [ 32063] By: rgs                                   on 2007/10/08  08:46:30
2315         Log: Documentation change to go with change #32056.
2316      Branch: perl
2317            ! pod/perldiag.pod pod/perlrun.pod
2318 ____________________________________________________________________________
2319 [ 32062] By: rgs                                   on 2007/10/08  08:43:32
2320         Log: Subject: Re: [perl #46011] [RESOLVED] overload "0+" doesn't handle integer results
2321              From: Rick Delaney <rick@bort.ca>
2322              Date: Sun, 7 Oct 2007 22:37:01 -0400
2323              Message-ID: <20071008023701.GI29047@bort.ca>
2324      Branch: perl
2325            ! lib/overload.t pp.c
2326 ____________________________________________________________________________
2327 [ 32061] By: merijn                                on 2007/10/08  08:23:08
2328         Log: Subject: [Patch] Configure doesn't pick up Hash/Util/FieldHash
2329              From: Alex Gough <alex-p5p@earth.li>
2330              Date: Mon, 8 Oct 2007 00:29:11 +0100
2331              Message-ID: <20071007232910.GA24241@the.earth.li>
2332      Branch: perl
2333            ! Configure
2334 ____________________________________________________________________________
2335 [ 32059] By: rgs                                   on 2007/10/07  09:44:22
2336         Log: Subject: [PATCH] Re: [perl #46011] overload "0+" doesn't handle integer results
2337              From: Rick Delaney <rick@bort.ca>
2338              Date: Sun, 7 Oct 2007 00:22:14 -0400
2339              Message-ID: <20071007042214.GH29047@bort.ca>
2340      Branch: perl
2341            ! lib/overload.t pp.c
2342 ____________________________________________________________________________
2343 [ 32058] By: nicholas                              on 2007/10/06  23:50:49
2344         Log: Subject: Re: several compilation problems on VMS in perl@32039
2345              From: "Craig A. Berry" <craig.a.berry@gmail.com>
2346              Message-ID: <c9ab31fc0710061147x3ee7f9bdg2b1bac3acd018bb2@mail.gmail.com>
2347              Date: Sat, 6 Oct 2007 13:47:03 -0500
2348      Branch: perl
2349            ! regcomp.c toke.c utf8.c
2350 ____________________________________________________________________________
2351 [ 32057] By: nicholas                              on 2007/10/06  23:44:50
2352         Log: Finally! Worked out how to const Perl_moreswitches().
2353              Although I've committed crimes against indenting to avoid losing
2354              blame annotation history. Revisit this when we have version control
2355              that can easily see through whitespace changes.
2356              [Can probably now propagate consting inside S_parse_body(),
2357              Perl_moreswitches() and Perl_yylex(), but that will not affect the
2358              external API, so can wait until after 5.10]
2359      Branch: perl
2360            ! embed.fnc perl.c proto.h toke.c
2361 ____________________________________________________________________________
2362 [ 32056] By: nicholas                              on 2007/10/06  22:22:20
2363         Log: "A" should no longer be in the list of options acceptable to PERL5OPT,
2364              now that assertions have been removed.
2365      Branch: perl
2366            ! perl.c
2367 ____________________________________________________________________________
2368 [ 32055] By: nicholas                              on 2007/10/06  21:24:32
2369         Log: Propagate the perlapi.pod part of change 32026 back to the source POD.
2370      Branch: perl
2371            ! sv.c
2372 ____________________________________________________________________________
2373 [ 32054] By: nicholas                              on 2007/10/06  21:23:23
2374         Log: Remove remaining C<Nullch>s and C<Nullsv>s
2375      Branch: perl
2376            ! dump.c perl.c perly.act perly.y toke.c
2377 ____________________________________________________________________________
2378 [ 32053] By: craigb                                on 2007/10/06  18:28:59
2379         Log: Add symlink support to Cwd::_vms_abs_path.
2380      Branch: perl
2381            ! ext/Cwd/t/cwd.t lib/Cwd.pm
2382 ____________________________________________________________________________
2383 [ 32052] By: nicholas                              on 2007/10/06  16:32:36
2384         Log: The scratch scalar used in -d processing for : and = options would leak
2385              as it was never freed.
2386      Branch: perl
2387            ! perl.c
2388 ____________________________________________________________________________
2389 [ 32051] By: nicholas                              on 2007/10/06  15:38:52
2390         Log: Nothing* outside the core uses the old misspelling
2391              PERL_PV_PRETTY_ELIPSES, so remove it.
2392              * well, nothing that Google can find. Same thing, isn't it? :-)
2393      Branch: perl
2394            ! perl.h
2395 ____________________________________________________________________________
2396 [ 32050] By: nicholas                              on 2007/10/06  15:29:44
2397         Log: Fix precedence bug in the logic for PERL_PV_ESCAPE_NOCLEAR in
2398              Perl_pv_escape()
2399      Branch: perl
2400            ! dump.c
2401 ____________________________________________________________________________
2402 [ 32049] By: nicholas                              on 2007/10/06  15:04:53
2403         Log: Use the PERL_PV_PRETTY_NOCLEAR flag to simplify the code in
2404              Perl_regprop() for the EXACT node case.
2405      Branch: perl
2406            ! regcomp.c
2407 ____________________________________________________________________________
2408 [ 32048] By: nicholas                              on 2007/10/06  15:04:04
2409         Log: Add a new flag PERL_PV_PRETTY_NOCLEAR (actually just
2410              PERL_PV_ESCAPE_NOCLEAR), and change Perl_pv_pretty() so that if this
2411              bit is set, the output SV is not reset to an empty string.
2412      Branch: perl
2413            ! dump.c perl.h
2414 ____________________________________________________________________________
2415 [ 32047] By: nicholas                              on 2007/10/06  14:56:18
2416         Log: Fix typo in change 32043 - s/sv_catpvf/sv_catpvs/
2417      Branch: perl
2418            ! dump.c
2419 ____________________________________________________________________________
2420 [ 32046] By: stevep                                on 2007/10/06  13:30:59
2421         Log: Upgrade to Time-HiRes-1.9708
2422      Branch: perl
2423            ! ext/Time/HiRes/HiRes.pm
2424 ____________________________________________________________________________
2425 [ 32045] By: nicholas                              on 2007/10/06  12:55:29
2426         Log: newSV(size) and SvPOK_on() will be more efficient than newSVpvs("")
2427              followed by SvGROW(size+1)
2428      Branch: perl
2429            ! utf8.c
2430 ____________________________________________________________________________
2431 [ 32044] By: nicholas                              on 2007/10/06  12:54:32
2432         Log: Use vnewSVpvf() rather than sv_vcatpvf() onto a newly created empty
2433              string.
2434      Branch: perl
2435            ! perlio.c
2436 ____________________________________________________________________________
2437 [ 32043] By: nicholas                              on 2007/10/06  12:23:15
2438         Log: Avoid using *pvf functions when the format string is a fixed string.
2439      Branch: perl
2440            ! dump.c regcomp.c
2441 ____________________________________________________________________________
2442 [ 32042] By: nicholas                              on 2007/10/06  12:22:58
2443         Log: Directly create the SV with Perl_newSVpvf() rather than using
2444              Perl_catSVpvf() to extend a zero-length SV.
2445      Branch: perl
2446            ! perlio.c
2447 ____________________________________________________________________________
2448 [ 32041] By: nicholas                              on 2007/10/06  10:27:17
2449         Log: Optimise the logic in isPRINT(), possible following Jarkko's bugfix
2450              of change 10855. (to the implementation added in change 18)
2451              Nothing that a decent compiler optimiser would have missed.
2452      Branch: perl
2453            ! handy.h
2454 ____________________________________________________________________________
2455 [ 32040] By: nicholas                              on 2007/10/06  10:23:26
2456         Log: Revert one hunk of change 32034 that had the possibility of being buggy
2457              (the sprintf "%c" code will work correctly when the SV is UTF-8).
2458              Audit all the rest for UTF-8 correctness, and force SvUTF-8_off() in
2459              utf8.c to ensure correctness. (The string is reset to "", so this will
2460              not be a behaviour change.)
2461      Branch: perl
2462            ! dump.c regcomp.c utf8.c
2463 ____________________________________________________________________________
2464 [ 32039] By: nicholas                              on 2007/10/05  23:03:14
2465         Log: In the MAD code, eliminate one Perl_sv_catpvf() and convert one
2466              construction to *pvs.
2467      Branch: perl
2468            ! toke.c
2469 ____________________________________________________________________________
2470 [ 32038] By: nicholas                              on 2007/10/05  23:02:16
2471         Log: Change a sv_catpv() to sv_catpvs().
2472      Branch: perl
2473            ! mg.c
2474 ____________________________________________________________________________
2475 [ 32037] By: craigb                                on 2007/10/05  22:37:23
2476         Log: symlink() wrapper for VMS that prevents the creation of symlinks
2477              with zero-length names.  The standards disallow that and the test
2478              suite gets indigestion.
2479      Branch: perl
2480            ! vms/vms.c vms/vmsish.h
2481 ____________________________________________________________________________
2482 [ 32036] By: nicholas                              on 2007/10/05  21:46:39
2483         Log: Eliminate the Perl_sv_catpvf() in TRIE_STORE_REVCHAR
2484      Branch: perl
2485            ! regcomp.c
2486 ____________________________________________________________________________
2487 [ 32035] By: nicholas                              on 2007/10/05  20:31:23
2488         Log: PL_cshname is actually a constant value known at compile time.
2489              PL_cshlen can be calculated by the compiler. So eliminate both as
2490              interpreter variables, and the code that calculates PL_cshlen at
2491              runtime.
2492      Branch: perl
2493            ! embed.fnc embed.h embedvar.h intrpvar.h perl.h perlapi.h
2494            ! proto.h sv.c toke.c
2495 ____________________________________________________________________________
2496 [ 32034] By: nicholas                              on 2007/10/05  19:48:27
2497         Log: Eliminate most *printf-like calls that use a simple "%c" format,
2498              replacing them with constructions that are more efficient because they
2499              avoid the overhead of the *printf format parser and interpreter code.
2500      Branch: perl
2501            ! dump.c regcomp.c toke.c utf8.c
2502 ____________________________________________________________________________
2503 [ 32033] By: nicholas                              on 2007/10/05  18:15:06
2504         Log: With the demise of PERL_FLEXIBLE_EXCEPTIONS, S_docatch_body() can be
2505              inlined and eliminated.
2506      Branch: perl
2507            ! embed.fnc embed.h pp_ctl.c proto.h
2508 ____________________________________________________________________________
2509 [ 32032] By: nicholas                              on 2007/10/05  16:08:12
2510         Log: As PL_hinthv is actually tied, need to call SvSETMAGIC() after the
2511              store to it. Gosh, the tied hash API is clunky.
2512      Branch: perl
2513            ! mg.c pp_ctl.c
2514 ____________________________________________________________________________
2515 [ 32031] By: rgs                                   on 2007/10/05  11:45:25
2516         Log: Subject: New [PATCH] use 5.006; use 5.10.0
2517              From: "Robin Barker" <Robin.Barker@npl.co.uk>
2518              Date: Fri, 5 Oct 2007 12:12:05 +0100
2519              Message-ID: <2C2E01334A940D4792B3E115F95B7226016048DB@exchsvr1.npl.ad.local>
2520      Branch: perl
2521            ! pod/perldiag.pod pod/perlfunc.pod pp_ctl.c
2522            ! t/lib/warnings/pp_ctl
2523 ____________________________________________________________________________
2524 [ 32030] By: rgs                                   on 2007/10/05  08:09:58
2525         Log: Subject: [PATCH] Update add-package.pl
2526              From: "Jos I. Boumans" <jos@dwim.org>
2527              Date: Thu, 4 Oct 2007 11:24:05 +0200
2528              Message-Id: <9D8CA217-8B5B-487E-96A4-92D9047FE921@dwim.org>
2529      Branch: perl
2530            ! Porting/add-package.pl
2531 ____________________________________________________________________________
2532 [ 32029] By: craigb                                on 2007/10/05  03:41:30
2533         Log: Subject: patch@32028 POD updates for VMS
2534
2535              From: "John E. Malmberg" <wb8tyw@qsl.net>
2536              Date: Thu, 04 Oct 2007 22:25:34 -0500
2537              Message-id: <4705AEAE.9060100@qsl.net>
2538      Branch: perl
2539            ! README.vms vms/perlvms.pod
2540 ____________________________________________________________________________
2541 [ 32028] By: craigb                                on 2007/10/04  18:02:38
2542         Log: VMS override for Module::Build::Base::find_perl_interpreter,
2543              allowing tests to pass from t/TEST as well as harness.
2544      Branch: perl
2545            ! lib/Module/Build/Platform/VMS.pm
2546 ____________________________________________________________________________
2547 [ 32027] By: craigb                                on 2007/10/04  15:06:59
2548         Log: Try a bit harder to get *PL_sighandlerp to agree with its
2549              prototype based on SA_SIGINFO definedness rather than Win32-ness.
2550      Branch: perl
2551            ! mg.c
2552 ____________________________________________________________________________
2553 [ 32026] By: rgs                                   on 2007/10/04  14:28:34
2554         Log: Subject: [PATCH] POD cleanups
2555              From: David Landgren <david@landgren.net>
2556              Date: Fri, 28 Sep 2007 20:42:56 +0200
2557              Message-ID: <46FD4B30.9070802@landgren.net>
2558      Branch: perl
2559            ! pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
2560            ! pod/perl571delta.pod pod/perl581delta.pod pod/perl58delta.pod
2561            ! pod/perl590delta.pod pod/perl592delta.pod pod/perl595delta.pod
2562            ! pod/perlapi.pod pod/perldata.pod pod/perldebug.pod
2563            ! pod/perldiag.pod pod/perlembed.pod pod/perlfunc.pod
2564            ! pod/perlglossary.pod pod/perlhack.pod pod/perliol.pod
2565            ! pod/perlipc.pod pod/perlmodlib.pod pod/perlop.pod
2566            ! pod/perlpod.pod pod/perlpodspec.pod pod/perlre.pod
2567            ! pod/perlrebackslash.pod pod/perlretut.pod pod/perlrun.pod
2568            ! pod/perlxs.pod pod/perlxstut.pod
2569 ____________________________________________________________________________
2570 [ 32024] By: nicholas                              on 2007/10/04  10:39:05
2571         Log: S_dopoptosub() is just a wrapper for S_dopoptosub_at(), so make it a
2572              macro. (Also slightly shrinks the object code for x86 with -Os)
2573      Branch: perl
2574            ! embed.fnc embed.h pp_ctl.c proto.h
2575 ____________________________________________________________________________
2576 [ 32023] By: mhx                                   on 2007/10/04  10:37:47
2577         Log: Upgrade to Devel::PPPort 3.13
2578      Branch: perl
2579            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL
2580            ! ext/Devel/PPPort/parts/inc/pvs
2581            ! ext/Devel/PPPort/parts/inc/variables ext/Devel/PPPort/soak
2582 ____________________________________________________________________________
2583 [ 32022] By: rgs                                   on 2007/10/04  09:11:18
2584         Log: Update Module::Load::Conditional to 0.20
2585      Branch: perl
2586            + lib/Module/Load/Conditional/t/to_load/MustBe/Loaded.pm
2587            - lib/Module/Load/Conditional/t/to_load/Must/Be/Loaded.pm
2588            ! MANIFEST lib/Module/Load/Conditional.pm
2589            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
2590 ____________________________________________________________________________
2591 [ 32021] By: rgs                                   on 2007/10/04  09:06:20
2592         Log: Update Term::UI to 0.16
2593      Branch: perl
2594            ! lib/Term/UI.pm lib/Term/UI/History.pm lib/Term/UI/t/02_ui.t
2595 ____________________________________________________________________________
2596 [ 32020] By: rgs                                   on 2007/10/04  08:32:11
2597         Log: Fix warnings about Sighandler_t type on Win32.
2598      Branch: perl
2599            ! mg.c
2600 ____________________________________________________________________________
2601 [ 32017] By: nicholas                              on 2007/10/03  20:39:37
2602         Log: I can't spell (well know fact) and while I'm there correct other
2603              spelling, grammar and capitalisation imperfections.
2604      Branch: perl
2605            ! lib/overload.t
2606 ____________________________________________________________________________
2607 [ 32016] By: nicholas                              on 2007/10/03  20:34:13
2608         Log: Test for a subtle pre-5.10 bug. Before 5.10 the overloading flag was
2609              stored on the reference rather than the referent. Despite the fact that
2610              objects can only be accessed via references (even internally), the 
2611              referent actually knows that it's blessed, not the references. So
2612              taking a new, unrelated, reference to it gives an object. However, the
2613              overloading-or-not flag was on the reference prior to 5.10, and taking
2614              a new reference didn't (use to) copy it (prior to 5.8.9).
2615              So test that the bug can't return - overloading should work on a
2616              reference to something already blessed into a package with overloading.
2617      Branch: perl
2618            ! lib/overload.t
2619 ____________________________________________________________________________
2620 [ 32015] By: rgs                                   on 2007/10/03  16:21:59
2621         Log: Reverse change #31978
2622      Branch: perl
2623            ! embedvar.h intrpvar.h perlapi.h pod/perldiag.pod
2624            ! pod/perlfunc.pod pp_ctl.c sv.c t/lib/warnings/pp_ctl
2625 ____________________________________________________________________________
2626 [ 32014] By: mhx                                   on 2007/10/03  11:29:58
2627         Log: One const too much. (Unfortunately, the Copy macro casts
2628              the constness away, so the compiler cannot detect this.)
2629      Branch: perl
2630            ! doio.c
2631 ____________________________________________________________________________
2632 [ 32013] By: rgs                                   on 2007/10/03  11:21:59
2633         Log: Adapt definition of Sighandler_t to go with change #32012
2634      Branch: perl
2635            ! iperlsys.h mg.c
2636 ____________________________________________________________________________
2637 [ 32012] By: rgs                                   on 2007/10/03  10:59:55
2638         Log: Subject: [perl #45513] Test failures on amd64-freebsd 6.2 
2639              From: "slaven@rezic.de via RT" <perlbug-followup@perl.org>
2640              Date: Sat, 29 Sep 2007 05:38:08 -0700
2641              Message-ID: <rt-3.6.HEAD-5916-1191069483-1553.45513-15-0@perl.org>
2642      Branch: perl
2643            ! embed.fnc embed.h mg.c proto.h
2644 ____________________________________________________________________________
2645 [ 32011] By: rgs                                   on 2007/10/03  09:46:26
2646         Log: Subject: [perl #46019] Documentation for 'srand' has a problem in code snippet 
2647              From: ben@linuxgazette.net (via RT) <perlbug-followup@perl.org>
2648              Date: Tue, 02 Oct 2007 21:33:49 -0700
2649              Message-ID: <rt-3.6.HEAD-5916-1191386029-1116.46019-75-0@perl.org>
2650      Branch: perl
2651            ! pod/perlfunc.pod
2652 ____________________________________________________________________________
2653 [ 32010] By: stevep                                on 2007/10/03  04:07:08
2654         Log: Update to a file missed in change #32008.
2655      Branch: perl
2656            ! lib/CPAN.pm
2657 ____________________________________________________________________________
2658 [ 32009] By: stevep                                on 2007/10/02  13:56:07
2659         Log: Upgrade to Getopt-Long-2.37
2660      Branch: perl
2661            ! lib/Getopt/Long.pm
2662 ____________________________________________________________________________
2663 [ 32008] By: stevep                                on 2007/10/02  13:39:06
2664         Log: Upgrade to CPAN-1.9203
2665      Branch: perl
2666            + lib/CPAN/API/HOWTO.pm lib/CPAN/DeferedCode.pm
2667            ! MANIFEST lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
2668            ! lib/CPAN/HandleConfig.pm lib/CPAN/Kwalify/distroprefs.dd
2669            ! lib/CPAN/Kwalify/distroprefs.yml lib/CPAN/Queue.pm
2670            ! lib/CPAN/Tarzip.pm lib/CPAN/Version.pm lib/CPAN/t/03pkgs.t
2671            ! lib/CPAN/t/10version.t
2672 ____________________________________________________________________________
2673 [ 32007] By: rgs                                   on 2007/10/02  12:44:18
2674         Log: Need to quote the version number of perl in perlivp, now
2675              that it finishes by 0
2676      Branch: perl
2677            ! utils/perlivp.PL
2678 ____________________________________________________________________________
2679 [ 32006] By: rgs                                   on 2007/10/02  12:31:32
2680         Log: Subject: [PATCH - 2nd revision] /cygdrive is configurable
2681              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2682              Date: Mon, 1 Oct 2007 19:32:19 -0400
2683              Message-ID: <1ff86f510710011632n175427fdx39e173372862526e@mail.gmail.com>
2684      Branch: perl
2685            ! README.cygwin cygwin/cygwin.c lib/File/Spec/Cygwin.pm
2686            ! t/lib/cygwin.t
2687 ____________________________________________________________________________
2688 [ 32005] By: rgs                                   on 2007/10/02  12:08:47
2689         Log: Subject: use base problem
2690              From: Shawn <svicalifornia@gmail.com>
2691              Date: Mon, 01 Oct 2007 12:45:32 -0700
2692              Message-ID: <1191267932.150186.12570@d55g2000hsg.googlegroups.com>
2693              
2694              (This patch is actually not needed for 5.10, but useful for earlier perls)
2695      Branch: perl
2696            ! lib/base.pm
2697 ____________________________________________________________________________
2698 [ 32004] By: rgs                                   on 2007/10/02  12:00:10
2699         Log: Subject: Re: [patch] clean out remnants of DEBUGGING_OPS (was opcode op_type:9)
2700              From: Jim Cromie <jim.cromie@gmail.com>
2701              Date: Mon, 01 Oct 2007 18:59:43 -0600
2702              Message-ID: <470197FF.5040709@gmail.com>
2703      Branch: perl
2704            ! op.h win32/Makefile.ce
2705 ____________________________________________________________________________
2706 [ 32003] By: rgs                                   on 2007/10/02  11:56:28
2707         Log: Subject: [PATCH] was Re: Freeze ?
2708              From: John Peacock <john.peacock@havurah-software.org>
2709              Date: Tue, 02 Oct 2007 05:28:31 -0400
2710              Message-ID: <47020F3F.9070604@havurah-software.org>
2711      Branch: perl
2712            ! dump.c op.h pp_ctl.c t/comp/use.t
2713 ____________________________________________________________________________
2714 [ 32002] By: nicholas                              on 2007/10/02  07:21:12
2715         Log: Audrey spotted a spurious "Unicode".
2716      Branch: perl
2717            ! pod/perlrun.pod
2718 ____________________________________________________________________________
2719 [ 32001] By: nicholas                              on 2007/10/01  12:13:36
2720         Log: Nothing is using IoSUBPROCESS() so eliminate xio_subprocess.
2721              Make xio_flags a U8, which is what it should have been all along
2722              (rather than a char, which might be signed). B.xs had its wrapper as U8
2723      Branch: perl
2724            ! dump.c ext/B/B.xs sv.h
2725 ____________________________________________________________________________
2726 [ 32000] By: rgs                                   on 2007/10/01  12:00:30
2727         Log: Patch by jlv <jloverso@mathworks.com> to stop NEXT::AUTOLOAD
2728              from emitting warnings under the debugger.
2729              See: http://rt.cpan.org/Public/Bug/Display.html?id=25053
2730      Branch: perl
2731            ! lib/perl5db.pl
2732 ____________________________________________________________________________
2733 [ 31999] By: craigb                                on 2007/09/30  15:00:54
2734         Log: Subject: [patch@31998] Fix M:B: tilde.t tests on VMS
2735              From: "John E. Malmberg" <wb8tyw@qsl.net>
2736              Date: Sun, 30 Sep 2007 09:13:09 -0500
2737              Message-id: <46FFAEF5.1060702@qsl.net>
2738      Branch: perl
2739            ! lib/Module/Build/Base.pm lib/Module/Build/Platform/VMS.pm
2740 ____________________________________________________________________________
2741 [ 31998] By: craigb                                on 2007/09/30  13:56:08
2742         Log: Subject: Re: [patch@31988] Revised Module::Build fixes for VMS.    
2743              From: "John E. Malmberg" <wb8tyw@qsl.net>
2744              Date: Sat, 29 Sep 2007 14:50:37 -0500
2745              Message-id: <46FEAC8D.1080506@qsl.net>
2746              
2747              Missed one case in #31995.
2748
2749      Branch: perl
2750            ! lib/Module/Build/Base.pm
2751 ____________________________________________________________________________
2752 [ 31997] By: craigb                                on 2007/09/30  13:47:37
2753         Log: Subject: [PATCH] bring File::Path up to 2.01 (was: Re: Freeze ?)
2754              From: David Landgren <david@landgren.net>
2755              Date: Sun, 30 Sep 2007 15:19:49 +0200
2756              Message-ID: <46FFA275.6010304@landgren.net>
2757      Branch: perl
2758            ! lib/File/Path.pm lib/File/Path.t
2759 ____________________________________________________________________________
2760 [ 31995] By: craigb                                on 2007/09/29  04:39:50
2761         Log: Subject: [patch@31988] Revised Module::Build fixes for VMS.
2762              From: "John E. Malmberg" <wb8tyw@qsl.net>
2763              Date: Fri, 28 Sep 2007 08:55:27 -0500
2764              Message-id: <46FD07CF.5040504@qsl.net>
2765
2766      Branch: perl
2767            ! lib/Module/Build/Base.pm lib/Module/Build/Platform/VMS.pm
2768            ! lib/Module/Build/t/install.t lib/Module/Build/t/manifypods.t
2769            ! lib/Module/Build/t/metadata.t lib/Module/Build/t/runthrough.t
2770 ____________________________________________________________________________
2771 [ 31994] By: nicholas                              on 2007/09/28  18:04:55
2772         Log: Make all of B work on 5.8.x
2773      Branch: perl
2774            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/deparse.t
2775 ____________________________________________________________________________
2776 [ 31993] By: rgs                                   on 2007/09/28  13:07:35
2777         Log: Document hint symbols in B::Concise
2778      Branch: perl
2779            ! ext/B/B/Concise.pm
2780 ____________________________________________________________________________
2781 [ 31992] By: nicholas                              on 2007/09/28  12:40:39
2782         Log: Hopefully really fix test failures with -C
2783      Branch: perl
2784            ! ext/B/t/optree_specials.t
2785 ____________________________________________________________________________
2786 [ 31991] By: rgs                                   on 2007/09/28  08:20:32
2787         Log: Remove unneeded cast
2788      Branch: perl
2789            ! mro.c
2790 ____________________________________________________________________________
2791 [ 31990] By: nicholas                              on 2007/09/28  07:32:28
2792         Log: Change 31987 forgot to re-run embed.pl
2793      Branch: perl
2794            ! embedvar.h perlapi.h
2795 ____________________________________________________________________________
2796 [ 31989] By: merijn                                on 2007/09/28  06:21:34
2797         Log: Subject: [patch] s/thinngy/thingy/
2798              From: Jim Cromie <jim.cromie@gmail.com>
2799              Date: Thu, 27 Sep 2007 19:29:43 -0600
2800              Message-ID: <46FC5907.4010205@gmail.com>
2801      Branch: perl
2802            ! sv.c
2803 ____________________________________________________________________________
2804 [ 31988] By: rgs                                   on 2007/09/27  09:55:35
2805         Log: I forgot to patch for the threaded case
2806      Branch: perl
2807            ! ext/B/t/optree_specials.t
2808 ____________________________________________________________________________
2809 [ 31987] By: nicholas                              on 2007/09/27  09:40:58
2810         Log: Move the bool v_string_ok into the U16-sized gap in the interpreter
2811              structure. Add a "spare" variable so that we can add the first post-
2812              5.10.0 bool variable without growing the interpreter structure.
2813      Branch: perl
2814            ! intrpvar.h
2815 ____________________________________________________________________________
2816 [ 31986] By: rgs                                   on 2007/09/27  09:38:53
2817         Log: Hopefully fix test failures with -C
2818      Branch: perl
2819            ! ext/B/t/optree_specials.t
2820 ____________________________________________________________________________
2821 [ 31985] By: steveh                                on 2007/09/27  08:56:05
2822         Log: Fix test introduced in #31973 that failed on Win32
2823              (Win32 doesn't like the runperl() prog having newlines in it)
2824      Branch: perl
2825            ! ext/B/t/concise.t
2826 ____________________________________________________________________________
2827 [ 31984] By: craigb                                on 2007/09/27  00:57:00
2828         Log: Make large file support the default on VMS systems that have it.  This in turn
2829              makes _USE_STD_STAT and symbolic link support the defaults where available.
2830      Branch: perl
2831            ! configure.com
2832 ____________________________________________________________________________
2833 [ 31983] By: rgs                                   on 2007/09/26  16:57:34
2834         Log: API spelling patch, by Jerry D. Hedden
2835      Branch: perl
2836            ! dump.c lib/ExtUtils/ParseXS.pm perl.h pod/perlapi.pod
2837            ! regcomp.c regcomp.h
2838 ____________________________________________________________________________
2839 [ 31982] By: rgs                                   on 2007/09/26  16:46:36
2840         Log: Maybe the default order of directories in @INC should be modified.
2841      Branch: perl
2842            ! pod/perltodo.pod
2843 ____________________________________________________________________________
2844 [ 31981] By: nicholas                              on 2007/09/26  16:32:45
2845         Log: Change 31977 introduced a bug (failing to set the return value of
2846              mro::get_linear_isa() when passed a second parameter). However, there
2847              were no tests for this. Fix both.
2848      Branch: perl
2849            ! mro.c t/mro/basic.t
2850 ____________________________________________________________________________
2851 [ 31980] By: rgs                                   on 2007/09/26  14:55:15
2852         Log: Subject: [PATCH] Check rename() under Cygwin
2853              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2854              Date: Tue, 25 Sep 2007 11:55:53 -0400
2855              Message-ID: <1ff86f510709250855o2c9115cdi6ce830a9ccaec696@mail.gmail.com>
2856      Branch: perl
2857            ! t/io/fs.t
2858 ____________________________________________________________________________
2859 [ 31979] By: rgs                                   on 2007/09/26  14:53:17
2860         Log: Subject: [PATCH] No more ld2 and perlld under Cygwin
2861              From: "Jerry D. Hedden" <jdhedden@cpan.org>
2862              Date: Tue, 25 Sep 2007 10:45:47 -0400
2863              Message-ID: <1ff86f510709250745s1d17ae54y6403711e00b306a0@mail.gmail.com>
2864      Branch: perl
2865            ! Cross/Makefile-cross-SH Makefile.SH
2866 ____________________________________________________________________________
2867 [ 31978] By: rgs                                   on 2007/09/26  12:46:53
2868         Log: Subject: RE: [PATCH] use 5.010 is ugly; use 5.10.0 warns
2869              From: "Robin Barker" <Robin.Barker@npl.co.uk>
2870              Date: Wed, 26 Sep 2007 13:25:49 +0100
2871              Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D1C3@exchsvr1.npl.ad.local>
2872      Branch: perl
2873            ! embedvar.h intrpvar.h perlapi.h pod/perldiag.pod
2874            ! pod/perlfunc.pod pp_ctl.c sv.c t/lib/warnings/pp_ctl
2875 ____________________________________________________________________________
2876 [ 31977] By: nicholas                              on 2007/09/26  10:21:50
2877         Log: Change the way of determining the MRO algorithm used from an enum
2878              defined in the header, to a pointer to a structure. This allows the
2879              flexibility to easily add more MROs in the future, and to provide an
2880              API to do so. Dispatch in mro.c is now via the structure pointed to,
2881              rather than switch statements on the value of the enum.
2882      Branch: perl
2883            ! hv.c hv.h mro.c
2884 ____________________________________________________________________________
2885 [ 31976] By: rgs                                   on 2007/09/26  09:07:59
2886         Log: Option spelling nit for AIX
2887      Branch: perl
2888            ! Makefile.SH
2889 ____________________________________________________________________________
2890 [ 31975] By: rgs                                   on 2007/09/26  09:00:08
2891         Log: On VAX, feeding a bare "NaN" to nawk causes nawk to core dump since
2892              it tries to interpret it as a number, which causes an FP exception.
2893              (Patch from NetBSD)
2894      Branch: perl
2895            ! MANIFEST
2896 ____________________________________________________________________________
2897 [ 31974] By: rgs                                   on 2007/09/26  08:57:41
2898         Log: Assume NetBSD has touch
2899              (patch from NetBSD package)
2900      Branch: perl
2901            ! makedepend.SH
2902 ____________________________________________________________________________
2903 [ 31973] By: rgs                                   on 2007/09/26  08:34:48
2904         Log: Subject: Re: [patch] improve B::Concise -src support
2905              From: Jim Cromie <jim.cromie@gmail.com>
2906              Date: Tue, 25 Sep 2007 17:34:09 -0600
2907              Message-ID: <46F99AF1.1080108@gmail.com>
2908      Branch: perl
2909            ! ext/B/B/Concise.pm ext/B/t/concise.t ext/B/t/optree_specials.t
2910 ____________________________________________________________________________
2911 [ 31972] By: rgs                                   on 2007/09/26  08:20:14
2912         Log: Update to README.cygwin by Jerry D. Hedden
2913      Branch: perl
2914            ! README.cygwin
2915 ____________________________________________________________________________
2916 [ 31971] By: davem                                 on 2007/09/25  18:59:02
2917         Log: extend PL_veto_cleanup to all platforms
2918              The conditional skip of PERL_SYS_TERM introduced by change #29827
2919              now happens on all platforms, not just UNIX.
2920      Branch: perl
2921            ! perl.c unixish.h
2922 ____________________________________________________________________________
2923 [ 31970] By: davem                                 on 2007/09/25  18:00:32
2924         Log: make PERL_SYS_INIT/INIT3/TERM into functions
2925      Branch: perl
2926            ! dosish.h embed.fnc epoc/epocish.h global.sym mpeix/mpeixish.h
2927            ! os2/os2ish.h perl.c perl.h plan9/plan9ish.h proto.h
2928            ! symbian/symbianish.h unixish.h vms/vmsish.h
2929 ____________________________________________________________________________
2930 [ 31969] By: rgs                                   on 2007/09/25  14:28:20
2931         Log: Hey, but "or" is low-prec. So this statement never worked.
2932      Branch: perl
2933            ! lib/ExtUtils/MM_Unix.pm
2934 ____________________________________________________________________________
2935 [ 31968] By: rgs                                   on 2007/09/25  14:24:53
2936         Log: DragonflyBSD is a BSD too
2937      Branch: perl
2938            ! lib/ExtUtils/MM_Unix.pm
2939 ____________________________________________________________________________
2940 [ 31967] By: rgs                                   on 2007/09/25  13:16:19
2941         Log: Subject: Re: [perl #45513] Test failures on amd64-freebsd 6.2
2942              From: Slaven Rezic <slaven@rezic.de>
2943              Date: 19 Sep 2007 21:56:00 +0200
2944              Message-ID: <87abri1lbj.fsf@biokovo-amd64.herceg.de>
2945      Branch: perl
2946            ! ext/IPC/SysV/t/ipcsysv.t
2947 ____________________________________________________________________________
2948 [ 31966] By: rgs                                   on 2007/09/25  12:20:25
2949         Log: Upgrade to Test::Simple 0.72
2950      Branch: perl
2951            - lib/Test/Simple/t/BEGIN_use_ok.t
2952            ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
2953            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
2954            ! lib/Test/Simple/Changes lib/Test/Simple/TODO
2955            ! lib/Test/Simple/t/is_deeply_with_threads.t
2956 ____________________________________________________________________________
2957 [ 31965] By: rgs                                   on 2007/09/25  11:41:50
2958         Log: Subject: Re: [PATCH 5.10] Improve diagnostic for reloads of bad modules
2959              From: Rick Delaney <rick@bort.ca>
2960              Date: Sat, 22 Sep 2007 16:30:40 -0400
2961              Message-ID: <20070922203040.GK11931@bort.ca>
2962      Branch: perl
2963            ! pod/perldiag.pod pp_ctl.c
2964 ____________________________________________________________________________
2965 [ 31964] By: rgs                                   on 2007/09/25  09:45:46
2966         Log: Make OptreeCheck.pm more forgiving about parent pad indexes
2967      Branch: perl
2968            ! ext/B/t/OptreeCheck.pm
2969 ____________________________________________________________________________
2970 [ 31963] By: rgs                                   on 2007/09/25  09:03:17
2971         Log: Subject: Trans.: CPAN Upload: S/SA/SAPER/constant-1.11.tar.gz
2972              From: =?iso-8859-1?b?U+liYXN0aWVu?= Aperghis-Tramoni <maddingue@free.fr>
2973              Date: Tue, 25 Sep 2007 11:55:48 +0200
2974              Message-ID: <1190714148.46f8db2431f0c@imp.free.fr>
2975      Branch: perl
2976            ! lib/constant.pm lib/constant.t
2977 ____________________________________________________________________________
2978 [ 31962] By: rgs                                   on 2007/09/25  09:00:53
2979         Log: Subject: Re: Smoke [5.10.0] 31938 FAIL(F) netbsd 3.1 (i386/1 cpu)
2980              From: Abe Timmerman <abe@ztreet.demon.nl>
2981              Date: Sun, 23 Sep 2007 01:02:22 +0200
2982              Message-ID: <46F59EFE.7050303@ztreet.demon.nl>
2983      Branch: perl
2984            ! t/test.pl
2985 ____________________________________________________________________________
2986 [ 31961] By: rgs                                   on 2007/09/25  08:56:40
2987         Log: Subject: [PATCH] Re: [perl #45605] Regexp failure with utf8-flagged string and byte-flagged pattern
2988              From: Tels <nospam-abuse@bloodgate.com>
2989              Date: Sat, 22 Sep 2007 14:27:29 +0200
2990              Message-Id: <200709221427.30425@bloodgate.com>
2991      Branch: perl
2992            ! regcomp.c t/op/pat.t
2993 ____________________________________________________________________________
2994 [ 31960] By: rgs                                   on 2007/09/25  08:37:13
2995         Log: Subject: [patch] Dual-lifing constant.pm
2996              From: =?ISO-8859-1?Q?S=E9bastien_Aperghis-Tramoni?= <maddingue@free.fr>
2997              Date: Tue, 25 Sep 2007 02:11:46 +0200
2998              Message-Id: <454B4D1C-48EE-4CA3-834A-A0F872C9E5FC@free.fr>
2999      Branch: perl
3000            ! Porting/Maintainers.pl
3001 ____________________________________________________________________________
3002 [ 31959] By: rgs                                   on 2007/09/25  08:20:31
3003         Log: Subject: [PATCH] stop lib/perl5db.t failure if Term::ReadLine::Perl is installed
3004              From: Slaven Rezic <slaven@rezic.de>
3005              Date: 24 Sep 2007 23:24:37 +0200
3006              Message-ID: <871wcnwycq.fsf@biokovo-amd64.herceg.de>
3007      Branch: perl
3008            ! lib/perl5db.t
3009 ____________________________________________________________________________
3010 [ 31958] By: steveh                                on 2007/09/25  07:59:11
3011         Log: Subject: [PATCH] README.cygwin update
3012              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3013              Date: Mon, 24 Sep 2007 20:58:00 -0400
3014              Message-ID: <1ff86f510709241758o4027c237w7387e7ab86680d55@mail.gmail.com>
3015      Branch: perl
3016            ! README.cygwin
3017 ____________________________________________________________________________
3018 [ 31957] By: steveh                                on 2007/09/25  07:58:02
3019         Log: Subject: [PATCH] $^E is not Win32::GetLastError under Cygwin
3020              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3021              Date: Mon, 24 Sep 2007 20:39:44 -0400
3022              Message-ID: <1ff86f510709241739q62b4f2eaycf13cb9956f8fab3@mail.gmail.com>
3023      Branch: perl
3024            ! ext/Win32CORE/t/win32core.t
3025 ____________________________________________________________________________
3026 [ 31956] By: steveh                                on 2007/09/25  07:52:54
3027         Log: Subject: [PATCH - revised] Re: Change 31935: Upgrade to Win32-0.32
3028              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3029              Date: Mon, 24 Sep 2007 20:23:49 -0400
3030              Message-ID: <1ff86f510709241723o58cc1167m2c44221b77959994@mail.gmail.com>
3031              
3032              (Check Win32::GetLastError() rather than $^E for Cygwin, on which $^E
3033              is the last posix error (the same as $!), not the last Win32 error)
3034      Branch: perl
3035            ! ext/Win32/Win32.pm ext/Win32/t/Names.t
3036 ____________________________________________________________________________
3037 [ 31955] By: rgs                                   on 2007/09/24  16:38:35
3038         Log: Subject: [patch] improve B::Concise -src support
3039              From: Jim Cromie <jim.cromie@gmail.com>
3040              Date: Mon, 24 Sep 2007 00:28:28 -0600
3041              Message-ID: <46F7590C.1070101@gmail.com>
3042      Branch: perl
3043            ! ext/B/B/Concise.pm
3044 ____________________________________________________________________________
3045 [ 31954] By: davem                                 on 2007/09/24  14:18:03
3046         Log: sixth attempt to silence S_emulate_eaccess compiler warning
3047      Branch: perl
3048            ! pp_sys.c
3049 ____________________________________________________________________________
3050 [ 31953] By: rgs                                   on 2007/09/24  13:19:10
3051         Log: Upgrade to Compress::Zlib 2.007
3052      Branch: perl
3053            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
3054            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
3055            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/14gzopen.t
3056 ____________________________________________________________________________
3057 [ 31952] By: rgs                                   on 2007/09/24  12:50:02
3058         Log: Upgrade to threads::shared 1.14
3059              Corrects warnings reported by Devel::PPPort.
3060      Branch: perl
3061            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3062 ____________________________________________________________________________
3063 [ 31951] By: rgs                                   on 2007/09/24  12:37:28
3064         Log: Subject: [PATCH] Re: BigInt bug with non-integer accuracy/precision
3065              From: Tels <nospam-abuse@bloodgate.com>
3066              Date: Sat, 22 Sep 2007 11:33:34 +0200
3067              Message-Id: <200709221133.35110@bloodgate.com>
3068      Branch: perl
3069            + lib/Math/BigInt/t/round.t
3070            ! MANIFEST lib/Math/BigInt.pm
3071 ____________________________________________________________________________
3072 [ 31950] By: merijn                                on 2007/09/24  08:34:14
3073         Log: Announce plans for -Duse32bit* options for Configure, and document
3074              that there is no guarantee on 32bit builds when no args passed
3075      Branch: perl
3076            ! INSTALL
3077 ____________________________________________________________________________
3078 [ 31949] By: craigb                                on 2007/09/24  02:51:23
3079         Log: Allow IEEE math to be deselected on OpenVMS I64 (but it remains
3080              the default).
3081      Branch: perl
3082            ! configure.com
3083 ____________________________________________________________________________
3084 [ 31948] By: davem                                 on 2007/09/24  01:20:00
3085         Log: silence a spurious compiler warning in regcomp.c
3086      Branch: perl
3087            ! regcomp.c
3088 ____________________________________________________________________________
3089 [ 31947] By: davem                                 on 2007/09/24  00:42:07
3090         Log: fifth attempt to silence S_emulate_eaccess compiler warning
3091      Branch: perl
3092            ! embed.fnc embed.h pp_sys.c proto.h
3093 ____________________________________________________________________________
3094 [ 31946] By: craigb                                on 2007/09/23  23:44:59
3095         Log: And some more VMS-specific additions to PL_bincompat_options.
3096      Branch: perl
3097            ! perl.h
3098 ____________________________________________________________________________
3099 [ 31945] By: nicholas                              on 2007/09/23  21:10:27
3100         Log: Add USE_IEEE to PL_bincompat_options, as use_ieee in the configuration
3101              on VMS affects binary compatibility.
3102      Branch: perl
3103            ! perl.h
3104 ____________________________________________________________________________
3105 [ 31944] By: craigb                                on 2007/09/23  15:09:51
3106         Log: Record IEEE usage in config.h on VMS.
3107      Branch: perl
3108            ! configure.com
3109 ____________________________________________________________________________
3110 [ 31943] By: merijn                                on 2007/09/23  13:57:00
3111         Log: Revert #31942, as it was inconsistent between threaded and
3112              non-threaded builds
3113      Branch: perl
3114            ! hints/netbsd.sh t/uni/overload.t
3115 ____________________________________________________________________________
3116 [ 31942] By: merijn                                on 2007/09/23  08:59:52
3117         Log: netbsd's setlocale () doesn't support LC_COLLATE and LC_NUMERIC
3118              Subject: Re: Smoke [5.10.0] 31938 FAIL(F) netbsd 3.1 (i386/1 cpu)
3119              From: Abe Timmerman <abe@ztreet.demon.nl>
3120              Date: Sun, 23 Sep 2007 01:11:50 +0200
3121              Message-ID: <46F5A136.8080000@ztreet.demon.nl>
3122      Branch: perl
3123            ! hints/netbsd.sh t/uni/overload.t
3124 ____________________________________________________________________________
3125 [ 31941] By: nicholas                              on 2007/09/23  07:20:49
3126         Log: Under -DDEBUGGING (on gcc), assert that SvRV(sv) is being called on
3127              a valid SvTYPE().
3128      Branch: perl
3129            ! sv.h
3130 ____________________________________________________________________________
3131 [ 31940] By: nicholas                              on 2007/09/22  15:46:44
3132         Log: Fix bug 45607 - for the corner case *{"BONK"} = \&{"BONK"} the order
3133              of op evaluation means that what had been a reference to a constant
3134              can turn into a typeglob before the sassign gets to run.
3135      Branch: perl
3136            ! pp_hot.c t/op/gv.t
3137 ____________________________________________________________________________
3138 [ 31939] By: mhx                                   on 2007/09/22  08:01:59
3139         Log: Upgrade to Devel::PPPort 3.12
3140      Branch: perl
3141            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL
3142            ! ext/Devel/PPPort/soak
3143 ____________________________________________________________________________
3144 [ 31938] By: nicholas                              on 2007/09/21  09:16:37
3145         Log: hv_stores() on a literal string is now fractionally more efficient than
3146              hv_store().
3147      Branch: perl
3148            ! mg.c util.c
3149 ____________________________________________________________________________
3150 [ 31937] By: steveh                                on 2007/09/21  08:25:47
3151         Log: Fix Win32 breakage caused by #31926
3152      Branch: perl
3153            ! hv.c
3154 ____________________________________________________________________________
3155 [ 31936] By: rgs                                   on 2007/09/21  07:54:47
3156         Log: Silence a load of "value computed is not used" warnings
3157      Branch: perl
3158            ! dump.c gv.c hv.c mg.c mro.c op.c pp_ctl.c pp_hot.c util.c
3159 ____________________________________________________________________________
3160 [ 31935] By: steveh                                on 2007/09/21  07:39:02
3161         Log: Upgrade to Win32-0.32
3162      Branch: perl
3163            ! ext/Win32/Win32.pm ext/Win32/Win32.xs
3164            ! ext/Win32/t/GetFileVersion.t ext/Win32/t/Names.t
3165 ____________________________________________________________________________
3166 [ 31934] By: rgs                                   on 2007/09/21  07:35:24
3167         Log: Subject: [PATCH] version-0.73 (was Re: Change 31920: Don't use ~0 as a version
3168              From: John Peacock <jpeacock@cpan.org>
3169              Date: Thu, 20 Sep 2007 21:15:51 -0400
3170              Message-ID: <46F31B47.6030601@cpan.org>
3171      Branch: perl
3172            ! lib/version.pm lib/version.t util.c
3173 ____________________________________________________________________________
3174 [ 31933] By: nicholas                              on 2007/09/20  19:34:51
3175         Log: Get mad compiling as C++. (At least for me)
3176      Branch: perl
3177            ! embed.fnc op.c op.h proto.h
3178 ____________________________________________________________________________
3179 [ 31932] By: nicholas                              on 2007/09/20  16:52:06
3180         Log: Remove now-unnecessary =cuts where POD is now adjacent to POD.
3181      Branch: perl
3182            ! hv.c
3183 ____________________________________________________________________________
3184 [ 31931] By: nicholas                              on 2007/09/20  16:44:24
3185         Log: Add a new function Perl_hv_common_key_len(), which contains the
3186              manipulations to convert negative lengths to positive length + UTF-8
3187              flag. hv_delete(), hv_exists(), hv_fetch(), hv_store() and
3188              hv_store_flags() all become mathoms. The macros hv_fetchs() and
3189              hv_stores() call hv_common() directly.
3190      Branch: perl
3191            ! embed.fnc embed.h global.sym handy.h hv.c hv.h mathoms.c
3192            ! proto.h
3193 ____________________________________________________________________________
3194 [ 31930] By: nicholas                              on 2007/09/20  15:11:01
3195         Log: Move the SV dereference of Perl_hv_fetch()/Perl_hv_store()/
3196              Perl_hv_store_flags() into Perl_hv_common(). All already pass in
3197              HV_FETCH_JUST_SV, which only these three pass in.
3198      Branch: perl
3199            ! hv.c
3200 ____________________________________________________________________________
3201 [ 31929] By: stevep                                on 2007/09/20  14:00:07
3202         Log: ext/XS/APITest/APITest.xs was suffering casting issues with g++
3203              as well after the addition of Perl_hv_common().
3204      Branch: perl
3205            ! ext/XS/APItest/APItest.xs
3206 ____________________________________________________________________________
3207 [ 31928] By: rgs                                   on 2007/09/20  13:53:03
3208         Log: Subject: [PATCH] Archive::Extract 0.24 (was Re: Archive::Extract test failures on Solaris)
3209              From: "Jos I. Boumans" <kane@dwim.org>
3210              Date: Thu, 20 Sep 2007 15:46:24 +0200
3211              Message-Id: <174BF3BE-B640-4CCA-AB47-BE527382B236@dwim.org>
3212      Branch: perl
3213            ! lib/Archive/Extract.pm
3214            ! lib/Archive/Extract/t/01_Archive-Extract.t
3215            ! lib/Archive/Extract/t/src/double_dir.zip.packed
3216            ! lib/Archive/Extract/t/src/x.Z.packed
3217            ! lib/Archive/Extract/t/src/x.bz2.packed
3218            ! lib/Archive/Extract/t/src/x.gz.packed
3219            ! lib/Archive/Extract/t/src/x.jar.packed
3220            ! lib/Archive/Extract/t/src/x.par.packed
3221            ! lib/Archive/Extract/t/src/x.tar.gz.packed
3222            ! lib/Archive/Extract/t/src/x.tar.packed
3223            ! lib/Archive/Extract/t/src/x.tgz.packed
3224            ! lib/Archive/Extract/t/src/x.zip.packed
3225            ! lib/Archive/Extract/t/src/y.jar.packed
3226            ! lib/Archive/Extract/t/src/y.par.packed
3227            ! lib/Archive/Extract/t/src/y.tar.bz2.packed
3228            ! lib/Archive/Extract/t/src/y.tar.gz.packed
3229            ! lib/Archive/Extract/t/src/y.tar.packed
3230            ! lib/Archive/Extract/t/src/y.tbz.packed
3231            ! lib/Archive/Extract/t/src/y.tgz.packed
3232            ! lib/Archive/Extract/t/src/y.zip.packed
3233 ____________________________________________________________________________
3234 [ 31927] By: stevep                                on 2007/09/20  13:32:18
3235         Log: Casts needed in mathoms.c to make it compile with g++ after the
3236              making Perl_hv_common() return void *.
3237      Branch: perl
3238            ! mathoms.c
3239 ____________________________________________________________________________
3240 [ 31926] By: nicholas                              on 2007/09/20  12:59:25
3241         Log: Switch Perl_hv_common() to returning void * rather than HE *.
3242      Branch: perl
3243            ! embed.fnc hv.c hv.h proto.h
3244 ____________________________________________________________________________
3245 [ 31925] By: nicholas                              on 2007/09/20  12:20:59
3246         Log: Change 31919 forgot to add Perl_hv_common to global.sym
3247      Branch: perl
3248            ! global.sym
3249 ____________________________________________________________________________
3250 [ 31924] By: nicholas                              on 2007/09/20  12:13:16
3251         Log: Convert hv_delete_ent(), hv_exists_ent(), hv_fetch_ent() and
3252              hv_store_ent() to macros, and consign the function bodies to history.
3253              Er, mathoms.c
3254      Branch: perl
3255            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
3256 ____________________________________________________________________________
3257 [ 31923] By: nicholas                              on 2007/09/20  10:21:30
3258         Log: Use Perl_hv_common() to test disabling the key conversion in hash
3259              lookups.
3260      Branch: perl
3261            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t
3262 ____________________________________________________________________________
3263 [ 31922] By: nicholas                              on 2007/09/20  10:20:47
3264         Log: assert that what is passed into the hash functions is really an HV.
3265              (MRO code is calling hash functions during global destruction, hence
3266              the check on SVTYPEMASK.)
3267      Branch: perl
3268            ! hv.c
3269 ____________________________________________________________________________
3270 [ 31921] By: nicholas                              on 2007/09/20  09:42:50
3271         Log: SVs know their length, so avoid 2 calls to strlen().
3272              As we have an SV, call hv_fetch_ent() rather than hv_fetch().
3273      Branch: perl
3274            ! mro.c
3275 ____________________________________________________________________________
3276 [ 31920] By: rgs                                   on 2007/09/20  08:59:34
3277         Log: Don't use ~0 as a version number -- it could overflow.
3278      Branch: perl
3279            ! lib/CPANPLUS/t/40_CPANPLUS-Internals-Report.t
3280 ____________________________________________________________________________
3281 [ 31919] By: nicholas                              on 2007/09/20  08:39:28
3282         Log: Make hv_fetch_common() non-static, and change its name to hv_common(),
3283              as it now also performs hv_delete()/hv_delete_ent()
3284      Branch: perl
3285            ! embed.fnc embed.h hv.c proto.h
3286 ____________________________________________________________________________
3287 [ 31918] By: nicholas                              on 2007/09/19  22:55:27
3288         Log: Change 31849 forgot to regenerate the documentation - removing a
3289              documented function from the published API moves the POD file in which
3290              its documentation resides.
3291      Branch: perl
3292            ! pod/perlapi.pod pod/perlintern.pod
3293 ____________________________________________________________________________
3294 [ 31917] By: nicholas                              on 2007/09/19  22:52:53
3295         Log: Inline and abolish S_hv_magic_uvar_xkey().
3296      Branch: perl
3297            ! embed.fnc embed.h hv.c proto.h
3298 ____________________________________________________________________________
3299 [ 31916] By: nicholas                              on 2007/09/19  22:04:46
3300         Log: Send all delete()/delete_ent() calls via S_hv_fetch_common().
3301              This puts all the key normalisation code in one place.
3302      Branch: perl
3303            ! hv.c hv.h
3304 ____________________________________________________________________________
3305 [ 31915] By: nicholas                              on 2007/09/19  21:43:54
3306         Log: Lots more tests with many permuations of 7, 8 and $lots bit data.
3307      Branch: perl
3308            ! ext/XS/APItest/t/hash.t
3309 ____________________________________________________________________________
3310 [ 31914] By: nicholas                              on 2007/09/19  21:01:26
3311         Log: Parameterise the code that tests the rot13 hash, and add a second
3312              hashtype to test - bitflip (that xors code point with 32).
3313      Branch: perl
3314            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t
3315 ____________________________________________________________________________
3316 [ 31913] By: nicholas                              on 2007/09/19  18:11:40
3317         Log: ext/XS/APItest/t/hash.t was failing because the fieldhash code didn't
3318              reset the pre-computed hash value.
3319      Branch: perl
3320            ! hv.c
3321 ____________________________________________________________________________
3322 [ 31912] By: nicholas                              on 2007/09/19  15:53:43
3323         Log: Call the key transformation function for hv_exists()/hv_fetch()/
3324              hv_store(). (And test this)
3325      Branch: perl
3326            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
3327 ____________________________________________________________________________
3328 [ 31911] By: rgs                                   on 2007/09/19  14:28:28
3329         Log: Fix failing Test::Simple test
3330      Branch: perl
3331            ! lib/Test/Simple/t/More.t
3332 ____________________________________________________________________________
3333 [ 31910] By: steveh                                on 2007/09/19  13:58:25
3334         Log: Updates to AUTHORS etc.
3335      Branch: perl
3336            ! AUTHORS Porting/checkAUTHORS.pl
3337 ____________________________________________________________________________
3338 [ 31909] By: steveh                                on 2007/09/19  13:48:44
3339         Log: Fix whitespace in Changes to keep Porting/checkAUTHORS.pl happy
3340      Branch: perl
3341            ! Changes
3342 ____________________________________________________________________________
3343 [ 31908] By: rgs                                   on 2007/09/19  13:30:18
3344         Log: Fix file name in MANIFEST
3345      Branch: perl
3346            ! MANIFEST
3347 ____________________________________________________________________________
3348 [ 31907] By: stevep                                on 2007/09/19  13:21:26
3349         Log: Update to Test-Simple-0.71
3350      Branch: perl
3351            + lib/Test/Simple/t/BEGIN_use_ok.t lib/Test/Simple/t/cmp_ok.t
3352            + lib/Test/Simple/t/is_deeply_dne_bug.t
3353            + lib/Test/Simple/t/is_deeply_with_threads.t
3354            + lib/Test/Simple/t/lib/Dummy.pm
3355            + lib/Test/Simple/t/lib/MyOverload.pm lib/Test/Simple/t/try.t
3356            - lib/Test/Simple/t/sort_bug.t
3357            ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
3358            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
3359            ! lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-more.t
3360            ! lib/Test/Simple/t/is_fh.t lib/Test/Simple/t/output.t
3361 ____________________________________________________________________________
3362 [ 31906] By: nicholas                              on 2007/09/19  10:54:59
3363         Log: Mark utils/Makefile as read/write in perforce.
3364      Branch: perl
3365            ! utils/Makefile
3366 ____________________________________________________________________________
3367 [ 31905] By: nicholas                              on 2007/09/19  10:53:01
3368         Log: Call the key transformation function for hv_delete().
3369              Honour the HV_DISABLE_UVAR_XKEY for hv_delete().
3370              Test this.
3371              [Pass in 3 more parameters to S_hv_magic_uvar_xkey()]
3372      Branch: perl
3373            ! embed.fnc embed.h ext/XS/APItest/APItest.xs
3374            ! ext/XS/APItest/Makefile.PL ext/XS/APItest/t/hash.t hv.c
3375            ! proto.h
3376 ____________________________________________________________________________
3377 [ 31904] By: steveh                                on 2007/09/19  10:42:15
3378         Log: Clean up test files left behind (on Win32, at least) by Archive-Extract
3379      Branch: perl
3380            ! lib/Archive/Extract/t/01_Archive-Extract.t
3381 ____________________________________________________________________________
3382 [ 31903] By: rgs                                   on 2007/09/19  09:57:00
3383         Log: Subject: [PATCH] minor changes to File::Path (and more tests)
3384              From: David Landgren <david@landgren.net>
3385              Date: Mon, 17 Sep 2007 23:27:45 +0200
3386              Message-ID: <46EEF151.6010409@landgren.net>
3387      Branch: perl
3388            ! lib/File/Path.pm lib/File/Path.t utils/Makefile
3389 ____________________________________________________________________________
3390 [ 31902] By: nicholas                              on 2007/09/19  09:34:00
3391         Log: More tests for when fieldhash magic (doesn't) trigger.
3392      Branch: perl
3393            ! ext/Hash/Util/FieldHash/t/05_perlhook.t
3394 ____________________________________________________________________________
3395 [ 31901] By: nicholas                              on 2007/09/19  09:05:44
3396         Log: Correct test descriptions. bless didn't trigger. ever. Change 31898
3397              forgot to update the comment - lvalue store should trigger once.
3398      Branch: perl
3399            ! ext/Hash/Util/FieldHash/t/05_perlhook.t
3400 ____________________________________________________________________________
3401 [ 31900] By: steveh                                on 2007/09/19  08:46:40
3402         Log: Subject: Re: [perl #45493] [patch] ext/Win32/Win32.xs compilation fails on msvc < 6
3403              From: Dmitry Karasik <dk@tetsuo.karasik.eu.org>
3404              Date: Tue, 18 Sep 2007 10:45:31 +0200
3405              Message-ID: <20070918084531.GA96406@tetsuo.karasik.eu.org>
3406              
3407              (Adds some #defines missing from MSVC++ < 6, plus sorts the list into
3408              numerical order and tests each #define individually)
3409      Branch: perl
3410            ! ext/Win32/Win32.pm ext/Win32/Win32.xs
3411 ____________________________________________________________________________
3412 [ 31899] By: steveh                                on 2007/09/19  08:40:57
3413         Log: Subject: Re: [PATCH] Cray XT4/Catamount build
3414              From: Jarkko Hietaniemi <jhi@iki.fi>
3415              Date: Tue, 18 Sep 2007 19:48:48 -0400
3416              Message-ID: <46F063E0.1000004@iki.fi>
3417              
3418              (Restores a pre-generated utils/Makefile for the benefit of Win32,
3419              which can't run utils/Makefile.SH itself)
3420      Branch: perl
3421            + utils/Makefile
3422            ! MANIFEST Porting/makerel utils/Makefile.SH
3423 ____________________________________________________________________________
3424 [ 31898] By: nicholas                              on 2007/09/19  08:12:09
3425         Log: For an LVALUE fetch, "hv_fetch()" will recurse into "hv_store()" for a
3426              hash with magic. Field hashes have u magic, so this recursion triggers.
3427              However, key conversion replaces the original key with the converted
3428              key, so we need to ensure that conversion happens exactly once, else
3429              for a non-idempotent key conversion routine (eg ROT13) we will see
3430              double conversion in this case.
3431      Branch: perl
3432            ! cop.h ext/Hash/Util/FieldHash/t/05_perlhook.t
3433            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c hv.h
3434 ____________________________________________________________________________
3435 [ 31897] By: rgs                                   on 2007/09/19  07:59:40
3436         Log: Subject: [PATCH] threads 1.67
3437              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3438              Date: Tue, 18 Sep 2007 16:48:03 -0400
3439              Message-ID: <1ff86f510709181348h45b1941epf501f9f73d4daa75@mail.gmail.com>
3440              
3441              fix test count.
3442      Branch: perl
3443            ! ext/threads/t/exit.t ext/threads/t/thread.t
3444            ! ext/threads/threads.pm
3445 ____________________________________________________________________________
3446 [ 31896] By: rgs                                   on 2007/09/19  07:56:56
3447         Log: Subject: [PATCH] t/TEST doesn't check exit (was Re: Test::More bug?)
3448              From: Michael G Schwern <schwern@pobox.com>
3449              Date: Tue, 18 Sep 2007 18:25:14 -0700
3450              Message-ID: <46F07A7A.1060900@pobox.com>
3451      Branch: perl
3452            ! t/TEST
3453 ____________________________________________________________________________
3454 [ 31895] By: rgs                                   on 2007/09/19  07:52:40
3455         Log: Subject: Re: [PATCH] Re: Unintentional base.pm behavior change
3456              From: Michael G Schwern <schwern@pobox.com>
3457              Date: Wed, 19 Sep 2007 00:39:40 -0700
3458              Message-ID: <46F0D23C.6020105@pobox.com>
3459      Branch: perl
3460            + lib/base/t/isa.t
3461            ! MANIFEST lib/base.pm
3462 ____________________________________________________________________________
3463 [ 31894] By: rgs                                   on 2007/09/18  14:10:34
3464         Log: Prevent the pragmas from ${^OPEN} propagated to %^H from deparsing.
3465              This stops test failures when perl is run with -C under utf-8 locales.
3466              However this is only a partial solution, since it will prevent the
3467              open pragma from being properly deparsed. Probably ${^OPEN} should
3468              be handled separately.
3469      Branch: perl
3470            ! ext/B/B/Deparse.pm
3471 ____________________________________________________________________________
3472 [ 31893] By: rgs                                   on 2007/09/18  12:29:55
3473         Log: Subject: document [PATCH] lib/feature.pm
3474              From: "Robin Barker" <Robin.Barker@npl.co.uk>
3475              Date: Mon, 17 Sep 2007 18:18:43 +0100
3476              Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D1B3@exchsvr1.npl.ad.local>
3477      Branch: perl
3478            ! lib/feature.pm
3479 ____________________________________________________________________________
3480 [ 31892] By: rgs                                   on 2007/09/18  10:09:43
3481         Log: More work and modernization of INSTALL
3482      Branch: perl
3483            ! INSTALL
3484 ____________________________________________________________________________
3485 [ 31891] By: steveh                                on 2007/09/18  07:41:51
3486         Log: Change #31889 forgot to regen global.sym
3487      Branch: perl
3488            ! global.sym
3489 ____________________________________________________________________________
3490 [ 31890] By: nicholas                              on 2007/09/17  22:34:45
3491         Log: Fix spelling errors in comments.
3492      Branch: perl
3493            ! ext/Hash/Util/FieldHash/t/10_hash.t t/op/hash.t
3494 ____________________________________________________________________________
3495 [ 31889] By: nicholas                              on 2007/09/17  21:07:33
3496         Log: Remove dead functions:
3497              Perl_do_pipe, which is unused since 4.036
3498              Perl_save_hints, which would just croak
3499              pp_threadsv, which was only used by 5.005 threads
3500      Branch: perl
3501            ! embed.fnc embed.h mathoms.c proto.h
3502 ____________________________________________________________________________
3503 [ 31888] By: nicholas                              on 2007/09/17  20:19:51
3504         Log: Remove dead code surrounded by #if 0 from mathoms.c
3505      Branch: perl
3506            ! mathoms.c
3507 ____________________________________________________________________________
3508 [ 31887] By: rgs                                   on 2007/09/17  15:21:20
3509         Log: Subject: [patch] qualify OP arenas item in perltodo
3510              From: Jim Cromie <jim.cromie@gmail.com>
3511              Date: Sat, 15 Sep 2007 13:36:46 -0600
3512              Message-ID: <46EC344E.3080903@gmail.com>
3513      Branch: perl
3514            ! pod/perltodo.pod
3515 ____________________________________________________________________________
3516 [ 31886] By: merijn                                on 2007/09/17  14:16:08
3517         Log: HP's ANSI-C optimizer breaks op.c (t/op/state.t failure); ccversion fixed
3518      Branch: perl
3519            ! hints/hpux.sh
3520 ____________________________________________________________________________
3521 [ 31885] By: nicholas                              on 2007/09/17  12:21:01
3522         Log: Some more state variable deparse tests.
3523      Branch: perl
3524            ! ext/B/t/deparse.t
3525 ____________________________________________________________________________
3526 [ 31884] By: rgs                                   on 2007/09/17  11:49:04
3527         Log: Subject: [ patch ] add line-number to embed.pl warnings
3528              From: Jim Cromie <jim.cromie@gmail.com>
3529              Date: Wed, 12 Sep 2007 11:25:08 -0600
3530              Message-ID: <46E820F4.80106@gmail.com>
3531      Branch: perl
3532            ! embed.pl
3533 ____________________________________________________________________________
3534 [ 31883] By: rgs                                   on 2007/09/17  11:36:11
3535         Log: Subject: [PATCH] Module::Load::Conditional 0.18 (was Re: Module::Load::Conditional 0.18 wannabe)
3536              From: "Jos I. Boumans" <kane@cpan.org>
3537              Date: Sat, 15 Sep 2007 16:22:20 +0200
3538              Message-Id: <B7B53F13-0EF3-4B05-984C-E481D14964F0@cpan.org>
3539      Branch: perl
3540            ! lib/Module/Load/Conditional.pm
3541            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
3542            ! lib/Module/Load/Conditional/t/02_Parse_Version.t
3543 ____________________________________________________________________________
3544 [ 31882] By: rgs                                   on 2007/09/17  11:25:33
3545         Log: Make B::Deparse able to handle pragmas from %^H.
3546              Add tests for deparsing say() and state().
3547      Branch: perl
3548            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
3549 ____________________________________________________________________________
3550 [ 31881] By: rgs                                   on 2007/09/17  11:20:33
3551         Log: Subject: [PATCH] document limitation of exec() inside pseudo-processes
3552              From: "Jan Dubois" <jand@activestate.com>
3553              Date: Thu, 13 Sep 2007 12:46:06 -0700
3554              Message-ID: <023a01c7f63e$b9da1170$2d8e3450$@com>
3555      Branch: perl
3556            ! pod/perlfork.pod
3557 ____________________________________________________________________________
3558 [ 31880] By: rgs                                   on 2007/09/17  11:19:20
3559         Log: Subject: [PATCH] threads 1.66
3560              From: "Jerry D. Hedden" <jdhedden@cpan.org>
3561              Date: Fri, 14 Sep 2007 14:56:34 -0400
3562              Message-ID: <1ff86f510709141156n498af13aq9e0d279a0c76b48@mail.gmail.com>
3563              
3564              Version bump (sync with CPAN version)
3565      Branch: perl
3566            ! ext/threads/t/exit.t ext/threads/t/thread.t
3567            ! ext/threads/threads.pm ext/threads/threads.xs
3568 ____________________________________________________________________________
3569 [ 31879] By: rgs                                   on 2007/09/17  11:09:56
3570         Log: Subject: [PATCH] fix bigint testsuite
3571              From: Tels <nospam-abuse@bloodgate.com>
3572              Date: Sun, 16 Sep 2007 13:41:15 +0200
3573              Message-Id: <200709161341.15574@bloodgate.com>
3574      Branch: perl
3575            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigfltpm.inc
3576            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/calling.t
3577            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/upgrade.inc
3578 ____________________________________________________________________________
3579 [ 31878] By: rgs                                   on 2007/09/17  10:07:29
3580         Log: Subject: Re: [PATCH] Cray XT4/Catamount build
3581              From: Jarkko Hietaniemi <jhi@iki.fi>
3582              Date: Sat, 15 Sep 2007 20:47:57 -0400
3583              Message-ID: <46EC7D3D.5010604@iki.fi>
3584      Branch: perl
3585            + utils/Makefile.SH
3586            - utils/Makefile
3587            ! MANIFEST Makefile.SH ext/util/make_ext hints/catamount.sh
3588            ! x2p/Makefile.SH
3589 ____________________________________________________________________________
3590 [ 31877] By: nicholas                              on 2007/09/17  09:35:13
3591         Log: Subject: grammar nit
3592              From: Jim Cromie <jim.cromie@gmail.com>
3593              Message-ID: <46EE39E0.80601@gmail.com>
3594              Date: Mon, 17 Sep 2007 02:25:04 -0600
3595      Branch: perl
3596            ! op.h
3597 ____________________________________________________________________________
3598 [ 31876] By: nicholas                              on 2007/09/16  23:28:30
3599         Log: Change 31873 was not robust against the possibility that the
3600              configuration has no #defined options. So add a "" that will make the
3601              initialiser for PL_bincompat_options syntactically correct in this
3602              case.
3603      Branch: perl
3604            ! perl.h
3605 ____________________________________________________________________________
3606 [ 31875] By: nicholas                              on 2007/09/16  10:48:40
3607         Log: Subject: [PATCHES] various small Math::BigInt et. al. fixes
3608              From: Tels <nospam-abuse@bloodgate.com>
3609              Message-Id: <200709161123.14970@bloodgate.com>
3610              Date: Sun, 16 Sep 2007 11:23:14 +0200
3611              
3612              Subject: Re: [PATCHES] various small Math::BigInt et. al. fixes
3613              From: Tels <nospam-abuse@bloodgate.com>
3614              Message-Id: <200709161156.09071@bloodgate.com>
3615              Date: Sun, 16 Sep 2007 11:56:08 +0200
3616      Branch: perl
3617            ! ext/Math/BigInt/FastCalc/FastCalc.pm
3618            ! ext/Math/BigInt/FastCalc/Makefile.PL lib/Math/BigFloat.pm
3619            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm lib/Math/BigRat.pm
3620 ____________________________________________________________________________
3621 [ 31874] By: nicholas                              on 2007/09/16  09:40:45
3622         Log: Upgrade to Archive::Tar 1.36
3623              (Portability fixes for VMS, as offered by Craig Berry)
3624      Branch: perl
3625            ! lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
3626            ! lib/Archive/Tar/t/src/long/bar.tar.packed
3627            ! lib/Archive/Tar/t/src/long/foo.tgz.packed
3628            ! lib/Archive/Tar/t/src/short/bar.tar.packed
3629            ! lib/Archive/Tar/t/src/short/foo.tgz.packed
3630 ____________________________________________________________________________
3631 [ 31873] By: nicholas                              on 2007/09/15  22:34:16
3632         Log: Move all the compile time options that affect binary compatibility into
3633              a global variable PL_bincompat_options. Because the string will be
3634              embedded in any shared perl library, it will allow a comparison check
3635              to be added to perlmain.c in the future, to detect library mismatch.
3636      Branch: perl
3637            ! perl.c perl.h
3638 ____________________________________________________________________________
3639 [ 31872] By: nicholas                              on 2007/09/15  21:26:53
3640         Log: Rejig the word wrapping code for the "Compile-time options:" of perl -V
3641              Replace the rather elegant C code with Perl code that can also sort the
3642              options first, as this will allow them to be split into those that
3643              affect binary compatibility, and those that do not.
3644      Branch: perl
3645            ! perl.c
3646 ____________________________________________________________________________
3647 [ 31871] By: nicholas                              on 2007/09/15  17:54:04
3648         Log: Note the gotcha about newlines in the elements of PL_preambleav.
3649      Branch: perl
3650            ! intrpvar.h
3651 ____________________________________________________________________________
3652 [ 31870] By: nicholas                              on 2007/09/15  16:23:25
3653         Log: Save some C<","> in the embedded program used to generate -V output.
3654      Branch: perl
3655            ! perl.c
3656 ____________________________________________________________________________
3657 [ 31869] By: craigb                                on 2007/09/14  22:45:53
3658         Log: Subject: [PATCH] Update Module::Load to 0.12 (Was Re: Module::Load 0.12 wanna be
3659              (was Re: [patch@31735] Module-load/require fixes for VMS))
3660              From: "Jos I. Boumans" <kane@cpan.org>
3661              Date: Fri, 14 Sep 2007 14:03:14 +0200
3662              Message-id: <594A1762-D3E1-47AD-BBED-121E315D89BF@cpan.org>
3663
3664      Branch: perl
3665            ! MANIFEST lib/Module/Load.pm lib/Module/Load/t/01_Module-Load.t
3666 ____________________________________________________________________________
3667 [ 31868] By: davem                                 on 2007/09/14  22:28:03
3668         Log: enable utf8 cache assertions on DEBUGGING builds
3669      Branch: perl
3670            ! intrpvar.h
3671 ____________________________________________________________________________
3672 [ 31867] By: davem                                 on 2007/09/14  21:59:59
3673         Log: a{2}" + /$.../ = panic: sv_len_utf8 cache
3674              when shrinking an SV, shrink the sv_len_utf8 cache too!
3675      Branch: perl
3676            ! regcomp.c t/op/pat.t
3677 ____________________________________________________________________________
3678 [ 31866] By: merijn                                on 2007/09/14  20:49:49
3679         Log: Subject: Fwd: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.21.tar.gz
3680              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
3681              Date: Fri, 14 Sep 2007 01:18:04 +0200
3682              Message-Id: <92AB5E7F-F8E1-4DEE-805C-B257A569CB62@free.fr>
3683      Branch: perl
3684            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
3685            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/Syslog.xs
3686            ! ext/Sys/Syslog/t/syslog.t
3687 ____________________________________________________________________________
3688 [ 31865] By: merijn                                on 2007/09/14  20:38:00
3689         Log: Subject: a spelling nit
3690              From: Jim Cromie <jim.cromie@gmail.com>
3691              Date: Fri, 14 Sep 2007 10:58:36 -0600
3692              Message-ID: <46EABDBC.40700@gmail.com>
3693      Branch: perl
3694            ! sv.c
3695 ____________________________________________________________________________
3696 [ 31864] By: davem                                 on 2007/09/14  18:25:44
3697         Log: Memory corruption with heavy module loading in threads
3698              In void context, eval leaves garbage on the stack. Don't then
3699              copy this back into the threads->param array!
3700      Branch: perl
3701            ! ext/threads/t/thread.t ext/threads/threads.xs
3702 ____________________________________________________________________________
3703 [ 31863] By: nicholas                              on 2007/09/13  14:52:20
3704         Log: Note that list initialisation of state variables is TODO. While in the
3705              area, note how B::Deparse might be improved to name inlined constants.
3706      Branch: perl
3707            ! pod/perltodo.pod
3708 ____________________________________________________________________________
3709 [ 31862] By: rgs                                   on 2007/09/13  11:29:20
3710         Log: Subject: [patch@31788] Term::ReadLine::Stub missing get_line
3711              From: "John E. Malmberg" <wb8tyw@qsl.net>
3712              Date: Wed, 12 Sep 2007 20:14:53 -0500
3713              Message-id: <46E88F0D.2090405@qsl.net>
3714      Branch: perl
3715            ! lib/Term/ReadLine.pm
3716 ____________________________________________________________________________
3717 [ 31861] By: rgs                                   on 2007/09/13  09:10:18
3718         Log: Better diagnostics and test naming
3719      Branch: perl
3720            ! ext/B/t/deparse.t
3721 ____________________________________________________________________________
3722 [ 31860] By: rgs                                   on 2007/09/13  08:58:07
3723         Log: Make Deparse handle "say"
3724      Branch: perl
3725            ! ext/B/B/Deparse.pm
3726 ____________________________________________________________________________
3727 [ 31859] By: rgs                                   on 2007/09/13  08:17:09
3728         Log: URL correction by Robert Spier
3729      Branch: perl
3730            ! pod/perlhack.pod
3731 ____________________________________________________________________________
3732 [ 31858] By: nicholas                              on 2007/09/12  23:11:45
3733         Log: Carp's argument backtrace code would show undef as "undef" - a string.
3734      Branch: perl
3735            ! lib/Carp.pm lib/Carp.t lib/Carp/Heavy.pm
3736 ____________________________________________________________________________
3737 [ 31857] By: nicholas                              on 2007/09/12  23:10:58
3738         Log: Add the missing assignment to op_last that change 31798 missed out.
3739              With this, state $zok = ...; will deparse.
3740      Branch: perl
3741            ! ext/B/B/Deparse.pm op.c
3742 ____________________________________________________________________________
3743 [ 31856] By: nicholas                              on 2007/09/12  18:38:54
3744         Log: Don't call frexp() on +Inf or -Inf either. (It's not just NaN it might
3745              choke on.)
3746      Branch: perl
3747            ! sv.c
3748 ____________________________________________________________________________
3749 [ 31855] By: rgs                                   on 2007/09/12  11:48:32
3750         Log: Amend change 31854 for when NAN_COMPARE_BROKEN
3751      Branch: perl
3752            ! sv.c
3753 ____________________________________________________________________________
3754 [ 31854] By: rgs                                   on 2007/09/12  11:02:40
3755         Log: Subject: [perl #45383] sprintf %f panics with NaN 
3756              From: Zefram (via RT) <perlbug-followup@perl.org>
3757              Date: Tue, 11 Sep 2007 15:22:23 -0700
3758              Message-ID: <rt-3.6.HEAD-10743-1189549342-52.45383-75-0@perl.org>
3759      Branch: perl
3760            ! sv.c
3761 ____________________________________________________________________________
3762 [ 31853] By: rgs                                   on 2007/09/12  09:32:47
3763         Log: Make @INC available in base.pm's error message when
3764              a module can't be found. See CPAN bug #28582.
3765      Branch: perl
3766            ! lib/base.pm lib/base/t/base.t
3767 ____________________________________________________________________________
3768 [ 31852] By: steveh                                on 2007/09/12  08:11:46
3769         Log: Upgrade to Win32-0.31
3770      Branch: perl
3771            + ext/Win32/t/Names.t
3772            ! MANIFEST ext/Win32/Win32.pm ext/Win32/t/GetLongPathName.t
3773 ____________________________________________________________________________
3774 [ 31851] By: rgs                                   on 2007/09/12  08:07:21
3775         Log: Subject: Re: mro "PERFORMANCE CONSIDERATIONS" still true?
3776              From: Rick Delaney <rick@bort.ca>
3777              Date: Mon, 10 Sep 2007 10:45:41 -0400
3778              Message-ID: <20070910144541.GI9260@bort.ca>
3779              
3780              plus update Changes file for base.pm
3781      Branch: perl
3782            ! lib/base.pm lib/base/Changes
3783 ____________________________________________________________________________
3784 [ 31850] By: rgs                                   on 2007/09/12  08:03:00
3785         Log: Subject: [patch@31846] vms stat and chmod fixes.
3786              From: "John E. Malmberg" <wb8tyw@qsl.net>
3787              Date: Tue, 11 Sep 2007 22:01:14 -0500
3788              Message-ID: <46E7567A.8090203@qsl.net>
3789      Branch: perl
3790            ! vms/vms.c vms/vmsish.h
3791 ____________________________________________________________________________
3792 [ 31849] By: nicholas                              on 2007/09/12  00:09:18
3793         Log: mro_get_linear_isa_dfs and mro_get_linear_isa_c3 can have static
3794              linkage.
3795      Branch: perl
3796            ! embed.fnc embed.h global.sym mro.c proto.h
3797 ____________________________________________________________________________
3798 [ 31848] By: mhx                                   on 2007/09/11  21:45:40
3799         Log: Upgrade to Devel::PPPort 3.11_06
3800      Branch: perl
3801            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL
3802            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/inc/SvPV
3803            ! ext/Devel/PPPort/parts/inc/grok
3804            ! ext/Devel/PPPort/parts/inc/magic
3805            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
3806            ! ext/Devel/PPPort/parts/inc/ppphbin
3807            ! ext/Devel/PPPort/parts/inc/ppphtest
3808            ! ext/Devel/PPPort/parts/inc/shared_pv
3809            ! ext/Devel/PPPort/parts/inc/sv_xpvf
3810            ! ext/Devel/PPPort/parts/inc/variables ext/Devel/PPPort/soak
3811            ! ext/Devel/PPPort/t/ppphtest.t
3812 ____________________________________________________________________________
3813 [ 31847] By: rgs                                   on 2007/09/11  15:59:15
3814         Log: Some escapes were mentioned twice, although they're not qr//-specific
3815      Branch: perl
3816            ! pod/perlre.pod
3817 ____________________________________________________________________________
3818 [ 31846] By: rgs                                   on 2007/09/11  10:00:46
3819         Log: Subject: [patch] [Win32] Makefile and makefile.mk rely on shell association
3820              From: Max Maischein <corion@cpan.org>
3821              Date: Sat, 01 Sep 2007 15:27:54 +0200
3822              Message-ID: <46D968DA.2000205@cpan.org>
3823      Branch: perl
3824            ! win32/Makefile win32/makefile.mk
3825 ____________________________________________________________________________
3826 [ 31845] By: rgs                                   on 2007/09/11  09:32:02
3827         Log: Upgrade to Net::Ping 2.33, with help from Jerry Hedden
3828      Branch: perl
3829            ! lib/Net/Ping.pm lib/Net/Ping/Changes
3830 ____________________________________________________________________________
3831 [ 31844] By: rgs                                   on 2007/09/11  09:28:02
3832         Log: Upgrade to libnet 1.22 (with some help by Jerry Hedden)
3833      Branch: perl
3834            ! lib/Net/Changes lib/Net/Cmd.pm lib/Net/FTP.pm
3835 ____________________________________________________________________________
3836 [ 31843] By: craigb                                on 2007/09/10  22:40:30
3837         Log: VMS help for File::Path 2.00_11:  chdir() is finicky about directory
3838              format; catdir spews warnings when given files that aren't directories;
3839              File::Spec functions may call stat(), thus zapping C<_>; filenames with 
3840              characters that need escaping (such as spaces), must have some path
3841              syntax attached to them and be converted to native syntax in order to
3842              force escaping to take place.
3843      Branch: perl
3844            ! lib/File/Path.pm
3845 ____________________________________________________________________________
3846 [ 31842] By: davem                                 on 2007/09/10  21:53:53
3847         Log: change #31246 unconditionally enabled utf8 cache debugging code
3848      Branch: perl
3849            ! intrpvar.h
3850 ____________________________________________________________________________
3851 [ 31841] By: rgs                                   on 2007/09/10  16:17:08
3852         Log: Move version to 1.07, although some tests are different (due to
3853              the perl core test preamble).
3854      Branch: perl
3855            ! lib/IO/Zlib.pm
3856 ____________________________________________________________________________
3857 [ 31840] By: davem                                 on 2007/09/10  14:04:40
3858         Log: silence warning in new state.t test (spotted by Jerry Hedden)
3859      Branch: perl
3860            ! t/op/state.t
3861 ____________________________________________________________________________
3862 [ 31839] By: nicholas                              on 2007/09/10  11:10:37
3863         Log: The best way not to have the missing subroutines hash trample all over
3864              someone else's namespace is by not having it in their namespace in the
3865              first place :-)
3866      Branch: perl
3867            ! lib/ExtUtils/Constant/ProxySubs.pm
3868 ____________________________________________________________________________
3869 [ 31838] By: rgs                                   on 2007/09/10  09:43:14
3870         Log: Subject: [PATCH blead] Re: [perl #44623] Optimized magic_setisa has bug
3871              From: Rick Delaney <rick@bort.ca>
3872              Date: Thu, 6 Sep 2007 14:40:39 -0400
3873              Message-ID: <20070906184039.GG9260@bort.ca>
3874      Branch: perl
3875            ! pp_hot.c t/mro/basic.t
3876 ____________________________________________________________________________
3877 [ 31837] By: rgs                                   on 2007/09/10  08:34:08
3878         Log: Upgrade to ExtUtils::Install 1.44
3879      Branch: perl
3880            ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t
3881 ____________________________________________________________________________
3882 [ 31836] By: rgs                                   on 2007/09/10  08:19:58
3883         Log: Remove the "performance considerations" paragraph.
3884      Branch: perl
3885            ! lib/mro.pm
3886 ____________________________________________________________________________
3887 [ 31835] By: davem                                 on 2007/09/10  00:02:55
3888         Log: when anon subs are cloned, the 'assign once only' flag should be
3889              set for all state vars in the pad.
3890              (Nicholas worked up the same fix - spooky action at a distance!)
3891      Branch: perl
3892            ! pad.c t/op/state.t
3893 ____________________________________________________________________________
3894 [ 31834] By: davem                                 on 2007/09/09  22:27:38
3895         Log: ununit pos value warning identified the wrong variable name
3896      Branch: perl
3897            ! sv.c t/lib/warnings/9uninit
3898 ____________________________________________________________________________
3899 [ 31833] By: davem                                 on 2007/09/09  19:51:50
3900         Log: state variables shouldn't be shared between anon subs
3901      Branch: perl
3902            ! op.c t/op/state.t
3903 ____________________________________________________________________________
3904 [ 31832] By: merijn                                on 2007/09/09  10:09:34
3905         Log: Moved really outdated Y2K comment from INSTALL to README.hpux
3906      Branch: perl
3907            ! INSTALL README.hpux
3908 ____________________________________________________________________________
3909 [ 31831] By: merijn                                on 2007/09/09  09:54:38
3910         Log: Merged duplicate info about GDBM/threads on HP-UX 11
3911              from INSTALL to README.hpux
3912      Branch: perl
3913            ! INSTALL README.hpux
3914 ____________________________________________________________________________
3915 [ 31830] By: merijn                                on 2007/09/09  09:37:40
3916         Log: The question auctioned at YAPC::Europe-2007 in Vienna
3917      Branch: perl
3918            ! Configure
3919 ____________________________________________________________________________
3920 [ 31828] By: rgs                                   on 2007/09/09  09:18:12
3921         Log: More INSTALL nits. Move Tru64 specific info in the related
3922              README file. (is it outdated?)
3923      Branch: perl
3924            ! INSTALL README.tru64
3925 ____________________________________________________________________________
3926 [ 31827] By: rgs                                   on 2007/09/09  08:26:02
3927         Log: Not many people reuse an old config.sh nowadays, I suppose.
3928              Move the section "start with a fresh distribution" further down.
3929      Branch: perl
3930            ! INSTALL
3931 ____________________________________________________________________________
3932 [ 31826] By: rgs                                   on 2007/09/09  07:43:50
3933         Log: Move the "reporting problems" section further in the INSTALL file,
3934              and simplify the synopsis, as suggested by Richard Foley.
3935      Branch: perl
3936            ! INSTALL
3937 ____________________________________________________________________________
3938 [ 31825] By: craigb                                on 2007/09/09  00:31:51
3939         Log: Band-aid for Pod::Man::devise_title to keep it from looking
3940              beyond the end of an array and generating undefined warnings.
3941      Branch: perl
3942            ! lib/Pod/Man.pm
3943 ____________________________________________________________________________
3944 [ 31824] By: nicholas                              on 2007/09/08  22:34:29
3945         Log: For now, forbid all list assignment initialisation of state variables,
3946              as the precise semantics in Perl 6 are not clear. Better to make it a
3947              syntax error, than to have one behaviour now, but change it later.
3948              [I believe that this is the consensus. If not, it will be backed out]
3949      Branch: perl
3950            ! op.c pod/perldiag.pod t/op/state.t
3951 ____________________________________________________________________________
3952 [ 31823] By: nicholas                              on 2007/09/08  21:47:24
3953         Log: Make 'state $$' etc report 'Can't use global $$ in "state"' (not "my")
3954      Branch: perl
3955            ! op.c pod/perldiag.pod
3956 ____________________________________________________________________________
3957 [ 31822] By: nicholas                              on 2007/09/08  21:21:37
3958         Log: Update perldiag.pod to mention "state" in all places where state
3959              variables can report the same errors as my variables.
3960      Branch: perl
3961            ! pod/perldiag.pod
3962 ____________________________________________________________________________
3963 [ 31821] By: nicholas                              on 2007/09/08  15:20:14
3964         Log: B.pm still assumed that SVt_PVBM exists. Correct this.
3965              Tweak the alignment of ASCII art inheritance diagrams.
3966      Branch: perl
3967            ! ext/B/B.pm
3968 ____________________________________________________________________________
3969 [ 31820] By: rgs                                   on 2007/09/08  13:12:33
3970         Log: Subject: [patch] readabilty tweaks
3971              From: Jim Cromie <jim.cromie@gmail.com>
3972              Date: Fri, 07 Sep 2007 13:12:22 -0600
3973              Message-ID: <46E1A296.1020101@gmail.com>
3974      Branch: perl
3975            ! ext/B/B/Concise.pm pod/perlglossary.pod
3976 ____________________________________________________________________________
3977 [ 31819] By: rgs                                   on 2007/09/08  13:03:29
3978         Log: Subject: [PATCH] sync blead with File-Path 2.00_11
3979              From: David Landgren <david@landgren.net>
3980              Date: Sat, 08 Sep 2007 10:46:15 +0200
3981              Message-ID: <46E26157.4050307@landgren.net>
3982      Branch: perl
3983            ! lib/File/Path.pm lib/File/Path.t
3984 ____________________________________________________________________________
3985 [ 31818] By: rgs                                   on 2007/09/08  12:40:05
3986         Log: Subject: [PATCH pod/perlunicode.pod] Userdefined properties
3987              From: Abigail <abigail@abigail.be>
3988              Date: Fri, 7 Sep 2007 18:38:47 +0200
3989              Message-ID: <20070907163847.GB16395@abigail.be>
3990      Branch: perl
3991            ! pod/perlunicode.pod
3992 ____________________________________________________________________________
3993 [ 31817] By: rgs                                   on 2007/09/08  12:34:27
3994         Log: err should be removed from perl_keyword.pl, too
3995      Branch: perl
3996            ! perl_keyword.pl
3997 ____________________________________________________________________________
3998 [ 31816] By: rgs                                   on 2007/09/07  15:50:10
3999         Log: Spelling nit by Jim Cromie
4000      Branch: perl
4001            ! lib/DBM_Filter/t/encode.t
4002 ____________________________________________________________________________
4003 [ 31815] By: craigb                                on 2007/09/07  15:07:14
4004         Log: Two Module::Build::Platform::VMS tweaks:
4005              -- Override expand_test_dir to relativize paths.
4006              -- Eliminate eliminate_macros; M::B doesn't need it.
4007      Branch: perl
4008            ! lib/Module/Build/Platform/VMS.pm
4009 ____________________________________________________________________________
4010 [ 31814] By: craigb                                on 2007/09/07  14:58:05
4011         Log: Subject: [patch@31780] fixes for cpanplus on VMS
4012              From: "John E. Malmberg" <wb8tyw@qsl.net>
4013              Date: Sun, 02 Sep 2007 17:23:04 -0500
4014              Message-id: <46DB37C8.3060100@qsl.net>
4015
4016              
4017              Only the hunk containing the replacement of catdir with 
4018              catfile in Module::Build::Base::install_map.
4019      Branch: perl
4020            ! lib/Module/Build/Base.pm
4021 ____________________________________________________________________________
4022 [ 31813] By: rgs                                   on 2007/09/07  14:03:52
4023         Log: Bump version of Module::Build after change #31619
4024      Branch: perl
4025            ! lib/Module/Build.pm
4026 ____________________________________________________________________________
4027 [ 31812] By: rgs                                   on 2007/09/07  09:25:24
4028         Log: Remove the 'err' keyword
4029      Branch: perl
4030            - t/lib/feature/err
4031            ! MANIFEST embed.h keywords.h keywords.pl lib/feature.pm
4032            ! pod/perlop.pod pp.c t/lib/warnings/op t/op/cproto.t t/op/dor.t
4033            ! t/run/switches.t toke.c
4034 ____________________________________________________________________________
4035 [ 31811] By: rgs                                   on 2007/09/07  08:55:19
4036         Log: feature bundle :5.10 should be equivalent to latest :5.10.X
4037      Branch: perl
4038            ! lib/feature.pm
4039 ____________________________________________________________________________
4040 [ 31810] By: rgs                                   on 2007/09/07  08:41:16
4041         Log: Subject: [PATCH] Test fixes to go along with longpath.inc patch
4042              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4043              Date: Thu, 6 Sep 2007 14:50:15 -0400
4044              Message-ID: <1ff86f510709061150t4838c7d4i4c5b3f1f7dc0edd1@mail.gmail.com>
4045      Branch: perl
4046            ! ext/Win32/t/GetLongPathName.t
4047 ____________________________________________________________________________
4048 [ 31809] By: rgs                                   on 2007/09/07  08:38:54
4049         Log: Subject: [PATCH] Fix t/op/magic.t failures under Cygwin
4050              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4051              Date: Thu, 6 Sep 2007 13:37:34 -0400
4052              Message-ID: <1ff86f510709061037q6744827cub29f666ca5fb5904@mail.gmail.com>
4053      Branch: perl
4054            ! t/op/magic.t
4055 ____________________________________________________________________________
4056 [ 31808] By: rgs                                   on 2007/09/07  08:36:02
4057         Log: Subject: [PATCH] Fix ext/Win32/t/Unicode.t test failure under Cygwin
4058              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4059              Date: Thu, 6 Sep 2007 13:07:51 -0400
4060              Message-ID: <1ff86f510709061007x57e86b50led110861846cdc02@mail.gmail.com>
4061      Branch: perl
4062            ! ext/Win32/t/Unicode.t
4063 ____________________________________________________________________________
4064 [ 31807] By: rgs                                   on 2007/09/07  08:34:00
4065         Log: Subject: [PATCH] Force uppercase drive letters
4066              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4067              Date: Thu, 6 Sep 2007 12:57:09 -0400
4068              Message-ID: <1ff86f510709060957p9a530feu7b97616dd8cd3b50@mail.gmail.com>
4069      Branch: perl
4070            ! ext/Win32/longpath.inc
4071 ____________________________________________________________________________
4072 [ 31806] By: rgs                                   on 2007/09/06  17:30:57
4073         Log: Subject: [PATCH t/op/state.t] More tests
4074              From: Abigail <abigail@abigail.be>
4075              Date: Thu, 6 Sep 2007 18:56:34 +0200
4076              Message-ID: <20070906165634.GB446@abigail.be>
4077      Branch: perl
4078            ! t/op/state.t
4079 ____________________________________________________________________________
4080 [ 31805] By: rgs                                   on 2007/09/06  14:57:03
4081         Log: state $foo if 0 shouldn't warn. Spotted by Abigail.
4082      Branch: perl
4083            ! op.c
4084 ____________________________________________________________________________
4085 [ 31804] By: nicholas                              on 2007/09/06  14:45:52
4086         Log: Change 31798 forgot to add the op 'once' to Opcode.pm
4087      Branch: perl
4088            ! ext/Opcode/Opcode.pm
4089 ____________________________________________________________________________
4090 [ 31803] By: merijn                                on 2007/09/06  14:18:30
4091         Log: Part of the 5.10.0 bump
4092      Branch: perl
4093            ! Porting/config.sh
4094 ____________________________________________________________________________
4095 [ 31802] By: merijn                                on 2007/09/06  14:15:07
4096         Log: Upstream netbsd patch. Also unified the whitespace. (thanks BinGOs)
4097      Branch: perl
4098            ! hints/netbsd.sh
4099 ____________________________________________________________________________
4100 [ 31801] By: rgs                                   on 2007/09/06  13:46:33
4101         Log: If perl's minimal required version number is >= 5.6.0,
4102              we can write it 5.XXXXXX always. Fixes h2xs.t failiing
4103              tests with 5.10.0.
4104      Branch: perl
4105            ! utils/h2xs.PL
4106 ____________________________________________________________________________
4107 [ 31800] By: rgs                                   on 2007/09/06  13:23:02
4108         Log: Fix CPANPLUS test to work with 5.10.0
4109      Branch: perl
4110            ! lib/CPANPLUS/t/00_CPANPLUS-Internals-Utils.t
4111 ____________________________________________________________________________
4112 [ 31799] By: rgs                                   on 2007/09/06  13:21:34
4113         Log: Bump version number to 5.10.0.
4114      Branch: perl
4115            ! Cross/config.sh-arm-linux Cross/config.sh-arm-linux-n770
4116            ! NetWare/Makefile NetWare/config_H.wc epoc/config.sh
4117            ! epoc/createpkg.pl patchlevel.h plan9/config.plan9 t/comp/use.t
4118            ! t/op/ver.t win32/Makefile win32/Makefile.ce win32/config_H.bc
4119            ! win32/config_H.ce win32/config_H.gc win32/config_H.vc
4120            ! win32/config_H.vc64 win32/makefile.mk
4121 ____________________________________________________________________________
4122 [ 31798] By: nicholas                              on 2007/09/06  09:18:41
4123         Log: Make state $zok = slosh(); behave as the Perl 6 design with an implicit
4124              START block. First time through, call slosh() and assign to $zok.
4125              Subsequently neither call slosh() nor assign to $zok. Adds a new op
4126              ONCE to control the conditonal call and assign. No change to list
4127              context, so state ($zok) = slosh() and (state $zok) = ... etc will
4128              still repeatedly evaluate and assign. [Can't fix that before 5.10]
4129              Use as an RVALUE is as Larry's design - my $boff = state $zok = ...;
4130              will evaluate, assign and return first time, and subsequently act as if
4131              it were written my $boff = $zok;
4132              FIXME - state $zok = ...; won't deparse - I believe op->op_last isn't
4133              being correctly set on the sassign, but I don't know how to fix this.
4134              This change may be backed out before 5.10.
4135      Branch: perl
4136            ! op.c opcode.h opcode.pl opnames.h pp.c pp.sym pp_proto.h
4137            ! t/op/state.t
4138 ____________________________________________________________________________
4139 [ 31797] By: rgs                                   on 2007/09/06  08:31:01
4140         Log: Subject: [PATCH blead] Re: [perl #44969] Restricted hashes do not handle private fields properly
4141              From: Rick Delaney <rick@bort.ca>
4142              Date: Wed, 5 Sep 2007 14:38:40 -0400
4143              Message-ID: <20070905183840.GE9260@bort.ca>
4144      Branch: perl
4145            ! lib/base/t/fields-base.t lib/fields.pm
4146 ____________________________________________________________________________
4147 [ 31796] By: rgs                                   on 2007/09/05  15:15:58
4148         Log: Subject: [PATCH] Fix ext/Win32/t/Unicode.t test bug
4149              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4150              Date: Wed, 5 Sep 2007 10:59:49 -0400
4151              Message-ID: <1ff86f510709050759v27872bbam3f191283996960d3@mail.gmail.com>
4152      Branch: perl
4153            ! ext/Win32/t/Unicode.t
4154 ____________________________________________________________________________
4155 [ 31795] By: rgs                                   on 2007/09/05  13:53:16
4156         Log: Subject: [PATCH] threads::shared 1.13
4157              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4158              Date: Wed, 5 Sep 2007 09:50:24 -0400
4159              Message-ID: <1ff86f510709050650j3c3f54b2o64c8ce05dc4c8604@mail.gmail.com>
4160      Branch: perl
4161            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
4162            ! ext/threads/shared/t/0nothread.t
4163            ! ext/threads/shared/t/blessed.t
4164            ! ext/threads/shared/t/waithires.t
4165 ____________________________________________________________________________
4166 [ 31794] By: rgs                                   on 2007/09/05  13:34:25
4167         Log: Subject: [PATCH] threads 1.65
4168              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4169              Date: Wed, 5 Sep 2007 09:29:57 -0400
4170              Message-ID: <1ff86f510709050629x7698cedes9b09c7d8eecc786b@mail.gmail.com>
4171      Branch: perl
4172            ! ext/threads/t/exit.t ext/threads/t/thread.t
4173            ! ext/threads/threads.pm
4174 ____________________________________________________________________________
4175 [ 31793] By: rgs                                   on 2007/09/05  10:49:06
4176         Log: Subject: Re: perlfunc.pod/split; concerning trailing fields
4177              From: Father Chrysostomos <sprout@cpan.org>
4178              Date: Tue, 4 Sep 2007 14:40:24 -0700
4179              Message-Id: <5A964B87-8725-4BB3-A782-0189B1481113@cpan.org>
4180      Branch: perl
4181            ! pod/perlfunc.pod
4182 ____________________________________________________________________________
4183 [ 31792] By: rgs                                   on 2007/09/05  10:42:15
4184         Log: Subject: Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.20.tar.gz
4185              From: =?iso-8859-1?b?U+liYXN0aWVu?= Aperghis-Tramoni <maddingue@free.fr>
4186              Date: Wed, 05 Sep 2007 12:27:54 +0200
4187              Message-ID: <1188988074.46de84aa8fceb@imp.free.fr>
4188      Branch: perl
4189            + ext/Sys/Syslog/README.win32
4190            ! MANIFEST ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
4191            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/00-load.t
4192            ! ext/Sys/Syslog/t/syslog.t
4193 ____________________________________________________________________________
4194 [ 31791] By: rgs                                   on 2007/09/05  10:34:42
4195         Log: Subject: Re: The path to the Release
4196              From: Jim Cromie <jim.cromie@gmail.com>
4197              Date: Wed, 05 Sep 2007 03:56:19 -0600
4198              Message-ID: <46DE7D43.9040309@gmail.com>
4199              
4200              Doc patch to perlglossary, with tweaks.
4201      Branch: perl
4202            ! pod/perlglossary.pod
4203 ____________________________________________________________________________
4204 [ 31790] By: rgs                                   on 2007/09/04  13:43:23
4205         Log: Subject: Re: [patch] perlhack.pod
4206              From: Jim Cromie <jim.cromie@gmail.com>
4207              Date: Mon, 03 Sep 2007 20:02:05 -0600
4208              Message-ID: <46DCBC9D.3070409@gmail.com>
4209      Branch: perl
4210            ! pod/perlhack.pod
4211 ____________________________________________________________________________
4212 [ 31789] By: nicholas                              on 2007/09/04  08:00:07
4213         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
4214              Subject: Re: [Fwd: Smoke [5.9.5] 31775 FAIL(m) OSF1 V5.1 (EV6/4 cpu)]
4215              Message-ID: <46DC3C7B.9000602@iki.fi>
4216              Message-ID: <46DC3C7B.9000602@iki.fi>
4217              
4218              Add { } to keep all variable declarations at the start of blocks.
4219      Branch: perl
4220            ! reentr.c reentr.pl
4221 ____________________________________________________________________________
4222 [ 31788] By: craigb                                on 2007/09/03  19:36:39
4223         Log: Portability tweaks for Archive::Tar::_extract_file.
4224      Branch: perl
4225            ! lib/Archive/Tar.pm
4226 ____________________________________________________________________________
4227 [ 31787] By: rgs                                   on 2007/09/03  17:11:02
4228         Log: Deprecate the -P switch.
4229      Branch: perl
4230            ! perl.c pod/perlrun.pod
4231 ____________________________________________________________________________
4232 [ 31786] By: rgs                                   on 2007/09/03  16:47:52
4233         Log: Regenerate Changes
4234      Branch: perl
4235            ! Changes
4236 ____________________________________________________________________________
4237 [ 31785] By: steveh                                on 2007/09/03  11:07:53
4238         Log: Subject: Re: [patch-at-31775] Re: [PATCH-revised] [perl #44999] 
4239              From: Vadim <vadim@vkonovalov.ru>
4240              Date: Sun, 02 Sep 2007 02:52:13 +0400
4241              Message-ID: <46D9ED1D.8060104@vkonovalov.ru>
4242              
4243              Better way to silence unwanted warnings. (The previous method didn't
4244              work with an "all static" build made with #31784. This method does
4245              work.)
4246      Branch: perl
4247            ! lib/ExtUtils/Constant/ProxySubs.pm
4248 ____________________________________________________________________________
4249 [ 31784] By: steveh                                on 2007/09/03  11:04:04
4250         Log: Add Win32 makefile option to link all extensions statically
4251              
4252              Subject: [PATCH-at31768] RE: [PATCH at 31761] RE: MakeMaker + static misbehaviour
4253              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@alcatel-lucent.com>
4254              Date: Fri, 31 Aug 2007 08:56:47 +0200
4255              Message-ID: <D16F05D0CAAA234BA2B753B80DE6100D448945@DEEXC1U02.de.lucent.com>
4256              
4257              (with a couple of tweaks to comments in Makefile, exclusion of one more
4258              module (Hash/Utils) from the "all static" build option, plus the same
4259              changes in makefile.mk)
4260      Branch: perl
4261            ! win32/FindExt.pm win32/Makefile win32/buildext.pl
4262            ! win32/makefile.mk
4263 ____________________________________________________________________________
4264 [ 31783] By: rgs                                   on 2007/09/02  12:06:00
4265         Log: Subject: [PATCH] Improved error messages for new comers and non-English speakers
4266              From: "Gabor Szabo" <szabgab@gmail.com>
4267              Date: Sun, 2 Sep 2007 11:12:53 +0300
4268              Message-ID: <d8a74af10709020112o77419172q4cc2f2ff66dca385@mail.gmail.com>
4269      Branch: perl
4270            ! pod/perldiag.pod
4271 ____________________________________________________________________________
4272 [ 31782] By: rgs                                   on 2007/09/02  08:06:33
4273         Log: Subject: [PATCH] Compress* 2.006
4274              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
4275              Date: Sat, 1 Sep 2007 20:41:57 +0100
4276              Message-ID: <00f501c7ecd0$29b32ef0$6601a8c0@myopwv.com>
4277      Branch: perl
4278            ! ext/Compress/Raw/Zlib/Changes
4279            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
4280            ! ext/Compress/Raw/Zlib/Zlib.xs
4281            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
4282            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
4283            ! ext/Compress/Zlib/README
4284            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
4285            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/14gzopen.t
4286            ! ext/IO_Compress_Base/Changes ext/IO_Compress_Base/Makefile.PL
4287            ! ext/IO_Compress_Base/README
4288            ! ext/IO_Compress_Base/lib/IO/Compress/Base.pm
4289            ! ext/IO_Compress_Base/lib/IO/Compress/Base/Common.pm
4290            ! ext/IO_Compress_Base/lib/IO/Uncompress/AnyUncompress.pm
4291            ! ext/IO_Compress_Base/lib/IO/Uncompress/Base.pm
4292            ! ext/IO_Compress_Zlib/Changes ext/IO_Compress_Zlib/Makefile.PL
4293            ! ext/IO_Compress_Zlib/README
4294            ! ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Deflate.pm
4295            ! ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Identity.pm
4296            ! ext/IO_Compress_Zlib/lib/IO/Compress/Deflate.pm
4297            ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip.pm
4298            ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip/Constants.pm
4299            ! ext/IO_Compress_Zlib/lib/IO/Compress/RawDeflate.pm
4300            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zip.pm
4301            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zip/Constants.pm
4302            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Constants.pm
4303            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Extra.pm
4304            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Identity.pm
4305            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
4306            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/AnyInflate.pm
4307            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Gunzip.pm
4308            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Inflate.pm
4309            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/RawInflate.pm
4310            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Unzip.pm
4311            ! t/lib/compress/generic.pl t/lib/compress/newtied.pl
4312            ! t/lib/compress/tied.pl
4313 ____________________________________________________________________________
4314 [ 31781] By: rgs                                   on 2007/09/02  07:41:57
4315         Log: Subject: [patch] perlhack.pod
4316              From: Jim Cromie <jim.cromie@gmail.com>
4317              Date: Sat, 01 Sep 2007 15:43:53 -0600
4318              Message-ID: <46D9DD19.1050709@gmail.com>
4319      Branch: perl
4320            ! pod/perlhack.pod
4321 ____________________________________________________________________________
4322 [ 31780] By: rgs                                   on 2007/09/01  08:10:11
4323         Log: Subject: [perl #45093] Can't find ODBM library while compiling 5.9.5 
4324              From: Clinton Gormley (via RT) <perlbug-followup@perl.org>
4325              Date: Fri, 31 Aug 2007 10:29:13 -0700
4326              Message-ID: <rt-3.6.HEAD-10743-1188581353-593.45093-75-0@perl.org>
4327      Branch: perl
4328            ! ext/ODBM_File/hints/linux.pl
4329 ____________________________________________________________________________
4330 [ 31779] By: rgs                                   on 2007/09/01  07:48:31
4331         Log: Subject: Re: RFC patch - display src-lines in B::Concise
4332              From: Jim Cromie <jim.cromie@gmail.com>
4333              Date: Thu, 16 Aug 2007 22:31:31 -0600
4334              Message-ID: <46C524A3.2080708@gmail.com>
4335      Branch: perl
4336            ! ext/B/B/Concise.pm
4337 ____________________________________________________________________________
4338 [ 31778] By: rgs                                   on 2007/09/01  07:34:42
4339         Log: Subject: Re: INC handlers and shutdown-time warnings
4340              From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
4341              Date: Thu, 9 Aug 2007 14:56:19 +0200
4342              Message-ID: <b77c1dce0708090556k68768897yb8ccc1c0dd2ce714@mail.gmail.com>
4343      Branch: perl
4344            ! pp_ctl.c
4345 ____________________________________________________________________________
4346 [ 31777] By: craigb                                on 2007/08/31  23:02:38
4347         Log: Subject: [patch@31750] rename directories on VMS like on UNIX
4348              From: "John E. Malmberg" <wb8tyw@qsl.net>
4349              Date: Thu, 30 Aug 2007 22:59:50 -0500
4350              Message-id: <46D79236.4070207@qsl.net>
4351              
4352              More aggressive UNIX-like renaming of directories on VMS by analogy
4353              with unlink() and rmdir().  Patch modified to compile under threads.
4354
4355      Branch: perl
4356            ! vms/vms.c vms/vmsish.h
4357 ____________________________________________________________________________
4358 [ 31776] By: craigb                                on 2007/08/31  22:42:43
4359         Log: Subject: [patch@31750] CPANPLUS extract.pm fixes for VMS.
4360              From: "John E. Malmberg" <wb8tyw@qsl.net>
4361              Date: Fri, 31 Aug 2007 00:21:52 -0500
4362              Message-id: <46D7A570.4050801@qsl.net>
4363
4364              
4365              catdir was used where catfile was meant.
4366      Branch: perl
4367            ! lib/CPANPLUS/Internals/Extract.pm
4368 ____________________________________________________________________________
4369 [ 31775] By: craigb                                on 2007/08/31  14:14:52
4370         Log: Avoid infinite recursion in File::Path::_rmtree on VMS when there
4371              is a file present with a single dot as the name.  Reported by
4372              John Malmberg in <46D79A90.50405@qsl.net>.
4373      Branch: perl
4374            ! lib/File/Path.pm
4375 ____________________________________________________________________________
4376 [ 31774] By: rgs                                   on 2007/08/31  13:44:58
4377         Log: Subject: [PATCH] Suppress Sys::Syslog diag msg (repost)
4378              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4379              Date: Fri, 31 Aug 2007 09:42:31 -0400
4380              Message-ID: <1ff86f510708310642mee767bdk6351a590c0f32d7a@mail.gmail.com>
4381      Branch: perl
4382            ! ext/Sys/Syslog/t/00-load.t
4383 ____________________________________________________________________________
4384 [ 31773] By: rgs                                   on 2007/08/31  13:28:46
4385         Log: Following Jan's advice, remove Cygwin::is_textmount(),
4386              which duplicates the functionality of is_binmount().
4387      Branch: perl
4388            ! README.cygwin cygwin/cygwin.c t/lib/cygwin.t
4389 ____________________________________________________________________________
4390 [ 31772] By: rgs                                   on 2007/08/31  13:23:29
4391         Log: Bump $VERSION due to #31686
4392      Branch: perl
4393            ! lib/File/Spec/Unix.pm
4394 ____________________________________________________________________________
4395 [ 31771] By: rgs                                   on 2007/08/31  13:16:42
4396         Log: Patch by Gerard Goosen to avoid building man pages for extensions
4397              even if the Makefile.PL forgets to specify it.
4398      Branch: perl
4399            ! ext/util/make_ext
4400 ____________________________________________________________________________
4401 [ 31770] By: rgs                                   on 2007/08/31  09:07:51
4402         Log: Subject: Re: optimize push @ISA, (was Re: parent.pm at http://corion.net/perl-dev)
4403              From: "Brandon Black" <blblack@gmail.com>
4404              Date: Sun, 12 Aug 2007 13:36:14 -0700
4405              Message-ID: <84621a60708121336m13dcf9e5uac624fb246f2a79c@mail.gmail.com>
4406      Branch: perl
4407            ! av.c embedvar.h gv.h intrpvar.h lib/mro.pm mg.c perlapi.h pp.c
4408            ! pp_hot.c sv.c
4409 ____________________________________________________________________________
4410 [ 31769] By: steveh                                on 2007/08/31  08:54:12
4411         Log: Fix Win32 breakage (code before declaration) caused by #31766
4412      Branch: perl
4413            ! lib/ExtUtils/Constant/ProxySubs.pm
4414 ____________________________________________________________________________
4415 [ 31768] By: rgs                                   on 2007/08/30  16:12:06
4416         Log: Need to bump MakeMaker's $VERSION too.
4417      Branch: perl
4418            ! lib/ExtUtils/MakeMaker.pm
4419 ____________________________________________________________________________
4420 [ 31767] By: rgs                                   on 2007/08/30  16:11:23
4421         Log: Subject: [PATCH at 31761] RE: MakeMaker + static misbehaviour
4422              From: "Konovalov, Vadim Vladimirovich \(Vadim\)** CTR **" <vkonovalov@alcatel-lucent.com>
4423              Date: Thu, 30 Aug 2007 08:11:04 +0200
4424              Message-ID: <D16F05D0CAAA234BA2B753B80DE6100D4486C3@DEEXC1U02.de.lucent.com>
4425      Branch: perl
4426            ! lib/ExtUtils/MakeMaker.pm
4427 ____________________________________________________________________________
4428 [ 31766] By: rgs                                   on 2007/08/30  14:01:25
4429         Log: Subject: [PATCH-revised] [perl #44999] ExtUtils::Constant::ProxySubs not thread-safe
4430              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4431              Date: Thu, 30 Aug 2007 09:37:59 -0400
4432              Message-ID: <1ff86f510708300637i7fb7b790x3ea1c459a1debb33@mail.gmail.com>
4433      Branch: perl
4434            ! lib/ExtUtils/Constant/ProxySubs.pm
4435 ____________________________________________________________________________
4436 [ 31765] By: rgs                                   on 2007/08/30  13:49:14
4437         Log: Subject: [PATCH] misc blead stuff
4438              From: Jarkko Hietaniemi <jhi@iki.fi>
4439              Date: Wed, 29 Aug 2007 21:04:53 -0400
4440              Message-ID: <46D617B5.3000002@iki.fi>
4441      Branch: perl
4442            ! deb.c mg.c op.c pod/perlapi.pod pp.c pp_sys.c reentr.c
4443            ! reentr.pl regexec.c sv.c
4444 ____________________________________________________________________________
4445 [ 31764] By: rgs                                   on 2007/08/30  13:19:44
4446         Log: Subject: Re: [patch] First batch of whitespace patches (Test::Harness)
4447              From: Max Maischein <corion@corion.net>
4448              Date: Fri, 24 Aug 2007 22:04:56 +0200
4449              Message-ID: <46CF39E8.8020707@corion.net>
4450      Branch: perl
4451            ! lib/Test/Harness/Straps.pm
4452 ____________________________________________________________________________
4453 [ 31763] By: rgs                                   on 2007/08/30  08:51:20
4454         Log: Typo fix
4455      Branch: perl
4456            ! lib/Pod/Perldoc.pm
4457 ____________________________________________________________________________
4458 [ 31762] By: rgs                                   on 2007/08/30  08:50:11
4459         Log: Subject: [PATCH] lib/Pod/Perldoc.pm - make -L more forgiving
4460              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
4461              Date: Thu, 23 Aug 2007 15:37:13 -0300
4462              Message-ID: <73ddeb6c0708231137w2d436cfbo7409345c37280560@mail.gmail.com>
4463      Branch: perl
4464            ! lib/Pod/Perldoc.pm
4465 ____________________________________________________________________________
4466 [ 31761] By: steveh                                on 2007/08/29  16:58:25
4467         Log: Add support for Visual C++ 2008 Express Edition (Beta 2)
4468      Branch: perl
4469            ! README.win32 makedef.pl win32/Makefile win32/makefile.mk
4470 ____________________________________________________________________________
4471 [ 31760] By: rgs                                   on 2007/08/29  08:55:17
4472         Log: Subject: Re: [PATCH] Cygwin::mount_table, Cygwin::mount_flags
4473              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
4474              Date: Thu, 16 Aug 2007 13:25:53 -0700 (PDT)
4475              Message-ID: <52892.64.81.167.122.1187295953.squirrel@webmail.efn.org>
4476      Branch: perl
4477            ! t/lib/cygwin.t
4478 ____________________________________________________________________________
4479 [ 31759] By: rgs                                   on 2007/08/28  16:57:23
4480         Log: Subject: [patch@31750] Unit variable in /lib/File/Copy.pm
4481              From: "John E. Malmberg" <wb8tyw@qsl.net>
4482              Date: Mon, 27 Aug 2007 23:21:31 -0500
4483              Message-ID: <46D3A2CB.8010205@qsl.net>
4484      Branch: perl
4485            ! lib/File/Copy.pm
4486 ____________________________________________________________________________
4487 [ 31758] By: rgs                                   on 2007/08/28  16:52:45
4488         Log: Subject: [PATCH] Revert/fix 31731 - Empty PATH taint test on Cygwin
4489              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4490              Date: Tue, 28 Aug 2007 10:43:41 -0400
4491              Message-ID: <1ff86f510708280743n7c0424berb9a402f864dcd399@mail.gmail.com>
4492      Branch: perl
4493            ! t/op/taint.t
4494 ____________________________________________________________________________
4495 [ 31757] By: rgs                                   on 2007/08/28  08:56:29
4496         Log: Subject: [PATCH pp_ctl.c]
4497              From: "Robin Barker" <Robin.Barker@npl.co.uk>
4498              Date: Wed, 22 Aug 2007 18:22:59 +0100
4499              Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D18B@exchsvr1.npl.ad.local>
4500      Branch: perl
4501            ! pp_ctl.c
4502 ____________________________________________________________________________
4503 [ 31756] By: craigb                                on 2007/08/27  02:46:41
4504         Log: Fix configure.com's d_fcntl_can_lock test to look for a file
4505              that actually exists.
4506      Branch: perl
4507            ! configure.com
4508 ____________________________________________________________________________
4509 [ 31755] By: nicholas                              on 2007/08/25  22:05:55
4510         Log: Erm. -u may have been superseded by the bytecode generator, but
4511              we've recently removed it, having never let it pass beyond  
4512              "experimental" status. So this paragraph is now wrong, although it's
4513              not clear what we do recommend in place of -u.
4514      Branch: perl
4515            ! pod/perlrun.pod
4516 ____________________________________________________________________________
4517 [ 31754] By: nicholas                              on 2007/08/25  22:04:06
4518         Log: Test that all the unknown command line flags are unknown.
4519      Branch: perl
4520            ! t/run/switches.t
4521 ____________________________________________________________________________
4522 [ 31753] By: ams                                   on 2007/08/25  02:26:09
4523         Log: Subject: [patch] me, in AUTHORS
4524              From: Ricardo SIGNES <rjbs-perl-p5p@lists.manxome.org>
4525              Date: Fri, 24 Aug 2007 20:59:22 -0400
4526              Message-Id: <20070825005922.GA388@knight.manxome.org>
4527      Branch: perl
4528            ! AUTHORS
4529 ____________________________________________________________________________
4530 [ 31752] By: craigb                                on 2007/08/24  21:08:33
4531         Log: Subject: [patch@31739] ASTFLT in HiRes.t on VMS
4532              From: "John E. Malmberg" <wb8tyw@qsl.net>
4533              Date: Tue, 21 Aug 2007 22:44:58 -0500
4534              Message-id: <46CBB13A.6090405@qsl.net>
4535
4536              
4537              Skip test #17 because select() is not interruptible and we run afoul
4538              of Perl's signal deferrals.
4539      Branch: perl
4540            ! ext/Time/HiRes/t/HiRes.t
4541 ____________________________________________________________________________
4542 [ 31751] By: craigb                                on 2007/08/24  20:31:14
4543         Log: thinko in 10_Archive-Extract.t portion of #31747
4544      Branch: perl
4545            ! lib/Archive/Extract/t/01_Archive-Extract.t
4546 ____________________________________________________________________________
4547 [ 31750] By: stevep                                on 2007/08/23  15:15:07
4548         Log: Subject: [PATCH] Upgrade Sys::Syslog to 0.19_01
4549              From: Séstien Aperghis-Tramoni <maddingue@free.fr>
4550              Date: Thu, 23 Aug 2007 16:04:46 +0200
4551              Message-ID: <1187877886.46cd93fe13b12@imp.free.fr>
4552      Branch: perl
4553            + ext/Sys/Syslog/win32/PerlLog.mc
4554            + ext/Sys/Syslog/win32/PerlLog_RES.uu
4555            + ext/Sys/Syslog/win32/PerlLog_dll.uu
4556            + ext/Sys/Syslog/win32/Win32.pm ext/Sys/Syslog/win32/compile.pl
4557            ! MANIFEST ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
4558            ! ext/Sys/Syslog/README ext/Sys/Syslog/Syslog.pm
4559            ! ext/Sys/Syslog/Syslog.xs ext/Sys/Syslog/fallback/const-c.inc
4560            ! ext/Sys/Syslog/t/00-load.t ext/Sys/Syslog/t/constants.t
4561            ! ext/Sys/Syslog/t/syslog.t
4562 ____________________________________________________________________________
4563 [ 31749] By: stevep                                on 2007/08/22  15:15:10
4564         Log: Upgrade to Text-Soundex-3.03
4565      Branch: perl
4566            ! ext/Text/Soundex/Soundex.pm ext/Text/Soundex/Soundex.xs
4567 ____________________________________________________________________________
4568 [ 31748] By: craigb                                on 2007/08/22  11:53:47
4569         Log: Subject: [patch@31739] regop.t fix for VMS
4570              From: "John E. Malmberg" <wb8tyw@qsl.net>
4571              Date: Tue, 21 Aug 2007 20:38:41 -0500
4572              Message-id: <46CB93A1.2090407@qsl.net>
4573
4574      Branch: perl
4575            ! ext/re/t/regop.t
4576 ____________________________________________________________________________
4577 [ 31747] By: craigb                                on 2007/08/22  11:20:52
4578         Log: Subject: [patch@31735]Archive Extract fix on VMS.
4579              From: "John E. Malmberg" <wb8tyw@qsl.net>
4580              Date: Mon, 20 Aug 2007 22:05:11 -0500
4581              Message-id: <46CA5667.2050207@qsl.net>
4582
4583              
4584              Quote -Z for unzip.
4585      Branch: perl
4586            ! lib/Archive/Extract.pm
4587            ! lib/Archive/Extract/t/01_Archive-Extract.t
4588 ____________________________________________________________________________
4589 [ 31746] By: craigb                                on 2007/08/22  11:08:01
4590         Log: Subject: [patch@31735] Module-load/require fixes for VMS
4591              From: "John E. Malmberg" <wb8tyw@qsl.net>
4592              Date: Mon, 20 Aug 2007 21:55:07 -0500
4593              Message-id: <46CA540B.4070001@qsl.net>
4594              
4595              Avoid double module loads by populating %INC keys in unix format.
4596      Branch: perl
4597            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
4598            ! lib/Module/Load/t/01_Module-Load.t pp_ctl.c
4599 ____________________________________________________________________________
4600 [ 31745] By: merijn                                on 2007/08/21  14:31:45
4601         Log: bye bye charsize
4602              it is^Wwas always 1
4603      Branch: perl
4604            ! Configure Cross/config.sh-arm-linux
4605            ! Cross/config.sh-arm-linux-n770 NetWare/config.wc
4606            ! Porting/Glossary Porting/config.sh plan9/config_sh.sample
4607            ! symbian/config.sh uconfig.sh win32/config.bc win32/config.ce
4608            ! win32/config.gc win32/config.vc win32/config.vc64
4609 ____________________________________________________________________________
4610 [ 31744] By: stevep                                on 2007/08/21  14:16:54
4611         Log: Changes to unicore files to fix issues with certain quotation mark 
4612              characters.  Fixes are noted at the Unicode web site 
4613              <http://www.unicode.org/versions/corrigendum6.html>.  This fix
4614              was pointed out by Jarkko.
4615      Branch: perl
4616            ! lib/unicore/BidiMirroring.txt lib/unicore/UnicodeData.txt
4617 ____________________________________________________________________________
4618 [ 31742] By: steveh                                on 2007/08/21  09:55:07
4619         Log: Use -D_CRT_NONSTDC_NO_DEPRECATE rather than -wd4996 to suppress warnings
4620              about POSIX CRT function names being deprecated in VC8
4621              (-wd4996 suppresses all deprecated function warnings, so is more
4622              wide-ranging than is required)
4623      Branch: perl
4624            ! pod/perltodo.pod win32/Makefile win32/makefile.mk
4625 ____________________________________________________________________________
4626 [ 31741] By: ams                                   on 2007/08/21  08:56:31
4627         Log: Subject: [patch] File::CheckTree - a side effect of making the build whitespace safe(r)
4628              From: Max Maischein <corion@corion.net>
4629              Date: Sun, 19 Aug 2007 23:45:57 +0200
4630              Message-Id: <46C8BA15.3080300@corion.net>
4631              
4632              (Applied with some tweaks.)
4633      Branch: perl
4634            ! lib/File/CheckTree.pm lib/File/CheckTree.t
4635 ____________________________________________________________________________
4636 [ 31740] By: ams                                   on 2007/08/21  08:25:55
4637         Log: Subject: patch for lib/ExtUtils/t/Constant.t which failed on EBCDIC platform
4638              From: Chun Bing Ge <gecb@cn.ibm.com>
4639              Date: Tue, 21 Aug 2007 14:37:25 +0800
4640              Message-Id: <OFF86FB888.70D5EF70-ON4825733E.0021A246-4825733E.00246265@IBMCN>
4641      Branch: perl
4642            ! lib/ExtUtils/Constant/Utils.pm
4643 ____________________________________________________________________________
4644 [ 31739] By: mhx                                   on 2007/08/20  17:31:12
4645         Log: Upgrade to Devel::PPPort 3.11_05
4646      Branch: perl
4647            + ext/Devel/PPPort/parts/inc/shared_pv
4648            + ext/Devel/PPPort/t/shared_pv.t
4649            ! MANIFEST ext/Devel/PPPort/Changes
4650            ! ext/Devel/PPPort/MANIFEST.SKIP ext/Devel/PPPort/PPPort_pm.PL
4651            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/apicheck.pl
4652            ! ext/Devel/PPPort/parts/base/5004000
4653            ! ext/Devel/PPPort/parts/base/5009003
4654            ! ext/Devel/PPPort/parts/inc/call
4655            ! ext/Devel/PPPort/parts/inc/magic
4656            ! ext/Devel/PPPort/parts/inc/misc
4657            ! ext/Devel/PPPort/parts/inc/ppphbin
4658            ! ext/Devel/PPPort/parts/inc/ppphtest
4659            ! ext/Devel/PPPort/parts/inc/threads
4660            ! ext/Devel/PPPort/parts/ppptools.pl
4661            ! ext/Devel/PPPort/parts/todo/5007001 ext/Devel/PPPort/soak
4662            ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/ppphtest.t
4663 ____________________________________________________________________________
4664 [ 31738] By: stevep                                on 2007/08/20  16:49:21
4665         Log: Default LOG_PRIMASK for Sys-Syslog in cases where it is not
4666              defined.
4667      Branch: perl
4668            ! ext/Sys/Syslog/Makefile.PL
4669 ____________________________________________________________________________
4670 [ 31737] By: stevep                                on 2007/08/20  13:16:19
4671         Log: Subject: [PATCH] Get Cwd->cwd() to work under Cygwin
4672              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4673              Date: Wed, 15 Aug 2007 10:39:41 -0400
4674              Message-ID: <1ff86f510708150739q18fa5863s55010b538d11f77f@mail.gmail.com>
4675              
4676              Updated patch originally by Reini Urban.
4677      Branch: perl
4678            ! cygwin/cygwin.c t/lib/cygwin.t
4679 ____________________________________________________________________________
4680 [ 31736] By: ams                                   on 2007/08/20  08:19:13
4681         Log: Subject: [PATCH] Fix some typos in threads.pm
4682              From: "Jerry D. Hedden" <jdhedden@cpan.org>
4683              Date: Sun, 19 Aug 2007 13:53:17 -0400
4684              Message-Id: <1ff86f510708191053x36f35619yaa019db70a623612@mail.gmail.com>
4685      Branch: perl
4686            ! ext/threads/threads.pm
4687 ____________________________________________________________________________
4688 [ 31735] By: demerphq                              on 2007/08/18  13:07:06
4689         Log: Typo prevented test from doing what it meant to do.
4690      Branch: perl
4691            ! t/op/regexp_notrie.t
4692 ____________________________________________________________________________
4693 [ 31734] By: demerphq                              on 2007/08/18  11:31:08
4694         Log: Add note to regexp.h that modifying RXf_ type flags requires a regen.pl or regcomp.pl to update regnodes.h
4695              
4696              Currently the *NIX makefiles are not set up to update regnodes.h automatically when regexp.h is modified. 
4697              This at least warns people modifying the list about what they should do. A better solution is needed.
4698      Branch: perl
4699            ! regcomp.h regexp.h regnodes.h
4700 ____________________________________________________________________________
4701 [ 31733] By: demerphq                              on 2007/08/18  11:15:19
4702         Log: TRIE must use 'yes' state transitions when more than one match possible to ensure proper scope cleanup.
4703              
4704              Fix and test for issue raised in:
4705              
4706              Subject: Very strange interaction between regex and lexical array in blead
4707              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
4708              Date: Sat, 18 Aug 2007 01:55:37 +0200
4709              Message-ID: <20070818015537.0088db31@r2d2>
4710      Branch: perl
4711            ! regexec.c regnodes.h t/op/pat.t
4712 ____________________________________________________________________________
4713 [ 31732] By: ams                                   on 2007/08/18  08:03:28
4714         Log: Subject: [perl #44647] [PATCH] Add a test for overload::constant 'integer' across use's. 
4715              From: Shlomi Fish <perlbug-followup@perl.org>
4716              Date: Wed, 15 Aug 2007 04:19:53 -0700
4717              Message-Id: <rt-3.6.HEAD-10743-1187176792-1816.44647-75-0@perl.org>
4718      Branch: perl
4719            + t/op/overload_integer.t
4720            ! MANIFEST
4721 ____________________________________________________________________________
4722 [ 31731] By: ams                                   on 2007/08/18  08:01:15
4723         Log: Subject: [PATCH] Change 31710 causes t/op/taint.t to fail
4724              From: Reini Urban <rurban@x-ray.at>
4725              Date: Fri, 17 Aug 2007 08:56:38 +0200
4726              Message-Id: <46C546A6.6020000@x-ray.at>
4727      Branch: perl
4728            ! t/op/taint.t
4729 ____________________________________________________________________________
4730 [ 31730] By: ams                                   on 2007/08/18  07:59:56
4731         Log: Subject: [PATCH blead] Re: t/op/taint.t failed on EBCDIC platform
4732              From: Rick Delaney <rick@bort.ca>
4733              Date: Thu, 16 Aug 2007 23:35:26 -0400
4734              Message-Id: <20070817033526.GA9639@bort.ca>
4735      Branch: perl
4736            ! pp_sys.c
4737 ____________________________________________________________________________
4738 [ 31729] By: steveh                                on 2007/08/17  11:00:24
4739         Log: Oops, forgot to bump $VERSION for #31728
4740      Branch: perl
4741            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
4742 ____________________________________________________________________________
4743 [ 31728] By: steveh                                on 2007/08/17  10:58:46
4744         Log: Clean up debug symbol files (.pdb for VC++, .tds for BCC) when running
4745              ExtUtils::CBuilder->new()->have_compiler()
4746      Branch: perl
4747            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
4748 ____________________________________________________________________________
4749 [ 31727] By: steveh                                on 2007/08/17  10:55:22
4750         Log: Fix 01_Module_Load_Conditional.t on Win32 (broken by #31726)
4751      Branch: perl
4752            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
4753 ____________________________________________________________________________
4754 [ 31726] By: craigb                                on 2007/08/16  17:05:48
4755         Log: Subject: [patch@31706]01_module_load_conditional.t fix for VMS
4756              From: "John E. Malmberg" <wb8tyw@qsl.net>
4757              Date: Thu, 16 Aug 2007 00:27:35 -0500
4758              Message-id: <46C3E047.4010001@qsl.net>
4759
4760      Branch: perl
4761            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
4762 ____________________________________________________________________________
4763 [ 31725] By: nicholas                              on 2007/08/16  11:14:34
4764         Log: Correct parentheses. Calling Win32::GetOSVersion() on non-win32 would
4765              be bad, m'kay.
4766      Branch: perl
4767            ! ext/POSIX/t/posix.t
4768 ____________________________________________________________________________
4769 [ 31724] By: ams                                   on 2007/08/16  10:12:11
4770         Log: Bump version to 1.26_01 after #31707.
4771      Branch: perl
4772            ! lib/ExtUtils/Embed.pm
4773 ____________________________________________________________________________
4774 [ 31723] By: stevep                                on 2007/08/15  16:17:13
4775         Log: Upgrade to CPANPLUS-0.82
4776      Branch: perl
4777            ! lib/CPANPLUS.pm lib/CPANPLUS/Backend.pm lib/CPANPLUS/Config.pm
4778            ! lib/CPANPLUS/Configure.pm lib/CPANPLUS/Internals.pm
4779            ! lib/CPANPLUS/Shell/Default.pm
4780            ! lib/CPANPLUS/Shell/Default/Plugins/Remote.pm
4781            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
4782            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
4783            ! r-0.01.tar.gz.packed
4784            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
4785            ! tar.gz.packed
4786            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
4787            ! r.gz.packed
4788            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
4789            ! tar.gz.packed
4790            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
4791            ! r.gz.packed
4792            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
4793            ! cked
4794            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
4795            ! lib/CPANPLUS/t/inc/conf.pl
4796 ____________________________________________________________________________
4797 [ 31722] By: stevep                                on 2007/08/15  14:58:57
4798         Log: Upgrade to Archive-Tar-1.34.  Omitted re-addition of the Pod
4799              tests.
4800      Branch: perl
4801            ! MANIFEST lib/Archive/Tar.pm lib/Archive/Tar/File.pm
4802            ! lib/Archive/Tar/t/03_file.t
4803            ! lib/Archive/Tar/t/src/long/bar.tar.packed
4804            ! lib/Archive/Tar/t/src/long/foo.tgz.packed
4805            ! lib/Archive/Tar/t/src/short/bar.tar.packed
4806            ! lib/Archive/Tar/t/src/short/foo.tgz.packed
4807 ____________________________________________________________________________
4808 [ 31721] By: steveh                                on 2007/08/15  12:44:08
4809         Log: Skip the POSIX::strftime() time test with a 60sec parameter on Vista:
4810              it seems to have the same problem as when built with the VC8 CRT
4811              (Fixes perl #44589)
4812              
4813              Also, change the %D to the equivalent %m/%d/%y because %D isn't
4814              supported at all by Microsoft's CRT and just converts to nothing
4815              with VC6's CRT and causes another invalid parameter error with VC8
4816              and Vista
4817      Branch: perl
4818            ! ext/POSIX/t/posix.t
4819 ____________________________________________________________________________
4820 [ 31720] By: steveh                                on 2007/08/15  10:06:20
4821         Log: Fix syntax error introduced by #31715
4822              
4823              Fix "Useless use of a constant in void context" warning introduced by
4824              #31709 which was causing failures in ext/Compress/Zlib/t/05examples.t
4825              and ext/IO_Compress_Zlib/t/010examples.t on Win32.
4826      Branch: perl
4827            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Win32.pm
4828 ____________________________________________________________________________
4829 [ 31719] By: ams                                   on 2007/08/15  10:05:31
4830         Log: Test update to demonstrate @ISA assignment bug:
4831              
4832              Subject: Optimized magic_setisa has bug
4833              From: Rick Delaney <rick@bort.ca>
4834              Date: Tue, 14 Aug 2007 01:45:17 -0400
4835              Message-Id: <20070814054517.GA12709@bort.ca>
4836      Branch: perl
4837            ! t/mro/basic.t
4838 ____________________________________________________________________________
4839 [ 31718] By: ams                                   on 2007/08/15  09:59:16
4840         Log: Document SvSHARED_HASH.
4841              
4842              Subject: Re: newSVpvn_share doesn't seem to correctly initialize the hash
4843              value with perl >= 5.9.3
4844              From: Vincent Pit <perl@profvince.com>
4845              Date: Tue, 14 Aug 2007 20:54:36 +0200
4846              Message-Id: <46C1FA6C.4090801@profvince.com>
4847      Branch: perl
4848            ! sv.c
4849 ____________________________________________________________________________
4850 [ 31717] By: ams                                   on 2007/08/15  09:57:02
4851         Log: Subject: Harness prove-switches.t for fixed bug 30952
4852              From: Reini Urban <rurban@x-ray.at>
4853              Date: Tue, 14 Aug 2007 22:49:32 +0200
4854              Message-Id: <46C2155C.3000905@x-ray.at>
4855      Branch: perl
4856            ! lib/Test/Harness/t/prove-switches.t
4857 ____________________________________________________________________________
4858 [ 31715] By: ams                                   on 2007/08/15  09:54:14
4859         Log: Subject: Re: Test failure @recent bleadperls (31712,31711)
4860              From: Reini Urban <rurban@x-ray.at>
4861              Date: Wed, 15 Aug 2007 09:44:29 +0200
4862              Message-Id: <46C2AEDD.80400@x-ray.at>
4863      Branch: perl
4864            ! lib/File/Spec/Cygwin.pm
4865 ____________________________________________________________________________
4866 [ 31714] By: craigb                                on 2007/08/15  02:33:24
4867         Log: Subject: [patch@31701] /lib/File/Find/t/taint.t - VMS Symlinks Part 3 of ?
4868              From: "John E. Malmberg" <wb8tyw@qsl.net>
4869              Date: Mon, 13 Aug 2007 20:44:41 -0500
4870              Message-id: <46C10909.6010805@qsl.net>
4871
4872      Branch: perl
4873            ! lib/File/Find/t/taint.t
4874 ____________________________________________________________________________
4875 [ 31713] By: mhx                                   on 2007/08/14  19:22:20
4876         Log: Upgrade to Devel::PPPort 3.11_03
4877      Branch: perl
4878            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
4879            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/parts/inc/SvPV
4880            ! ext/Devel/PPPort/parts/inc/ppphbin
4881            ! ext/Devel/PPPort/parts/inc/version
4882            ! ext/Devel/PPPort/parts/ppptools.pl ext/Devel/PPPort/soak
4883 ____________________________________________________________________________
4884 [ 31712] By: ams                                   on 2007/08/14  16:14:45
4885         Log: Delete the files which #31710 should have removed.
4886      Branch: perl
4887            - cygwin/ld2.in cygwin/perlld.in
4888            ! MANIFEST
4889 ____________________________________________________________________________
4890 [ 31711] By: ams                                   on 2007/08/14  07:04:16
4891         Log: Subject: Re: [PATCH] get rid of cygwin perlld and ld2 - installperl also
4892              From: Reini Urban <rurban@x-ray.at>
4893              Date: Tue, 14 Aug 2007 08:59:58 +0200
4894              Message-Id: <46C152EE.2080506@x-ray.at>
4895      Branch: perl
4896            ! installperl
4897 ____________________________________________________________________________
4898 [ 31710] By: ams                                   on 2007/08/14  06:58:22
4899         Log: Subject: [PATCH] get rid of cygwin perlld and ld2
4900              From: Reini Urban <rurban@x-ray.at>
4901              Date: Tue, 14 Aug 2007 08:51:50 +0200
4902              Message-Id: <46C15106.9080003@x-ray.at>
4903      Branch: perl
4904            ! cflags.SH cygwin/Makefile.SHs cygwin/ld2.in cygwin/perlld.in
4905            ! hints/cygwin.sh
4906 ____________________________________________________________________________
4907 [ 31709] By: ams                                   on 2007/08/14  06:57:08
4908         Log: Subject: [PATCH] CYG07-File-Spec-case_tolerant
4909              From: Reini Urban <rurban@x-ray.at>
4910              Date: Tue, 14 Aug 2007 08:45:34 +0200
4911              Message-Id: <46C14F8E.9080402@x-ray.at>
4912      Branch: perl
4913            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Win32.pm
4914 ____________________________________________________________________________
4915 [ 31708] By: ams                                   on 2007/08/14  06:56:00
4916         Log: Subject: [PATCH] Cygwin::mount_table, Cygwin::mount_flags
4917              From: Reini Urban <rurban@x-ray.at>
4918              Date: Tue, 14 Aug 2007 08:40:44 +0200
4919              Message-Id: <46C14E6C.8020809@x-ray.at>
4920      Branch: perl
4921            ! README.cygwin cygwin/cygwin.c t/lib/cygwin.t
4922 ____________________________________________________________________________
4923 [ 31707] By: ams                                   on 2007/08/14  06:27:48
4924         Log: Strip whitespace from the beginning of static_ext:
4925              
4926              Subject: [PATCH] CYG02lib-ExtUtils-Embed.patch
4927              From: Reini Urban <rurban@x-ray.at>
4928              Date: Tue, 14 Aug 2007 08:21:11 +0200
4929              Message-Id: <46C149D7.5060307@x-ray.at>
4930      Branch: perl
4931            ! lib/ExtUtils/Embed.pm
4932 ____________________________________________________________________________
4933 [ 31706] By: craigb                                on 2007/08/13  03:04:37
4934         Log: Subject: [patch@31670]File/Find.pm Find.t - VMS Symbolic Links Part 2 of ?
4935              From: "John E. Malmberg" <wb8tyw@qsl.net>
4936              Date: Sat, 11 Aug 2007 23:44:44 -0500
4937              Message-id: <46BE903C.90403@qsl.net>
4938
4939              
4940              VMS-specific File::Find changes to support symlinks
4941      Branch: perl
4942            ! lib/File/Find.pm lib/File/Find/t/find.t
4943 ____________________________________________________________________________
4944 [ 31705] By: mhx                                   on 2007/08/12  23:17:42
4945         Log: Upgrade to Devel::PPPort 3.11_02
4946      Branch: perl
4947            + ext/Devel/PPPort/parts/ppport.fnc
4948            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
4949            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
4950            ! ext/Devel/PPPort/devel/buildperl.pl
4951            ! ext/Devel/PPPort/devel/devtools.pl
4952            ! ext/Devel/PPPort/devel/mkapidoc.sh
4953            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
4954            ! ext/Devel/PPPort/devel/regenerate
4955            ! ext/Devel/PPPort/devel/scanprov
4956            ! ext/Devel/PPPort/parts/apicheck.pl
4957            ! ext/Devel/PPPort/parts/apidoc.fnc
4958            ! ext/Devel/PPPort/parts/base/5005000
4959            ! ext/Devel/PPPort/parts/base/5006000
4960            ! ext/Devel/PPPort/parts/base/5007001
4961            ! ext/Devel/PPPort/parts/base/5007002
4962            ! ext/Devel/PPPort/parts/base/5008001
4963            ! ext/Devel/PPPort/parts/base/5009000
4964            ! ext/Devel/PPPort/parts/base/5009002
4965            ! ext/Devel/PPPort/parts/base/5009003
4966            ! ext/Devel/PPPort/parts/base/5009004
4967            ! ext/Devel/PPPort/parts/base/5009005
4968            ! ext/Devel/PPPort/parts/embed.fnc
4969            ! ext/Devel/PPPort/parts/inc/SvPV
4970            ! ext/Devel/PPPort/parts/inc/call
4971            ! ext/Devel/PPPort/parts/inc/grok
4972            ! ext/Devel/PPPort/parts/inc/magic
4973            ! ext/Devel/PPPort/parts/inc/misc
4974            ! ext/Devel/PPPort/parts/inc/ppphbin
4975            ! ext/Devel/PPPort/parts/inc/ppphdoc
4976            ! ext/Devel/PPPort/parts/inc/ppphtest
4977            ! ext/Devel/PPPort/parts/inc/pvs
4978            ! ext/Devel/PPPort/parts/inc/sv_xpvf
4979            ! ext/Devel/PPPort/parts/inc/uv
4980            ! ext/Devel/PPPort/parts/inc/variables
4981            ! ext/Devel/PPPort/parts/inc/warn
4982            ! ext/Devel/PPPort/parts/ppptools.pl
4983            ! ext/Devel/PPPort/parts/todo/5004000
4984            ! ext/Devel/PPPort/parts/todo/5006000
4985            ! ext/Devel/PPPort/parts/todo/5007001
4986            ! ext/Devel/PPPort/parts/todo/5007002
4987            ! ext/Devel/PPPort/parts/todo/5008001
4988            ! ext/Devel/PPPort/parts/todo/5009000
4989            ! ext/Devel/PPPort/parts/todo/5009005 ext/Devel/PPPort/soak
4990            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/magic.t
4991            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/variables.t
4992 ____________________________________________________________________________
4993 [ 31704] By: ams                                   on 2007/08/12  14:20:44
4994         Log: Subject: Re: [PATCH] Optimize split //
4995              From: Ã†var Arnfjörð Bjarmason <avarab@gmail.com>
4996              Date: Sat, 11 Aug 2007 20:33:49 +0000
4997              Message-Id: <51dd1af80708111333kfd82e12u145b5ba38e23dcce@mail.gmail.com>
4998      Branch: perl
4999            ! pp.c
5000 ____________________________________________________________________________
5001 [ 31703] By: ams                                   on 2007/08/12  14:17:26
5002         Log: Subject: [PATCH] regcomp.c fix 64int warning
5003              From: Reini Urban <rurban@x-ray.at>
5004              Date: Sun, 12 Aug 2007 15:38:46 +0200
5005              Message-Id: <46BF0D66.5020605@x-ray.at>
5006      Branch: perl
5007            ! regcomp.c
5008 ____________________________________________________________________________
5009 [ 31702] By: ams                                   on 2007/08/12  14:10:10
5010         Log: Use sysconf/getpagesize/page.h to determine page size on Linux,
5011              in that order.
5012              
5013              Subject: Re: [PATCH] Various Gentoo Patches
5014              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
5015              Date: Sun, 12 Aug 2007 13:16:52 +0200
5016              Message-Id: <20070812131652.16ca5444@r2d2>
5017      Branch: perl
5018            ! ext/IPC/SysV/SysV.xs
5019 ____________________________________________________________________________
5020 [ 31701] By: craigb                                on 2007/08/10  16:28:34
5021         Log: Skip a couple of case sensitive tests in Pod::Simple on VMS.
5022      Branch: perl
5023            ! lib/Pod/Simple/t/search20.t lib/Pod/Simple/t/search22.t
5024 ____________________________________________________________________________
5025 [ 31700] By: rgs                                   on 2007/08/10  13:37:42
5026         Log: Fix compilation with threads
5027      Branch: perl
5028            ! toke.c
5029 ____________________________________________________________________________
5030 [ 31699] By: rgs                                   on 2007/08/10  09:57:08
5031         Log: Subject: Re: [PATCH] Adding more information to "Unrecognized character" error in toke.c
5032              From: Claes Jakobsson <claes@surfar.nu>
5033              Date: Sat, 4 Aug 2007 16:00:19 +0200
5034              Message-Id: <57CEC660-0020-48DF-A72A-931BCADC2AEE@surfar.nu>
5035      Branch: perl
5036            ! pod/perldiag.pod t/base/lex.t toke.c
5037 ____________________________________________________________________________
5038 [ 31698] By: rgs                                   on 2007/08/10  08:51:30
5039         Log: Win32CORE can be upgraded separately (see change #31663)
5040      Branch: perl
5041            ! Porting/Maintainers.pl
5042 ____________________________________________________________________________
5043 [ 31697] By: ams                                   on 2007/08/10  05:42:26
5044         Log: SWIG uses XS() like this (in the perlrun.swg template):
5045              
5046              typedef XS(SwigPerlWrapper);
5047              typedef SwigPerlWrapper *SwigPerlWrapperPtr;
5048              
5049              This breaks if XS() includes the 'extern "C"' decoration under C++.
5050              The appended patch provides an XSPROTO() macro that could be used
5051              by SWIG instead.
5052              
5053              (Patch from Jan Dubois to fix breakage caused by #28734.)
5054      Branch: perl
5055            ! XSUB.h
5056 ____________________________________________________________________________
5057 [ 31696] By: rgs                                   on 2007/08/09  15:00:25
5058         Log: Subject: [PATCH] Test '-x dir'
5059              From: "Jerry D. Hedden" <jdhedden@cpan.org>
5060              Date: Thu, 9 Aug 2007 08:28:17 -0400
5061              Message-ID: <1ff86f510708090528w5579515bp6f862c613abccf84@mail.gmail.com>
5062      Branch: perl
5063            + t/run/switchx2.aux
5064            ! MANIFEST t/run/switchx.aux t/run/switchx.t
5065 ____________________________________________________________________________
5066 [ 31695] By: rgs                                   on 2007/08/09  13:41:28
5067         Log: Add an idea by Hugo
5068      Branch: perl
5069            ! pod/perltodo.pod
5070 ____________________________________________________________________________
5071 [ 31694] By: rgs                                   on 2007/08/09  10:17:07
5072         Log: Fix a bunch of typos
5073      Branch: perl
5074            ! pod/perlreapi.pod
5075 ____________________________________________________________________________
5076 [ 31693] By: rgs                                   on 2007/08/09  10:10:37
5077         Log: Subject: [PATCH] Optimize split //
5078              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
5079              Date: Thu, 9 Aug 2007 07:49:16 +0000
5080              Message-ID: <51dd1af80708090049p2cf4810ep5a437ad53f64fa78@mail.gmail.com>
5081      Branch: perl
5082            ! pod/perlreapi.pod pp.c regcomp.c regexp.h
5083 ____________________________________________________________________________
5084 [ 31692] By: ams                                   on 2007/08/09  07:56:20
5085         Log: Subject: Re: [PATCH] Re: [perl #44387] The blank in option '-x directory' should be deleted from perlrun.pod
5086              From: "David Nicol" <davidnicol@gmail.com>
5087              Date: Wed, 8 Aug 2007 18:06:16 -0500
5088              Message-Id: <934f64a20708081606n441c392am615cf5461e4f3e94@mail.gmail.com>
5089      Branch: perl
5090            ! pod/perlrun.pod
5091 ____________________________________________________________________________
5092 [ 31691] By: ams                                   on 2007/08/08  21:58:29
5093         Log: Revert #31690, because it can make -x eat arguments. Even if the
5094              next argument happens to be a directory name, changing this does
5095              not seem worthwhile. It's as likely as not to break something.
5096              
5097              The many -x users clamouring for consistency must go home
5098              empty-handed, alas.
5099      Branch: perl
5100            ! perl.c
5101 ____________________________________________________________________________
5102 [ 31690] By: ams                                   on 2007/08/08  18:45:34
5103         Log: Make '-xx' and '-x x' work the same way (see #44387).
5104      Branch: perl
5105            ! perl.c
5106 ____________________________________________________________________________
5107 [ 31689] By: ams                                   on 2007/08/08  17:27:48
5108         Log: Subject: [PATCH] Move Tie::StdHandle into its own file.
5109              From: Michael G Schwern <schwern@pobox.com>
5110              Date: Tue, 07 Aug 2007 15:47:31 -0700
5111              Message-Id: <46B8F683.7040607@pobox.com>
5112      Branch: perl
5113            + lib/Tie/Handle/stdhandle_from_handle.t lib/Tie/StdHandle.pm
5114            ! MANIFEST lib/Tie/Handle.pm lib/Tie/Handle/stdhandle.t
5115 ____________________________________________________________________________
5116 [ 31688] By: ams                                   on 2007/08/08  16:52:41
5117         Log: #31687-bis.
5118      Branch: perl
5119            - ext/threads/shared/Changes
5120 ____________________________________________________________________________
5121 [ 31687] By: ams                                   on 2007/08/08  16:43:49
5122         Log: Subject: [PATCH] threads 1.64 (repost)
5123              From: "Jerry D. Hedden" <jdhedden@cpan.org>
5124              Date: Mon, 6 Aug 2007 15:09:41 -0400
5125              Message-Id: <1ff86f510708061209m130fd1fbxe03dce2351ae37c9@mail.gmail.com>
5126      Branch: perl
5127            - ext/threads/Changes ext/threads/README
5128            - ext/threads/shared/README
5129            ! MANIFEST ext/threads/t/basic.t ext/threads/t/blocks.t
5130            ! ext/threads/t/context.t ext/threads/t/end.t
5131            ! ext/threads/t/exit.t ext/threads/t/free.t
5132            ! ext/threads/t/free2.t ext/threads/t/join.t
5133            ! ext/threads/t/kill.t ext/threads/t/problems.t
5134            ! ext/threads/t/state.t ext/threads/t/thread.t
5135            ! ext/threads/threads.pm
5136 ____________________________________________________________________________
5137 [ 31686] By: ams                                   on 2007/08/08  16:28:40
5138         Log: From #43633: Cwd::cwd() use in File::Spec::Unix use causes unnecessary fork()
5139      Branch: perl
5140            ! lib/File/Spec/Unix.pm
5141 ____________________________________________________________________________
5142 [ 31685] By: rgs                                   on 2007/08/08  09:13:00
5143         Log: Subject: patch for perlboot.pod
5144              From: YAMASHINA Hio <hio@hio.jp>
5145              Date: Wed, 8 Aug 2007 01:12:06 +0900
5146              Message-Id: <20070808011206.db7d5184.hio@hio.jp>
5147      Branch: perl
5148            ! pod/perlboot.pod
5149 ____________________________________________________________________________
5150 [ 31684] By: rgs                                   on 2007/08/07  14:47:35
5151         Log: The documentation for prototype() sounds a bit better like that.
5152      Branch: perl
5153            ! pod/perlfunc.pod
5154 ____________________________________________________________________________
5155 [ 31683] By: rgs                                   on 2007/08/07  09:41:31
5156         Log: Documentation updates for new regexp features
5157      Branch: perl
5158            ! pod/perlop.pod pod/perlre.pod pod/perlreref.pod
5159 ____________________________________________________________________________
5160 [ 31682] By: ams                                   on 2007/08/04  01:53:19
5161         Log: Subject: [PATCH] installperl patch
5162              From: "Jerry D. Hedden" <jdhedden@cpan.org>
5163              Date: Fri, 3 Aug 2007 09:55:10 -0400
5164              Message-Id: <1ff86f510708030655tdef838p859bb1ac7b05dcf9@mail.gmail.com>
5165              
5166              (Applied after splitting up the tests a little.)
5167      Branch: perl
5168            ! installperl
5169 ____________________________________________________________________________
5170 [ 31681] By: ams                                   on 2007/08/04  01:40:18
5171         Log: Subject: [PATCH] ssh-keygen usage in repository.pod out of date
5172              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
5173              Date: Fri, 3 Aug 2007 11:47:22 -0700 (PDT)
5174              Message-Id: <37856.64.81.167.122.1186166842.squirrel@webmail.efn.org>
5175      Branch: perl
5176            ! Porting/repository.pod
5177 ____________________________________________________________________________
5178 [ 31680] By: ams                                   on 2007/08/03  11:41:29
5179         Log: Subject: [PATCH] add BigInt changes to perl595delta.pod
5180              From: Tels <nospam-abuse@bloodgate.com>
5181              Date: Fri, 3 Aug 2007 13:19:17 +0200
5182              Message-Id: <200708031319.18320@bloodgate.com>
5183      Branch: perl
5184            ! pod/perl595delta.pod
5185 ____________________________________________________________________________
5186 [ 31679] By: ams                                   on 2007/08/03  11:38:26
5187         Log: Subject: [PATCH] fix typo in bigint POD
5188              From: Tels <nospam-abuse@bloodgate.com>
5189              Date: Fri, 3 Aug 2007 12:06:01 +0200
5190              Message-Id: <200708031206.10365@bloodgate.com>
5191      Branch: perl
5192            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
5193 ____________________________________________________________________________
5194 [ 31678] By: ams                                   on 2007/08/03  07:49:28
5195         Log: Subject: problems in ext/Storable/t/file_magic.t on EBCDIC platform
5196              From: Chun Bing Ge <gecb@cn.ibm.com>
5197              Date: Fri, 3 Aug 2007 14:16:34 +0800
5198              Message-Id: <OF9205F187.AEDD9A24-ON4825732C.0021701B-4825732C.002279E4@IBMCN>
5199      Branch: perl
5200            ! ext/Storable/t/file_magic.t
5201 ____________________________________________________________________________
5202 [ 31677] By: ams                                   on 2007/08/03  04:25:43
5203         Log: Subject: [perl #44349] DProf - poor timer resolution on BSDs (patch) 
5204              From: "agrow@thegotonerd.com" <perlbug-followup@perl.org>
5205              Date: Thu, 02 Aug 2007 15:36:42 -0700
5206              Message-Id: <rt-3.6.HEAD-23341-1186094202-398.44349-75-0@perl.org>
5207      Branch: perl
5208            ! ext/Devel/DProf/DProf.xs
5209 ____________________________________________________________________________
5210 [ 31676] By: ams                                   on 2007/08/03  04:12:27
5211         Log: Make installperl skip lib/CPAN/SIGNATURE and PAUSE*.pub.
5212              
5213              Subject: [PATCH - revised] Fix CPAN issues in blead
5214              From: "Jerry D. Hedden" <jdhedden@cpan.org>
5215              Date: Thu, 2 Aug 2007 23:05:14 -0400
5216              Message-Id: <1ff86f510708022005i2d73247eo96e692acd17a2547@mail.gmail.com>
5217      Branch: perl
5218            ! installperl
5219 ____________________________________________________________________________
5220 [ 31675] By: ams                                   on 2007/08/03  00:34:18
5221         Log: Applied after word-wrapping:
5222              
5223              Subject: [PATCH] Time::HiRes is a better suggestion than setitimer in perlfunc.
5224              From: Benjamin Smith <bsmith@cabbage.org.uk>
5225              Date: Thu, 2 Aug 2007 18:28:05 +0100
5226              Message-Id: <20070802172804.GA7856@vtrl.co.uk>
5227      Branch: perl
5228            ! pod/perlfunc.pod
5229 ____________________________________________________________________________
5230 [ 31674] By: craigb                                on 2007/08/02  12:54:40
5231         Log: Subject: [patch@31670] vms.c - Missing null terminator
5232              From: "John E. Malmberg" <wb8tyw@qsl.net>
5233              Date: Wed, 01 Aug 2007 08:25:22 -0500
5234              Message-id: <46B089C2.9000508@qsl.net>
5235
5236      Branch: perl
5237            ! vms/vms.c
5238 ____________________________________________________________________________
5239 [ 31673] By: ams                                   on 2007/08/01  18:37:04
5240         Log: MANIFEST.SKIP ought not to have been skipped after all.
5241      Branch: perl
5242            ! installperl
5243 ____________________________________________________________________________
5244 [ 31672] By: ams                                   on 2007/08/01  17:01:29
5245         Log: For files ignored by installperl:
5246              
5247              - Split README handling into a separate case.
5248              - Extend the MANIFEST pattern to include .SKIP.
5249              
5250              Based on the following:
5251              
5252              Subject: [PATCH] Don't install MANIFEST.SKIP files
5253              From: "Jerry D. Hedden" <jdhedden@cpan.org>
5254              Date: Wed, 1 Aug 2007 12:28:49 -0400
5255              Message-Id: <1ff86f510708010928o48ea74d6je46148b0a409bffa@mail.gmail.com>
5256      Branch: perl
5257            ! installperl
5258 ____________________________________________________________________________
5259 [ 31671] By: craigb                                on 2007/08/01  12:35:11
5260         Log: Missing a couple of aTHX_'s in #31670.
5261      Branch: perl
5262            ! vms/vms.c
5263 ____________________________________________________________________________
5264 [ 31670] By: craigb                                on 2007/08/01  03:24:03
5265         Log: Subject: [patch@31688] VMS symbolic links - part 1 of ? 2nd try.
5266              From: "John E. Malmberg" <wb8tyw@qsl.net>
5267              Date: Mon, 30 Jul 2007 23:55:34 -0500
5268              Message-id: <46AEC0C6.5020702@qsl.net>
5269              
5270              Patch for VMS so that remove/delete/unlink/kill_file and 
5271              rmdir will work on symbolic links where support is available
5272              in VMS 8.3.
5273
5274      Branch: perl
5275            ! vms/vms.c
5276 ____________________________________________________________________________
5277 [ 31669] By: stevep                                on 2007/07/31  14:27:00
5278         Log: Upgrade to Net-Ping-2.32
5279      Branch: perl
5280            ! lib/Net/Ping.pm
5281 ____________________________________________________________________________
5282 [ 31668] By: nicholas                              on 2007/07/30  13:17:14
5283         Log: Fix typos in comments.
5284      Branch: perl
5285            ! t/uni/case.pl
5286 ____________________________________________________________________________
5287 [ 31667] By: rgs                                   on 2007/07/30  09:23:55
5288         Log: Subject: Example in perlthrtut.pod doesn't work
5289              From: Elizabeth Mattijsen <liz@dijkmat.nl>
5290              Date: Mon, 30 Jul 2007 11:19:01 +0200
5291              Message-Id: <p06230913c2d35ab76254@[10.0.1.200]>
5292      Branch: perl
5293            ! pod/perlothrtut.pod pod/perlthrtut.pod
5294 ____________________________________________________________________________
5295 [ 31666] By: craigb                                on 2007/07/29  18:13:46
5296         Log: Oops, 31665 was empty.
5297      Branch: perl
5298            ! t/op/stat.t
5299 ____________________________________________________________________________
5300 [ 31665] By: craigb                                on 2007/07/29  14:48:20
5301         Log: Subject: [patch@31553] t/op/stat.t Test $nlink if $Config{d_link}
5302              From: "John E. Malmberg" <wb8tyw@qsl.net>
5303              Date: Sun, 29 Jul 2007 07:56:22 -0500
5304              Message-id: <46AC8E76.5040902@qsl.net>
5305
5306
5307      Branch: perl
5308            ! t/op/stat.t
5309 ____________________________________________________________________________
5310 [ 31664] By: ams                                   on 2007/07/29  13:45:31
5311         Log: Subject: [rt.cpan.org #28537] PATCH for croak.t test failure 
5312              From: Slaven_Rezic via RT <bug-Storable@rt.cpan.org>
5313              Date: Sun, 29 Jul 2007 05:10:46 -0400
5314              Message-Id: <rt-3.6.HEAD-28249-1185700244-992.28537-4-0@rt.cpan.org>
5315              
5316              "The attached patch solves a possible failure in the croak.t
5317              test. It seems that in some version Config.pm pre-loads Carp.pm,
5318              causing the test to fail. The patch just makes sure that
5319              Config.pm is only loaded when building Storable within core
5320              perl."
5321      Branch: perl
5322            ! ext/Storable/t/croak.t
5323 ____________________________________________________________________________
5324 [ 31663] By: stevep                                on 2007/07/27  03:45:58
5325         Log: Subject: [PATCH] RE: Sorry, no Win32CORE-update for you unless you use development version...
5326              From: "Jan Dubois" <jand@activestate.com>
5327              Date: Thu, 26 Jul 2007 17:51:37 -0700
5328              Message-ID: <03a701c7cfe8$4989abf0$dc9d03d0$@com>
5329      Branch: perl
5330            ! META.yml
5331 ____________________________________________________________________________
5332 [ 31662] By: rgs                                   on 2007/07/26  10:01:31
5333         Log: Don't use C++ comments.
5334      Branch: perl
5335            ! ext/Data/Dumper/Dumper.xs
5336 ____________________________________________________________________________
5337 [ 31661] By: merijn                                on 2007/07/26  09:38:48
5338         Log: Subject: [patch@31658] Dynamically load dbg xterm on VMS
5339              From: "John E. Malmberg" <wb8tyw@qsl.net>
5340              Date: Thu, 26 Jul 2007 00:28:04 -0500
5341              Message-ID: <46A830E4.1040708@qsl.net>
5342      Branch: perl
5343            ! configure.com vms/descrip_mms.template vms/vms.c
5344 ____________________________________________________________________________
5345 [ 31660] By: ams                                   on 2007/07/26  01:49:15
5346         Log: Subject: [PATCH] Silence diag in ext/Data/Dumper/t/bless.t
5347              From: "Jerry D. Hedden" <jdhedden@cpan.org>
5348              Date: Wed, 25 Jul 2007 14:27:44 -0400
5349              Message-Id: <1ff86f510707251127l3530b011q853608654a7347f7@mail.gmail.com>
5350              
5351              Subject: Cleanup CPANPLUS test dirs
5352              From: "Jerry D. Hedden" <jdhedden@cpan.org>
5353              Date: Wed, 25 Jul 2007 14:30:25 -0400
5354              Message-Id: <1ff86f510707251130x771e3ccds55f20b83cc162818@mail.gmail.com>
5355      Branch: perl
5356            ! Makefile.SH ext/Data/Dumper/t/bless.t
5357 ____________________________________________________________________________
5358 [ 31659] By: demerphq                              on 2007/07/26  00:21:29
5359         Log: Rework Text::ParseWords regex so it doesnt core dump on older perls due to stack exhaustion.
5360              
5361              This makes of the (?>...) construct in the regex engine making Text::ParseWords not backwards compatible with Perls from 
5362              before the time this construct was added.
5363      Branch: perl
5364            ! lib/Text/ParseWords.pm
5365 ____________________________________________________________________________
5366 [ 31658] By: demerphq                              on 2007/07/25  19:13:56
5367         Log: Allow TEST_FILES make var to be used to pass an argument list through to harness when using the test_harness target.
5368              
5369              This allows things like 
5370              
5371              make test_harness TEST_FILES='-re x2p'
5372              
5373              which will run any test files that match the string 'x2p'. As x2p is the last test to be run this is kinda useful.
5374      Branch: perl
5375            ! Makefile.SH
5376 ____________________________________________________________________________
5377 [ 31657] By: ams                                   on 2007/07/25  19:02:44
5378         Log: Change stripRegex prototype to $$;$ because only one caller uses
5379              the third argument.
5380      Branch: perl
5381            ! x2p/s2p.PL
5382 ____________________________________________________________________________
5383 [ 31656] By: ams                                   on 2007/07/25  12:56:56
5384         Log: Subject: [PATCH] s2p.PL
5385              From: Wolfgang Laun <Wolfgang.Laun@thalesgroup.com>
5386              Date: Mon, 23 Jul 2007 11:28:02 +0200
5387              Message-Id: <46A474A2.2060400@thalesgroup.com>
5388      Branch: perl
5389            ! x2p/s2p.PL
5390 ____________________________________________________________________________
5391 [ 31655] By: steveh                                on 2007/07/25  12:35:47
5392         Log: Update AUTHORS following change #31653
5393      Branch: perl
5394            ! AUTHORS
5395 ____________________________________________________________________________
5396 [ 31654] By: ams                                   on 2007/07/25  12:21:19
5397         Log: Fix incorrect =head1 NAME.
5398      Branch: perl
5399            ! lib/File/CheckTree.pm
5400 ____________________________________________________________________________
5401 [ 31653] By: steveh                                on 2007/07/25  12:15:18
5402         Log: Subject: [PATCH] XSUB.h - silence MSVC6 compiler warning
5403              From: "Robert May" <robertmay@cpan.org>
5404              Date: Sun, 22 Jul 2007 02:29:37 +0100
5405              Message-ID: <54bdc7510707211829t67e8b82eo7d8e722e73c6a3b3@mail.gmail.com>
5406      Branch: perl
5407            ! XSUB.h pod/perlxs.pod
5408 ____________________________________________________________________________
5409 [ 31652] By: merijn                                on 2007/07/25  08:49:23
5410         Log: Doc re-ordering to have ALIASES and CUSTOM ALIASES together
5411      Branch: perl
5412            ! lib/charnames.pm
5413 ____________________________________________________________________________
5414 [ 31651] By: stevep                                on 2007/07/24  20:42:14
5415         Log: Subject: [perl #39420] [PATCH] Data::Dumper fails to escape bless class name
5416              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
5417              Date: Tue, 24 Jul 2007 16:29:21 -0300
5418              Message-ID: <73ddeb6c0707241229of8f87d7r9315855344451b05@mail.gmail.com>
5419      Branch: perl
5420            + ext/Data/Dumper/t/bless.t
5421            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
5422 ____________________________________________________________________________
5423 [ 31650] By: merijn                                on 2007/07/24  13:05:54
5424         Log: Subject: [patch@31649] vms.c realpath prototype mismatch
5425              From: "John E. Malmberg" <wb8tyw@qsl.net>
5426              Date: Tue, 24 Jul 2007 07:56:39 -0500
5427              Message-ID: <46A5F707.1080502@qsl.net>
5428      Branch: perl
5429            ! vms/vms.c
5430 ____________________________________________________________________________
5431 [ 31649] By: nicholas                              on 2007/07/23  20:07:29
5432         Log: Need to run the plan() at BEGIN time, else the use_ok() will fail.
5433              However, it doesn't actually produce any output due to a known core
5434              bug: http://rt.cpan.org/Ticket/Display.html?id=28345
5435              (But the test count in the plan saves our bacon by alerting us)
5436      Branch: perl
5437            ! ext/Encode/t/mime_header_iso2022jp.t
5438 ____________________________________________________________________________
5439 [ 31648] By: stevep                                on 2007/07/23  13:42:24
5440         Log: Various fixes for EBCDIC platforms.
5441      Branch: perl
5442            ! ext/Encode/t/mime_header_iso2022jp.t t/io/layers.t
5443 ____________________________________________________________________________
5444 [ 31647] By: craigb                                on 2007/07/23  01:48:34
5445         Log: Update utility commands for VMS.
5446      Branch: perl
5447            ! configure.com
5448 ____________________________________________________________________________
5449 [ 31646] By: craigb                                on 2007/07/23  01:47:12
5450         Log: Make TabsWrap tests work around broken VMS pipes.
5451      Branch: perl
5452            ! lib/Text/TabsWrap/t/fill.t lib/Text/TabsWrap/t/tabs.t
5453 ____________________________________________________________________________
5454 [ 31645] By: demerphq                              on 2007/07/20  22:46:47
5455         Log: Update ExtUtils::Install, EU::Installed and EU::Packlist to the latest CPAN version 1.43
5456      Branch: perl
5457            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
5458            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Installed.t
5459 ____________________________________________________________________________
5460 [ 31644] By: merijn                                on 2007/07/20  09:53:20
5461         Log: Extend the update info regarding Configure changes
5462      Branch: perl
5463            ! pod/perl595delta.pod
5464 ____________________________________________________________________________
5465 [ 31643] By: steveh                                on 2007/07/20  09:05:32
5466         Log: Re-apply #31429, which was accidentally undone by #31632
5467              (and bump the $VERSION this time too).
5468      Branch: perl
5469            ! ext/Hash/Util/FieldHash/FieldHash.xs
5470            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
5471 ____________________________________________________________________________
5472 [ 31642] By: steveh                                on 2007/07/20  08:19:19
5473         Log: Updates to AUTHORS and Porting/CheckAUTHORS.pl
5474      Branch: perl
5475            ! AUTHORS Porting/checkAUTHORS.pl
5476 ____________________________________________________________________________
5477 [ 31641] By: steveh                                on 2007/07/20  08:02:15
5478         Log: I've had my email address changed
5479      Branch: perl
5480            ! AUTHORS Porting/checkAUTHORS.pl
5481 ____________________________________________________________________________
5482 [ 31640] By: steveh                                on 2007/07/20  07:50:22
5483         Log: Fix pod nit in perlunicode
5484      Branch: perl
5485            ! pod/perlunicode.pod
5486 ____________________________________________________________________________
5487 [ 31639] By: merijn                                on 2007/07/19  13:57:43
5488         Log: Subject: [PATCH] Various Gentoo Patches
5489              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
5490              Date: Wed, 18 Jul 2007 17:17:58 +0200
5491              Message-ID: <20070718171758.77912ed4@r2d2>
5492              
5493              perl-noksh.patch - http://bugs.gentoo.org/show_bug.cgi?id=42665
5494      Branch: perl
5495            ! Configure
5496 ____________________________________________________________________________
5497 [ 31637] By: merijn                                on 2007/07/19  12:30:44
5498         Log: Expand tabs, add -A ccflags=-DMACRO to -h
5499      Branch: perl
5500            ! Configure
5501 ____________________________________________________________________________
5502 [ 31636] By: demerphq                              on 2007/07/19  12:09:32
5503         Log: Change Porting/regcharclass.pl so it doesn't depend on unpack 'U0C*'
5504              Includes an updated regcharclass.h without datestamp in it so when it
5505              is trivially rebuilt it doesnt change in terms of contents.
5506      Branch: perl
5507            ! Porting/regcharclass.pl regcharclass.h
5508 ____________________________________________________________________________
5509 [ 31635] By: davem                                 on 2007/07/19  11:42:15
5510         Log: fix up some nested #ifdef indentation
5511      Branch: perl
5512            ! perl.c
5513 ____________________________________________________________________________
5514 [ 31634] By: davem                                 on 2007/07/19  11:26:40
5515         Log: silence 'unused var' compiler warning
5516      Branch: perl
5517            ! perl.c
5518 ____________________________________________________________________________
5519 [ 31633] By: rgs                                   on 2007/07/19  08:51:28
5520         Log: Add a TODO note about lc() etc. and the UTF-8 flag
5521      Branch: perl
5522            ! pod/perltodo.pod
5523 ____________________________________________________________________________
5524 [ 31632] By: rgs                                   on 2007/07/19  08:12:57
5525         Log: Subject: Re: [patch] Hash::Util::FieldHash v1.02
5526              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
5527              Date: Sun, 15 Jul 2007 15:02:11 +0200
5528              Message-Id: <490839CC-BF8E-44B9-AF88-EFBE9863EDB2@mailbox.tu-berlin.de>
5529      Branch: perl
5530            ! ext/Hash/Util/FieldHash/Changes
5531            ! ext/Hash/Util/FieldHash/FieldHash.xs
5532            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
5533            ! ext/Hash/Util/FieldHash/t/02_function.t
5534 ____________________________________________________________________________
5535 [ 31631] By: rgs                                   on 2007/07/19  07:44:19
5536         Log: Suggestion and fixes to the hash seed docs by Paul Johnson
5537      Branch: perl
5538            ! pod/perlrun.pod
5539 ____________________________________________________________________________
5540 [ 31630] By: stevep                                on 2007/07/18  19:05:05
5541         Log: Upgrade to IO-Zlib-1.06.  One bleadperl fix was added, but the other
5542              hasn't yet, so we keep the version bump.
5543      Branch: perl
5544            ! lib/IO/Zlib.pm
5545 ____________________________________________________________________________
5546 [ 31629] By: stevep                                on 2007/07/18  18:52:12
5547         Log: Upgrade to Math-BigRat-0.20
5548      Branch: perl
5549            + lib/Math/BigRat/t/biglog.t lib/Math/BigRat/t/bigroot.t
5550            ! MANIFEST lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
5551            ! lib/Math/BigRat/t/bigfltrt.t
5552 ____________________________________________________________________________
5553 [ 31628] By: stevep                                on 2007/07/18  17:37:53
5554         Log: The lib/Pod/Perldoc.pm portion of...
5555              
5556              Subject:  [PATCH] Various Gentoo Patches
5557              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
5558              Date: Wed, 18 Jul 2007 17:17:58 +0200
5559              Message-ID: <20070718171758.77912ed4@r2d2>
5560      Branch: perl
5561            ! lib/Pod/Perldoc.pm
5562 ____________________________________________________________________________
5563 [ 31627] By: rgs                                   on 2007/07/18  16:59:47
5564         Log: Subject: [PATCH] Win32API::File cleanup
5565              From: "Jerry D. Hedden" <jdhedden@cpan.org>
5566              Date: Tue, 17 Jul 2007 14:21:00 -0400
5567              Message-ID: <1ff86f510707171121y3db38817ic4be4cbdd8c8696e@mail.gmail.com>
5568      Branch: perl
5569            ! ext/Win32API/File/Makefile.PL
5570 ____________________________________________________________________________
5571 [ 31626] By: rgs                                   on 2007/07/18  16:37:11
5572         Log: Subject: [PATCH] Change "Perl6" to "Perl 6" in pod/*
5573              From: chromatic <chromatic@wgz.org>
5574              Date: Fri, 13 Jul 2007 14:38:12 -0700
5575              Message-Id: <200707131438.12342.chromatic@wgz.org>
5576      Branch: perl
5577            ! pod/perlcommunity.pod pod/perliol.pod pod/perlre.pod
5578 ____________________________________________________________________________
5579 [ 31624] By: rgs                                   on 2007/07/18  10:26:31
5580         Log: Clarifications on the hash seed
5581      Branch: perl
5582            ! pod/perlrun.pod
5583 ____________________________________________________________________________
5584 [ 31623] By: rgs                                   on 2007/07/18  08:17:47
5585         Log: Subject: [PATCH] gethostbyname() example
5586              From: "Gabor Szabo" <szabgab@gmail.com>
5587              Date: Wed, 18 Jul 2007 08:47:40 +0300
5588              Message-ID: <d8a74af10707172247v2f761bebs30d054eddbe5861@mail.gmail.com>
5589      Branch: perl
5590            ! pod/perlfunc.pod
5591 ____________________________________________________________________________
5592 [ 31622] By: rgs                                   on 2007/07/18  08:12:17
5593         Log: Subject: [PATCH AUTHORS, porting/checkAUTHORS.pl] (was Re: perldelta)
5594              From: Abigail <abigail@abigail.be>
5595              Date: Wed, 18 Jul 2007 10:04:06 +0200
5596              Message-ID: <20070718080406.GE6316@abigail.be>
5597      Branch: perl
5598            ! AUTHORS Porting/checkAUTHORS.pl
5599 ____________________________________________________________________________
5600 [ 31621] By: rgs                                   on 2007/07/18  07:38:19
5601         Log: Miscellaneous modernisations and trimmings.
5602      Branch: perl
5603            ! INSTALL
5604 ____________________________________________________________________________
5605 [ 31620] By: rgs                                   on 2007/07/17  10:20:17
5606         Log: Fix references to perldelta.pod (this file doesn't exist in the
5607              source distribution).
5608              Remove paragraph on space requirements (space is now cheaper).
5609              Remove paragraph on I/O mechanisms (PerlIO is standard).
5610              Remove paragraph on coexistence with Perl 4.
5611      Branch: perl
5612            ! INSTALL
5613 ____________________________________________________________________________
5614 [ 31619] By: craigb                                on 2007/07/17  03:37:22
5615         Log: Inching towards Module::Build-ability on VMS.
5616      Branch: perl
5617            ! lib/Module/Build/Base.pm lib/Module/Build/Platform/VMS.pm
5618            ! lib/Module/Build/t/destinations.t
5619            ! lib/Module/Build/t/manifypods.t lib/Module/Build/t/xs.t
5620 ____________________________________________________________________________
5621 [ 31618] By: nicholas                              on 2007/07/16  22:20:26
5622         Log: Re-order struct yy_parser to save space on most systems.
5623              Re-order struct yy_stack_frame to save space on LP64 systems.
5624      Branch: perl
5625            ! parser.h
5626 ____________________________________________________________________________
5627 [ 31617] By: davem                                 on 2007/07/16  15:42:56
5628         Log: fourth attempt to silence S_emulate_eaccess compiler warning
5629      Branch: perl
5630            ! embed.fnc embed.h pp_sys.c proto.h
5631 ____________________________________________________________________________
5632 [ 31616] By: davem                                 on 2007/07/16  14:23:54
5633         Log: change #31615 added the new field in the wrong place
5634      Branch: perl
5635            ! parser.h
5636 ____________________________________________________________________________
5637 [ 31615] By: davem                                 on 2007/07/16  13:15:37
5638         Log: local $[: fix scoping during parser error handling.
5639              
5640              Change 22306# inadvertently made 'local $[' statement-scoped
5641              rather than block-scoped; so revert that change and add a
5642              different fix. The problem was to ensure that the savestack got
5643              popped correctly while popping errored tokens. We how record the
5644              current value of PL_savestack_ix with each pushed parser state. 
5645      Branch: perl
5646            ! op.c pad.c parser.h perly.act perly.c perly.tab perly.y
5647            ! t/op/local.t
5648 ____________________________________________________________________________
5649 [ 31614] By: craigb                                on 2007/07/14  02:21:14
5650         Log: VMS todo for threads exit test.
5651      Branch: perl
5652            ! ext/threads/t/exit.t
5653 ____________________________________________________________________________
5654 [ 31613] By: rgs                                   on 2007/07/13  15:18:59
5655         Log: Comment out links to docs that don't exist yet.
5656      Branch: perl
5657            ! pod/perlrebackslash.pod
5658 ____________________________________________________________________________
5659 [ 31612] By: rgs                                   on 2007/07/13  15:03:45
5660         Log: More typo fixes in the regexp docs
5661      Branch: perl
5662            ! pod/perlre.pod pod/perlrebackslash.pod
5663 ____________________________________________________________________________
5664 [ 31611] By: rgs                                   on 2007/07/13  14:49:41
5665         Log: Fix typos, readability nits
5666      Branch: perl
5667            ! ext/Hash/Util/lib/Hash/Util.pm
5668 ____________________________________________________________________________
5669 [ 31610] By: rgs                                   on 2007/07/13  14:16:57
5670         Log: Use new style L<> links in POD
5671      Branch: perl
5672            ! ext/Opcode/Opcode.pm ext/Opcode/Safe.pm ext/Opcode/ops.pm
5673 ____________________________________________________________________________
5674 [ 31609] By: rgs                                   on 2007/07/13  13:45:35
5675         Log: Subject: [PATCH] BigInt v1.88 take 1 (fix from_hex, from_oct, from_bin)
5676              From: Tels <nospam-abuse@bloodgate.com>
5677              Date: Thu, 12 Jul 2007 19:11:01 +0200
5678              Message-Id: <200707121911.02528@bloodgate.com>
5679      Branch: perl
5680            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
5681 ____________________________________________________________________________
5682 [ 31608] By: rgs                                   on 2007/07/13  12:13:09
5683         Log: Specify prototyping behaviour for Math::BigInt::FastCalc
5684      Branch: perl
5685            ! ext/Math/BigInt/FastCalc/FastCalc.xs
5686 ____________________________________________________________________________
5687 [ 31607] By: rgs                                   on 2007/07/13  08:43:50
5688         Log: Spelling and formatting nits
5689      Branch: perl
5690            ! Cross/README.new
5691 ____________________________________________________________________________
5692 [ 31606] By: rgs                                   on 2007/07/13  08:36:23
5693         Log: That's NAME, not TITLE.
5694      Branch: perl
5695            ! Porting/regcharclass.pl
5696 ____________________________________________________________________________
5697 [ 31605] By: rgs                                   on 2007/07/13  08:32:44
5698         Log: Put a proper title like in every man page
5699      Branch: perl
5700            ! hints/README.hints
5701 ____________________________________________________________________________
5702 [ 31604] By: rgs                                   on 2007/07/13  08:29:28
5703         Log: Avoid POD in test files
5704      Branch: perl
5705            ! lib/SelfLoader-buggy.t
5706 ____________________________________________________________________________
5707 [ 31603] By: rgs                                   on 2007/07/13  08:16:41
5708         Log: * make splitpod actually work if perl isn't installed
5709              * prevent doc extractors to extract POD from splitpod
5710      Branch: perl
5711            ! pod/splitpod
5712 ____________________________________________________________________________
5713 [ 31602] By: rgs                                   on 2007/07/13  07:59:15
5714         Log: Shorten description.
5715      Branch: perl
5716            ! lib/DB.pm
5717 ____________________________________________________________________________
5718 [ 31601] By: rgs                                   on 2007/07/13  06:12:50
5719         Log: Silence mandatory warning by using @# instead of $#.
5720              "no warnings" is probably a bit inappropriate for a
5721              base test. Putting -X on the command-line is probably
5722              not a good idea, since it may hide other interesting
5723              warnings in the future.
5724      Branch: perl
5725            ! t/base/lex.t
5726 ____________________________________________________________________________
5727 [ 31600] By: davem                                 on 2007/07/12  22:10:35
5728         Log: really really fix S_emulate_eaccess compiler warning (#31536 didn't)
5729      Branch: perl
5730            ! embed.fnc embed.h proto.h
5731 ____________________________________________________________________________
5732 [ 31599] By: rgs                                   on 2007/07/12  16:22:59
5733         Log: Subject: [PATCH] perlbug
5734              From: Alexandr Ciornii <alexchorny@gmail.com>
5735              Date: Thu, 12 Jul 2007 13:46:24 +0300
5736              Message-ID: <1367844687.20070712134624@gmail.com>
5737      Branch: perl
5738            ! utils/perlbug.PL
5739 ____________________________________________________________________________
5740 [ 31598] By: rgs                                   on 2007/07/12  15:16:56
5741         Log: Subject: [PATCH] Re: [PATCH] 'make veryclean' still dirty
5742              From: "Jerry D. Hedden" <jdhedden@cpan.org>
5743              Date: Thu, 12 Jul 2007 10:49:29 -0400
5744              Message-ID: <1ff86f510707120749v3b4e12b4uf35d3673cce639f0@mail.gmail.com>
5745      Branch: perl
5746            ! Makefile.SH
5747 ____________________________________________________________________________
5748 [ 31597] By: craigb                                on 2007/07/12  10:57:36
5749         Log: Set $Config{PERL_PATCHLEVEL} as well as $Config{perl_patchlevel}, and
5750              grab the value from a MAINTXXX or SMOKEXXX line in patchlevel.h if present.
5751      Branch: perl
5752            ! configure.com
5753 ____________________________________________________________________________
5754 [ 31596] By: rgs                                   on 2007/07/12  09:56:38
5755         Log: Subject: mention of g and c modifiers missing from perlre.pod
5756              From: "David Nicol" <davidnicol@gmail.com>
5757              Date: Wed, 11 Jul 2007 17:31:45 -0500
5758              Message-ID: <934f64a20707111531m313e3a9at82f002c68eab5bee@mail.gmail.com>
5759      Branch: perl
5760            ! pod/perlre.pod
5761 ____________________________________________________________________________
5762 [ 31595] By: rgs                                   on 2007/07/12  08:50:56
5763         Log: Revert part of #31591
5764      Branch: perl
5765            ! Makefile.SH
5766 ____________________________________________________________________________
5767 [ 31594] By: rgs                                   on 2007/07/12  07:48:29
5768         Log: Link TODO test to appropriate RT ticket
5769      Branch: perl
5770            ! t/op/local.t
5771 ____________________________________________________________________________
5772 [ 31593] By: rgs                                   on 2007/07/12  07:39:53
5773         Log: A couple of additions in perltodo for the future
5774      Branch: perl
5775            ! pod/perltodo.pod
5776 ____________________________________________________________________________
5777 [ 31592] By: rgs                                   on 2007/07/12  05:51:35
5778         Log: More terminology updates for warnings
5779      Branch: perl
5780            ! pod/perldiag.pod pod/perllexwarn.pod
5781 ____________________________________________________________________________
5782 [ 31591] By: stevep                                on 2007/07/12  02:10:29
5783         Log: Subject: [PATCH] 'make veryclean' still dirty
5784              From: "Jerry D. Hedden" <jdhedden@cpan.org>
5785              Date: Wed, 11 Jul 2007 20:06:39 -0400
5786              Message-ID: <1ff86f510707111706g7bfe8306o3c913409a307567c@mail.gmail.com>
5787      Branch: perl
5788            ! Makefile.SH x2p/Makefile.SH
5789 ____________________________________________________________________________
5790 [ 31590] By: rgs                                   on 2007/07/11  20:33:27
5791         Log: Better wording, suggested by Eric Cholet.
5792      Branch: perl
5793            ! pod/perldiag.pod
5794 ____________________________________________________________________________
5795 [ 31589] By: rgs                                   on 2007/07/11  19:31:40
5796         Log: Turn the "$# / $* is no longer supported" warnings into
5797              severe warnings (as suggested by Audrey Tang)
5798      Branch: perl
5799            ! gv.c pod/perldiag.pod t/lib/warnings/gv
5800 ____________________________________________________________________________
5801 [ 31588] By: rgs                                   on 2007/07/11  17:36:40
5802         Log: Subject: [PATCH] dump.c: do not use sv_len_utf8 because it modified the scalar
5803              From: Gerard Goossen <gerard@tty.nl>
5804              Date: Wed, 11 Jul 2007 19:19:11 +0200
5805              Message-ID: <20070711171911.GD8177@ostwald>
5806              
5807              do not use sv_len_utf8 because it modified the scalar.
5808              Add a test to Peek.t to check that dumping doesn't modify anything;
5809              the test is still TODO because hashiteration in dump.c set the OOK flag.
5810      Branch: perl
5811            ! dump.c ext/Devel/Peek/t/Peek.t
5812 ____________________________________________________________________________
5813 [ 31587] By: rgs                                   on 2007/07/11  12:02:11
5814         Log: Subject: [PATCH blead] Re: [perl #43545] 'no warnings' effects $@.
5815              From: Rick Delaney <rick@bort.ca>
5816              Date: Sat, 7 Jul 2007 23:06:11 -0400
5817              Message-ID: <20070708030611.GJ436@bort.ca>
5818      Branch: perl
5819            ! t/op/eval.t toke.c
5820 ____________________________________________________________________________
5821 [ 31586] By: steveh                                on 2007/07/11  09:00:49
5822         Log: Use Perl_croak() rather than DIE() in S_doeval() because "DIE()"
5823              becomes "return Perl_die()" and Perl_die() returns an OP*, which
5824              isn't appropriate to return from S_doeval.
5825      Branch: perl
5826            ! pp_ctl.c
5827 ____________________________________________________________________________
5828 [ 31585] By: rgs                                   on 2007/07/11  07:48:46
5829         Log: Less indirect object notation
5830      Branch: perl
5831            ! pod/perlfunc.pod
5832 ____________________________________________________________________________
5833 [ 31584] By: rgs                                   on 2007/07/11  07:40:17
5834         Log: Remove wrong equivalent to pop() (bug #43705)
5835      Branch: perl
5836            ! pod/perlfunc.pod
5837 ____________________________________________________________________________
5838 [ 31583] By: rgs                                   on 2007/07/11  07:35:27
5839         Log: Subject: Re: [PATCH] File-Path fix wrong skip count
5840              From: David Landgren <david@landgren.net>
5841              Date: Tue, 10 Jul 2007 22:48:53 +0200
5842              Message-ID: <4693F0B5.1030505@landgren.net>
5843      Branch: perl
5844            ! lib/File/Path.t
5845 ____________________________________________________________________________
5846 [ 31582] By: davem                                 on 2007/07/10  23:51:58
5847         Log: Fix assertion failure on failed magic eval - eg FETCH {eval'('}
5848              S_doeval()'s behaviour varies depending on whether the code
5849              compiles or not; on failure it pops the EVAL context block. This
5850              is bad because later on, S_docatch() assumes that the block is
5851              still there. Make docatch() return a boolean instead, indicating
5852              success. The value it formerly returned (the next op) can be deduced
5853              as PL_eval_start or PL_op->op_next on success/failure.
5854      Branch: perl
5855            ! embed.fnc pp_ctl.c proto.h t/op/eval.t
5856 ____________________________________________________________________________
5857 [ 31581] By: stevep                                on 2007/07/10  20:31:31
5858         Log: Add additional SUSV3 constants to Socket for use with setsockopt() 
5859              and getsockopt().
5860      Branch: perl
5861            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
5862 ____________________________________________________________________________
5863 [ 31580] By: rgs                                   on 2007/07/10  15:46:05
5864         Log: Subject: Re: Small addition to perlcheat.pod
5865              From: "Spiros Denaxas" <spiros@lokku.com>
5866              Date: Mon, 9 Jul 2007 17:14:43 +0100
5867              Message-ID: <bba689ec0707090914vc018f1cj2a45add2d7630c8f@mail.gmail.com>
5868      Branch: perl
5869            ! pod/perlcheat.pod
5870 ____________________________________________________________________________
5871 [ 31579] By: rgs                                   on 2007/07/10  14:10:43
5872         Log: Fix Digest::SHA test boilerplate.
5873      Branch: perl
5874            ! ext/Digest/SHA/t/allfcns.t ext/Digest/SHA/t/base64.t
5875            ! ext/Digest/SHA/t/bitbuf.t ext/Digest/SHA/t/dumpload.t
5876            ! ext/Digest/SHA/t/fips198.t ext/Digest/SHA/t/gg.t
5877            ! ext/Digest/SHA/t/gglong.t ext/Digest/SHA/t/hmacsha.t
5878            ! ext/Digest/SHA/t/ireland.t ext/Digest/SHA/t/methods.t
5879            ! ext/Digest/SHA/t/nistbit.t ext/Digest/SHA/t/nistbyte.t
5880            ! ext/Digest/SHA/t/rfc2202.t ext/Digest/SHA/t/sha1.t
5881            ! ext/Digest/SHA/t/sha224.t ext/Digest/SHA/t/sha256.t
5882            ! ext/Digest/SHA/t/sha384.t ext/Digest/SHA/t/sha512.t
5883            ! ext/Digest/SHA/t/woodbury.t
5884 ____________________________________________________________________________
5885 [ 31578] By: rgs                                   on 2007/07/10  14:08:35
5886         Log: Upgrade to Digest::SHA 5.45.
5887      Branch: perl
5888            + ext/Digest/SHA/t/allfcns.t ext/Digest/SHA/t/base64.t
5889            + ext/Digest/SHA/t/bitbuf.t ext/Digest/SHA/t/dumpload.t
5890            + ext/Digest/SHA/t/fips198.t ext/Digest/SHA/t/gg.t
5891            + ext/Digest/SHA/t/gglong.t ext/Digest/SHA/t/hmacsha.t
5892            + ext/Digest/SHA/t/ireland.t ext/Digest/SHA/t/methods.t
5893            + ext/Digest/SHA/t/nistbit.t ext/Digest/SHA/t/nistbyte.t
5894            + ext/Digest/SHA/t/rfc2202.t ext/Digest/SHA/t/sha1.t
5895            + ext/Digest/SHA/t/sha224.t ext/Digest/SHA/t/sha256.t
5896            + ext/Digest/SHA/t/sha384.t ext/Digest/SHA/t/sha512.t
5897            + ext/Digest/SHA/t/woodbury.t
5898            - ext/Digest/SHA/t/1-exist.t ext/Digest/SHA/t/1-hello-world.t
5899            - ext/Digest/SHA/t/2-nist-sha-1.t
5900            - ext/Digest/SHA/t/2-nist-sha-224.t
5901            - ext/Digest/SHA/t/2-nist-sha-256.t
5902            - ext/Digest/SHA/t/2-nist-sha-384.t
5903            - ext/Digest/SHA/t/2-nist-sha-512.t
5904            - ext/Digest/SHA/t/2-nist-sha-base64.t
5905            - ext/Digest/SHA/t/2-nist-sha-oo.t
5906            - ext/Digest/SHA/t/2-nist-vectors-bit.t
5907            - ext/Digest/SHA/t/2-nist-vectors-byte.t
5908            - ext/Digest/SHA/t/3-gillogly-easy.t
5909            - ext/Digest/SHA/t/3-gillogly-hard.t
5910            - ext/Digest/SHA/t/4-bitstr-increasing.t
5911            - ext/Digest/SHA/t/4-bitstr-large.t
5912            - ext/Digest/SHA/t/4-bitstr-random.t
5913            - ext/Digest/SHA/t/5-hmac-fips198.t
5914            - ext/Digest/SHA/t/5-hmac-rfc2202.t
5915            - ext/Digest/SHA/t/5-hmac-sha-256.t
5916            - ext/Digest/SHA/t/5-hmac-woodbury.t
5917            - ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
5918            - ext/Digest/SHA/t/gillogly/state.011
5919            - ext/Digest/SHA/t/gillogly/state.110
5920            - ext/Digest/SHA/t/nist/COPYRIGHT
5921            - ext/Digest/SHA/t/nist/Readme.txt
5922            - ext/Digest/SHA/t/nist/bit-hashes.sha1
5923            - ext/Digest/SHA/t/nist/bit-messages.sha1
5924            - ext/Digest/SHA/t/nist/byte-hashes.sha1
5925            - ext/Digest/SHA/t/nist/byte-messages.sha1
5926            - ext/Digest/SHA/t/state/state.1
5927            - ext/Digest/SHA/t/state/state.256
5928            - ext/Digest/SHA/t/state/state.384
5929            - ext/Digest/SHA/t/state/state.512
5930            ! MANIFEST ext/Digest/SHA/Changes ext/Digest/SHA/README
5931            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/SHA.xs
5932            ! ext/Digest/SHA/bin/shasum ext/Digest/SHA/src/hmac.c
5933            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/hmacxtra.c
5934            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
5935 ____________________________________________________________________________
5936 [ 31577] By: stevep                                on 2007/07/10  13:18:20
5937         Log: How this got I got ext/Digest/MD5/t/files.t wrong for EBCDIC, I
5938              do not know.
5939      Branch: perl
5940            ! ext/Digest/MD5/t/files.t
5941 ____________________________________________________________________________
5942 [ 31576] By: rgs                                   on 2007/07/10  06:17:50
5943         Log: Modernize opendir() syntax
5944      Branch: perl
5945            ! pod/perlsub.pod
5946 ____________________________________________________________________________
5947 [ 31575] By: rgs                                   on 2007/07/10  06:16:43
5948         Log: Mention the two ways of overriding built-ins.
5949              Link to perlsub. Fix typos and indentation.
5950      Branch: perl
5951            ! lib/CORE.pod
5952 ____________________________________________________________________________
5953 [ 31574] By: stevep                                on 2007/07/09  18:25:29
5954         Log: Subject: [PATCH] CORE.pod
5955              From: Tels <nospam-abuse@bloodgate.com>
5956              Date: Mon, 9 Jul 2007 17:28:43 +0200
5957              Message-Id: <200707091728.43634@bloodgate.com>
5958      Branch: perl
5959            + lib/CORE.pod
5960            ! MANIFEST
5961 ____________________________________________________________________________
5962 [ 31573] By: merijn                                on 2007/07/09  14:21:00
5963         Log: PERL_PATCHNUM is dead. Long live SMOKEs!
5964              Started by Steve Hay <steve.hay@uk.radan.com>
5965              Subject: [PATCH] Re: patch level of blead/maintperl
5966              Date: Mon, 09 Jul 2007 13:10:11 +0100
5967              Message-ID: <469225A3.5010909@uk.radan.com>
5968      Branch: perl
5969            ! Configure
5970 ____________________________________________________________________________
5971 [ 31571] By: steveh                                on 2007/07/09  13:21:48
5972         Log: Update references to Win32's Platform SDK installation location.
5973              
5974              Different versions install into different default locations, as
5975              pointed out here:
5976              
5977              Subject: Building 5.9.5 with Win2k, MSVC8FREE
5978              From: Marvin Humphrey <marvin@rectangular.com>
5979              Date: Sun, 8 Jul 2007 08:27:44 -0700
5980              Message-Id: <1D149669-931C-4458-B073-789D25623D2D@rectangular.com>
5981      Branch: perl
5982            ! README.win32
5983 ____________________________________________________________________________
5984 [ 31570] By: steveh                                on 2007/07/09  13:15:05
5985         Log: Don't install static library files of statically linked extensions
5986              when using a shared perl library. The files are not needed, and this
5987              fixes a problem building PAR-Packer on Win32 with a debug build of
5988              perl. (If Win32CORE.lib gets installed then PAR-Packer wants to link
5989              against it and its PDB file, vc60.pdb, but the latter is not installed.)
5990              Also skip installing a few other unnecessary files.
5991              
5992              Subject: Re: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32
5993              From: Steve Hay <steve.hay@uk.radan.com>
5994              Date: Fri, 06 Jul 2007 12:20:06 +0100
5995              Message-ID: <468E2566.8090504@uk.radan.com>
5996      Branch: perl
5997            ! installperl
5998 ____________________________________________________________________________
5999 [ 31569] By: steveh                                on 2007/07/09  11:43:09
6000         Log: Some Win32 Config fixes for patchlevel and perl_patchlevel:
6001              - Set $Config{patchlevel} to PERL_VERSION (it was previously blank
6002              because it was wrongly being set from PATCHLEVEL, which was blank)
6003              - Set $Config{perl_patchlevel} and $Config{PERL_PATCHLEVEL} to the
6004              value in the top-level ".patch" file if it exists (the former was
6005              previously not set, while the latter was previously wrongly set to
6006              PERL_VERSION)
6007      Branch: perl
6008            ! win32/config.bc win32/config.ce win32/config.gc
6009            ! win32/config.vc win32/config.vc64 win32/config_sh.PL
6010 ____________________________________________________________________________
6011 [ 31568] By: rgs                                   on 2007/07/09  08:20:32
6012         Log: Subject: [PATCH] cygwin path conversions, take 4
6013              From: "Reini Urban" <rurban@x-ray.at>
6014              Date: Sat, 7 Jul 2007 15:00:54 +0200
6015              Message-ID: <6910a60707070600xa8638eak3c3f20b20ccc093a@mail.gmail.com>
6016      Branch: perl
6017            ! README.cygwin cygwin/cygwin.c t/lib/cygwin.t
6018 ____________________________________________________________________________
6019 [ 31567] By: rgs                                   on 2007/07/09  08:00:17
6020         Log: Subject: [PATCH] Update Filter::Call::Util version
6021              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
6022              Date: Sat, 7 Jul 2007 20:24:21 +0100
6023              Message-ID: <007e01c7c0cc$6d07af30$6801a8c0@myopwv.com>
6024      Branch: perl
6025            ! ext/Filter/Util/Call/Call.pm
6026 ____________________________________________________________________________
6027 [ 31566] By: rgs                                   on 2007/07/07  16:49:44
6028         Log: More missing dual-life modules
6029      Branch: perl
6030            ! Porting/Maintainers.pl
6031 ____________________________________________________________________________
6032 [ 31565] By: rgs                                   on 2007/07/07  16:37:33
6033         Log: Add CPANPLUS::Dist to Maintainers.pl
6034      Branch: perl
6035            ! Porting/Maintainers.pl
6036 ____________________________________________________________________________
6037 [ 31564] By: rgs                                   on 2007/07/07  16:34:50
6038         Log: Reinstate "DEVEL" in patchlevel
6039      Branch: perl
6040            ! patchlevel.h
6041 ____________________________________________________________________________
6042 [ 31563] By: rgs                                   on 2007/07/07  11:01:31
6043         Log: Regenerate Changes.
6044      Branch: perl
6045            ! Changes
6046 ____________________________________________________________________________
6047 [ 31562] By: rgs                                   on 2007/07/07  10:59:10
6048         Log: Fix corelist.pl after the reorganisation of the
6049              Compress modules in ext/. Re-update Module::CoreList.
6050      Branch: perl
6051            ! Porting/corelist.pl lib/Module/CoreList.pm
6052 ____________________________________________________________________________
6053 [ 31561] By: rgs                                   on 2007/07/07  10:51:08
6054         Log: Update Module::CoreList, regenerate META.yml,
6055              mention Log::Message::* in perldelta and
6056              update perlhist with 5.9.5
6057      Branch: perl
6058            ! META.yml lib/Module/CoreList.pm pod/perl595delta.pod
6059            ! pod/perlhist.pod
6060 ____________________________________________________________________________
6061 [ 31560] By: rgs                                   on 2007/07/07  10:38:56
6062         Log: Regenerate table of contents
6063      Branch: perl
6064            ! pod/perltoc.pod
6065 ____________________________________________________________________________
6066 [ 31559] By: rgs                                   on 2007/07/07  10:19:07
6067         Log: FAQ sync
6068      Branch: perl
6069            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
6070            ! pod/perlfaq8.pod
6071 ____________________________________________________________________________
6072 [ 31558] By: rgs                                   on 2007/07/07  09:44:34
6073         Log: Subject: [PATCH] Update CPANPLUS to 0.81_01
6074              From: "Jos I. Boumans" <kane@dwim.org>
6075              Date: Sat, 7 Jul 2007 11:39:12 +0200
6076              Message-Id: <87949855-9BDE-4823-9C28-BD639844CA41@dwim.org>
6077      Branch: perl
6078            ! lib/CPANPLUS.pm lib/CPANPLUS/Config.pm
6079            ! lib/CPANPLUS/Configure/Setup.pm lib/CPANPLUS/Internals.pm
6080            ! lib/CPANPLUS/Selfupdate.pm lib/CPANPLUS/Shell/Default.pm
6081            ! lib/CPANPLUS/bin/cpan2dist
6082            ! lib/CPANPLUS/t/02_CPANPLUS-Internals.t
6083            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
6084            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
6085            ! r-0.01.tar.gz.packed
6086            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
6087            ! tar.gz.packed
6088            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
6089            ! tar.gz.packed
6090            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
6091            ! r.gz.packed
6092            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
6093            ! tar.gz.packed
6094            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
6095            ! r.gz.packed
6096            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
6097            ! cked
6098            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
6099 ____________________________________________________________________________
6100 [ 31557] By: rgs                                   on 2007/07/07  09:32:30
6101         Log: Desactive the "DEVEL" local patch tag for release.
6102      Branch: perl
6103            ! patchlevel.h
6104 ____________________________________________________________________________
6105 [ 31556] By: rgs                                   on 2007/07/07  09:03:41
6106         Log: Mention that pseudo-hashes are no longer supported
6107      Branch: perl
6108            ! pod/perl595delta.pod
6109 ____________________________________________________________________________
6110 [ 31555] By: rgs                                   on 2007/07/07  08:22:46
6111         Log: Update Changes
6112      Branch: perl
6113            ! Changes
6114 ____________________________________________________________________________
6115 [ 31554] By: rgs                                   on 2007/07/07  08:07:58
6116         Log: Subject: [PATCH] MAD: disable constant subs when PL_madskills
6117              From: Gerard Goossen <gerard@tty.nl>
6118              Date: Wed, 27 Jun 2007 13:04:00 +0200
6119              Message-ID: <20070627110400.GC11336@ostwald>
6120      Branch: perl
6121            ! mad/t/p55.t op.c toke.c
6122 ____________________________________________________________________________
6123 [ 31553] By: rgs                                   on 2007/07/07  08:05:24
6124         Log: Subject: [PATCH] p55: add 'declarator' to listop. Fixes 'pipe my ($r, $w)'
6125              From: Gerard Goossen <gerard@tty.nl>
6126              Date: Wed, 27 Jun 2007 11:58:28 +0200
6127              Message-ID: <20070627095828.GB11336@ostwald>
6128      Branch: perl
6129            ! mad/Nomad.pm mad/t/p55.t
6130 ____________________________________________________________________________
6131 [ 31552] By: rgs                                   on 2007/07/07  08:03:49
6132         Log: Subject: [PATCH] p55: correctly translate things like s//$#foo/ge
6133              From: Gerard Goossen <gerard@tty.nl>
6134              Date: Tue, 26 Jun 2007 20:33:50 +0200
6135              Message-ID: <20070626183350.GA11336@ostwald>
6136      Branch: perl
6137            ! mad/Nomad.pm mad/P5AST.pm mad/t/p55.t
6138 ____________________________________________________________________________
6139 [ 31551] By: rgs                                   on 2007/07/07  07:46:58
6140         Log: Subject: Re: [PATCH] Final Draft - pod/perlcommunity.pod - (was [PATCH] Draft - pod/perlcommunity.pod - Patches welcome)
6141              From: "Edgar Bering" <trizor@gmail.com>
6142              Date: Wed, 4 Jul 2007 11:51:53 +0200
6143              Message-ID: <e54ba1c30707040251o6814c0e4r64929702dc3b0eb7@mail.gmail.com>
6144      Branch: perl
6145            + pod/perlcommunity.pod
6146            ! MANIFEST pod.lst pod/perl.pod pod/perlmodlib.pod
6147            ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
6148 ____________________________________________________________________________
6149 [ 31550] By: rgs                                   on 2007/07/07  07:29:08
6150         Log: Add a note in perldelta about undefining *ISA
6151      Branch: perl
6152            ! pod/perl595delta.pod
6153 ____________________________________________________________________________
6154 [ 31549] By: rgs                                   on 2007/07/07  07:12:01
6155         Log: Subject: [patch]  add verbose mode to -DU debugging option
6156              From: Jim Cromie <jim.cromie@gmail.com>
6157              Date: Thu, 05 Jul 2007 10:17:24 -0600
6158              Message-ID: <468D1994.1090909@gmail.com>
6159      Branch: perl
6160            ! perl.h pod/perlrun.pod
6161 ____________________________________________________________________________
6162 [ 31548] By: rgs                                   on 2007/07/07  07:02:21
6163         Log: Make Perl_find_runcv a member of the public API
6164              (so Sub::Current works on Windows)
6165      Branch: perl
6166            ! embed.fnc embed.h global.sym pod/perlapi.pod
6167            ! pod/perlintern.pod
6168 ____________________________________________________________________________
6169 [ 31547] By: rgs                                   on 2007/07/07  06:56:48
6170         Log: Remove 5.10.0 section from perltodo
6171      Branch: perl
6172            ! pod/perltodo.pod
6173 ____________________________________________________________________________
6174 [ 31546] By: rgs                                   on 2007/07/07  06:52:39
6175         Log: Subject: [PATCH] Fix commented out function names in proto.h
6176              From: "Jan Dubois" <jand@activestate.com>
6177              Date: Fri, 6 Jul 2007 17:59:38 -0700
6178              Message-ID: <058b01c7c032$18a6a260$49f3e720$@com>
6179      Branch: perl
6180            ! embed.h embed.pl proto.h
6181 ____________________________________________________________________________
6182 [ 31545] By: rgs                                   on 2007/07/07  05:05:50
6183         Log: base.pm is belong to me
6184      Branch: perl
6185            ! Porting/Maintainers.pl
6186 ____________________________________________________________________________
6187 [ 31544] By: craigb                                on 2007/07/06  20:39:46
6188         Log: Fix the case of $Config{perl_patchlevel} on VMS.
6189      Branch: perl
6190            ! configure.com
6191 ____________________________________________________________________________
6192 [ 31543] By: steveh                                on 2007/07/06  16:24:07
6193         Log: Subject: Re: Beyond 5.10
6194              From: Abigail <abigail@abigail.be>
6195              Date: Thu, 5 Jul 2007 21:55:20 +0200
6196              Message-ID: <20070705195520.GB1314@abigail.nl>
6197              
6198              Cleans up Porting/checkAUTHORS.pl and adds missing alias mappings
6199              to it, and adds missing entries to AUTHORS.
6200      Branch: perl
6201            ! AUTHORS Porting/checkAUTHORS.pl
6202 ____________________________________________________________________________
6203 [ 31542] By: rgs                                   on 2007/07/06  16:00:57
6204         Log: Add test preambles
6205      Branch: perl
6206            ! lib/base/t/base.t lib/base/t/fields-base.t lib/base/t/fields.t
6207            ! lib/base/t/warnings.t
6208 ____________________________________________________________________________
6209 [ 31541] By: rgs                                   on 2007/07/06  15:52:40
6210         Log: Make this new test be skipped with 5.8.x
6211      Branch: perl
6212            ! lib/base/t/fields-base.t
6213 ____________________________________________________________________________
6214 [ 31540] By: rgs                                   on 2007/07/06  13:58:58
6215         Log: Upgrade to base and fields 2.12, mostly by Michael G Schwern
6216      Branch: perl
6217            + lib/base/Changes lib/base/t/sigdie.t lib/base/t/version.t
6218            + lib/base/t/warnings.t t/lib/Dummy.pm t/lib/HasSigDie.pm
6219            ! MANIFEST lib/base.pm lib/base/t/base.t
6220            ! lib/base/t/fields-base.t lib/base/t/fields.t lib/fields.pm
6221 ____________________________________________________________________________
6222 [ 31539] By: steveh                                on 2007/07/06  11:08:37
6223         Log: Add Borland linker option to not generate .map files
6224              (They are not generated by default by VC++ or MinGW, and there
6225              doesn't seem to be any need for them.)
6226      Branch: perl
6227            ! win32/makefile.mk
6228 ____________________________________________________________________________
6229 [ 31538] By: rgs                                   on 2007/07/06  08:09:12
6230         Log: Subject: [PATCH] Archive::Extract - small pod update
6231              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
6232              Date: Thu, 5 Jul 2007 16:01:02 +0100
6233              Message-ID: <00ee01c7bf15$57bdbf60$3a3c140a@myopwv.com>
6234      Branch: perl
6235            ! lib/Archive/Extract.pm
6236 ____________________________________________________________________________
6237 [ 31537] By: davem                                 on 2007/07/04  23:09:02
6238         Log: clarify what text 'warn' appends to a newline-less string
6239      Branch: perl
6240            ! pod/perlfunc.pod
6241 ____________________________________________________________________________
6242 [ 31536] By: davem                                 on 2007/07/04  22:39:08
6243         Log: really fix S_emulate_eaccess compiler warning (#31418 didn't)
6244      Branch: perl
6245            ! embed.fnc
6246 ____________________________________________________________________________
6247 [ 31535] By: craigb                                on 2007/07/04  16:27:16
6248         Log: New File::Path tests require unix syntax on VMS.
6249      Branch: perl
6250            ! lib/File/Path.t
6251 ____________________________________________________________________________
6252 [ 31534] By: craigb                                on 2007/07/04  16:07:33
6253         Log: VMS syntax nit in new MakeMaker test.
6254      Branch: perl
6255            ! lib/ExtUtils/t/cd.t
6256 ____________________________________________________________________________
6257 [ 31533] By: craigb                                on 2007/07/04  15:35:56
6258         Log: Replace C<shrplib='define'> with C<useshrplib='true'> on VMS.
6259      Branch: perl
6260            ! configure.com
6261 ____________________________________________________________________________
6262 [ 31532] By: craigb                                on 2007/07/04  15:18:06
6263         Log: Remove vms/genconfig.pl and references to it; it was made obsolete way back
6264              in change #1084.  Remove references to vms/config.vms, which was removed in
6265              change #1084.
6266      Branch: perl
6267            - vms/genconfig.pl
6268            ! MANIFEST README.vms configure.com vms/myconfig.com
6269 ____________________________________________________________________________
6270 [ 31531] By: rgs                                   on 2007/07/04  14:13:55
6271         Log: Adapt perlivp to the ext/ reorganisation for Compress modules
6272      Branch: perl
6273            ! utils/perlivp.PL
6274 ____________________________________________________________________________
6275 [ 31530] By: rgs                                   on 2007/07/04  13:38:42
6276         Log: Subject: [perl #3589] [BUG#3589 bleadperl] 
6277              From: "Reini Urban via RT" <perlbug-followup@perl.org>
6278              Date: Mon, 02 Jul 2007 14:59:08 -0700
6279              Message-ID: <rt-3.6.HEAD-20473-1183413546-187.3589-15-0@perl.org>
6280      Branch: perl
6281            ! t/op/re_tests
6282 ____________________________________________________________________________
6283 [ 31529] By: rgs                                   on 2007/07/04  13:32:06
6284         Log: Subject: RE: [PATCH] lib/Net/Ping/t/500_ping_icmp.t requires admin
6285              From: "Jan Dubois" <jand@activestate.com>
6286              Date: Mon, 2 Jul 2007 14:21:06 -0700
6287              Message-ID: <007901c7bcee$e7b5d400$b7217c00$@com>
6288      Branch: perl
6289            ! lib/Net/Ping/t/500_ping_icmp.t
6290 ____________________________________________________________________________
6291 [ 31528] By: rgs                                   on 2007/07/04  08:20:47
6292         Log: Don't require to have at least DB_File or *DBM_File
6293      Branch: perl
6294            ! t/lib/commonsense.t
6295 ____________________________________________________________________________
6296 [ 31527] By: rgs                                   on 2007/07/04  08:11:36
6297         Log: regexp flags =~ s/k/p/
6298      Branch: perl
6299            ! pod/perlre.pod
6300 ____________________________________________________________________________
6301 [ 31526] By: steveh                                on 2007/07/03  16:13:58
6302         Log: Correct a couple more cases of $Config{useshrplib}
6303      Branch: perl
6304            ! hints/uts.sh lib/ExtUtils/MM_Unix.pm vms/genconfig.pl
6305 ____________________________________________________________________________
6306 [ 31525] By: rgs                                   on 2007/07/03  14:34:05
6307         Log: More tests for \g errors in regular expressions
6308      Branch: perl
6309            ! t/op/re_tests
6310 ____________________________________________________________________________
6311 [ 31524] By: rgs                                   on 2007/07/03  14:26:13
6312         Log: Forbid \g0. (tests coming later)
6313      Branch: perl
6314            ! pod/perldiag.pod regcomp.c
6315 ____________________________________________________________________________
6316 [ 31523] By: steveh                                on 2007/07/03  14:16:23
6317         Log: $Config{useshrplib} should be 'true' rather than 'yes' when using
6318              a shared perl library
6319      Branch: perl
6320            ! NetWare/config.wc win32/config.bc win32/config.ce
6321            ! win32/config.gc win32/config.vc win32/config.vc64
6322 ____________________________________________________________________________
6323 [ 31522] By: stevep                                on 2007/07/03  13:51:08
6324         Log: Upgrade to ExtUtils-MakeMaker-6.36
6325      Branch: perl
6326            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/prereq.t
6327 ____________________________________________________________________________
6328 [ 31521] By: stevep                                on 2007/07/02  18:23:50
6329         Log: Include file missed from change #31519.
6330      Branch: perl
6331            ! lib/ExtUtils/MakeMaker.pm
6332 ____________________________________________________________________________
6333 [ 31520] By: stevep                                on 2007/07/02  16:52:30
6334         Log: Subject: [PATCH] compression modules update to version 2.005
6335              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
6336              Date: Sun, 1 Jul 2007 00:50:01 +0100
6337              Message-ID: <000c01c7bb71$6189ae20$6601a8c0@myopwv.com>
6338      Branch: perl
6339            + ext/IO_Compress_Zlib/t/110encode-deflate.t
6340            + ext/IO_Compress_Zlib/t/110encode-gzip.t
6341            + ext/IO_Compress_Zlib/t/110encode-rawdeflate.t
6342            + ext/IO_Compress_Zlib/t/110encode-zip.t
6343            + t/lib/compress/encode.pl
6344            ! MANIFEST ext/Compress/Raw/Zlib/Changes
6345            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
6346            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
6347            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
6348            ! ext/Compress/Zlib/README
6349            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
6350            ! ext/Compress/Zlib/t/08encoding.t ext/IO_Compress_Base/Changes
6351            ! ext/IO_Compress_Base/README
6352            ! ext/IO_Compress_Base/lib/IO/Compress/Base.pm
6353            ! ext/IO_Compress_Base/lib/IO/Compress/Base/Common.pm
6354            ! ext/IO_Compress_Base/lib/IO/Uncompress/AnyUncompress.pm
6355            ! ext/IO_Compress_Base/lib/IO/Uncompress/Base.pm
6356            ! ext/IO_Compress_Zlib/Changes ext/IO_Compress_Zlib/Makefile.PL
6357            ! ext/IO_Compress_Zlib/README
6358            ! ext/IO_Compress_Zlib/examples/unzip
6359            ! ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Deflate.pm
6360            ! ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Identity.pm
6361            ! ext/IO_Compress_Zlib/lib/IO/Compress/Deflate.pm
6362            ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip.pm
6363            ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip/Constants.pm
6364            ! ext/IO_Compress_Zlib/lib/IO/Compress/RawDeflate.pm
6365            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zip.pm
6366            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zip/Constants.pm
6367            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Constants.pm
6368            ! ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Extra.pm
6369            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Identity.pm
6370            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
6371            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/AnyInflate.pm
6372            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Gunzip.pm
6373            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Inflate.pm
6374            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/RawInflate.pm
6375            ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Unzip.pm
6376            ! ext/IO_Compress_Zlib/t/004gziphdr.t
6377            ! ext/IO_Compress_Zlib/t/005defhdr.t t/lib/compress/generic.pl
6378            ! t/lib/compress/oneshot.pl t/lib/compress/tied.pl
6379 ____________________________________________________________________________
6380 [ 31519] By: stevep                                on 2007/07/02  15:39:52
6381         Log: Upgrade to ExtUtils-MakeMaker-6.35
6382      Branch: perl
6383            + lib/ExtUtils/t/WriteEmptyMakefile.t lib/ExtUtils/t/cd.t
6384            + lib/ExtUtils/t/fixin.t lib/ExtUtils/t/prereq.t
6385            ! MANIFEST lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Unix.pm
6386            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
6387            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/t/basic.t
6388            ! lib/ExtUtils/t/parse_version.t lib/ExtUtils/t/recurs.t
6389            ! lib/ExtUtils/t/writemakefile_args.t
6390            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
6391            ! t/lib/MakeMaker/Test/Utils.pm
6392 ____________________________________________________________________________
6393 [ 31518] By: rgs                                   on 2007/07/02  13:35:06
6394         Log: Subject: [PATCH] Add add-package.pl to the core (was Re: Why no (XML|DBI|WWW|Template) modules in the core?)
6395              From: "Jos I. Boumans" <kane@dwim.org>
6396              Date: Mon, 2 Jul 2007 15:20:37 +0200
6397              Message-Id: <A819F8C7-19C9-4ECE-8CF5-80FAAF54F890@dwim.org>
6398      Branch: perl
6399            + Porting/add-package.pl
6400            ! MANIFEST
6401 ____________________________________________________________________________
6402 [ 31517] By: rgs                                   on 2007/07/02  13:28:50
6403         Log: Subject: [PATCH-revised] Address 250_ping_hires.t failure
6404              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6405              Date: Sun, 1 Jul 2007 15:23:37 -0400
6406              Message-ID: <1ff86f510707011223u7557fc53m9df980815479892a@mail.gmail.com>
6407      Branch: perl
6408            ! lib/Net/Ping/t/250_ping_hires.t
6409 ____________________________________________________________________________
6410 [ 31516] By: rgs                                   on 2007/07/02  13:17:26
6411         Log: Subject: [PATCH] Fixes to threads tests
6412              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6413              Date: Sun, 1 Jul 2007 15:03:41 -0400
6414              Message-ID: <1ff86f510707011203qc90c31he6f6b86d08d34e39@mail.gmail.com>
6415      Branch: perl
6416            ! ext/threads/Changes ext/threads/t/stack.t
6417            ! ext/threads/t/stack_env.t ext/threads/t/stress_cv.t
6418            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
6419 ____________________________________________________________________________
6420 [ 31515] By: steveh                                on 2007/07/02  12:25:46
6421         Log: Apply win32/Makefile changes from #31102 and #31506 to win32/makefile.mk
6422      Branch: perl
6423            ! win32/makefile.mk
6424 ____________________________________________________________________________
6425 [ 31514] By: nicholas                              on 2007/07/01  14:45:47
6426         Log: Restore a comment from 30501 unintentionally deleted with change 31513.
6427      Branch: perl
6428            ! mro.c
6429 ____________________________________________________________________________
6430 [ 31513] By: nicholas                              on 2007/07/01  14:23:45
6431         Log: Avoid copying the AV in Perl_mro_get_linear_isa_dfs()
6432      Branch: perl
6433            ! mro.c
6434 ____________________________________________________________________________
6435 [ 31512] By: nicholas                              on 2007/07/01  12:33:39
6436         Log: Add some information to the comments describing SV flag bits.
6437      Branch: perl
6438            ! sv.h
6439 ____________________________________________________________________________
6440 [ 31511] By: davem                                 on 2007/07/01  12:30:50
6441         Log: test that localised tieing of a hash or array remains local
6442              (tests for change #31505)
6443      Branch: perl
6444            ! t/op/tie.t
6445 ____________________________________________________________________________
6446 [ 31510] By: demerphq                              on 2007/07/01  12:03:35
6447         Log: char is not a good type to use for array indexes;
6448              should have been U8 in the first place. 
6449              
6450              Originally noticed by Jerry Hedden in 
6451              Subject: [PATCH] Compiler warning in regcomp.c
6452              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6453              Date: Sat, 30 Jun 2007 16:34:06 -0400
6454              Message-ID: <1ff86f510706301334t337903a0k46abc6d2d25c68a5@mail.gmail.com>
6455      Branch: perl
6456            ! regcomp.c
6457 ____________________________________________________________________________
6458 [ 31509] By: demerphq                              on 2007/06/30  16:44:16
6459         Log: Subject: FYI: Math::BigInt v1.87 released [PATCH]
6460              From: Tels <nospam-abuse@bloodgate.com>
6461              Date: Sat, 30 Jun 2007 13:14:05 +0200
6462              Message-Id: <200706301314.07075@bloodgate.com>
6463      Branch: perl
6464            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6465 ____________________________________________________________________________
6466 [ 31508] By: demerphq                              on 2007/06/30  16:19:33
6467         Log: Subject: [PATCH pp_hot.c]  Comment typo fix
6468              From: Abigail <abigail@abigail.be>
6469              Date: Fri, 29 Jun 2007 22:49:35 +0200
6470              Message-ID: <20070629204935.GA13919@abigail.nl>
6471      Branch: perl
6472            ! pp_hot.c
6473 ____________________________________________________________________________
6474 [ 31507] By: demerphq                              on 2007/06/30  15:48:55
6475         Log: Subject: [PATCH regcomp.c] regclass on EBCDIC platforms
6476              From: Benjamin Carter <q.eibcartereio.=~m-b.{6}-cgimosx@gumdrop.flyinganvil.org>
6477              Date: Fri, 29 Jun 2007 23:42:59 -0500
6478              Message-ID: <20070630044259.GB22566@egg>
6479      Branch: perl
6480            ! regcomp.c
6481 ____________________________________________________________________________
6482 [ 31506] By: demerphq                              on 2007/06/30  15:37:41
6483         Log: Subject: /p vs (?p)
6484              From: Abigail <abigail@abigail.be>
6485              Date: Fri, 29 Jun 2007 23:38:07 +0200
6486              Message-ID: <20070629213807.GA14454@abigail.nl>
6487              
6488              Subject: [PATCH pod/perlre.pod] Keeping up with the changes.
6489              From: Abigail <abigail@abigail.be>
6490              Date: Sat, 30 Jun 2007 01:24:36 +0200
6491              Message-ID: <20070629232436.GA15326@abigail.nl>
6492              
6493              Plus tweaks, and debug enahancements.
6494      Branch: perl
6495            ! embed.fnc embed.h ext/re/re.pm globvar.sym pod/perlre.pod
6496            ! proto.h regcomp.c regcomp.h regcomp.pl regexp.h regnodes.h
6497            ! t/op/reg_pmod.t win32/Makefile
6498 ____________________________________________________________________________
6499 [ 31505] By: rgs                                   on 2007/06/29  16:28:34
6500         Log: Removes the code that is supposed to restore magic on leaving the
6501              localization of an array or a hash. This fixes some memory leaks.
6502              Basically we were overwriting the magic of the outer value (value
6503              from the outer scope) by the magic of the inner value (therefore making
6504              that outer magic leaking in memory). But that inner magic was created
6505              by mg_localize() by copying *some* of the outer magic. Consequently the
6506              outer value already has that magic. So just keep it and don't bother.
6507              
6508              That change might introduce obscure bugs. On the other hand, it might
6509              also cure obscure bugs, related to the inner value acquiring container
6510              magic during its lifetime, or to the outer value loosing non-container
6511              magic. No test in the test suite seems to test that.
6512      Branch: perl
6513            ! scope.c
6514 ____________________________________________________________________________
6515 [ 31504] By: stevep                                on 2007/06/29  16:10:13
6516         Log: Subject: [PATCH] Fix up change 31494
6517              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6518              Date: Fri, 29 Jun 2007 12:02:17 -0400
6519              Message-ID: <1ff86f510706290902k57b540a5n446fad22c1afdab0@mail.gmail.com>
6520      Branch: perl
6521            ! t/op/goto.t
6522 ____________________________________________________________________________
6523 [ 31503] By: rgs                                   on 2007/06/29  09:09:39
6524         Log: Update Changes
6525      Branch: perl
6526            ! Changes
6527 ____________________________________________________________________________
6528 [ 31502] By: rgs                                   on 2007/06/29  09:00:32
6529         Log: Revert change #31489.
6530              That change was adding a hook to cope with the case when one was
6531              undef'ining *ISA globs, in order to clean up correctly. However, this
6532              broke the case where one was assiging an array ref to @ISA, which
6533              is likely to be more common.
6534              Conclusion: don't undef *ISA. (or more generally don't undef globs
6535              that contain magical variables)
6536      Branch: perl
6537            ! embed.fnc embed.h hv.c mg.c mro.c perl.h proto.h sv.c
6538            ! t/mro/basic.t
6539 ____________________________________________________________________________
6540 [ 31501] By: rgs                                   on 2007/06/29  08:29:09
6541         Log: Subject: Re: valgrind findings
6542              From: "Brandon Black" <blblack@gmail.com>
6543              Date: Thu, 28 Jun 2007 15:58:32 -0500
6544              Message-ID: <84621a60706281358o3b379b20k2c1e53566587d79b@mail.gmail.com>
6545      Branch: perl
6546            ! mro.c
6547 ____________________________________________________________________________
6548 [ 31500] By: rgs                                   on 2007/06/29  07:58:19
6549         Log: Being tired of adjusting the test count of concise-xs.t
6550              all the time. Use no_plan instead.
6551      Branch: perl
6552            ! ext/B/t/concise-xs.t
6553 ____________________________________________________________________________
6554 [ 31499] By: rgs                                   on 2007/06/29  06:28:07
6555         Log: Small pod fix
6556      Branch: perl
6557            ! pod/perlreapi.pod
6558 ____________________________________________________________________________
6559 [ 31498] By: demerphq                              on 2007/06/29  00:05:57
6560         Log: fix overzealous search and replace
6561      Branch: perl
6562            ! regexp.h
6563 ____________________________________________________________________________
6564 [ 31497] By: demerphq                              on 2007/06/28  23:14:39
6565         Log: Rename various regex defined so that they have distinct prefixes based on their usage.
6566              
6567              RXf_ => flags used in pm_flags argument to regcomp 
6568              and stored in the regex via rx->extflags
6569              PREGf_ => flags stored in rx->intflags
6570              RXapif_ => argument flags for regex named capture api
6571              RX_BUFF_IDX_ => special indexes to represent $` $' $&
6572              used in the numeric capture buffer api
6573              
6574              PREGf is untouched by this change, but RXf_ is split into RXapif and RX_BUFF_IDX_.
6575      Branch: perl
6576            ! mg.c perl.h pod/perlreapi.pod regcomp.c regexp.h universal.c
6577 ____________________________________________________________________________
6578 [ 31496] By: demerphq                              on 2007/06/28  22:14:14
6579         Log: Replace pattern parsing logic with optree "parsing" logic.
6580      Branch: perl
6581            ! regcomp.c
6582 ____________________________________________________________________________
6583 [ 31495] By: demerphq                              on 2007/06/28  22:09:07
6584         Log: Subject: [PATCH] Move the RXf_WHITE logic for split " " into the regex engine
6585              From: "Ævar Arnfjörð Bjarmason" 
6586              Date: Thu, 28 Jun 2007 20:06:50 +0000
6587              <avarab@gmail.com>
6588              Message-ID: <51dd1af80706281306i4dbba39em3eeb8da1d67ea27c@mail.gmail.com>
6589              
6590              (with tweaks)
6591      Branch: perl
6592            ! ext/B/t/concise-xs.t op.c op.h pod/perlreapi.pod regcomp.c
6593            ! regexp.h
6594 ____________________________________________________________________________
6595 [ 31494] By: stevep                                on 2007/06/28  20:33:32
6596         Log: Add a TODO test cases RT# 43403.
6597      Branch: perl
6598            ! t/op/goto.t
6599 ____________________________________________________________________________
6600 [ 31493] By: rgs                                   on 2007/06/28  15:05:42
6601         Log: Fix tests so they actually test $@. like() demands a qr//.
6602      Branch: perl
6603            ! t/op/vec.t
6604 ____________________________________________________________________________
6605 [ 31492] By: rgs                                   on 2007/06/28  10:55:04
6606         Log: New valgrind suppressions.
6607      Branch: perl
6608            ! t/perl.supp
6609 ____________________________________________________________________________
6610 [ 31491] By: steveh                                on 2007/06/28  10:46:39
6611         Log: Re-enable the setlocale() tests for Windows XP onwards
6612              since they seem to work OK. Not sure about older flavours
6613              of Windows, so leave them alone.
6614      Branch: perl
6615            ! lib/locale.t
6616 ____________________________________________________________________________
6617 [ 31490] By: steveh                                on 2007/06/28  10:11:15
6618         Log: Subject: RE: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32
6619              From: "Jan Dubois" <jand@activestate.com>
6620              Date: Wed, 27 Jun 2007 15:34:12 -0700
6621              Message-ID: <02bd01c7b90b$49863720$dc92a560$@com>
6622              
6623              Rearranges the initialization of Win32CORE. The Perl interpreter isn't
6624              fully initialized when Perl_init_os_extras() in win32/win32.c is called,
6625              so it is not safe to use the Perl calling mechanism yet. Fixes a problem
6626              building PAR-Packer on Win32.
6627      Branch: perl
6628            ! cygwin/cygwin.c ext/Win32CORE/Win32CORE.c
6629            ! ext/Win32CORE/Win32CORE.pm makedef.pl win32/win32.c
6630 ____________________________________________________________________________
6631 [ 31489] By: rgs                                   on 2007/06/28  06:32:01
6632         Log: Subject: Re: [perl #43357] *DESTROY = sub {} at runtime
6633              From: "Brandon Black" <blblack@gmail.com>
6634              Date: Wed, 27 Jun 2007 10:07:54 -0500
6635              Message-ID: <84621a60706270807r7af65546x8d959b131ffa28e6@mail.gmail.com>
6636      Branch: perl
6637            ! embed.fnc embed.h hv.c mg.c mro.c perl.h proto.h sv.c
6638            ! t/mro/basic.t
6639 ____________________________________________________________________________
6640 [ 31488] By: rgs                                   on 2007/06/28  06:17:04
6641         Log: Subject: [PATCH-revised] Move tests under 'threads' module
6642              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6643              Date: Wed, 27 Jun 2007 14:15:16 -0400
6644              Message-ID: <1ff86f510706271115n6c816334nbde6774792743a54@mail.gmail.com>
6645      Branch: perl
6646            ! ext/threads/t/thread.t t/op/threads.t
6647 ____________________________________________________________________________
6648 [ 31487] By: rgs                                   on 2007/06/28  06:13:31
6649         Log: Subject: Re: [PATCH-revised] ext/Win32/t/Unicode.t failures on FAT32 under Cygwin
6650              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6651              Date: Wed, 27 Jun 2007 20:46:39 -0400
6652              Message-ID: <1ff86f510706271746r62f921f4s3770df0b92cdf201@mail.gmail.com>
6653      Branch: perl
6654            ! ext/Win32/t/Unicode.t
6655 ____________________________________________________________________________
6656 [ 31486] By: rgs                                   on 2007/06/28  06:10:45
6657         Log: Subject: Math::BigFloat - fix bpi() and A [PATCH]
6658              From: Tels <nospam-abuse@bloodgate.com>
6659              Date: Wed, 27 Jun 2007 18:34:14 +0200
6660              Message-Id: <200706271834.14904@bloodgate.com>
6661      Branch: perl
6662            + lib/Math/BigInt/t/big_pi_e.t
6663            ! MANIFEST lib/Math/BigFloat.pm
6664 ____________________________________________________________________________
6665 [ 31485] By: rgs                                   on 2007/06/28  06:03:32
6666         Log: Subject: Re: Broken bignum tests [PATCH]
6667              From: Tels <nospam-abuse@bloodgate.com>
6668              Date: Wed, 27 Jun 2007 19:15:45 +0200
6669              Message-Id: <200706271915.46068@bloodgate.com>
6670      Branch: perl
6671            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/big_e_pi.t
6672            ! lib/bignum/t/bii_e_pi.t lib/bignum/t/bir_e_pi.t lib/bigrat.pm
6673 ____________________________________________________________________________
6674 [ 31484] By: rgs                                   on 2007/06/28  05:42:49
6675         Log: Subject: [PATCH] bring File-Path up to 2.01
6676              From: David Landgren <david@landgren.net>
6677              Date: Wed, 27 Jun 2007 21:46:39 +0200
6678              Message-ID: <4682BE9F.6080502@landgren.net>
6679      Branch: perl
6680            ! lib/File/Path.pm lib/File/Path.t
6681 ____________________________________________________________________________
6682 [ 31483] By: demerphq                              on 2007/06/28  00:01:54
6683         Log: Free memory in case of error/failure to compile.
6684              
6685              Hopefully valgrind will notice and like. :-)
6686      Branch: perl
6687            ! regcomp.c
6688 ____________________________________________________________________________
6689 [ 31482] By: steveh                                on 2007/06/27  17:08:01
6690         Log: Fix POSIX::setlocale(): the CRT function returns a pointer to a
6691              buffer that may be overwritten by subsequent calls to the CRT
6692              function, so we must make a safe copy of that buffer for our own
6693              use. This fixes lib/locale.t on Win32 with the Borland compiler,
6694              but presumably could affect other compilers too.
6695      Branch: perl
6696            ! ext/POSIX/POSIX.xs
6697 ____________________________________________________________________________
6698 [ 31481] By: rgs                                   on 2007/06/27  16:40:10
6699         Log: Revert change #31480. The PI and e functions can accept an argument.
6700      Branch: perl
6701            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
6702 ____________________________________________________________________________
6703 [ 31480] By: rgs                                   on 2007/06/27  13:02:02
6704         Log: Add an empty prototype to functions PI and e
6705      Branch: perl
6706            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
6707 ____________________________________________________________________________
6708 [ 31479] By: rgs                                   on 2007/06/27  12:57:52
6709         Log: Subject: Re: RFC: bigint et. al exporting PI method? [PATCH]
6710              From: Tels <nospam-abuse@bloodgate.com>
6711              Date: Tue, 26 Jun 2007 20:56:45 +0200
6712              Message-Id: <200706262056.47311@bloodgate.com>
6713      Branch: perl
6714            + lib/bignum/t/big_e_pi.t lib/bignum/t/bii_e_pi.t
6715            + lib/bignum/t/bir_e_pi.t
6716            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bigrat.pm
6717 ____________________________________________________________________________
6718 [ 31478] By: rgs                                   on 2007/06/27  12:51:22
6719         Log: Subject: Math::BigInt take 12 [PATCH]
6720              From: Tels <nospam-abuse@bloodgate.com>
6721              Date: Tue, 26 Jun 2007 21:00:53 +0200
6722              Message-Id: <200706262100.54138@bloodgate.com>
6723      Branch: perl
6724            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6725            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
6726            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
6727            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
6728            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
6729            ! lib/Math/BigInt/t/with_sub.t
6730 ____________________________________________________________________________
6731 [ 31477] By: rgs                                   on 2007/06/27  09:59:11
6732         Log: Subject: [PATCH-revised] threads 1.63
6733              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6734              Date: Tue, 26 Jun 2007 21:17:52 -0400
6735              Message-ID: <1ff86f510706261817o52ad2e23kbd4efb16b5bed98b@mail.gmail.com>
6736      Branch: perl
6737            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
6738            ! ext/threads/t/thread.t ext/threads/threads.pm
6739 ____________________________________________________________________________
6740 [ 31476] By: rgs                                   on 2007/06/27  08:53:02
6741         Log: Subject: [PATCH] B::Deparse cleanups
6742              From: Chia-liang Kao <clkao@bestpractical.com>
6743              Date: Wed, 27 Jun 2007 00:06:56 +0100
6744              Message-Id: <1182899216.22414.32.camel@localhost>
6745      Branch: perl
6746            ! ext/B/B/Deparse.pm ext/B/t/concise-xs.t ext/B/t/deparse.t
6747 ____________________________________________________________________________
6748 [ 31475] By: davem                                 on 2007/06/26  21:25:15
6749         Log: avoid double-free of the thread function
6750      Branch: perl
6751            ! ext/threads/threads.xs t/op/threads.t
6752 ____________________________________________________________________________
6753 [ 31474] By: davem                                 on 2007/06/26  21:07:02
6754         Log: make sure PL_Parser is NULL during early stage of thread clone
6755      Branch: perl
6756            ! sv.c
6757 ____________________________________________________________________________
6758 [ 31473] By: rgs                                   on 2007/06/26  16:12:27
6759         Log: Second patch from:
6760              Subject: Re: [perl #43357] *DESTROY = sub {} at runtime
6761              From: "Brandon Black" <blblack@gmail.com>
6762              Date: Tue, 26 Jun 2007 11:05:31 -0500
6763              Message-ID: <84621a60706260905x2da6eaf1x4bd7d5223951e52@mail.gmail.com>
6764              
6765              Fix MRO behaviour when one undefs @ISA
6766      Branch: perl
6767            ! av.c t/mro/basic.t
6768 ____________________________________________________________________________
6769 [ 31472] By: rgs                                   on 2007/06/26  16:10:11
6770         Log: First patch from:
6771              Subject: Re: [perl #43357] *DESTROY = sub {} at runtime
6772              From: "Brandon Black" <blblack@gmail.com>
6773              Date: Tue, 26 Jun 2007 11:05:31 -0500
6774              Message-ID: <84621a60706260905x2da6eaf1x4bd7d5223951e52@mail.gmail.com>
6775              
6776              Fix problem recently introduced with loosing a DESTROY when redefined
6777              at runtime.
6778      Branch: perl
6779            ! gv.c t/mro/basic.t
6780 ____________________________________________________________________________
6781 [ 31471] By: rgs                                   on 2007/06/26  15:48:51
6782         Log: Subject: [PATCH] Add TODO tests for refcount issues related to threads
6783              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6784              Date: Tue, 26 Jun 2007 11:26:25 -0400
6785              Message-ID: <1ff86f510706260826h79124373y51d899e53c96b50e@mail.gmail.com>
6786      Branch: perl
6787            ! t/op/threads.t
6788 ____________________________________________________________________________
6789 [ 31470] By: steveh                                on 2007/06/26  09:10:24
6790         Log: Upgrade to Win32-0.30
6791      Branch: perl
6792            + ext/Win32/t/GetShortPathName.t
6793            ! MANIFEST ext/Win32/Makefile.PL ext/Win32/Win32.pm
6794            ! ext/Win32/Win32.xs ext/Win32/t/Unicode.t
6795 ____________________________________________________________________________
6796 [ 31469] By: steveh                                on 2007/06/26  07:38:05
6797         Log: Subject: [PATCH] Remove dead code from win32/win32sck.c
6798              From: "Jan Dubois" <jand@activestate.com>
6799              Date: Mon, 25 Jun 2007 17:13:04 -0700
6800              Message-ID: <02bb01c7b786$c42099c0$4c61cd40$@com>
6801              
6802              Subject: RE: [PATCH] Remove dead code from win32/win32sck.c
6803              From: "Jan Dubois" <jand@activestate.com>
6804              Date: Mon, 25 Jun 2007 17:26:15 -0700
6805              Message-ID: <02c801c7b788$9bf7ebe0$d3e7c3a0$@com>
6806      Branch: perl
6807            ! win32/win32sck.c win32/wincesck.c
6808 ____________________________________________________________________________
6809 [ 31468] By: steveh                                on 2007/06/26  07:31:13
6810         Log: Subject: [PATCH] Win32 is dual-lived on CPAN
6811              From: "Jan Dubois" <jand@activestate.com>
6812              Date: Mon, 25 Jun 2007 17:02:24 -0700
6813              Message-ID: <02a501c7b785$4774f890$d65ee9b0$@com>
6814      Branch: perl
6815            ! Porting/Maintainers.pl
6816 ____________________________________________________________________________
6817 [ 31467] By: rgs                                   on 2007/06/26  07:22:36
6818         Log: Subject: [PATCH] Porting/corecpan.pl -f option doesn't work
6819              From: "Jan Dubois" <jand@activestate.com>
6820              Date: Mon, 25 Jun 2007 16:55:01 -0700
6821              Message-ID: <02a101c7b784$3f79c720$be6d5560$@com>
6822      Branch: perl
6823            ! Porting/corecpan.pl
6824 ____________________________________________________________________________
6825 [ 31466] By: steveh                                on 2007/06/25  15:10:34
6826         Log: Revert #30197 and #30219, which #31464 has just made redundant
6827      Branch: perl
6828            ! win32/Makefile win32/makefile.mk
6829 ____________________________________________________________________________
6830 [ 31465] By: rgs                                   on 2007/06/25  14:26:37
6831         Log: Subject: [PATCH] Accept file exists error in ext/Win32API/File/t/file.t
6832              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6833              Date: Mon, 25 Jun 2007 10:23:15 -0400
6834              Message-ID: <1ff86f510706250723r4d6c5f5dg203b3f61cdeaa14d@mail.gmail.com>
6835      Branch: perl
6836            ! ext/Win32API/File/t/file.t
6837 ____________________________________________________________________________
6838 [ 31464] By: rgs                                   on 2007/06/25  14:20:04
6839         Log: Rename README and Changes for more readability
6840      Branch: perl
6841           +> lib/Net/Changes lib/Net/README
6842            - lib/Net/Changes.libnet lib/Net/README.libnet
6843            ! MANIFEST Porting/Maintainers.pl
6844 ____________________________________________________________________________
6845 [ 31463] By: rgs                                   on 2007/06/25  14:16:28
6846         Log: Upgrade to libnet 1.21
6847      Branch: perl
6848            + lib/Net/Hostname.pm.eg
6849            - lib/Net/Hostname.eg
6850            ! MANIFEST lib/Net/Changes.libnet lib/Net/Cmd.pm
6851            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
6852            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
6853            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
6854            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
6855            ! lib/Net/libnetFAQ.pod
6856 ____________________________________________________________________________
6857 [ 31462] By: rgs                                   on 2007/06/25  12:10:10
6858         Log: Apply doc suggestion from:
6859              Subject: [perl #43287] perluniintro inaccurate answer to testing encoding validity 
6860              From: Danny Rathjens (via RT) <perlbug-followup@perl.org>
6861              Date: Thu, 21 Jun 2007 17:35:26 -0700
6862              Message-ID: <rt-3.6.HEAD-1276-1182472526-1129.43287-75-0@perl.org>
6863      Branch: perl
6864            ! pod/perluniintro.pod
6865 ____________________________________________________________________________
6866 [ 31461] By: rgs                                   on 2007/06/25  11:41:35
6867         Log: Subject: [PATCH] remove op_static
6868              From: Paul Johnson <paul@pjcj.net>
6869              Date: Fri, 22 Jun 2007 02:13:20 +0200
6870              Message-ID: <20070622001320.GD20560@pjcj.net>
6871              
6872              Plus version bumps
6873      Branch: perl
6874            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm op.c
6875            ! op.h
6876 ____________________________________________________________________________
6877 [ 31460] By: rgs                                   on 2007/06/25  10:23:47
6878         Log: That test too should be skipped in the core on EBCDIC platforms
6879              (because it requires Convert::EBCDIC)
6880      Branch: perl
6881            ! lib/Net/t/datasend.t
6882 ____________________________________________________________________________
6883 [ 31459] By: rgs                                   on 2007/06/25  09:45:21
6884         Log: Subject: [Caffeine-Patch] Math::BigInt 1.87 take 11 (add batan2, fix batan, speedup bpi()
6885              From: Tels <nospam-abuse@bloodgate.com>
6886              Date: Sat, 23 Jun 2007 15:30:49 +0200
6887              Message-Id: <200706231530.49865@bloodgate.com>
6888      Branch: perl
6889            - lib/Math/BigInt/t/fallback.t
6890            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
6891            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc
6892            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/sub_mbf.t
6893            ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigInt/BareCalc.pm
6894 ____________________________________________________________________________
6895 [ 31458] By: rgs                                   on 2007/06/25  09:08:53
6896         Log: Remove now-irrelevant comment
6897      Branch: perl
6898            ! ext/Win32API/File/t/file.t
6899 ____________________________________________________________________________
6900 [ 31457] By: rgs                                   on 2007/06/25  09:08:04
6901         Log: Subject: [perl #43285] Win32API::File tests language specific 
6902              From: "Reini Urban via RT" <perlbug-followup@perl.org>
6903              Date: Sat, 23 Jun 2007 11:15:07 -0700
6904              Message-ID: <rt-3.6.HEAD-1276-1182622506-790.43285-15-0@perl.org>
6905      Branch: perl
6906            ! ext/Win32API/File/t/file.t
6907 ____________________________________________________________________________
6908 [ 31456] By: rgs                                   on 2007/06/25  09:02:18
6909         Log: PerlFAQ sync.
6910      Branch: perl
6911            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq4.pod
6912            ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfaq8.pod
6913 ____________________________________________________________________________
6914 [ 31455] By: nicholas                              on 2007/06/24  15:46:40
6915         Log: s/\bunicode\b/Unicode/; # For everything not dual life
6916      Branch: perl
6917            ! dump.c ext/Data/Dumper/Dumper.pm pod/perlapi.pod
6918            ! pod/perldiag.pod pod/perlhack.pod pod/perlpacktut.pod
6919            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod regcomp.c
6920            ! regcomp.h regexec.c utf8.c vms/vms.c
6921 ____________________________________________________________________________
6922 [ 31454] By: nicholas                              on 2007/06/24  13:32:42
6923         Log: Also get copy on write working with ithreads. It hadn't been working
6924              since change 26684 (which uses sv_setsv_flags to copy a value from an
6925              SV in one interpreter context to an SV in another), despite what
6926              change 31120 thought. ext/Compress/Raw/Zlib/t/07bufsize.t still fails.
6927      Branch: perl
6928            ! sv.c sv.h
6929 ____________________________________________________________________________
6930 [ 31453] By: demerphq                              on 2007/06/23  19:53:53
6931         Log: Rename test files starting with regexp_ that do not
6932              wrap regexp.t (and thus use re_tests) to reg_ to make
6933              it clear they are standalone.
6934      Branch: perl
6935           +> t/op/reg_email.t t/op/reg_mesg.t t/op/reg_namedcapture.t
6936           +> t/op/reg_nc_tie.t t/op/reg_pmod.t
6937            - t/op/regexp_email.t t/op/regexp_namedcapture.t
6938            - t/op/regexp_nc_tie.t t/op/regexp_pmod.t t/op/regmesg.t
6939            ! MANIFEST
6940 ____________________________________________________________________________
6941 [ 31451] By: demerphq                              on 2007/06/23  19:04:04
6942         Log: Resolve 
6943              http://www.nntp.perl.org/group/perl.perl5.porters/2007/06/msg125667.html
6944              by reverting part of change #29354. 
6945              
6946              Unfortunately match vars after a /g match in scalar context will be
6947              unsafe (again) after this, but such matches on long strings won't be
6948              as diabolically slow.
6949              
6950              Question: why does the new test in t/op/pat.t pass, but the same test
6951              in t/op/reg_unsafe.t fail? (Latter is TODO for now)
6952      Branch: perl
6953            + t/op/reg_unsafe.t
6954            ! MANIFEST pp_hot.c t/op/pat.t
6955 ____________________________________________________________________________
6956 [ 31450] By: rgs                                   on 2007/06/23  10:14:43
6957         Log: Tels' patch to defer overloading of hex and oct,
6958              to avoid magic leaking and smoke failures under
6959              utf-8 locales
6960      Branch: perl
6961            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm lib/charnames.pm
6962            ! lib/utf8.pm lib/utf8_heavy.pl
6963 ____________________________________________________________________________
6964 [ 31449] By: rgs                                   on 2007/06/23  09:19:03
6965         Log: Subject: [PATCH] Math::BigInt v1.87 take 10
6966              From: Tels <nospam-abuse@bloodgate.com>
6967              Date: Fri, 22 Jun 2007 19:02:22 +0200
6968              Message-Id: <200706221902.22487@bloodgate.com>
6969      Branch: perl
6970            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6971            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc
6972            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/fallback.t
6973            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
6974 ____________________________________________________________________________
6975 [ 31448] By: davem                                 on 2007/06/23  00:08:44
6976         Log: remove the test added by change #31447
6977              (I couldn't get a test that worked, and accidentally included my
6978              failed attempt in the patch).
6979      Branch: perl
6980            ! t/op/closure.t
6981 ____________________________________________________________________________
6982 [ 31447] By: davem                                 on 2007/06/22  23:46:36
6983         Log: safely handle cloning a stale lexical var
6984              This code:
6985              my $x if ...; sub { $x}
6986              could attempt to clone $x even if $x is stale.
6987      Branch: perl
6988            ! pad.c t/op/closure.t
6989 ____________________________________________________________________________
6990 [ 31446] By: rgs                                   on 2007/06/22  15:17:23
6991         Log: Subject: [PATCH] Remove orphaned (and unused) Test::Simple test
6992              From: "Jerry D. Hedden" <jdhedden@cpan.org>
6993              Date: Thu, 21 Jun 2007 14:28:12 -0400
6994              Message-ID: <1ff86f510706211128h58cd5e98s49ec897bbdcce2a2@mail.gmail.com>
6995      Branch: perl
6996            - lib/Test/Simple/t/strays.t
6997            ! MANIFEST
6998 ____________________________________________________________________________
6999 [ 31445] By: merijn                                on 2007/06/22  14:55:47
7000         Log: Subject: [perl #43291] perl-5.8.8 - AIX 5.3 64bit build issues 
7001              From: Niklas Edmundsson (via RT) <perlbug-followup@perl.org>
7002              Date: Fri, 22 Jun 2007 00:30:36 -0700
7003              Message-ID: <rt-3.6.HEAD-1276-1182497436-1446.43291-75-0@perl.org>
7004      Branch: perl
7005            ! hints/aix.sh
7006 ____________________________________________________________________________
7007 [ 31444] By: merijn                                on 2007/06/22  10:21:12
7008         Log: Subject: [PATCH] perlopentut
7009              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
7010              Date: Fri, 22 Jun 2007 10:30:50 +0200
7011              Message-ID: <3852726AFA94DE4F87E616F13F416A5FB66C78@naimucu1.ffz00k.rootdom.net>
7012      Branch: perl
7013            ! pod/perlopentut.pod
7014 ____________________________________________________________________________
7015 [ 31443] By: demerphq                              on 2007/06/21  22:57:20
7016         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.
7017      Branch: perl
7018            ! AUTHORS
7019 ____________________________________________________________________________
7020 [ 31442] By: demerphq                              on 2007/06/21  22:23:20
7021         Log: Correct my email address. (My very first commit!)
7022      Branch: perl
7023            ! AUTHORS
7024 ____________________________________________________________________________
7025 [ 31441] By: rgs                                   on 2007/06/21  14:54:32
7026         Log: Subject: [PATCH] Remove unused Module::Build tests
7027              From: "Jerry D. Hedden" <jdhedden@cpan.org>
7028              Date: Thu, 21 Jun 2007 10:24:01 -0400
7029              Message-ID: <1ff86f510706210724v5ccd24d0md024fd5a941ee769@mail.gmail.com>
7030      Branch: perl
7031            - lib/Module/Build/t/par.t lib/Module/Build/t/signature.t
7032            ! MANIFEST
7033 ____________________________________________________________________________
7034 [ 31440] By: rgs                                   on 2007/06/21  08:34:35
7035         Log: Subject: [PATCH] File::Spec::Cygwin more tests and silence warning
7036              From: Reini Urban <rurban@x-ray.at>
7037              Date: Wed, 20 Jun 2007 21:10:05 +0200
7038              Message-ID: <46797B8D.8040002@x-ray.at>
7039      Branch: perl
7040            ! lib/File/Spec/Cygwin.pm lib/File/Spec/t/Spec.t
7041 ____________________________________________________________________________
7042 [ 31439] By: rgs                                   on 2007/06/21  08:28:13
7043         Log: Subject: [perl #43265] cygwin/Makefile.SHs: miniperl -Ilib for a clean @INC 
7044              From: cygwin@cygwin.com (via RT) <perlbug-followup@perl.org>
7045              Date: Wed, 20 Jun 2007 09:39:31 -0700
7046              Message-ID: <rt-3.6.HEAD-1276-1182357570-46.43265-75-0@perl.org>
7047      Branch: perl
7048            ! cygwin/Makefile.SHs
7049 ____________________________________________________________________________
7050 [ 31438] By: rgs                                   on 2007/06/21  08:26:18
7051         Log: Subject: [PATCH] cloexec.t works under Cygwin
7052              From: "Jerry D. Hedden" <jdhedden@cpan.org>
7053              Date: Wed, 20 Jun 2007 09:39:20 -0400
7054              Message-ID: <1ff86f510706200639t13f58ecbi286015713765c403@mail.gmail.com>
7055      Branch: perl
7056            ! t/run/cloexec.t
7057 ____________________________________________________________________________
7058 [ 31437] By: rgs                                   on 2007/06/21  08:24:26
7059         Log: Subject: [PATCH] Remove Archive::Test POD check
7060              From: "Jerry D. Hedden" <jdhedden@cpan.org>
7061              Date: Wed, 20 Jun 2007 09:43:27 -0400
7062              Message-ID: <1ff86f510706200643s50cb5028ted455f52497f6af5@mail.gmail.com>
7063      Branch: perl
7064            - lib/Archive/Tar/t/99_pod.t
7065            ! MANIFEST
7066 ____________________________________________________________________________
7067 [ 31436] By: rgs                                   on 2007/06/21  08:18:54
7068         Log: Subject: [perl #40103] File::Spec->case_tolerant() should return true on Cygwin 
7069              From: "Reini Urban via RT" <perlbug-followup@perl.org>
7070              Date: Wed, 20 Jun 2007 11:50:21 -0700
7071              Message-ID: <rt-3.6.HEAD-1276-1182365420-145.40103-15-0@perl.org>
7072      Branch: perl
7073            ! lib/File/Spec/Cygwin.pm lib/File/Spec/t/Spec.t
7074 ____________________________________________________________________________
7075 [ 31435] By: rgs                                   on 2007/06/21  08:15:24
7076         Log: Subject: [perl #43273] Enable lib/User/*.t on cygwin 
7077              From: Reini Urban (via RT) <perlbug-followup@perl.org>
7078              Date: Wed, 20 Jun 2007 16:22:48 -0700
7079              Message-ID: <rt-3.6.HEAD-1276-1182381767-470.43273-75-0@perl.org>
7080      Branch: perl
7081            ! lib/User/grent.t lib/User/pwent.t
7082 ____________________________________________________________________________
7083 [ 31434] By: rgs                                   on 2007/06/21  08:13:37
7084         Log: Subject: [PATH] AUTHORS rurban
7085              From: Reini Urban <rurban@x-ray.at>
7086              Date: Wed, 20 Jun 2007 23:35:03 +0200
7087              Message-ID: <46799D87.50906@x-ray.at>
7088      Branch: perl
7089            ! AUTHORS
7090 ____________________________________________________________________________
7091 [ 31433] By: rgs                                   on 2007/06/21  08:12:09
7092         Log: Subject: [PATCH] pod/perlhack.pod where to go for information about smoke testing
7093              From: "Gabor Szabo" <szabgab@gmail.com>
7094              Date: Thu, 21 Jun 2007 08:19:33 +0300
7095              Message-ID: <d8a74af10706202219n4f4659eenef064752bd0a6954@mail.gmail.com>
7096      Branch: perl
7097            ! pod/perlhack.pod
7098 ____________________________________________________________________________
7099 [ 31432] By: craigb                                on 2007/06/21  03:24:02
7100         Log: Skip a test that causes list assignment to %ENV errors on VMS.
7101      Branch: perl
7102            ! lib/File/Spec/t/tmpdir.t
7103 ____________________________________________________________________________
7104 [ 31431] By: craigb                                on 2007/06/21  03:15:59
7105         Log: Make File::Spec::VMS->splitdir stop returning an empty first directory
7106              when passed a relative path.  Also, don't split on escaped directory 
7107              delimiters.
7108      Branch: perl
7109            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
7110 ____________________________________________________________________________
7111 [ 31430] By: steveh                                on 2007/06/20  16:26:01
7112         Log: Silence "signed/unsigned mismatch" warning from VC++ when building
7113              with -DPERL_DEBUGGING_MSTATS
7114      Branch: perl
7115            ! ext/Devel/Peek/Peek.xs
7116 ____________________________________________________________________________
7117 [ 31429] By: steveh                                on 2007/06/20  16:07:06
7118         Log: Stop the VC++ warning "'HUF_func_2mode' undefined; assuming extern
7119              returning int" by shuffling the functions around so that that
7120              function is defined before it is called (since there are no forward
7121              declarations of functions in this file)
7122      Branch: perl
7123            ! ext/Hash/Util/FieldHash/FieldHash.xs
7124 ____________________________________________________________________________
7125 [ 31428] By: steveh                                on 2007/06/20  16:03:10
7126         Log: Change #31426 should also be applied to the PERL_IMPLICIT_SYS
7127              version of ioctl()
7128      Branch: perl
7129            ! win32/perlhost.h
7130 ____________________________________________________________________________
7131 [ 31427] By: rgs                                   on 2007/06/20  14:36:19
7132         Log: Change #31426 should also be applied to the windows CE version
7133      Branch: perl
7134            ! win32/wincesck.c
7135 ____________________________________________________________________________
7136 [ 31426] By: rgs                                   on 2007/06/20  13:30:14
7137         Log: Subject: Re: Net::SMTP can't send large messages with bleadperl
7138              From: demerphq <demerphq@gmail.com>
7139              Date: Wed, 20 Jun 2007 15:22:31 +0200
7140              Message-ID: <9b18b3110706200622o344c417apbd50468c6e5eb533@mail.gmail.com>
7141      Branch: perl
7142            ! win32/win32sck.c
7143 ____________________________________________________________________________
7144 [ 31425] By: rgs                                   on 2007/06/20  07:45:43
7145         Log: A first stab at making perlreref.pod up to date
7146      Branch: perl
7147            ! pod/perlreref.pod
7148 ____________________________________________________________________________
7149 [ 31424] By: rgs                                   on 2007/06/20  07:41:15
7150         Log: Fix docs for \u ; plus a POD formatting nit
7151      Branch: perl
7152            ! pod/perlrebackslash.pod
7153 ____________________________________________________________________________
7154 [ 31423] By: nicholas                              on 2007/06/19  20:38:36
7155         Log: Subject: Re: Net::SMTP can't send large messages with bleadperl
7156              Message-ID: <9b18b3110706180943y22c0eaa7yf34565d87689dd9e@mail.gmail.com>
7157              From: demerphq <demerphq@gmail.com>
7158              Date: Mon, 18 Jun 2007 18:43:17 +0200
7159      Branch: perl
7160            ! ext/IO/lib/IO/Socket.pm
7161 ____________________________________________________________________________
7162 [ 31422] By: nicholas                              on 2007/06/19  18:32:59
7163         Log: Work on getting B compiling outside of the perl source tree.
7164      Branch: perl
7165            ! ext/B/Makefile.PL ext/B/defsubs_h.PL
7166 ____________________________________________________________________________
7167 [ 31421] By: craigb                                on 2007/06/19  12:29:32
7168         Log: Better handling of escapes in filenames when converting between VMS
7169              and Unix syntax.
7170      Branch: perl
7171            ! vms/vms.c
7172 ____________________________________________________________________________
7173 [ 31420] By: rgs                                   on 2007/06/19  12:13:20
7174         Log: Subject: [perl #43242] "use base" breaks code containing peculiarly named constant 
7175              From: Martin Becker (via RT) <perlbug-followup@perl.org>
7176              Date: Mon, 18 Jun 2007 09:48:54 -0700
7177              Message-ID: <rt-3.6.HEAD-7948-1182185333-640.43242-75-0@perl.org>
7178              
7179              plus a test case
7180      Branch: perl
7181            ! lib/base.pm lib/base/t/base.t
7182 ____________________________________________________________________________
7183 [ 31419] By: rgs                                   on 2007/06/19  09:43:21
7184         Log: Update list of files that need crlf line endings
7185      Branch: perl
7186            ! Porting/curliff.pl
7187 ____________________________________________________________________________
7188 [ 31418] By: davem                                 on 2007/06/18  22:48:25
7189         Log: fix S_emulate_eaccess compiler warning
7190      Branch: perl
7191            ! embed.fnc embed.h proto.h
7192 ____________________________________________________________________________
7193 [ 31417] By: davem                                 on 2007/06/18  15:10:32
7194         Log: 5.9.4 regexp capturing wrongly
7195              change #28398 accidently made the last branch of an alternation
7196              not restore the paren state after failure backtrack. Fix this by
7197              removing the last-branch-skips-pushing-a-state optimisation.
7198      Branch: perl
7199            ! regexec.c t/op/re_tests
7200 ____________________________________________________________________________
7201 [ 31416] By: rgs                                   on 2007/06/18  13:20:50
7202         Log: R stands for Report, not Reporting.
7203      Branch: perl
7204            ! META.yml Porting/makemeta
7205 ____________________________________________________________________________
7206 [ 31415] By: rgs                                   on 2007/06/18  13:19:23
7207         Log: Regenerate META.yml.
7208              Put MAD in Maintainers.pl.
7209      Branch: perl
7210            ! META.yml Porting/Maintainers.pl
7211 ____________________________________________________________________________
7212 [ 31414] By: rgs                                   on 2007/06/18  11:39:04
7213         Log: Regen pods
7214      Branch: perl
7215            ! pod/perlmodlib.pod pod/perltoc.pod
7216 ____________________________________________________________________________
7217 [ 31413] By: steveh                                on 2007/06/18  08:49:30
7218         Log: Subject: Re: Math::BigInt 1.87 problems? Re: FAIL DBI-1.56 i686-linux 2.4.27-3-686 [PATCH]
7219              From: Tels <nospam-abuse@bloodgate.com>
7220              Date: Fri, 15 Jun 2007 19:56:10 +0200
7221              Message-Id: <200706151956.11861@bloodgate.com>
7222      Branch: perl
7223            ! ext/Math/BigInt/FastCalc/FastCalc.xs
7224            ! ext/Math/BigInt/FastCalc/t/bigintfc.t
7225 ____________________________________________________________________________
7226 [ 31412] By: rgs                                   on 2007/06/18  08:27:59
7227         Log: Remove PERL_MAGIC_mutex
7228      Branch: perl
7229            ! dump.c perl.h pod/perlguts.pod
7230 ____________________________________________________________________________
7231 [ 31411] By: rgs                                   on 2007/06/18  07:53:05
7232         Log: Subject: [PATCH] perlreapi.pod documentation for flags & cleanup
7233              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
7234              Date: Sun, 17 Jun 2007 18:09:25 +0000
7235              Message-ID: <51dd1af80706171109r37c294c4h78a51083c3b851ba@mail.gmail.com>
7236      Branch: perl
7237            ! pod/perlreapi.pod
7238 ____________________________________________________________________________
7239 [ 31410] By: rgs                                   on 2007/06/18  07:48:56
7240         Log: Subject: [PATCH] POD Alignment for the magic table in perlapi.pod
7241              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
7242              Date: Sun, 17 Jun 2007 18:41:29 +0000
7243              Message-ID: <51dd1af80706171141w48cb717fr71ce7f214daebe36@mail.gmail.com>
7244      Branch: perl
7245            ! pod/perlguts.pod
7246 ____________________________________________________________________________
7247 [ 31409] By: rgs                                   on 2007/06/18  07:39:35
7248         Log: Subject: [PATCH] SvRX() and SvRXOK() macros
7249              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
7250              Date: Mon, 18 Jun 2007 03:33:34 +0000
7251              Message-ID: <51dd1af80706172033h1908aa0ge15698204e0b79ed@mail.gmail.com>
7252      Branch: perl
7253            ! embed.fnc ext/re/re.xs pod/perlapi.pod pod/perlreapi.pod
7254            ! proto.h regexp.h universal.c util.c
7255 ____________________________________________________________________________
7256 [ 31408] By: davem                                 on 2007/06/18  00:00:30
7257         Log: add test for, and update comments for, old defined($1) oddity.
7258              
7259              Some code in regexec.c had a comment to the effect that without
7260              this code, Dynaloader failed (this is back at 5.6.0). Replace the
7261              comments with something more specific, and add a test for it
7262              (basically without the code $1 is '' rather than undefined
7263              sometimes).
7264      Branch: perl
7265            ! regexec.c t/op/re_tests
7266 ____________________________________________________________________________
7267 [ 31407] By: rgs                                   on 2007/06/17  17:14:12
7268         Log: POD fixes in Hash::Util and Hash::Util::FieldHash
7269      Branch: perl
7270            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
7271            ! ext/Hash/Util/lib/Hash/Util.pm
7272 ____________________________________________________________________________
7273 [ 31406] By: rgs                                   on 2007/06/17  16:58:55
7274         Log: Subject: [patch] Hash::Util::FieldHash v1.01
7275              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
7276              Date: Sun, 17 Jun 2007 17:13:06 +0200
7277              Message-Id: <1750E68D-4F6E-48B9-A255-BCC0DA5C886E@mailbox.tu-berlin.de>
7278      Branch: perl
7279            ! ext/Hash/Util/FieldHash/Changes
7280            ! ext/Hash/Util/FieldHash/FieldHash.xs
7281            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
7282            ! ext/Hash/Util/FieldHash/t/02_function.t
7283            ! ext/Hash/Util/lib/Hash/Util.pm
7284 ____________________________________________________________________________
7285 [ 31404] By: rgs                                   on 2007/06/17  14:48:11
7286         Log: Patches to compile perl on Cray XT4 Catamount/Qk, by Jarkko
7287      Branch: perl
7288            + hints/catamount.sh
7289            ! Configure MANIFEST Makefile.SH doio.c ext/util/make_ext
7290            ! hints/linux.sh lib/ExtUtils/MM_Unix.pm perl.c perl.h pp_sys.c
7291            ! sv.c util.c
7292 ____________________________________________________________________________
7293 [ 31403] By: rgs                                   on 2007/06/17  13:28:00
7294         Log: Subject: bignum 0.22 take 4 (hex()/oct() overloading)
7295              From: Tels <nospam-abuse@bloodgate.com>
7296              Date: Sat, 16 Jun 2007 14:33:47 +0200
7297              Message-Id: <200706161433.47489@bloodgate.com>
7298      Branch: perl
7299            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
7300            ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
7301            ! lib/bignum/t/in_effect.t lib/bignum/t/scope_f.t
7302            ! lib/bignum/t/scope_i.t lib/bignum/t/scope_r.t lib/bigrat.pm
7303 ____________________________________________________________________________
7304 [ 31402] By: rgs                                   on 2007/06/17  12:54:12
7305         Log: Subject: [PATCH] EBCDIC fixes for gzip
7306              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
7307              Date: Sun, 17 Jun 2007 01:43:11 +0100
7308              Message-ID: <004001c7b078$7cc2e520$6701a8c0@myopwv.com>
7309      Branch: perl
7310            ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip/Constants.pm
7311            ! ext/IO_Compress_Zlib/t/004gziphdr.t
7312 ____________________________________________________________________________
7313 [ 31401] By: rgs                                   on 2007/06/17  12:51:30
7314         Log: Subject: [PATCH] CPANPLUS 0.80
7315              From: "Jos I. Boumans" <kane@dwim.org>
7316              Date: Sun, 17 Jun 2007 14:39:29 +0200
7317              Message-Id: <45B1EC67-D34B-404D-9801-449FAC1D75BA@dwim.org>
7318      Branch: perl
7319            ! MANIFEST lib/CPANPLUS.pm lib/CPANPLUS/Internals.pm
7320            ! lib/CPANPLUS/Shell/Default.pm
7321            ! lib/CPANPLUS/t/01_CPANPLUS-Configure.t
7322            ! lib/CPANPLUS/t/02_CPANPLUS-Internals.t
7323            ! lib/CPANPLUS/t/04_CPANPLUS-Module.t
7324            ! lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t
7325            ! lib/CPANPLUS/t/08_CPANPLUS-Backend.t
7326            ! lib/CPANPLUS/t/10_CPANPLUS-Error.t
7327            ! lib/CPANPLUS/t/19_CPANPLUS-Dist.t
7328            ! lib/CPANPLUS/t/20_CPANPLUS-Dist-MM.t
7329            ! lib/CPANPLUS/t/21_CPANPLUS-Dist-No-Build.t
7330            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
7331            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
7332            ! r-0.01.tar.gz.packed
7333            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
7334            ! tar.gz.packed
7335            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
7336            ! tar.gz.packed
7337            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
7338            ! r.gz.packed
7339            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
7340            ! tar.gz.packed
7341            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
7342            ! r.gz.packed
7343            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
7344            ! cked
7345            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
7346            ! lib/CPANPLUS/t/inc/conf.pl
7347 ____________________________________________________________________________
7348 [ 31400] By: rgs                                   on 2007/06/17  08:46:13
7349         Log: Subject: Math::BigInt take 9 (CORE::hex() vs. hex() in Calc.pm)
7350              From: Tels <nospam-abuse@bloodgate.com>
7351              Date: Sat, 16 Jun 2007 13:43:45 +0200
7352              Message-Id: <200706161343.47110@bloodgate.com>
7353      Branch: perl
7354            ! lib/Math/BigInt/Calc.pm
7355 ____________________________________________________________________________
7356 [ 31399] By: rgs                                   on 2007/06/17  08:10:59
7357         Log: Subject: [DOC PATCH] Pod nits in doc/perlpodspec.pod
7358              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
7359              Date: Sat, 16 Jun 2007 14:30:16 -0300
7360              Message-ID: <73ddeb6c0706161030nb489b0cx746daddc55b95987@mail.gmail.com>
7361      Branch: perl
7362            ! pod/perlpodspec.pod
7363 ____________________________________________________________________________
7364 [ 31398] By: rgs                                   on 2007/06/17  08:08:45
7365         Log: Subject: [PATCH] Test::Builder tickles Pod::Html parsing stupidity bug
7366              From: demerphq <demerphq@gmail.com>
7367              Date: Sat, 16 Jun 2007 18:47:22 +0200
7368              Message-ID: <9b18b3110706160947x5d3521b3kca1edf2d9ba65f37@mail.gmail.com>
7369      Branch: perl
7370            ! lib/Test/Builder.pm
7371 ____________________________________________________________________________
7372 [ 31397] By: rgs                                   on 2007/06/17  08:06:08
7373         Log: Subject: [DOC PATCH] MANIFEST: t/op/exec.t tests exec, system AND qx
7374              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
7375              Date: Sat, 16 Jun 2007 15:03:41 -0300
7376              Message-ID: <73ddeb6c0706161103oe4afe43i941223debc00543@mail.gmail.com>
7377      Branch: perl
7378            ! MANIFEST
7379 ____________________________________________________________________________
7380 [ 31396] By: rgs                                   on 2007/06/16  06:10:19
7381         Log: More portability nits by Jarkko
7382      Branch: perl
7383            ! ext/util/make_ext gv.h hv.c
7384 ____________________________________________________________________________
7385 [ 31395] By: merijn                                on 2007/06/16  05:56:15
7386         Log: Subject: [PATCH] Re: [perl #43216] Perl 5.8.8 does not compile on Solaris 8 with-Dusethreads
7387              From: Andy Dougherty <doughera@lafayette.edu>
7388              Date: Fri, 15 Jun 2007 12:05:36 -0400 (EDT)
7389              Message-ID: <Pine.LNX.4.64.0706151203200.14068@fractal.phys.lafayette.edu>
7390      Branch: perl
7391            ! Configure
7392 ____________________________________________________________________________
7393 [ 31393] By: craigb                                on 2007/06/15  21:21:25
7394         Log: Subject: [PATCH] Show warning bits on failure in t/op/caller.t
7395              From: "Jerry D. Hedden" <jdhedden@cpan.org>
7396              Date: Fri, 15 Jun 2007 16:05:36 -0400
7397              Message-ID: <1ff86f510706151305j1ce8c46eib165ee9fad10b538@mail.gmail.com>
7398      Branch: perl
7399            ! t/op/caller.t
7400 ____________________________________________________________________________
7401 [ 31392] By: rgs                                   on 2007/06/15  15:29:53
7402         Log: Subject: [PATCH] checkAUTHORS.pl once more
7403              From: "Jerry D. Hedden" <jdhedden@cpan.org>
7404              Date: Fri, 15 Jun 2007 10:54:28 -0400
7405              Message-ID: <1ff86f510706150754g59703eabs7072fb750e160a31@mail.gmail.com>
7406      Branch: perl
7407            ! Porting/checkAUTHORS.pl
7408 ____________________________________________________________________________
7409 [ 31391] By: rgs                                   on 2007/06/15  14:29:28
7410         Log: Subject: [PATCH] checkAUTHORS.pl again
7411              From: "Jerry D. Hedden" <jdhedden@cpan.org>
7412              Date: Fri, 15 Jun 2007 10:16:38 -0400
7413              Message-ID: <1ff86f510706150716r5aef08fw12c9ea5d401f5f9a@mail.gmail.com>
7414      Branch: perl
7415            ! Porting/checkAUTHORS.pl
7416 ____________________________________________________________________________
7417 [ 31390] By: rgs                                   on 2007/06/15  13:59:55
7418         Log: Subject: [PATCH] I have a name
7419              From: "Jerry D. Hedden" <jdhedden@cpan.org>
7420              Date: Fri, 15 Jun 2007 09:54:57 -0400
7421              Message-ID: <1ff86f510706150654t24817135t67803e81f444305b@mail.gmail.com>
7422      Branch: perl
7423            ! Porting/checkAUTHORS.pl
7424 ____________________________________________________________________________
7425 [ 31389] By: rgs                                   on 2007/06/15  13:52:34
7426         Log: Subject: [PATCH] Warning bit fixes to t/op/caller.t
7427              From: "Jerry D. Hedden" <jdhedden@cpan.org>
7428              Date: Fri, 15 Jun 2007 09:49:47 -0400
7429              Message-ID: <1ff86f510706150649l320d629cl8820bfbf938c9f4d@mail.gmail.com>
7430      Branch: perl
7431            ! t/op/caller.t
7432 ____________________________________________________________________________
7433 [ 31388] By: rgs                                   on 2007/06/15  11:17:50
7434         Log: Subject: [PATCH] miscellanea
7435              From: Jarkko Hietaniemi <jhi@iki.fi>
7436              Date: Thu, 14 Jun 2007 22:32:49 -0400
7437              Message-ID: <4671FA51.4070001@iki.fi>
7438      Branch: perl
7439            ! Makefile.SH embed.fnc hv.h op.c proto.h sv.c util.c
7440 ____________________________________________________________________________
7441 [ 31387] By: rgs                                   on 2007/06/15  09:52:07
7442         Log: Subject: [PATCH] Re: vsprintf
7443              From: Andy Dougherty <doughera@lafayette.edu>
7444              Date: Thu, 14 Jun 2007 13:12:57 -0400 (EDT)
7445              Message-ID: <Pine.LNX.4.64.0706141312510.31762@fractal.phys.lafayette.edu>
7446      Branch: perl
7447            ! util.c
7448 ____________________________________________________________________________
7449 [ 31386] By: rgs                                   on 2007/06/15  08:55:38
7450         Log: Forgot to regen warnings
7451      Branch: perl
7452            ! lib/warnings.pm warnings.h
7453 ____________________________________________________________________________
7454 [ 31385] By: craigb                                on 2007/06/15  03:19:46
7455         Log: Don't let the home-grown readdir() on VMS return results with
7456              ODS-5 escapes (i.e., report foo.tar.gz, not foo^.tar.gz).
7457      Branch: perl
7458            ! vms/vms.c
7459 ____________________________________________________________________________
7460 [ 31384] By: craigb                                on 2007/06/14  18:23:18
7461         Log: Fix missing PerlIO_releaseFILE in VMS::Stdio::getname().
7462      Branch: perl
7463            ! vms/ext/Stdio/Stdio.xs
7464 ____________________________________________________________________________
7465 [ 31383] By: rgs                                   on 2007/06/14  15:36:16
7466         Log: Update Changes.
7467              Mention the removal of -A and assertions.pm in perldelta.
7468      Branch: perl
7469            ! Changes pod/perl595delta.pod
7470 ____________________________________________________________________________
7471 [ 31382] By: rgs                                   on 2007/06/14  14:12:35
7472         Log: Upgrade to PathTools 3.25
7473      Branch: perl
7474            ! ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/Cwd.pm
7475            ! lib/File/Spec.pm lib/File/Spec/OS2.pm lib/File/Spec/t/tmpdir.t
7476 ____________________________________________________________________________
7477 [ 31381] By: rgs                                   on 2007/06/14  13:12:56
7478         Log: Upgrade to ExtUtils::CBuilder 0.19
7479      Branch: perl
7480            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
7481            ! lib/ExtUtils/CBuilder/Changes
7482            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
7483            ! lib/ExtUtils/CBuilder/Platform/os2.pm
7484 ____________________________________________________________________________
7485 [ 31380] By: rgs                                   on 2007/06/14  13:06:13
7486         Log: Sync Archive::Extract with CPAN
7487      Branch: perl
7488            ! lib/Archive/Extract.pm
7489 ____________________________________________________________________________
7490 [ 31379] By: rgs                                   on 2007/06/14  12:38:16
7491         Log: Subject: [PATCH] Less sed'ing in Cygwin Makefile.SHs
7492              From: "Jerry D. Hedden" <jdhedden@cpan.org>
7493              Date: Thu, 14 Jun 2007 08:13:29 -0400
7494              Message-ID: <1ff86f510706140513v5d3bb0e0l89dff31da83abfb9@mail.gmail.com>
7495      Branch: perl
7496            ! cygwin/Makefile.SHs
7497 ____________________________________________________________________________
7498 [ 31378] By: rgs                                   on 2007/06/14  12:27:41
7499         Log: assertions has been removed
7500      Branch: perl
7501            ! Porting/Maintainers.pl
7502 ____________________________________________________________________________
7503 [ 31377] By: rgs                                   on 2007/06/14  11:06:02
7504         Log: Fix [perl #43207] lc() or uc() inside sort affect the return value.
7505      Branch: perl
7506            ! pp.c t/op/lc.t
7507 ____________________________________________________________________________
7508 [ 31376] By: davem                                 on 2007/06/13  22:41:33
7509         Log: change #31134 broke DEBUG_LEAKING_SCALARS builds
7510      Branch: perl
7511            ! sv.c
7512 ____________________________________________________________________________
7513 [ 31375] By: merijn                                on 2007/06/13  20:15:28
7514         Log: Subject: Re: vsprintf
7515              From: Andy Dougherty <doughera@lafayette.edu>
7516              Date: Wed, 13 Jun 2007 14:41:44 -0400 (EDT)
7517              Message-ID: <Pine.LNX.4.64.0706131434120.18715@fractal.phys.lafayette.edu>
7518      Branch: perl
7519            ! Configure
7520 ____________________________________________________________________________
7521 [ 31373] By: merijn                                on 2007/06/13  20:11:10
7522         Log: Subject: [PATCH] Configure: Erroneous C++ message
7523              From: Andy Dougherty <doughera@lafayette.edu>
7524              Date: Wed, 13 Jun 2007 14:33:54 -0400 (EDT)
7525              Message-ID: <Pine.LNX.4.64.0706131428510.18715@fractal.phys.lafayette.edu>
7526      Branch: perl
7527            ! Configure
7528 ____________________________________________________________________________
7529 [ 31371] By: steveh                                on 2007/06/13  17:12:21
7530         Log: Fix random failures in CPANPLUS tests on Win32
7531              
7532              The failures were a result of calling Win32::GetShortPathName with
7533              the program argument " /nologo" appended to the path. Program
7534              arguments should not be passed to Win32::GetShortPathName.
7535              
7536              (The randomness occurred because random garbage was being produced
7537              due to a separate bug in that Win32 function, for which a fix is
7538              forthcoming...).
7539      Branch: perl
7540            ! lib/CPANPLUS/Config.pm
7541 ____________________________________________________________________________
7542 [ 31370] By: rgs                                   on 2007/06/13  13:24:09
7543         Log: Subject: yet another mro.c patch
7544              From: "Brandon Black" <blblack@gmail.com>
7545              Date: Wed, 13 Jun 2007 08:19:11 -0500
7546              Message-ID: <84621a60706130619g17c9d2fbi111cca567da3d500@mail.gmail.com>
7547      Branch: perl
7548            ! mro.c
7549 ____________________________________________________________________________
7550 [ 31369] By: rgs                                   on 2007/06/12  08:43:55
7551         Log: Subject: mad-const patch
7552              From: Jim Cromie <jim.cromie@gmail.com>
7553              Date: Mon, 11 Jun 2007 13:49:06 -0600
7554              Message-ID: <466DA732.3010608@gmail.com>
7555      Branch: perl
7556            ! dump.c embed.fnc proto.h
7557 ____________________________________________________________________________
7558 [ 31368] By: rgs                                   on 2007/06/12  08:39:00
7559         Log: Subject: Re: integer vs. bigint [PATCH]
7560              From: Tels <nospam-abuse@bloodgate.com>
7561              Date: Mon, 11 Jun 2007 19:31:16 +0200
7562              Message-Id: <200706111931.17616@bloodgate.com>
7563      Branch: perl
7564            ! lib/bigint.pm
7565 ____________________________________________________________________________
7566 [ 31367] By: rgs                                   on 2007/06/12  08:33:40
7567         Log: Subject: [PATCH] perltodo: more vtable musings
7568              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
7569              Date: Tue, 12 Jun 2007 03:15:26 +0300 (EEST)
7570              Message-Id: <200706120015.l5C0FQH7512295@kosh.hut.fi>
7571      Branch: perl
7572            ! pod/perltodo.pod
7573 ____________________________________________________________________________
7574 [ 31366] By: rgs                                   on 2007/06/12  08:32:26
7575         Log: Subject: Re: [PATCH-at-31365] (was - configpm frustrations)
7576              From: Vadim <vadim@vkonovalov.ru>
7577              Date: Mon, 11 Jun 2007 19:19:31 +0400
7578              Message-ID: <466D6803.1020808@vkonovalov.ru>
7579      Branch: perl
7580            ! Makefile.SH configpm
7581 ____________________________________________________________________________
7582 [ 31365] By: rgs                                   on 2007/06/11  15:20:38
7583         Log: Subject: Math::BigInt v1.87 take 8
7584              From: Tels <nospam-abuse@bloodgate.com>
7585              Date: Sat, 9 Jun 2007 14:07:34 +0200
7586              Message-Id: <200706091407.36659@bloodgate.com>
7587      Branch: perl
7588            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7589            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
7590            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
7591            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
7592            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
7593            ! lib/Math/BigInt/t/with_sub.t
7594 ____________________________________________________________________________
7595 [ 31364] By: rgs                                   on 2007/06/11  15:18:27
7596         Log: Subject: pidigits benchmark and bpi() method in Math::BigFloat/Math::BigInt, take 7 [PATCH]
7597              From: Tels <nospam-abuse@bloodgate.com>
7598              Date: Fri, 8 Jun 2007 19:29:41 +0200
7599              Message-Id: <200706081929.44888@bloodgate.com>
7600      Branch: perl
7601            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7602            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
7603            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
7604            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
7605            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
7606            ! lib/Math/BigInt/t/with_sub.t
7607 ____________________________________________________________________________
7608 [ 31363] By: rgs                                   on 2007/06/11  14:27:40
7609         Log: Doc adjustments for the number localization and setlocale().
7610              See debian bug #379463.
7611      Branch: perl
7612            ! pod/perllocale.pod
7613 ____________________________________________________________________________
7614 [ 31362] By: rgs                                   on 2007/06/11  08:28:57
7615         Log: Subject: [PATCH] cross-compilation for linux
7616              From: "Konovalov, Vadim Vladimirovich \(Vadim\)** CTR **" <vkonovalov@alcatel-lucent.com>
7617              Date: Sat, 9 Jun 2007 19:41:44 +0200
7618              Message-ID: <D16F05D0CAAA234BA2B753B80DE6100D278EBC@DEEXC1U02.de.lucent.com>
7619      Branch: perl
7620            + Cross/README.new
7621            ! Cross/Makefile-cross-SH Cross/README Cross/build-arm-n770-sh
7622            ! MANIFEST README.ce win32/Makefile.ce
7623 ____________________________________________________________________________
7624 [ 31361] By: craigb                                on 2007/06/08  18:43:10
7625         Log: A couple of File::Path tests require unix syntax on VMS.
7626      Branch: perl
7627            ! lib/File/Path.t
7628 ____________________________________________________________________________
7629 [ 31360] By: craigb                                on 2007/06/08  15:28:29
7630         Log: Make pipe shutdown on VMS care about whether PerlIO has already
7631              shut down.
7632      Branch: perl
7633            ! vms/vms.c
7634 ____________________________________________________________________________
7635 [ 31359] By: craigb                                on 2007/06/08  15:25:22
7636         Log: Avoid multiply defined symbols in re extension following #31341.
7637      Branch: perl
7638            ! ext/re/re_top.h
7639 ____________________________________________________________________________
7640 [ 31358] By: craigb                                on 2007/06/08  15:21:24
7641         Log: Make symbols short enough for VMS after #31341.
7642      Branch: perl
7643            ! universal.c
7644 ____________________________________________________________________________
7645 [ 31357] By: steveh                                on 2007/06/08  10:35:34
7646         Log: Fix lib/File/Path.t failure on Win32
7647              (Create a 'ZZ' directory instead of 'Z' because we already have a 'z'
7648              which is the same as 'Z' on Win32's case-insensitive filesystem)
7649      Branch: perl
7650            ! lib/File/Path.pm lib/File/Path.t
7651 ____________________________________________________________________________
7652 [ 31356] By: steveh                                on 2007/06/08  09:07:46
7653         Log: Change 31347 should also have removed win32_free_argvw()
7654              because it now isn't used anywhere.
7655      Branch: perl
7656            ! win32/win32.c win32/wince.c
7657 ____________________________________________________________________________
7658 [ 31355] By: steveh                                on 2007/06/08  08:50:09
7659         Log: Remove dead Perl_sys_intern_clear() from wince.c
7660      Branch: perl
7661            ! win32/wince.c
7662 ____________________________________________________________________________
7663 [ 31354] By: steveh                                on 2007/06/08  08:36:05
7664         Log: Move win32_create_message_window() out of #ifdef HAVE_INTERP_INTERN
7665              section, where it didn't belong. (That section should (currently)
7666              only contain sys_intern_init(), sys_intern_clear() and
7667              sys_intern_dup() and related functionality such as
7668              win32_csighandler().)
7669      Branch: perl
7670            ! win32/win32.c
7671 ____________________________________________________________________________
7672 [ 31353] By: rgs                                   on 2007/06/08  08:30:25
7673         Log: encoding.pm doesn't give any details about ${^ENCODING},
7674              so don't mention it in perlvar
7675      Branch: perl
7676            ! pod/perlvar.pod
7677 ____________________________________________________________________________
7678 [ 31352] By: rgs                                   on 2007/06/07  16:09:54
7679         Log: Plug a memory leak (noticed by Yves)
7680      Branch: perl
7681            ! regcomp.c
7682 ____________________________________________________________________________
7683 [ 31351] By: rgs                                   on 2007/06/07  14:05:11
7684         Log: Subject: Re: [perl #43082] "$_[0]->method" interpolation 
7685              From: Father Chrysostomos <sprout@cpan.org>
7686              Date: Tue, 5 Jun 2007 13:25:39 -0700
7687              Message-Id: <064E3238-D26D-446D-9B7E-0DB8CEFDE0AD@cpan.org>
7688      Branch: perl
7689            ! t/comp/parser.t toke.c
7690 ____________________________________________________________________________
7691 [ 31350] By: steveh                                on 2007/06/07  13:49:04
7692         Log: Stop VC++ from warning "'getenv' : inconsistent dll linkage.
7693              dllexport assumed." when building with -DDEBUGGING by declaring
7694              getenv() with the same __declspec as in Microsoft's <stdlib.h>.
7695              MinGW/GCC is happy with that too, but Borland doesn't understand
7696              _CRTIMP so don't bother for Borland since it doesn't warn anyway.
7697      Branch: perl
7698            ! x2p/a2p.c
7699 ____________________________________________________________________________
7700 [ 31349] By: rgs                                   on 2007/06/07  13:23:07
7701         Log: Subject: Re: [PATCH] Update File-Path to 2.00
7702              From: David Landgren <david@landgren.net>
7703              Date: Thu, 07 Jun 2007 14:02:36 +0200
7704              Message-ID: <4667F3DC.9070203@landgren.net>
7705      Branch: perl
7706            ! lib/File/Path.pm
7707 ____________________________________________________________________________
7708 [ 31348] By: rgs                                   on 2007/06/07  12:12:39
7709         Log: Subject: [PATCHES] Silence compiler warnings
7710              From: "Jerry D. Hedden" <jdhedden@cpan.org>
7711              Date: Wed, 6 Jun 2007 14:45:06 -0400
7712              Message-ID: <1ff86f510706061145r540c7f02kba96c04bc9dcf8b0@mail.gmail.com>
7713      Branch: perl
7714            ! mro.c pp_sys.c universal.c
7715 ____________________________________________________________________________
7716 [ 31347] By: steveh                                on 2007/06/07  11:48:47
7717         Log: Stop VC++ from warning "all references to 'SHELL32.dll' discarded
7718              by /OPT:REF" by removing the only reference to a SHELL32.dll function
7719              (namely, CommandLineToArgvW(), called from win32_argv2utf8(), which
7720              isn't actually used anywhere so delete it).
7721              
7722              That then caused the warning "/DELAYLOAD:shell32.dll ignored; no
7723              imports found from shell32.dll", so remove that /DELAYLOAD option too.
7724      Branch: perl
7725            ! win32/Makefile win32/makefile.mk win32/win32.c win32/win32.h
7726            ! win32/wince.c
7727 ____________________________________________________________________________
7728 [ 31346] By: rgs                                   on 2007/06/07  08:51:15
7729         Log: Subject: [patch] fix small errors in sv.c commentary
7730              From: Jim Cromie <jim.cromie@gmail.com>
7731              Date: Wed, 06 Jun 2007 23:38:53 -0600
7732              Message-ID: <466799ED.3090705@gmail.com>
7733      Branch: perl
7734            ! sv.c
7735 ____________________________________________________________________________
7736 [ 31345] By: rgs                                   on 2007/06/07  08:01:18
7737         Log: Subject: Re: [PATCH] Update File-Path to 2.00
7738              From: David Landgren <david@landgren.net>
7739              Date: Wed, 06 Jun 2007 23:57:34 +0200
7740              Message-ID: <46672DCE.2080508@landgren.net>
7741      Branch: perl
7742            ! lib/File/Path.pm lib/File/Path.t
7743 ____________________________________________________________________________
7744 [ 31344] By: steveh                                on 2007/06/06  16:48:46
7745         Log: Stop VC7 and VC8 warning about overriding /DPERLDLL with /UPERLDLL
7746              when compiling perlmain.c, and don't supply /DPERLDLL twice when
7747              compiling perlmainst.c
7748      Branch: perl
7749            ! win32/Makefile win32/makefile.mk
7750 ____________________________________________________________________________
7751 [ 31343] By: steveh                                on 2007/06/06  16:33:42
7752         Log: Stop VC7 and VC8 complaining about the DESCRIPTION statement
7753              in perldll.def (it isn't supported any more).
7754      Branch: perl
7755            ! makedef.pl
7756 ____________________________________________________________________________
7757 [ 31342] By: rgs                                   on 2007/06/06  14:58:27
7758         Log: Adjust test count (it shouldn't have changed with last patch)
7759      Branch: perl
7760            ! ext/B/t/concise-xs.t
7761 ____________________________________________________________________________
7762 [ 31341] By: rgs                                   on 2007/06/06  14:42:01
7763         Log: Subject: Re: [PATCH] Callbacks for named captures (%+ and %-)
7764              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
7765              Date: Sun, 3 Jun 2007 20:24:59 +0000
7766              Message-ID: <51dd1af80706031324y5618d519p460da27a2e7fe712@mail.gmail.com>
7767      Branch: perl
7768            + ext/re/t/qr.t t/op/regexp_nc_tie.t
7769            ! MANIFEST embed.fnc embed.h ext/B/t/concise-xs.t ext/re/re.pm
7770            ! ext/re/re.xs ext/re/re_top.h ext/re/t/re_funcs.t global.sym
7771            ! gv.c lib/Tie/Hash/NamedCapture.pm mg.c perl.h
7772            ! pod/perlreapi.pod proto.h regcomp.c regcomp.h regexp.h
7773            ! t/op/pat.t t/op/readdir.t universal.c
7774 ____________________________________________________________________________
7775 [ 31340] By: rgs                                   on 2007/06/06  12:27:36
7776         Log: Upgrade to encoding::warnings 0.11
7777      Branch: perl
7778            ! lib/encoding/warnings.pm
7779 ____________________________________________________________________________
7780 [ 31339] By: rgs                                   on 2007/06/06  12:07:13
7781         Log: A test file was removed from the latest Unicode::Normalize
7782      Branch: perl
7783            - ext/Unicode/Normalize/t/short.t
7784            ! MANIFEST
7785 ____________________________________________________________________________
7786 [ 31338] By: rgs                                   on 2007/06/06  12:03:00
7787         Log: Upgrade to Unicode::Normalize 1.02
7788      Branch: perl
7789            ! ext/Unicode/Normalize/Changes
7790            ! ext/Unicode/Normalize/Normalize.pm
7791            ! ext/Unicode/Normalize/Normalize.xs
7792            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
7793            ! ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/func.t
7794            ! ext/Unicode/Normalize/t/test.t
7795 ____________________________________________________________________________
7796 [ 31337] By: steveh                                on 2007/06/06  08:20:32
7797         Log: Subject: Re: [PATCH] Update File-Path to 2.00
7798              From: Joshua Juran <jjuran@gmail.com>
7799              Date: Wed, 6 Jun 2007 01:14:31 -0700
7800              Message-Id: <5F26D98D-8B6D-4F4A-B2E9-168F71B963DD@gmail.com>
7801              
7802              Fixes typo in the POD.
7803      Branch: perl
7804            ! lib/File/Path.pm
7805 ____________________________________________________________________________
7806 [ 31336] By: steveh                                on 2007/06/06  08:16:44
7807         Log: Subject: Re: [PATCH] Update File-Path to 2.00
7808              From: David Landgren <david@landgren.net>
7809              Date: Tue, 05 Jun 2007 23:21:40 +0200
7810              Message-ID: <4665D3E4.2030809@landgren.net>
7811              
7812              Silences some unnecessary carping (e.g. from ExtUtils::Command line 109
7813              when building perl).
7814      Branch: perl
7815            ! lib/File/Path.pm lib/File/Path.t
7816 ____________________________________________________________________________
7817 [ 31335] By: steveh                                on 2007/06/05  12:51:07
7818         Log: Silence another VC++ compiler warning (signed/unsigned mismatch in ==)
7819      Branch: perl
7820            ! regexec.c
7821 ____________________________________________________________________________
7822 [ 31334] By: rgs                                   on 2007/06/05  10:23:24
7823         Log: There is no more a ~~ feature, noticed by Moritz Lenz
7824      Branch: perl
7825            ! pod/perlsyn.pod
7826 ____________________________________________________________________________
7827 [ 31333] By: rgs                                   on 2007/06/05  10:10:33
7828         Log: Remove support for assertions and -A
7829      Branch: perl
7830            - lib/assertions.pm lib/assertions/activate.pm
7831            - lib/assertions/compat.pm t/comp/assertions.t
7832            - t/comp/asstcompat.t t/run/switch_A.t
7833            ! MANIFEST cv.h dump.c ext/B/B.xs ext/B/B/Concise.pm
7834            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL ext/B/t/concise-xs.t
7835            ! lib/perl5db.pl op.c perl.c perl.h pod/perl.pod
7836            ! pod/perldiag.pod pod/perllexwarn.pod pod/perlrun.pod
7837            ! pod/perltodo.pod pp_hot.c sv.c t/op/attrs.t toke.c warnings.pl
7838            ! xsutils.c
7839 ____________________________________________________________________________
7840 [ 31332] By: rgs                                   on 2007/06/04  08:04:13
7841         Log: Subject: another mro patch
7842              From: "Brandon Black" <blblack@gmail.com>
7843              Date: Mon, 4 Jun 2007 00:55:15 -0500
7844              Message-ID: <84621a60706032255g6702cd81ube1f582a1e07cf8a@mail.gmail.com>
7845      Branch: perl
7846            + t/mro/next_goto.t
7847            ! MANIFEST lib/mro.pm mro.c
7848 ____________________________________________________________________________
7849 [ 31331] By: craigb                                on 2007/06/03  22:26:20
7850         Log: cando_by_name again: work harder to identify directories 
7851              for fileification, plus a nit missed in #31326.
7852      Branch: perl
7853            ! vms/vms.c
7854 ____________________________________________________________________________
7855 [ 31330] By: rgs                                   on 2007/06/03  16:23:03
7856         Log: Subject: [PATCH] Math::BigInt v1.87 take 6
7857              From: Tels <nospam-abuse@bloodgate.com>
7858              Date: Sat, 2 Jun 2007 13:40:45 +0000
7859              Message-Id: <200706021340.46806@bloodgate.com>
7860      Branch: perl
7861            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7862 ____________________________________________________________________________
7863 [ 31329] By: rgs                                   on 2007/06/03  16:19:37
7864         Log: Subject: Re: [PATCH] Update File-Path to 2.00
7865              From: David Landgren <david@landgren.net>
7866              Date: Sat, 02 Jun 2007 20:58:16 +0200
7867              Message-ID: <4661BDC8.6040102@landgren.net>
7868      Branch: perl
7869            ! lib/File/Path.pm lib/File/Path.t
7870 ____________________________________________________________________________
7871 [ 31328] By: rgs                                   on 2007/06/03  15:36:25
7872         Log: Subject: [PATCH] Re: BBC(Bleadperl Breaks CPAN) Today: String::Multibyte
7873              From: demerphq <demerphq@gmail.com>
7874              Date: Sun, 3 Jun 2007 17:21:55 +0200
7875              Message-ID: <9b18b3110706030821u39460f96ic342dda8ba9fcdf7@mail.gmail.com>
7876      Branch: perl
7877            ! regcomp.c t/op/pat.t
7878 ____________________________________________________________________________
7879 [ 31327] By: craigb                                on 2007/06/02  17:47:37
7880         Log: In File::Path::_rmtree, we want a list of files, not directories (some of them 
7881              may be directory files, which is ok).
7882      Branch: perl
7883            ! lib/File/Path.pm
7884 ____________________________________________________________________________
7885 [ 31326] By: craigb                                on 2007/06/02  16:02:03
7886         Log: Assorted fixes for VMS version of cando_by_name:
7887              -- Restore pre-5.9.x behavior of expanding logical names and fileifying
7888              directory specs regardless of whether input spec is in VMS syntax.
7889              -- VMSify input spec unless explicitly told we don't need to (this was
7890              backwards since introduced in #27733).
7891              -- Various memory handling robustifications.
7892      Branch: perl
7893            ! vms/vms.c
7894 ____________________________________________________________________________
7895 [ 31325] By: rgs                                   on 2007/06/01  09:14:24
7896         Log: Subject: [perl #43094] Doc patch to perlre: modifiers => quantifiers 
7897              From: Brad Baxter (via RT) <perlbug-followup@perl.org>
7898              Date: Thu, 31 May 2007 15:04:55 -0700
7899              Message-ID: <rt-3.6.HEAD-1668-1180649095-1834.43094-75-0@perl.org>
7900      Branch: perl
7901            ! pod/perlre.pod
7902 ____________________________________________________________________________
7903 [ 31324] By: steveh                                on 2007/06/01  07:32:52
7904         Log: Subject: [PATCH] Fix DynaLoader::dl_findfile() to locate .so files again
7905              From: "Jan Dubois" <jand@activestate.com>
7906              Date: Thu, 31 May 2007 13:17:22 -0700
7907              Message-ID: <00a501c7a3c0$b2d880d0$18898270$@com>
7908      Branch: perl
7909            ! ext/DynaLoader/DynaLoader_pm.PL
7910 ____________________________________________________________________________
7911 [ 31323] By: merijn                                on 2007/06/01  06:39:32
7912         Log: Subject: [PATCH] Configure: O_NONBLOCK test uses fork() and pipe()
7913              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
7914              Date: Fri, 1 Jun 2007 04:31:03 +0300 (EEST)
7915              Message-Id: <200706010131.l511V3kv417484@kosh.hut.fi>
7916      Branch: perl
7917            ! Configure
7918 ____________________________________________________________________________
7919 [ 31321] By: merijn                                on 2007/06/01  06:32:38
7920         Log: Subject: Updated email address for AUTHORS.txt
7921              From: perl@cadop.com
7922              Date: Thu, 31 May 2007 19:33:08 -0600 (MDT)
7923              Message-Id: <20070601013308.3B6A314ECA82@noop.cadop.com>
7924      Branch: perl
7925            ! AUTHORS
7926 ____________________________________________________________________________
7927 [ 31320] By: craigb                                on 2007/05/31  22:17:17
7928         Log: Maintain UAF context across calls to sys$check_access in cando_by_name.
7929      Branch: perl
7930            ! vms/vms.c
7931 ____________________________________________________________________________
7932 [ 31319] By: rgs                                   on 2007/05/31  16:13:07
7933         Log: Dave remarks that I have been too terse here.
7934      Branch: perl
7935            ! pod/perl595delta.pod
7936 ____________________________________________________________________________
7937 [ 31318] By: rgs                                   on 2007/05/31  16:09:22
7938         Log: Subject: [PATCH] Remove threads/typemap from Porting/Maintainers.pl
7939              From: "Jerry D. Hedden" <jdhedden@cpan.org>
7940              Date: Thu, 31 May 2007 11:59:31 -0400
7941              Message-ID: <1ff86f510705310859y6c101c15t6d823d00ef25309b@mail.gmail.com>
7942      Branch: perl
7943            ! Porting/Maintainers.pl
7944 ____________________________________________________________________________
7945 [ 31317] By: rgs                                   on 2007/05/31  15:52:28
7946         Log: Actually, Log::Message::Simple comes from Jos, not Tels.
7947      Branch: perl
7948            ! Porting/Maintainers.pl
7949 ____________________________________________________________________________
7950 [ 31316] By: rgs                                   on 2007/05/31  12:11:40
7951         Log: Subject: [PATCH] minor assertions improvements
7952              From: Ricardo SIGNES <rjbs-perl-p5p@lists.manxome.org>
7953              Date: Wed, 30 May 2007 21:47:15 -0400
7954              Message-ID: <20070531014715.GA26562@knight.manxome.org>
7955      Branch: perl
7956            ! lib/assertions.pm lib/assertions/activate.pm
7957            ! t/comp/assertions.t
7958 ____________________________________________________________________________
7959 [ 31315] By: rgs                                   on 2007/05/31  09:42:05
7960         Log: Subject: [PATCH] Update File-Path to 2.00
7961              From: David Landgren <david@landgren.net>
7962              Date: Wed, 30 May 2007 19:50:38 +0200
7963              Message-ID: <465DB96E.1020106@landgren.net>
7964      Branch: perl
7965            ! lib/File/Path.pm lib/File/Path.t
7966 ____________________________________________________________________________
7967 [ 31314] By: rgs                                   on 2007/05/31  08:28:02
7968         Log: Subject: [PATCH] Gooder English
7969              From: "Jerry D. Hedden" <jdhedden@cpan.org>
7970              Date: Wed, 30 May 2007 17:12:32 -0400
7971              Message-ID: <1ff86f510705301412v75fc5810vf28f5b62c0077585@mail.gmail.com>
7972      Branch: perl
7973            ! lib/Log/Message/Simple.pm
7974 ____________________________________________________________________________
7975 [ 31313] By: nicholas                              on 2007/05/31  08:25:57
7976         Log: blead segfaults on local *@; eval {1} because ERRSV assumes that
7977              GvSV(PL_errgv) is always non-NULL. That stopped being the case with
7978              change 25009 (ish) - when we stopped automatically creating a(n unused)
7979              SV at GV creation time.
7980      Branch: perl
7981            ! scope.c t/op/local.t
7982 ____________________________________________________________________________
7983 [ 31312] By: rgs                                   on 2007/05/30  15:21:10
7984         Log: Subject: Re: HvMROMETA
7985              From: "Brandon Black" <blblack@gmail.com>
7986              Date: Tue, 29 May 2007 19:08:13 -0500
7987              Message-ID: <84621a60705291708m3f106d74r473f3d91c780163d@mail.gmail.com>
7988      Branch: perl
7989            ! hv.h mro.c
7990 ____________________________________________________________________________
7991 [ 31311] By: rgs                                   on 2007/05/30  13:59:17
7992         Log: Subject: Re: localising hash element by variable 
7993              From: hv@crypt.org
7994              Date: Wed, 30 May 2007 13:21:15 +0100
7995              Message-Id: <200705301221.l4UCLFwf010411@zen.crypt.org>
7996      Branch: perl
7997            ! t/op/local.t
7998 ____________________________________________________________________________
7999 [ 31310] By: rgs                                   on 2007/05/30  10:45:08
8000         Log: Upgrade to Encode 2.23
8001      Branch: perl
8002            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8003            ! ext/Encode/Makefile.PL ext/Encode/Unicode/Unicode.pm
8004 ____________________________________________________________________________
8005 [ 31309] By: steveh                                on 2007/05/30  07:38:30
8006         Log: Silence a couple of VC++ compiler warnings
8007      Branch: perl
8008            ! ext/Math/BigInt/FastCalc/FastCalc.pm
8009            ! ext/Math/BigInt/FastCalc/FastCalc.xs
8010 ____________________________________________________________________________
8011 [ 31308] By: nicholas                              on 2007/05/29  19:57:34
8012         Log: DBL_EPSILON DBL_MIN FLT_EPSILON FLT_MIN are not C constant expressions
8013              on z/OS, so move them to the list of non const constants.
8014      Branch: perl
8015            ! ext/POSIX/Makefile.PL
8016 ____________________________________________________________________________
8017 [ 31307] By: rgs                                   on 2007/05/29  15:48:27
8018         Log: Plug a memory leak in Encode
8019      Branch: perl
8020            ! ext/Encode/Encode.xs
8021 ____________________________________________________________________________
8022 [ 31306] By: stevep                                on 2007/05/29  14:42:24
8023         Log: Upgrade to CPAN-1.9102
8024      Branch: perl
8025            ! lib/CPAN.pm lib/CPAN/Kwalify.pm lib/CPAN/t/10version.t
8026 ____________________________________________________________________________
8027 [ 31305] By: rgs                                   on 2007/05/29  09:33:52
8028         Log: Upgrade to Encode 2.22
8029      Branch: perl
8030            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
8031            ! ext/Encode/t/fallback.t ext/Encode/t/mime-name.t
8032 ____________________________________________________________________________
8033 [ 31304] By: rgs                                   on 2007/05/29  08:59:05
8034         Log: Revert change #30530, following Jan's advice
8035      Branch: perl
8036            ! Makefile.SH
8037 ____________________________________________________________________________
8038 [ 31303] By: rgs                                   on 2007/05/29  08:49:06
8039         Log: Subject: Re: [perl #43015] regex /.*\z/ doesn't matches strings ending with \n
8040              From: demerphq <demerphq@gmail.com>
8041              Date: Mon, 28 May 2007 19:46:04 +0200
8042              Message-ID: <9b18b3110705281046ib37acb4i7960fe415325270f@mail.gmail.com>
8043      Branch: perl
8044            ! regcomp.c regexec.c t/op/re_tests
8045 ____________________________________________________________________________
8046 [ 31302] By: rgs                                   on 2007/05/29  08:43:29
8047         Log: Mention that last bugfix in perldelta
8048      Branch: perl
8049            ! pod/perl595delta.pod
8050 ____________________________________________________________________________
8051 [ 31301] By: rgs                                   on 2007/05/29  08:41:09
8052         Log: Subject: Re: localising hash element by variable
8053              From: Bo Lindbergh <blgl@hagernas.com>
8054              Date: Mon, 28 May 2007 20:26:00 +0200
8055              Message-Id: <BC2C451F-B286-4D38-923E-E3B473F7B5E1@hagernas.com>
8056      Branch: perl
8057            ! scope.c t/op/local.t
8058 ____________________________________________________________________________
8059 [ 31300] By: steveh                                on 2007/05/29  08:09:38
8060         Log: win32/makefile.mk doesn't support GSAR's old dmake (because of
8061              the use of || and && in conditional expressions, which that old
8062              dmake doesn't understand), so stop with a helpful error message
8063              if such a dmake is being used.
8064              
8065              There is now no need to have all the clutter of trying to support
8066              different backslash and newline semantics, so ditch that too.
8067      Branch: perl
8068            ! win32/makefile.mk
8069 ____________________________________________________________________________
8070 [ 31299] By: rgs                                   on 2007/05/29  07:57:33
8071         Log: Subject: Re: [PATCH] Update CPANPLUS to 0.79_03
8072              From: "Jos I. Boumans" <jos@dwim.org>
8073              Date: Tue, 29 May 2007 09:00:53 +0200
8074              Message-Id: <551932A2-91F8-4E7C-8939-4B71216976BA@dwim.org>
8075              
8076              Removed a fatal debug statement from cpan2dist.
8077      Branch: perl
8078            ! lib/CPANPLUS.pm lib/CPANPLUS/Internals.pm
8079            ! lib/CPANPLUS/Shell/Default.pm lib/CPANPLUS/bin/cpan2dist
8080            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
8081            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
8082            ! r-0.01.tar.gz.packed
8083            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
8084            ! tar.gz.packed
8085            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
8086            ! tar.gz.packed
8087            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
8088            ! r.gz.packed
8089            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
8090            ! tar.gz.packed
8091            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
8092            ! r.gz.packed
8093            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
8094            ! cked
8095            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
8096 ____________________________________________________________________________
8097 [ 31298] By: steveh                                on 2007/05/29  07:25:22
8098         Log: Silence the warning "Can't locate auto/POSIX/autosplit.ix in @INC"
8099              when building the POSIX extension
8100      Branch: perl
8101            ! lib/ExtUtils/Install.pm
8102 ____________________________________________________________________________
8103 [ 31297] By: merijn                                on 2007/05/29  06:12:06
8104         Log: Subject: [PATCH] perltodo tweak on virtualizing OS/FS access
8105              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
8106              Date: Tue, 29 May 2007 06:50:57 +0300 (EEST)
8107              Message-Id: <200705290350.l4T3ovWG275103@kosh.hut.fi>
8108      Branch: perl
8109            ! pod/perltodo.pod
8110 ____________________________________________________________________________
8111 [ 31296] By: nicholas                              on 2007/05/28  21:35:45
8112         Log: Subject: Re: Cross patch 31287 broke blead
8113              From: Vadim <vadim@vkonovalov.ru>
8114              Message-ID: <465B11AB.8000608@vkonovalov.ru>
8115              Date: Mon, 28 May 2007 21:30:19 +0400
8116      Branch: perl
8117           +> Cross/Makefile-cross-SH Cross/build-arm-n770-sh
8118            - Cross/Makefile-cross.SH Cross/build-arm-n770.sh
8119            ! MANIFEST
8120 ____________________________________________________________________________
8121 [ 31295] By: nicholas                              on 2007/05/28  18:50:23
8122         Log: Avoid calling SvEND() when SvPOKp() is not true.
8123              Remove an unneeded duplicate SvCUR_set() in Perl_sv_2pv_flags().
8124      Branch: perl
8125            ! sv.c
8126 ____________________________________________________________________________
8127 [ 31294] By: rgs                                   on 2007/05/28  13:36:43
8128         Log: Several POD fixes by Jonathan Stowe
8129      Branch: perl
8130            ! ext/B/B/Concise.pm ext/B/B/Lint.pm pod/perldebguts.pod
8131            ! symbian/PerlBase.pod
8132 ____________________________________________________________________________
8133 [ 31293] By: rgs                                   on 2007/05/28  13:21:23
8134         Log: Subject: [PATCH] Add /nologo to nmake in CPANPLUS::Dist::Build too
8135              From: "Jos I. Boumans" <kane@xs4all.nl>
8136              Date: Mon, 28 May 2007 15:06:52 +0200
8137              Message-Id: <90E1CAA6-8529-4DD1-9D42-A377538E9320@xs4all.nl>
8138      Branch: perl
8139            ! lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t
8140            ! lib/CPANPLUS/Dist/Build/t/src/noxs/Foo-Bar-0.01.tar.gz.packed
8141            ! lib/CPANPLUS/Dist/Build/t/src/xs/Foo-Bar-0.01.tar.gz.packed
8142 ____________________________________________________________________________
8143 [ 31292] By: rgs                                   on 2007/05/28  13:17:54
8144         Log: Subject: [PATCH] Update CPANPLUS to 0.79_03
8145              From: "Jos I. Boumans" <jos@dwim.org>
8146              Date: Mon, 28 May 2007 14:59:11 +0200
8147              Message-Id: <DDD60952-6B63-4AA5-9862-FAE3456AB7CA@dwim.org>
8148      Branch: perl
8149            ! lib/CPANPLUS.pm lib/CPANPLUS/Config.pm
8150            ! lib/CPANPLUS/Configure.pm lib/CPANPLUS/Dist.pm
8151            ! lib/CPANPLUS/Dist/MM.pm lib/CPANPLUS/Internals.pm
8152            ! lib/CPANPLUS/Internals/Constants.pm
8153            ! lib/CPANPLUS/Internals/Constants/Report.pm
8154            ! lib/CPANPLUS/Selfupdate.pm lib/CPANPLUS/Shell/Default.pm
8155            ! lib/CPANPLUS/bin/cpan2dist
8156            ! lib/CPANPLUS/t/02_CPANPLUS-Internals.t
8157            ! lib/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t
8158            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
8159            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
8160            ! r-0.01.tar.gz.packed
8161            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
8162            ! tar.gz.packed
8163            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
8164            ! tar.gz.packed
8165            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
8166            ! r.gz.packed
8167            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
8168            ! tar.gz.packed
8169            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
8170            ! r.gz.packed
8171            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
8172            ! cked
8173            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
8174            ! lib/CPANPLUS/t/inc/conf.pl
8175 ____________________________________________________________________________
8176 [ 31291] By: rgs                                   on 2007/05/28  12:52:08
8177         Log: Mention new lexical pragmas big* in perldelta
8178      Branch: perl
8179            ! pod/perl595delta.pod
8180 ____________________________________________________________________________
8181 [ 31290] By: rgs                                   on 2007/05/28  12:47:32
8182         Log: Update Changes
8183      Branch: perl
8184            ! Changes
8185 ____________________________________________________________________________
8186 [ 31289] By: rgs                                   on 2007/05/28  12:44:29
8187         Log: Update outdated example
8188      Branch: perl
8189            ! pod/perlpod.pod
8190 ____________________________________________________________________________
8191 [ 31288] By: rgs                                   on 2007/05/28  12:33:05
8192         Log: Update to Archive::Extract 0.20, and re-apply patch #31158
8193      Branch: perl
8194            + lib/Archive/Extract/t/src/x.Z.packed
8195            ! MANIFEST lib/Archive/Extract.pm
8196            ! lib/Archive/Extract/t/01_Archive-Extract.t
8197            ! lib/Archive/Extract/t/src/double_dir.zip.packed
8198            ! lib/Archive/Extract/t/src/x.bz2.packed
8199            ! lib/Archive/Extract/t/src/x.gz.packed
8200            ! lib/Archive/Extract/t/src/x.jar.packed
8201            ! lib/Archive/Extract/t/src/x.par.packed
8202            ! lib/Archive/Extract/t/src/x.tar.gz.packed
8203            ! lib/Archive/Extract/t/src/x.tar.packed
8204            ! lib/Archive/Extract/t/src/x.tgz.packed
8205            ! lib/Archive/Extract/t/src/x.zip.packed
8206            ! lib/Archive/Extract/t/src/y.jar.packed
8207            ! lib/Archive/Extract/t/src/y.par.packed
8208            ! lib/Archive/Extract/t/src/y.tar.bz2.packed
8209            ! lib/Archive/Extract/t/src/y.tar.gz.packed
8210            ! lib/Archive/Extract/t/src/y.tar.packed
8211            ! lib/Archive/Extract/t/src/y.tbz.packed
8212            ! lib/Archive/Extract/t/src/y.tgz.packed
8213            ! lib/Archive/Extract/t/src/y.zip.packed
8214 ____________________________________________________________________________
8215 [ 31287] By: rgs                                   on 2007/05/28  12:03:25
8216         Log: Subject: linux arm cross-compilation
8217              From: Vadim <vadim@vkonovalov.ru>
8218              Date: Mon, 28 May 2007 01:23:46 +0400
8219              Message-ID: <4659F6E2.3090805@vkonovalov.ru>
8220              
8221              with adjustments to the MANIFEST
8222      Branch: perl
8223            + Cross/Makefile-cross.SH Cross/build-arm-n770.sh
8224            + Cross/cflags-cross-arm Cross/config.sh-arm-linux-n770
8225            + ext/util/make_ext_cross
8226            ! MANIFEST configpm
8227 ____________________________________________________________________________
8228 [ 31286] By: rgs                                   on 2007/05/28  11:14:32
8229         Log: Bump version number
8230              
8231              Subject: [PATCH] Update log::message::simple to 0.02
8232              From: "Jos I. Boumans" <jib@ripe.net>
8233              Date: Mon, 28 May 2007 12:04:02 +0200
8234              Message-Id: <EB397A0C-713C-4E42-92DB-DD8B808AE34C@ripe.net>
8235      Branch: perl
8236            ! lib/Log/Message/Simple.pm
8237 ____________________________________________________________________________
8238 [ 31285] By: rgs                                   on 2007/05/28  10:17:22
8239         Log: Subject: Re: [PATCH] Math::BigInt v1.87 take 5
8240              From: Tels <nospam-abuse@bloodgate.com>
8241              Date: Sun, 27 May 2007 15:54:29 +0000
8242              Message-Id: <200705271554.32054@bloodgate.com>
8243      Branch: perl
8244            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
8245            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
8246 ____________________________________________________________________________
8247 [ 31284] By: rgs                                   on 2007/05/28  09:45:39
8248         Log: Subject: [PATCH] Math::BigInt::FastCalc v0.15
8249              From: Tels <nospam-abuse@bloodgate.com>
8250              Date: Sun, 27 May 2007 14:43:15 +0000
8251              Message-Id: <200705271443.16138@bloodgate.com>
8252      Branch: perl
8253            ! ext/Math/BigInt/FastCalc/FastCalc.pm
8254            ! ext/Math/BigInt/FastCalc/FastCalc.xs
8255            ! ext/Math/BigInt/FastCalc/Makefile.PL
8256            ! ext/Math/BigInt/FastCalc/t/leak.t
8257 ____________________________________________________________________________
8258 [ 31283] By: craigb                                on 2007/05/27  01:54:45
8259         Log: In the stat() wrapper for VMS, always allow extended characters
8260              (such as multiple dots) in the filename regardless of environment
8261              setting.
8262      Branch: perl
8263            ! vms/vms.c
8264 ____________________________________________________________________________
8265 [ 31282] By: craigb                                on 2007/05/27  01:50:46
8266         Log: In the homegrown readdir() for VMS, always treat unix-style paths
8267              appropriately regardless of environment setting, and also remove
8268              the escape characters from escaped dots.
8269      Branch: perl
8270            ! vms/vms.c
8271 ____________________________________________________________________________
8272 [ 31281] By: rgs                                   on 2007/05/26  06:54:40
8273         Log: Bad orientation in doc, noticed by Jan Dubois.
8274      Branch: perl
8275            ! pod/perl595delta.pod
8276 ____________________________________________________________________________
8277 [ 31280] By: davem                                 on 2007/05/25  23:26:33
8278         Log: delete PL_hash_seed_set, PL_lineary; move PL_runops_std/dbg
8279              the first two aren't used, and the last two are just place holders
8280              to ensure that both runops functions get linked in; so make them
8281              global rather than per-interpeter
8282      Branch: perl
8283            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
8284 ____________________________________________________________________________
8285 [ 31279] By: craigb                                on 2007/05/25  22:19:40
8286         Log: Subject: Re: argproc.c license Re: [perl #43037] Bad license in perl distribution
8287              From: Mark Pizzolato <mark@infocomm.com>
8288              Date: Fri, 25 May 2007 13:31:17 -0700 (PDT)
8289              Message-ID: <288163.41670.qm@web83606.mail.sp1.yahoo.com>
8290      Branch: perl
8291            ! vms/vms.c
8292 ____________________________________________________________________________
8293 [ 31278] By: davem                                 on 2007/05/25  19:16:50
8294         Log: fix coredump in S_varname (tickled by Devel::Profile)
8295              a 'Use of uninitialized value' warning within a DB sub
8296              attempted to use the pad of the caller to locate the offending
8297              lexical
8298      Branch: perl
8299            ! sv.c
8300 ____________________________________________________________________________
8301 [ 31277] By: rgs                                   on 2007/05/25  13:29:34
8302         Log: \R can't be used in a char class
8303      Branch: perl
8304            ! pod/perlre.pod
8305 ____________________________________________________________________________
8306 [ 31276] By: rgs                                   on 2007/05/25  13:28:39
8307         Log: Document new escapes in perldelta
8308      Branch: perl
8309            ! pod/perl595delta.pod
8310 ____________________________________________________________________________
8311 [ 31275] By: steveh                                on 2007/05/25  10:15:54
8312         Log: Change #31270 should have updated proto.h to match
8313      Branch: perl
8314            ! embed.fnc proto.h
8315 ____________________________________________________________________________
8316 [ 31274] By: rgs                                   on 2007/05/25  09:57:33
8317         Log: Upgrade to Archive::Tar 1.32.
8318      Branch: perl
8319            ! lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
8320            ! lib/Archive/Tar/File.pm
8321            ! lib/Archive/Tar/t/src/long/bar.tar.packed
8322            ! lib/Archive/Tar/t/src/long/foo.tgz.packed
8323            ! lib/Archive/Tar/t/src/short/bar.tar.packed
8324            ! lib/Archive/Tar/t/src/short/foo.tgz.packed
8325 ____________________________________________________________________________
8326 [ 31273] By: rgs                                   on 2007/05/25  09:29:12
8327         Log: Document that ptardiff needs Text::Diff
8328      Branch: perl
8329            ! pod/perlutil.pod
8330 ____________________________________________________________________________
8331 [ 31272] By: rgs                                   on 2007/05/25  09:20:45
8332         Log: Document cpanp and cpan2dist
8333      Branch: perl
8334            ! pod/perl595delta.pod pod/perlutil.pod
8335 ____________________________________________________________________________
8336 [ 31271] By: steveh                                on 2007/05/25  09:18:45
8337         Log: Fix the ext/IO/t/io_sock.t failure when built with VC++ 2005
8338              
8339              Unknown to me win32/win32.h was defining USE_FIXED_OSFHANDLE, which
8340              arranged for a black magic fix to MSVCRT.DLL's _open_osfhandle() to
8341              be used. It seems that this is inappropriate for VC++ versions later
8342              than 6.x, since they don't use that DLL: simply not defining that
8343              symbol makes the io_sock.t failure go away.
8344              
8345              (Compare change #29233, which similarly disabled the fix to
8346              MSVCRT.DLL's read() for VC++ versions later than 6.x.)
8347      Branch: perl
8348            ! README.win32 win32/win32.h
8349 ____________________________________________________________________________
8350 [ 31270] By: rgs                                   on 2007/05/25  07:46:08
8351         Log: Subject: [PATCH] Consting dump.c
8352              From: Andy Lester <andy@petdance.com>
8353              Date: Thu, 24 May 2007 13:25:43 -0500
8354              Message-Id: <B46A083E-A133-4D38-9BE8-BE1EB0AAA326@petdance.com>
8355      Branch: perl
8356            ! XSUB.h doop.c dump.c
8357 ____________________________________________________________________________
8358 [ 31269] By: rgs                                   on 2007/05/24  17:18:24
8359         Log: Subject: Re: perl pragma [PATCH]
8360              From: Tels <nospam-abuse@bloodgate.com>
8361              Date: Wed, 23 May 2007 21:35:58 +0000
8362              Message-Id: <200705232135.59546@bloodgate.com>
8363      Branch: perl
8364            + lib/bignum/t/in_effect.t lib/bignum/t/scope_f.t
8365            + lib/bignum/t/scope_i.t lib/bignum/t/scope_r.t
8366            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bigrat.pm
8367 ____________________________________________________________________________
8368 [ 31268] By: rgs                                   on 2007/05/24  16:12:58
8369         Log: Subject: [perl #43010] [PATCH] Deparse, ''->(), ::(), sub :: {}, etc. 
8370              From: Father Chrysostomos (via RT) <perlbug-followup@perl.org>
8371              Date: Sun, 20 May 2007 21:44:42 -0700
8372              Message-ID: <rt-3.6.HEAD-4015-1179722682-636.43010-75-0@perl.org>
8373      Branch: perl
8374            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
8375 ____________________________________________________________________________
8376 [ 31267] By: rgs                                   on 2007/05/24  15:37:40
8377         Log: Adjustment to the test for importing feature bundles,
8378              found by Hugo
8379      Branch: perl
8380            ! lib/feature.pm
8381 ____________________________________________________________________________
8382 [ 31266] By: rgs                                   on 2007/05/24  15:12:41
8383         Log: Subject: [PATCH] update CPANPLUS::Dist::Build to 0.06_01
8384              From: "Jos I. Boumans" <kane@dwim.org>
8385              Date: Tue, 22 May 2007 14:45:19 +0200
8386              Message-Id: <208F4537-CCF8-401B-9F97-EF1902EA2FB6@dwim.org>
8387      Branch: perl
8388            ! lib/CPANPLUS/Dist/Build.pm
8389            ! lib/CPANPLUS/Dist/Build/t/01_CPANPLUS-Dist-Build-Constants.t
8390            ! lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t
8391            ! lib/CPANPLUS/Dist/Build/t/inc/conf.pl
8392            ! lib/CPANPLUS/Dist/Build/t/src/noxs/Foo-Bar-0.01.tar.gz.packed
8393            ! lib/CPANPLUS/Dist/Build/t/src/xs/Foo-Bar-0.01.tar.gz.packed
8394 ____________________________________________________________________________
8395 [ 31265] By: rgs                                   on 2007/05/24  13:29:01
8396         Log: It suddendly annoyed me that corelist returned sometimes two
8397              spaces in a row.
8398      Branch: perl
8399            ! lib/Module/CoreList/bin/corelist
8400 ____________________________________________________________________________
8401 [ 31264] By: rgs                                   on 2007/05/24  11:17:31
8402         Log: Doc nits by Steven Schubiger
8403      Branch: perl
8404            ! pod/perlintro.pod
8405 ____________________________________________________________________________
8406 [ 31263] By: rgs                                   on 2007/05/24  08:25:52
8407         Log: perldelta additions suggested by Steve Hay
8408      Branch: perl
8409            ! pod/perl595delta.pod
8410 ____________________________________________________________________________
8411 [ 31262] By: rgs                                   on 2007/05/24  08:18:31
8412         Log: Subject: [PATCH revised] threads::shared 1.12
8413              From: "Jerry D. Hedden" <jdhedden@cpan.org>
8414              Date: Wed, 23 May 2007 09:28:28 -0400
8415              Message-ID: <1ff86f510705230628n73c16e2gc67a3ec05d57c5f3@mail.gmail.com>
8416      Branch: perl
8417            ! ext/threads/shared/Changes ext/threads/shared/README
8418            ! ext/threads/shared/shared.pm ext/threads/shared/t/wait.t
8419            ! ext/threads/shared/t/waithires.t
8420 ____________________________________________________________________________
8421 [ 31260] By: rgs                                   on 2007/05/23  10:20:29
8422         Log: Perldelta nit by Brandon Black
8423      Branch: perl
8424            ! pod/perl595delta.pod
8425 ____________________________________________________________________________
8426 [ 31259] By: steveh                                on 2007/05/23  08:12:14
8427         Log: Subject: RE: [PATCH] Skip ext/Win32/t/Unicode.t under Cygwin
8428              From: "Jan Dubois" <jand@activestate.com>
8429              Date: Tue, 22 May 2007 16:35:27 -0700
8430              Message-ID: <06dd01c79cc9$e101ce60$a3056b20$@com>
8431              
8432              Reinstates the test under Cygwin and fixes it.
8433      Branch: perl
8434            ! ext/Win32/t/Unicode.t
8435 ____________________________________________________________________________
8436 [ 31258] By: stevep                                on 2007/05/23  01:58:07
8437         Log: Subject: [PATCH] Forgotten Cygwin patch
8438              From: "Jerry D. Hedden" <jdhedden@cpan.org>
8439              Date: Tue, 22 May 2007 20:58:04 -0400
8440              Message-ID: <1ff86f510705221758p71418517ncb89fac289d74c35@mail.gmail.com>
8441      Branch: perl
8442            ! cygwin/perlld.in
8443 ____________________________________________________________________________
8444 [ 31257] By: rgs                                   on 2007/05/22  14:12:18
8445         Log: Add MidnightBSD to the list of Unix-like OSes
8446      Branch: perl
8447            ! lib/Module/Build.pm
8448 ____________________________________________________________________________
8449 [ 31256] By: rgs                                   on 2007/05/22  10:07:09
8450         Log: Update perldelta
8451      Branch: perl
8452            ! pod/perl595delta.pod
8453 ____________________________________________________________________________
8454 [ 31255] By: davem                                 on 2007/05/21  22:35:15
8455         Log: move PL_error_count into the PL_parser struct
8456      Branch: perl
8457            ! embedvar.h intrpvar.h op.c parser.h perl.c perlapi.h pp_ctl.c
8458            ! sv.c toke.c
8459 ____________________________________________________________________________
8460 [ 31254] By: davem                                 on 2007/05/21  21:02:50
8461         Log: move PL_multi_end into the PL_parser struct
8462      Branch: perl
8463            ! embedvar.h intrpvar.h op.c parser.h perlapi.h sv.c toke.c
8464 ____________________________________________________________________________
8465 [ 31253] By: stevep                                on 2007/05/21  20:52:10
8466         Log: Subject: Re: Smoke failures with blead@31225 (Linux) [PATCH]
8467              From: Tels <nospam-abuse@bloodgate.com>
8468              Date: Mon, 21 May 2007 20:17:20 +0000
8469              Message-Id: <200705212017.23224@bloodgate.com>
8470      Branch: perl
8471            ! lib/Math/BigInt/Calc.pm
8472 ____________________________________________________________________________
8473 [ 31252] By: davem                                 on 2007/05/21  19:57:24
8474         Log: move PL_tokenbuf into the PL_parser struct
8475      Branch: perl
8476            ! embedvar.h intrpvar.h parser.h perlapi.h sv.c toke.c utf8.c
8477 ____________________________________________________________________________
8478 [ 31251] By: rgs                                   on 2007/05/21  16:46:04
8479         Log: Update Changes
8480      Branch: perl
8481            ! Changes
8482 ____________________________________________________________________________
8483 [ 31250] By: rgs                                   on 2007/05/21  14:29:02
8484         Log: Subject: [PATCH] Skip ext/Win32/t/Unicode.t under Cygwin
8485              From: "Jerry D. Hedden" <jdhedden@cpan.org>
8486              Date: Sat, 19 May 2007 11:56:40 -0400
8487              Message-ID: <1ff86f510705190856o2a98f1a5sd6f316f863e60c87@mail.gmail.com>
8488      Branch: perl
8489            ! ext/Win32/t/Unicode.t
8490 ____________________________________________________________________________
8491 [ 31249] By: rgs                                   on 2007/05/21  14:27:03
8492         Log: Subject: [PATCH] Skip win32core.t under Cygwin
8493              From: "Jerry D. Hedden" <jdhedden@cpan.org>
8494              Date: Sat, 19 May 2007 08:43:47 -0400
8495              Message-ID: <1ff86f510705190543r505cfc2fua18e87cd665b8f6e@mail.gmail.com>
8496      Branch: perl
8497            ! ext/Win32CORE/t/win32core.t
8498 ____________________________________________________________________________
8499 [ 31248] By: merijn                                on 2007/05/21  06:26:31
8500         Log: Subject: [PATCH] pp_sys.c: gethostbyaddr
8501              From: Jarkko Hietaniemi <jhi@iki.fi>
8502              Date: Mon, 21 May 2007 00:02:38 -0400
8503              Message-ID: <465119DE.6040208@iki.fi>
8504      Branch: perl
8505            ! pp_sys.c
8506 ____________________________________________________________________________
8507 [ 31247] By: craigb                                on 2007/05/21  04:33:27
8508         Log: VMSify uupacktool.pl and run it during VMS build.
8509      Branch: perl
8510            ! uupacktool.pl vms/descrip_mms.template
8511 ____________________________________________________________________________
8512 [ 31246] By: davem                                 on 2007/05/20  23:56:30
8513         Log: delete unused vars PL_av_fetch_sv, PL_hv_fetch_sv
8514              and fix 'duplicate symbol' warnings from embed.pl
8515              for utf8cache and sh_path
8516      Branch: perl
8517            ! embedvar.h intrpvar.h perlapi.h perlvars.h
8518 ____________________________________________________________________________
8519 [ 31245] By: davem                                 on 2007/05/20  23:10:15
8520         Log: delete thrdvar.h and move its contents to intrpvar.h
8521      Branch: perl
8522            - thrdvar.h
8523            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
8524            ! embed.pl embedvar.h global.sym intrpvar.h
8525            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm makedef.pl
8526            ! perl.c perl.h perlapi.c perlapi.h pod/perlapi.pod
8527            ! pod/perlintern.pod pod/perltodo.pod proto.h sv.c
8528            ! vms/descrip_mms.template win32/Makefile win32/Makefile.ce
8529            ! win32/makefile.mk
8530 ____________________________________________________________________________
8531 [ 31244] By: rgs                                   on 2007/05/20  12:58:53
8532         Log: Subject: [PATCH] Minor perlreapi.pod cleanup
8533              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
8534              Date: Wed, 16 May 2007 16:38:44 +0000
8535              Message-ID: <51dd1af80705160938w13789b63m6d5f4710441ceac@mail.gmail.com>
8536      Branch: perl
8537            ! pod/perlreapi.pod regexp.h
8538 ____________________________________________________________________________
8539 [ 31243] By: rgs                                   on 2007/05/20  12:55:20
8540         Log: Update Archive::Tar to 1.31
8541      Branch: perl
8542            + lib/Archive/Tar/t/99_pod.t lib/Archive/Tar/t/src/long/b
8543            + lib/Archive/Tar/t/src/long/bar.tar.packed
8544            + lib/Archive/Tar/t/src/long/foo.tgz.packed
8545            + lib/Archive/Tar/t/src/short/b
8546            + lib/Archive/Tar/t/src/short/bar.tar.packed
8547            + lib/Archive/Tar/t/src/short/foo.tgz.packed
8548            - lib/Archive/Tar/t/00_setup.t lib/Archive/Tar/t/99_clean.t
8549            ! MANIFEST lib/Archive/Tar.pm lib/Archive/Tar/File.pm
8550            ! lib/Archive/Tar/t/02_methods.t
8551 ____________________________________________________________________________
8552 [ 31242] By: rgs                                   on 2007/05/20  12:50:02
8553         Log: Subject: RE: When is -DPERL_CORE required?
8554              From: "Jan Dubois" <jand@activestate.com>
8555              Date: Fri, 18 May 2007 10:57:35 -0700
8556              Message-ID: <044601c79976$046691d0$0d33b570$@com>
8557      Branch: perl
8558            ! win32/win32.h
8559 ____________________________________________________________________________
8560 [ 31241] By: rgs                                   on 2007/05/20  12:48:01
8561         Log: Subject: [PATCH] Don't use a regex match in lib/feature.pm
8562              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
8563              Date: Fri, 18 May 2007 20:16:53 +0000
8564              Message-ID: <51dd1af80705181316r15f65e45n55903de294565aa1@mail.gmail.com>
8565      Branch: perl
8566            ! lib/feature.pm
8567 ____________________________________________________________________________
8568 [ 31240] By: craigb                                on 2007/05/20  01:00:31
8569         Log: Make VMS's home-grown glob() recognize a directory even without
8570              tell-tale punctuation.
8571      Branch: perl
8572            ! vms/vms.c
8573 ____________________________________________________________________________
8574 [ 31239] By: craigb                                on 2007/05/19  01:00:15
8575         Log: Various mro updates from Brandon Black. References:
8576              <84621a60705111347q40f9dd9ciefa9468e9ff9ca6c@mail.gmail.com>
8577              <84621a60705121458i34ff361fh9166e8558781df41@mail.gmail.com>
8578              <84621a60705141111q70ed307r9181dfc2834a8f5c@mail.gmail.com>
8579              <84621a60705160937h53946fcfg70635908302724e8@mail.gmail.com>
8580      Branch: perl
8581            + t/mro/pkg_gen.t
8582            ! MANIFEST hv.h lib/mro.pm mg.c mro.c sv.c t/mro/basic.t
8583 ____________________________________________________________________________
8584 [ 31238] By: craigb                                on 2007/05/18  22:48:12
8585         Log: Subject: [PATCH] threads 1.62
8586              From: "Jerry D. Hedden" <jdhedden@cpan.org>
8587              Date: Thu, 17 May 2007 12:21:46 -0400
8588              Message-ID: <1ff86f510705170921g77d87898ye2c081fc0df53a9e@mail.gmail.com>
8589      Branch: perl
8590            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
8591            ! ext/threads/t/free.t ext/threads/t/free2.t
8592            ! ext/threads/t/kill.t ext/threads/t/thread.t
8593            ! ext/threads/threads.pm ext/threads/threads.xs
8594 ____________________________________________________________________________
8595 [ 31237] By: craigb                                on 2007/05/18  22:01:51
8596         Log: Subject: [PATCH] Unicode::UCD: add general category and bidi type interfaces
8597              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
8598              Date: Fri, 18 May 2007 03:45:29 +0300 (EEST)
8599              Message-Id: <200705180045.l4I0jTeI221780@kosh.hut.fi>
8600      Branch: perl
8601            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
8602 ____________________________________________________________________________
8603 [ 31236] By: craigb                                on 2007/05/18  21:42:56
8604         Log: When trimming long XS symbols on VMS, avoid warnings from operator
8605              precedence mistakes, but for now give the same symbol mangling
8606              results as before.
8607      Branch: perl
8608            ! vms/ext/XSSymSet.pm
8609 ____________________________________________________________________________
8610 [ 31235] By: steveh                                on 2007/05/18  10:46:57
8611         Log: Upgrade to Win32-0.29
8612      Branch: perl
8613            + ext/Win32/longpath.inc ext/Win32/t/CreateFile.t
8614            + ext/Win32/t/GetCurrentThreadId.t ext/Win32/t/Unicode.t
8615            ! MANIFEST ext/Win32/Makefile.PL ext/Win32/Win32.pm
8616            ! ext/Win32/Win32.xs ext/Win32/t/GetFileVersion.t
8617 ____________________________________________________________________________
8618 [ 31234] By: steveh                                on 2007/05/17  09:19:01
8619         Log: Subject: [PATCH] todos for perl 5.12
8620              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
8621              Date: Thu, 17 May 2007 04:25:19 +0300 (EEST)
8622              Message-Id: <200705170125.l4H1PJNi198465@kosh.hut.fi>
8623              
8624              (plus a fix for 1 unescaped <>)
8625      Branch: perl
8626            ! pod/perltodo.pod
8627 ____________________________________________________________________________
8628 [ 31233] By: merijn                                on 2007/05/16  21:32:56
8629         Log: Subject: [PATCH] Re: Thread fail/hang on HP-UX 10.20
8630              From: "Jerry D. Hedden" <jdhedden@cpan.org>
8631              Date: Wed, 16 May 2007 14:18:05 -0400
8632              Message-ID: <1ff86f510705161118x55e9d18crdf376ca469f97dc7@mail.gmail.com>
8633      Branch: perl
8634            ! ext/threads/shared/Changes ext/threads/shared/shared.pm
8635            ! ext/threads/shared/t/stress.t
8636 ____________________________________________________________________________
8637 [ 31232] By: merijn                                on 2007/05/16  17:36:15
8638         Log: Subject: [PATCH] Configure (and Makefile.SH): remove ODBM_File early if c++ (this time even with the Configure bits)
8639              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
8640              Date: Wed, 16 May 2007 05:33:14 +0300 (EEST)
8641              Message-Id: <200705160233.l4G2XEET143034@kosh.hut.fi>
8642      Branch: perl
8643            ! Configure Makefile.SH
8644 ____________________________________________________________________________
8645 [ 31230] By: steveh                                on 2007/05/16  16:41:48
8646         Log: DynaLoader doesn't seem to need -DPERL_CORE, and no other extensions
8647              are compiled with it, so let's see if we can get away with removing
8648              it. Revert this change if it causes black smoke!
8649      Branch: perl
8650            ! ext/DynaLoader/Makefile.PL
8651 ____________________________________________________________________________
8652 [ 31229] By: steveh                                on 2007/05/16  08:26:09
8653         Log: A more general fix to non-threaded static extension build problems
8654              than #31220 was.
8655      Branch: perl
8656            ! ext/Win32CORE/Makefile.PL lib/ExtUtils/MM_Win32.pm
8657 ____________________________________________________________________________
8658 [ 31228] By: steveh                                on 2007/05/16  07:32:20
8659         Log: Remove comment added by #31218 since the rest of that change was
8660              reverted by #31224
8661      Branch: perl
8662            ! op.h
8663 ____________________________________________________________________________
8664 [ 31227] By: stevep                                on 2007/05/16  03:39:44
8665         Log: Subject: [PATCH] DBM_Filter test: use std test preamble
8666              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
8667              Date: Wed, 16 May 2007 05:29:17 +0300 (EEST)
8668              Message-Id: <200705160229.l4G2THSE421947@kosh.hut.fi>
8669      Branch: perl
8670            ! lib/DBM_Filter/t/01error.t
8671 ____________________________________________________________________________
8672 [ 31226] By: craigb                                on 2007/05/16  03:08:51
8673         Log: Better suppression of Threads build (probably still needed on 5.8.x)
8674      Branch: perl
8675            ! configure.com
8676 ____________________________________________________________________________
8677 [ 31225] By: davem                                 on 2007/05/15  21:51:03
8678         Log: change 31200 broke src filters used within an eval
8679              eg BEGIN { eval q(use MyFilter) } would ignore the filter
8680      Branch: perl
8681            ! toke.c
8682 ____________________________________________________________________________
8683 [ 31224] By: stevep                                on 2007/05/15  18:56:23
8684         Log: Move pmop.op_pmflags back to its previous location.  The move in
8685              change #31218 was causing segfaults in miniperl on 32-bit
8686              environments.
8687      Branch: perl
8688            ! op.h
8689 ____________________________________________________________________________
8690 [ 31222] By: stevep                                on 2007/05/15  17:21:30
8691         Log: Subject: [PATCH] Math::BigInt v1.87
8692              From: Tels <nospam-abuse@bloodgate.com>
8693              Date: Sun, 13 May 2007 14:34:11 +0000
8694              Message-Id: <200705131434.11992@bloodgate.com>
8695              
8696              Subject: Re: [PATCH] Math::BigInt v1.87 (take 2)
8697              From: Tels <nospam-abuse@bloodgate.com>
8698              Date: Mon, 14 May 2007 15:41:36 +0000
8699              Message-Id: <200705141541.40678@bloodgate.com>
8700              
8701              Subject: Re: [PATCH] Math::BigInt v1.87 (take 3)
8702              From: Tels <nospam-abuse@bloodgate.com>
8703              Date: Tue, 15 May 2007 19:02:54 +0000
8704              Message-Id: <200705151902.57372@bloodgate.com>
8705      Branch: perl
8706            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
8707            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
8708            ! lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/config.t
8709 ____________________________________________________________________________
8710 [ 31221] By: steveh                                on 2007/05/15  15:45:50
8711         Log: Subject: [PATCH] Win32CORE.c needed windows.h
8712              From: "Jerry D. Hedden" <jdhedden@cpan.org>
8713              Date: Tue, 15 May 2007 09:10:00 -0400
8714              Message-ID: <1ff86f510705150609l1c178629i97091adbd02b6463@mail.gmail.com>
8715              
8716              (plus a #define to save windows.h pulling in so much stuff.)
8717              
8718              Fixes a build error on Cygwin caused by #31214.
8719      Branch: perl
8720            ! ext/Win32CORE/Win32CORE.c
8721 ____________________________________________________________________________
8722 [ 31220] By: steveh                                on 2007/05/15  08:19:56
8723         Log: Subject: RE: Smoke summary results for maint and current on Win32
8724              From: "Jan Dubois" <jand@activestate.com>
8725              Date: Mon, 14 May 2007 14:58:19 -0700
8726              Message-ID: <013401c79672$fbbdb320$f3391960$@com>
8727              
8728              Fixes non-threaded builds on Win32 (which had warnings with VC and
8729              errors with GCC) by compiling the statically linked extension
8730              Win32CORE with -DPERLDLL.
8731              
8732              The same fix should be applied more generally to all statically
8733              linked extensions so a further change may be forthcoming, but this
8734              at least gets the standard non-threaded build working again.
8735      Branch: perl
8736            ! ext/Win32CORE/Makefile.PL
8737 ____________________________________________________________________________
8738 [ 31219] By: steveh                                on 2007/05/15  08:15:32
8739         Log: Subject: RE: [perl #42925] Win32::GetLastError fails when first called
8740              From: "Jan Dubois" <jand@activestate.com>
8741              Date: Mon, 14 May 2007 15:18:22 -0700
8742              Message-ID: <014e01c79675$c8bfc6e0$5a3f54a0$@com>
8743              
8744              Improved test: make sure that Win32 isn't already loaded when you call
8745              Win32::GetLastError()
8746      Branch: perl
8747            ! ext/Win32CORE/t/win32core.t
8748 ____________________________________________________________________________
8749 [ 31218] By: nicholas                              on 2007/05/15  07:36:57
8750         Log: BASEOP isn't an exact multiple of 8 bytes, so reordering pmop and cop
8751              to put a 32 bit member first elimiates structure padding on LP64.
8752      Branch: perl
8753            ! cop.h op.h
8754 ____________________________________________________________________________
8755 [ 31217] By: nicholas                              on 2007/05/14  22:32:16
8756         Log: PERL_IMPLICIT_CONTEXT is usually defined for threads, so assume that
8757              its int needs a friend under LP64.
8758              gcc -Wpaddedspotted padding I'd missed in thrdvar.h
8759      Branch: perl
8760            ! intrpvar.h thrdvar.h
8761 ____________________________________________________________________________
8762 [ 31216] By: nicholas                              on 2007/05/14  22:16:04
8763         Log: Subject: [PATCH] threads::shared 1.11
8764              From: "Jerry D. Hedden" <jdhedden@cpan.org>
8765              Message-ID: <1ff86f510705140517n1c140d96nca36667bcbbc27f@mail.gmail.com>
8766              Date: Mon, 14 May 2007 08:17:51 -0400
8767      Branch: perl
8768            ! ext/threads/shared/Changes ext/threads/shared/README
8769            ! ext/threads/shared/shared.pm
8770 ____________________________________________________________________________
8771 [ 31215] By: steveh                                on 2007/05/14  16:56:22
8772         Log: Test for [perl #42925], which was fixed by #31214
8773      Branch: perl
8774            ! ext/Win32CORE/t/win32core.t
8775 ____________________________________________________________________________
8776 [ 31214] By: steveh                                on 2007/05/14  16:54:30
8777         Log: Subject: RE: [perl #42925] Win32::GetLastError fails when first called 
8778              From: "Jan Dubois" <jand@activestate.com>
8779              Date: Fri, 11 May 2007 16:55:17 -0700
8780              Message-ID: <02bd01c79427$d36140b0$7a23c210$@com>
8781      Branch: perl
8782            ! ext/Win32CORE/Win32CORE.c
8783 ____________________________________________________________________________
8784 [ 31213] By: steveh                                on 2007/05/14  16:22:04
8785         Log: Older versions of windres interpret "-I" as the input format,
8786              so use the long option name "--include-dir" instead.
8787      Branch: perl
8788            ! win32/makefile.mk
8789 ____________________________________________________________________________
8790 [ 31212] By: stevep                                on 2007/05/13  16:47:40
8791         Log: Upgrade to Encode-2.21
8792      Branch: perl
8793            + ext/Encode/lib/Encode/MIME/Name.pm ext/Encode/t/mime-name.t
8794            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Encode.xs
8795            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
8796            ! ext/Encode/lib/Encode/Encoding.pm
8797 ____________________________________________________________________________
8798 [ 31211] By: stevep                                on 2007/05/13  16:35:02
8799         Log: Subject: [PATCH] Restore Windows NT support
8800              From: "Jan Dubois" <jand@activestate.com>
8801              Date: Fri, 11 May 2007 18:25:39 -0700
8802              Message-ID: <02d101c79434$743be100$5cb3a300$@com>
8803      Branch: perl
8804            ! win32/perllib.c win32/vdir.h win32/win32.c
8805 ____________________________________________________________________________
8806 [ 31209] By: davem                                 on 2007/05/13  01:17:42
8807         Log: fix some (mostly MAD) compiler warnings
8808      Branch: perl
8809            ! perly.act perly.tab perly.y toke.c
8810 ____________________________________________________________________________
8811 [ 31208] By: davem                                 on 2007/05/12  22:44:02
8812         Log: Give the 'local' declarator a new key, such that 'local our'
8813              declaration don't have multiple 'd' keys.
8814              
8815              Subject:  [PATCH] mad: different key for the locale declarator
8816              From:  Gerard Goossen <gerard@tty.nl>
8817              Date:    Tue May 8 17:42:45 2007 +0200
8818              Message-Id:  <20070508171125.GI17043@ostwald>
8819      Branch: perl
8820            ! mad/Nomad.pm op.h perly.act perly.y
8821 ____________________________________________________________________________
8822 [ 31207] By: davem                                 on 2007/05/12  22:43:01
8823         Log: move the logic of combining '_' and '#' with the previous logic
8824              from Nomad.pm to dump.c. So they are already combined in the XML
8825              dump.
8826              
8827              Subject:  [PATCH] mad: combine whitespace keys '_' '#' in dump.c instead of Nomad.pm
8828              From:  Gerard Goossen <gerard@tty.nl>
8829              Date:    Sun Mar 25 13:36:31 2007 +0200
8830              Message-Id:  <20070508170341.GH17043@ostwald>
8831      Branch: perl
8832            ! dump.c mad/Nomad.pm
8833 ____________________________________________________________________________
8834 [ 31206] By: davem                                 on 2007/05/12  22:42:09
8835         Log: Subject:  [PATCH] Disable slurping assigned of split when PL_madskills
8836              From:  Gerard Goossen <gerard@tty.nl>
8837              Date:    Tue May 8 15:15:09 2007 +0200
8838              Message-Id:  <20070508164400.GA15860@ostwald>
8839      Branch: perl
8840            ! mad/Nomad.pm op.c op.h
8841 ____________________________________________________________________________
8842 [ 31205] By: davem                                 on 2007/05/12  22:41:17
8843         Log: Subject:  [PATCH] Disable !a&&b, !b||a optimalization when PL_madskills
8844              From:  Gerard Goossen <gerard@tty.nl>
8845              Date:    Tue May 8 16:09:17 2007 +0200
8846              Message-Id:  <20070508164556.GB15860@ostwald>
8847      Branch: perl
8848            ! op.c
8849 ____________________________________________________________________________
8850 [ 31204] By: davem                                 on 2007/05/12  22:40:05
8851         Log: Disable operator target setting for 'my' variables (OPpTARGET_MY)
8852              when madskills is active. Remove the p55 code required for dealing
8853              with the optimized tree.
8854              
8855              Subject:  [PATCH] disable operator with target my when madskills enabled
8856              From:  Gerard Goossen <gerard@tty.nl>
8857              Date:    Thu Apr 19 15:31:27 2007 +0200
8858              Message-Id:  <20070419133822.GG19244@ostwald>
8859              
8860              also:
8861              
8862              Remove the just remove madprop 'M' doc
8863              
8864              Message-ID: <20070419134549.GH19244@ostwald>
8865      Branch: perl
8866            ! mad/Nomad.pm op.c op.h
8867 ____________________________________________________________________________
8868 [ 31203] By: davem                                 on 2007/05/12  22:17:40
8869         Log: move PL_in_my and PL_in_my_stash into the PL_parser struct
8870      Branch: perl
8871            ! embedvar.h intrpvar.h op.c pad.c parser.h perlapi.h perly.act
8872            ! perly.y sv.c toke.c utf8.c
8873 ____________________________________________________________________________
8874 [ 31202] By: davem                                 on 2007/05/12  20:06:41
8875         Log: eliminate a stray PL_lex_state
8876      Branch: perl
8877            ! toke.c
8878 ____________________________________________________________________________
8879 [ 31201] By: davem                                 on 2007/05/12  19:51:37
8880         Log: save old PL_curcop value in parser struct
8881      Branch: perl
8882            ! parser.h toke.c
8883 ____________________________________________________________________________
8884 [ 31200] By: davem                                 on 2007/05/12  19:21:02
8885         Log: move PL_rsfp_filters into the parser struct
8886      Branch: perl
8887            ! embed.fnc embed.h embedvar.h
8888            ! ext/Devel/PPPort/parts/inc/variables
8889            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
8890            ! intrpvar.h op.c parser.h perl.c perl.h perlapi.h perly.act
8891            ! perly.tab perly.y pp_ctl.c proto.h sv.c toke.c
8892 ____________________________________________________________________________
8893 [ 31199] By: davem                                 on 2007/05/11  23:22:24
8894         Log: move PL_rsfp into the PL_parser struct
8895              and simplify its creation and destruction
8896      Branch: perl
8897            ! embed.fnc embed.h embedvar.h
8898            ! ext/Devel/PPPort/parts/inc/variables intrpvar.h op.c parser.h
8899            ! perl.c perlapi.h pp_ctl.c proto.h sv.c toke.c
8900 ____________________________________________________________________________
8901 [ 31198] By: nicholas                              on 2007/05/10  22:32:57
8902         Log: Work around to get Unicode tests passing.
8903      Branch: perl
8904            ! ext/Unicode/Normalize/mkheader
8905 ____________________________________________________________________________
8906 [ 31197] By: stevep                                on 2007/05/10  20:34:21
8907         Log: Fix Pod nit in perlfunc
8908      Branch: perl
8909            ! pod/perlfunc.pod
8910 ____________________________________________________________________________
8911 [ 31196] By: rgs                                   on 2007/05/10  14:49:37
8912         Log: Update the *::Compress::* modules maintainers information
8913      Branch: perl
8914            ! Porting/Maintainers.pl
8915 ____________________________________________________________________________
8916 [ 31195] By: rgs                                   on 2007/05/10  13:12:38
8917         Log: Replace a call to utf8::encode by a pack/unpack combination,
8918              so that code runs under 5.6 too
8919      Branch: perl
8920            ! lib/CGI/Util.pm
8921 ____________________________________________________________________________
8922 [ 31194] By: rgs                                   on 2007/05/10  12:41:08
8923         Log: Subject: Re: Compress::Zlib, pack "C" and utf-8 [PATCH]
8924              From: Marc Lehmann <schmorp@schmorp.de>
8925              Date: Thu, 12 Apr 2007 08:41:53 +0200
8926              Message-ID: <20070412064153.GA22475@schmorp.de>
8927      Branch: perl
8928            ! ext/Encode/t/encoding.t ext/Storable/t/utf8hash.t
8929            ! ext/Unicode/Normalize/t/short.t lib/CGI/Util.pm
8930            ! pod/perlfunc.pod pp_pack.c t/op/chr.t t/op/pack.t
8931            ! t/op/utftaint.t
8932 ____________________________________________________________________________
8933 [ 31193] By: rgs                                   on 2007/05/10  10:39:13
8934         Log: New data for Unicode on older versions, thanks to Nicholas
8935              and Dave Rolsky
8936      Branch: perl
8937            ! lib/Module/CoreList.pm
8938 ____________________________________________________________________________
8939 [ 31192] By: rgs                                   on 2007/05/10  10:18:32
8940         Log: first_release() now returns the first release in the order of
8941              perl version numbers. Add a new method first_release_by_date()
8942              to keep the old behaviour available. Suggested by Michael G Schwern.
8943      Branch: perl
8944            ! lib/Module/CoreList.pm lib/Module/CoreList/t/corelist.t
8945 ____________________________________________________________________________
8946 [ 31191] By: rgs                                   on 2007/05/10  08:50:44
8947         Log: Subject: [PATCH] Fix bignum-0.21
8948              From: "Jerry D. Hedden" <jdhedden@cpan.org>
8949              Date: Wed, 9 May 2007 21:05:52 -0400
8950              Message-ID: <1ff86f510705091805n37c4137u16a35ca27810979f@mail.gmail.com>
8951      Branch: perl
8952            ! lib/bignum.pm lib/bignum/t/option_l.t
8953 ____________________________________________________________________________
8954 [ 31190] By: rgs                                   on 2007/05/10  08:39:04
8955         Log: Small fix to a previous patch on magic $<digit> variables.
8956              
8957              Subject: [PATCH]
8958              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
8959              Date: Thu, 10 May 2007 02:24:48 +0000
8960              Message-ID: <51dd1af80705091924q77c2ca23n30359779b96ab909@mail.gmail.com>
8961      Branch: perl
8962            ! mg.c
8963 ____________________________________________________________________________
8964 [ 31189] By: rgs                                   on 2007/05/10  08:27:35
8965         Log: Regarding precedence, filetest operators are the same than
8966              unary operators, but not regarding parsing and parentheses
8967              (see toke.c). Spotted by Eirik Berg Hanssen.
8968      Branch: perl
8969            ! pod/perlfunc.pod
8970 ____________________________________________________________________________
8971 [ 31188] By: steveh                                on 2007/05/10  08:09:18
8972         Log: Subject: Re: [perl #42869] Problem killing a pseudo-forked child on Win32
8973              From: Dave Mitchell <davem@iabyn.com>
8974              Date: Thu, 3 May 2007 22:39:23 +0100
8975              Message-ID: <20070503213923.GH24804@iabyn.com>
8976              
8977              Fixes the failure to kill a pseudo-forked child on Win32 described in
8978              [perl #42869], but the "Free to wrong pool" error remains
8979      Branch: perl
8980            ! win32/win32.c
8981 ____________________________________________________________________________
8982 [ 31187] By: merijn                                on 2007/05/09  22:09:24
8983         Log: Subject: [PATCH] Syntax error in Configure in blead
8984              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
8985              Date: Wed, 9 May 2007 20:30:04 +0000
8986              Message-ID: <51dd1af80705091330h1bb9b508g2154b03868b71d07@mail.gmail.com>
8987      Branch: perl
8988            ! Configure
8989 ____________________________________________________________________________
8990 [ 31185] By: rgs                                   on 2007/05/09  17:20:35
8991         Log: Subject: [PATCH] Remove unused parms in S_isa_lookup
8992              From: Andy Lester <andy@petdance.com>
8993              Date: Wed, 9 May 2007 11:49:13 -0500
8994              Message-Id: <1CBA316A-EC1D-4E8F-8DEE-35322F390358@petdance.com>
8995      Branch: perl
8996            ! embed.fnc embed.h proto.h universal.c
8997 ____________________________________________________________________________
8998 [ 31184] By: stevep                                on 2007/05/09  17:19:10
8999         Log: Partial reversion of bignum-0.21 to get tests to pass again.
9000      Branch: perl
9001            ! lib/bignum.pm lib/bignum/t/option_l.t
9002 ____________________________________________________________________________
9003 [ 31183] By: merijn                                on 2007/05/09  16:54:21
9004         Log: Typing is for secretaries
9005      Branch: perl
9006            ! Configure
9007 ____________________________________________________________________________
9008 [ 31181] By: merijn                                on 2007/05/09  16:41:01
9009         Log: Better help ; regen after backport #31114 ; RT#42886 ' in uname
9010      Branch: perl
9011            ! Configure
9012 ____________________________________________________________________________
9013 [ 31178] By: rgs                                   on 2007/05/09  15:56:57
9014         Log: Bump the version of Module::CoreList and add docs
9015              for the Unicode module name, that Merijn just added
9016      Branch: perl
9017            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
9018 ____________________________________________________________________________
9019 [ 31177] By: merijn                                on 2007/05/09  15:39:40
9020         Log: Added all traceable Unicode versions
9021      Branch: perl
9022            ! lib/Module/CoreList.pm
9023 ____________________________________________________________________________
9024 [ 31176] By: merijn                                on 2007/05/09  14:17:57
9025         Log: 1. Add Unicode UCD version; 2. sort *unique*; 3. remove win32/ext
9026      Branch: perl
9027            ! Porting/corelist.pl
9028 ____________________________________________________________________________
9029 [ 31175] By: rgs                                   on 2007/05/09  07:57:50
9030         Log: Add examples for h2xs -X, by Andy Armstrong
9031      Branch: perl
9032            ! utils/h2xs.PL
9033 ____________________________________________________________________________
9034 [ 31174] By: rgs                                   on 2007/05/09  07:53:47
9035         Log: Subject: Re: mro c3 infinite recursion problem. Attemp to free unreferenced scalar
9036              From: "Brandon Black" <blblack@gmail.com>
9037              Date: Tue, 8 May 2007 15:15:29 -0500
9038              Message-ID: <84621a60705081315hca3885duc14b8c3e44080853@mail.gmail.com>
9039      Branch: perl
9040            ! mro.c t/mro/recursion_c3.t
9041 ____________________________________________________________________________
9042 [ 31173] By: rgs                                   on 2007/05/08  22:19:21
9043         Log: Reapply patch 31028, that wasn't integrated in CPANPLUS
9044      Branch: perl
9045            ! lib/CPANPLUS/t/inc/conf.pl
9046 ____________________________________________________________________________
9047 [ 31172] By: stevep                                on 2007/05/08  16:40:51
9048         Log: Upgrade to Math-BigInt-FastCalc-0.14
9049      Branch: perl
9050            ! ext/Math/BigInt/FastCalc/FastCalc.pm
9051            ! ext/Math/BigInt/FastCalc/Makefile.PL
9052            ! ext/Math/BigInt/FastCalc/t/bigintfc.t
9053 ____________________________________________________________________________
9054 [ 31171] By: stevep                                on 2007/05/08  16:34:36
9055         Log: Upgrade to Module-Build-0.2808
9056      Branch: perl
9057            + lib/Module/Build/t/help.t lib/Module/Build/t/par.t
9058            ! MANIFEST lib/Module/Build.pm lib/Module/Build/API.pod
9059            ! lib/Module/Build/Base.pm lib/Module/Build/Compat.pm
9060            ! lib/Module/Build/Notes.pm lib/Module/Build/t/basic.t
9061            ! lib/Module/Build/t/tilde.t lib/Module/Build/t/xs.t
9062 ____________________________________________________________________________
9063 [ 31170] By: stevep                                on 2007/05/08  15:09:20
9064         Log: Upgrade to CGI.pm-3.29
9065      Branch: perl
9066            ! lib/CGI.pm lib/CGI/Changes
9067 ____________________________________________________________________________
9068 [ 31169] By: stevep                                on 2007/05/08  14:36:47
9069         Log: Upgrage to bignum-0.21 and Math-BigRat-0.19
9070      Branch: perl
9071            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
9072            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/option_l.t
9073            ! lib/bigrat.pm
9074 ____________________________________________________________________________
9075 [ 31168] By: rgs                                   on 2007/05/08  12:38:04
9076         Log: Subject: [PATCH] Update CPANPLUS to 0.79_02
9077              From: "Jos I. Boumans" <kane@dwim.org>
9078              Date: Tue, 8 May 2007 14:05:34 +0200
9079              Message-Id: <D216B250-B8FA-488E-839B-27A187BAF04C@dwim.org>
9080      Branch: perl
9081            ! lib/CPANPLUS.pm lib/CPANPLUS/Config.pm
9082            ! lib/CPANPLUS/Dist/Base.pm lib/CPANPLUS/Dist/MM.pm
9083            ! lib/CPANPLUS/Selfupdate.pm lib/CPANPLUS/Shell/Default.pm
9084            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
9085            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
9086            ! r-0.01.tar.gz.packed
9087            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
9088            ! tar.gz.packed
9089            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
9090            ! tar.gz.packed
9091            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
9092            ! r.gz.packed
9093            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
9094            ! tar.gz.packed
9095            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
9096            ! r.gz.packed
9097            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
9098            ! cked
9099            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
9100            ! lib/CPANPLUS/t/inc/conf.pl
9101 ____________________________________________________________________________
9102 [ 31167] By: rgs                                   on 2007/05/08  12:32:15
9103         Log: Subject: [PATCH] more consting
9104              From: andy@petdance.com (Andy Lester)
9105              Date: Mon, 7 May 2007 11:34:16 -0500
9106              Message-ID: <20070507163416.GA6187@petdance.com>
9107      Branch: perl
9108            ! hv.c mg.c mro.c sv.c
9109 ____________________________________________________________________________
9110 [ 31166] By: rgs                                   on 2007/05/07  15:39:49
9111         Log: Subject: Sync Tie::RefHash with CPAN (1.37)
9112              From: Yuval Kogman <nothingmuch@woobling.org>
9113              Date: Mon, 7 May 2007 18:35:08 +0300
9114              Message-ID: <20070507153508.GZ17982@woobling.org>
9115      Branch: perl
9116            ! lib/Tie/RefHash.pm lib/Tie/RefHash/threaded.t
9117 ____________________________________________________________________________
9118 [ 31165] By: nicholas                              on 2007/05/07  15:35:56
9119         Log: bytecode.pl:        Exterminate!
9120              ext/B/B/Asmdata.pm: Exterminate!
9121      Branch: perl
9122            - bytecode.pl ext/B/B/Asmdata.pm
9123            ! MANIFEST regen.pl vms/descrip_mms.template
9124 ____________________________________________________________________________
9125 [ 31164] By: nicholas                              on 2007/05/07  14:53:05
9126         Log: Given that @optype and @specialsv_name are hard coded tables, it seems
9127              more logical for them to be in B.pm, rather than in the "boilerplate"
9128              for the machine generated B/Asmdata.pm
9129      Branch: perl
9130            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Debug.pm
9131            ! ext/B/B/Terse.pm
9132 ____________________________________________________________________________
9133 [ 31163] By: rgs                                   on 2007/05/07  13:38:24
9134         Log: Fix [perl #42163] "use base" masks $SIG{__DIE__}
9135              adapted from a patch by Michael G Schwern
9136      Branch: perl
9137            ! lib/base.pm
9138 ____________________________________________________________________________
9139 [ 31159] By: rgs                                   on 2007/05/07  09:47:00
9140         Log: Upgrade to Math::BigInt 1.86
9141      Branch: perl
9142            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
9143            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
9144            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
9145            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
9146            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
9147            ! lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/bigroot.t
9148            ! lib/Math/BigInt/t/lib_load.t lib/Math/BigInt/t/mbi_rand.t
9149            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
9150            ! lib/Math/BigInt/t/with_sub.t
9151 ____________________________________________________________________________
9152 [ 31158] By: craigb                                on 2007/05/05  23:53:58
9153         Log: Archive::Extract test tries to do the logically impossible.
9154      Branch: perl
9155            ! lib/Archive/Extract/t/01_Archive-Extract.t
9156 ____________________________________________________________________________
9157 [ 31157] By: craigb                                on 2007/05/05  23:44:01
9158         Log: Make ppptools.pl allow a trailing dot in filenames for VMS.
9159      Branch: perl
9160            ! ext/Devel/PPPort/parts/ppptools.pl
9161 ____________________________________________________________________________
9162 [ 31156] By: craigb                                on 2007/05/05  23:42:42
9163         Log: Some filename dot and extension help for Module::Build on VMS.
9164      Branch: perl
9165            ! lib/Module/Build/Base.pm lib/Module/Build/Platform/VMS.pm
9166 ____________________________________________________________________________
9167 [ 31154] By: davem                                 on 2007/05/05  17:38:12
9168         Log: move PL_lex_state into the PL_parser struct
9169      Branch: perl
9170            ! embedvar.h intrpvar.h mg.c op.c parser.h perl.c perlapi.h
9171            ! pp_ctl.c sv.c toke.c
9172 ____________________________________________________________________________
9173 [ 31153] By: nicholas                              on 2007/05/05  17:35:22
9174         Log: Tweak change 30841 so that B works on maint too.
9175      Branch: perl
9176            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/t/concise-xs.t
9177 ____________________________________________________________________________
9178 [ 31152] By: nicholas                              on 2007/05/05  13:26:28
9179         Log: Shuffling PL_gensym saves 8 bytes on LP64 systems.
9180      Branch: perl
9181            ! intrpvar.h
9182 ____________________________________________________________________________
9183 [ 31148] By: davem                                 on 2007/05/05  00:49:51
9184         Log: migrate more variables to PL_parser struct:
9185              PL_nexttoke PL_curforce PL_nextval PL_nexttype
9186      Branch: perl
9187            ! embedvar.h intrpvar.h parser.h perlapi.h sv.c toke.c
9188 ____________________________________________________________________________
9189 [ 31147] By: davem                                 on 2007/05/04  22:18:42
9190         Log: move some more variables into the PL_parser struct:
9191              PL_bufptr PL_oldbufptr PL_oldoldbufptr
9192              PL_linestart PL_bufend
9193              PL_last_uni PL_last_lop PL_last_lop_op
9194      Branch: perl
9195            ! embedvar.h intrpvar.h op.c parser.h perl.h perlapi.h sv.c
9196            ! toke.c
9197 ____________________________________________________________________________
9198 [ 31142] By: rgs                                   on 2007/05/04  15:33:22
9199         Log: Add a few manpages to Maintainers.pl
9200      Branch: perl
9201            ! Porting/Maintainers.pl
9202 ____________________________________________________________________________
9203 [ 31141] By: rgs                                   on 2007/05/04  14:45:09
9204         Log: Add CPANPLUS to Maintainers.pl
9205      Branch: perl
9206            ! Porting/Maintainers.pl
9207 ____________________________________________________________________________
9208 [ 31140] By: rgs                                   on 2007/05/04  14:33:07
9209         Log: Subject: [PATCH] Add CPANPLUS::Dist::Build to the core
9210              From: "Jos I. Boumans" <kane@dwim.org>
9211              Date: Fri, 4 May 2007 14:41:39 +0200
9212              Message-Id: <58AAEC18-D5B6-4840-9FA5-B121D95446A3@dwim.org>
9213      Branch: perl
9214            + lib/CPANPLUS/Dist/Build.pm
9215            + lib/CPANPLUS/Dist/Build/Constants.pm
9216            + lib/CPANPLUS/Dist/Build/t/01_CPANPLUS-Dist-Build-Constants.t
9217            + lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t
9218            + lib/CPANPLUS/Dist/Build/t/inc/conf.pl
9219            + lib/CPANPLUS/Dist/Build/t/src/noxs/Foo-Bar-0.01.tar.gz.packed
9220            + lib/CPANPLUS/Dist/Build/t/src/xs/Foo-Bar-0.01.tar.gz.packed
9221            ! MANIFEST
9222 ____________________________________________________________________________
9223 [ 31139] By: rgs                                   on 2007/05/04  14:17:54
9224         Log: A patch from ExtUtils::CBuilder::Base from :
9225              
9226              Subject: [PATCH] Add CPANPLUS::Dist::Build to the core
9227              From: "Jos I. Boumans" <kane@dwim.org>
9228              Date: Fri, 4 May 2007 14:41:39 +0200
9229              Message-Id: <58AAEC18-D5B6-4840-9FA5-B121D95446A3@dwim.org>
9230      Branch: perl
9231            ! lib/ExtUtils/CBuilder/Base.pm
9232 ____________________________________________________________________________
9233 [ 31138] By: rgs                                   on 2007/05/04  14:02:26
9234         Log: Subject: [perl #42844] careless use of gethostbyname() in Socket.xs 
9235              From: kan@dcit.cz (via RT) <perlbug-followup@perl.org>
9236              Date: Tue, 01 May 2007 09:17:22 -0700
9237              Message-ID: <rt-3.6.HEAD-6655-1178036242-364.42844-75-0@perl.org>
9238      Branch: perl
9239            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
9240 ____________________________________________________________________________
9241 [ 31137] By: rgs                                   on 2007/05/04  13:21:53
9242         Log: Subject: [PATCH] Documentation fixes for EGID/GID confusion
9243              From: David Leadbeater <dgl@dgl.cx>
9244              Date: Thu, 3 May 2007 18:27:13 +0100
9245              Message-ID: <20070503172713.GA23180@sirius.otherwize.co.uk>
9246      Branch: perl
9247            ! ext/POSIX/POSIX.pod pod/perlvar.pod
9248 ____________________________________________________________________________
9249 [ 31136] By: davem                                 on 2007/05/04  09:18:05
9250         Log: toke.c changes missed from change #31134
9251      Branch: perl
9252            ! toke.c
9253 ____________________________________________________________________________
9254 [ 31135] By: davem                                 on 2007/05/04  00:57:20
9255         Log: eliminate PL_bufend from util.c (missed from #30820)
9256      Branch: perl
9257            ! util.c
9258 ____________________________________________________________________________
9259 [ 31134] By: davem                                 on 2007/05/04  00:41:51
9260         Log: move PL_expect and PL_copline into the PL_parser structure
9261      Branch: perl
9262            ! embedvar.h ext/Devel/PPPort/parts/inc/variables intrpvar.h
9263            ! op.c parser.h perlapi.h perly.act perly.y sv.c
9264 ____________________________________________________________________________
9265 [ 31132] By: steveh                                on 2007/05/03  17:17:01
9266         Log: Fix breakages caused by #31130:
9267              report_uninit was not exported on Win32 and
9268              my_reg_numbered_buff_length had wrong prototype
9269      Branch: perl
9270            ! embed.fnc embed.h ext/re/re.xs global.sym proto.h
9271 ____________________________________________________________________________
9272 [ 31131] By: steveh                                on 2007/05/03  16:41:29
9273         Log: Silence some VC6 compiler warnings in the regex code
9274      Branch: perl
9275            ! embed.fnc ext/re/re.xs proto.h regcomp.c
9276 ____________________________________________________________________________
9277 [ 31130] By: rgs                                   on 2007/05/03  16:04:13
9278         Log: Subject: [PATCH] FETCH/STORE/LENGTH callbacks for numbered capture variables
9279              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
9280              Date: Tue, 1 May 2007 23:58:44 +0000
9281              Message-ID: <51dd1af80705011658g1156e14cw4d2b21a8d772ed41@mail.gmail.com>
9282      Branch: perl
9283            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h global.sym gv.c
9284            ! mg.c perl.h pod/perlreapi.pod proto.h regcomp.c regcomp.h
9285            ! regexp.h t/op/tr.t universal.c
9286 ____________________________________________________________________________
9287 [ 31127] By: nicholas                              on 2007/05/03  14:45:32
9288         Log: Move PL_delayedisa into a better spot in the interpreter structure.
9289      Branch: perl
9290            ! thrdvar.h
9291 ____________________________________________________________________________
9292 [ 31126] By: rgs                                   on 2007/05/03  14:30:49
9293         Log: Subject: [PATCH] Add John Peacock as maintainer of version.pm
9294              From: Gerard Goossen <gerard@tty.nl>
9295              Date: Thu, 3 May 2007 16:23:58 +0200
9296              Message-ID: <20070503142358.GE27210@ostwald>
9297      Branch: perl
9298            ! Porting/Maintainers.pl
9299 ____________________________________________________________________________
9300 [ 31125] By: nicholas                              on 2007/05/03  14:23:14
9301         Log: Initialise PL_delayedisa on thread clone.
9302      Branch: perl
9303            ! sv.c
9304 ____________________________________________________________________________
9305 [ 31124] By: rgs                                   on 2007/05/03  13:35:18
9306         Log: Subject: [PATCH lib/ExtUtils/t/MM_Unix.t]  Fix warning.
9307              From: Abigail <abigail@abigail.be>
9308              Date: Tue, 24 Apr 2007 00:37:15 +0200
9309              Message-ID: <20070423223715.GB544@abigail.nl>
9310      Branch: perl
9311            ! lib/ExtUtils/t/MM_Unix.t
9312 ____________________________________________________________________________
9313 [ 31123] By: rgs                                   on 2007/05/03  09:30:08
9314         Log: Subject: The revenge of the consts
9315              From: andy@petdance.com (Andy Lester)
9316              Date: Thu, 3 May 2007 00:45:54 -0500
9317              Message-ID: <20070503054554.GA30975@petdance.com>
9318      Branch: perl
9319            ! av.c embed.fnc numeric.c proto.h regcomp.c
9320 ____________________________________________________________________________
9321 [ 31122] By: rgs                                   on 2007/05/03  09:24:47
9322         Log: Subject: Re: mro status, etc
9323              From: "Brandon Black" <blblack@gmail.com>
9324              Date: Mon, 30 Apr 2007 16:45:54 -0500
9325              Message-ID: <84621a60704301445y37e9b05ey235210a8e5547cc1@mail.gmail.com>
9326      Branch: perl
9327            ! embedvar.h lib/mro.pm mg.c perlapi.h pp_hot.c
9328            ! t/mro/recursion_c3.t t/mro/recursion_dfs.t thrdvar.h
9329 ____________________________________________________________________________
9330 [ 31121] By: steveh                                on 2007/05/03  07:51:17
9331         Log: Fix a CPANPLUS test that fails when run on a read-only source tree
9332              (such as a p4 client repository)
9333      Branch: perl
9334            ! lib/CPANPLUS/Internals.pm lib/CPANPLUS/Internals/Source.pm
9335 ____________________________________________________________________________
9336 [ 31120] By: nicholas                              on 2007/05/02  16:26:24
9337         Log: Get PERL_OLD_COPY_ON_WRITE passing all tests, apart from
9338              ext/Compress/Raw/Zlib/t/07bufsize.t
9339              which still puzzles me.
9340      Branch: perl
9341            ! regcomp.c
9342 ____________________________________________________________________________
9343 [ 31119] By: rgs                                   on 2007/05/02  15:32:38
9344         Log: Subject: [perl #42839] Swatch hash cache has key mismatch 
9345              From: Jonathan Steinert (via RT) <perlbug-followup@perl.org>
9346              Date: Tue, 01 May 2007 05:18:52 -0700
9347              Message-ID: <rt-3.6.HEAD-30557-1178021932-1416.42839-75-0@perl.org>
9348      Branch: perl
9349            + t/uni/cache.t
9350            ! MANIFEST lib/utf8_heavy.pl
9351 ____________________________________________________________________________
9352 [ 31118] By: rgs                                   on 2007/05/02  14:28:45
9353         Log: Subject: [PATCH] tweak some regexp params to avoid warnings
9354              From: demerphq <demerphq@gmail.com>
9355              Date: Tue, 1 May 2007 23:46:40 +0200
9356              Message-ID: <9b18b3110705011446h2113221cndf70af928d72505@mail.gmail.com>
9357      Branch: perl
9358            ! embed.fnc perl.h proto.h regexec.c regexp.h
9359 ____________________________________________________________________________
9360 [ 31117] By: rgs                                   on 2007/05/02  12:42:04
9361         Log: Upgrade to XSLoader 0.08
9362      Branch: perl
9363            ! ext/DynaLoader/XSLoader_pm.PL
9364 ____________________________________________________________________________
9365 [ 31116] By: rgs                                   on 2007/05/02  12:17:22
9366         Log: Subject: [PATCH] When FETCHSIZE returns <0 perl segfaults
9367              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
9368              Date: Tue, 1 May 2007 21:06:47 +0000
9369              Message-ID: <51dd1af80705011406j7897772bm58e9c770183ef3ed@mail.gmail.com>
9370      Branch: perl
9371            ! mg.c pod/perldiag.pod t/op/tiearray.t
9372 ____________________________________________________________________________
9373 [ 31115] By: steveh                                on 2007/05/02  11:22:19
9374         Log: Fix threaded builds (broken by change #31112)
9375      Branch: perl
9376            ! embed.fnc embed.h proto.h util.c
9377 ____________________________________________________________________________
9378 [ 31114] By: steveh                                on 2007/05/02  08:43:08
9379         Log: Subject: [PATCH-revised] Remove ext/Thread
9380              From: "Jerry D. Hedden" <jdhedden@cpan.org>
9381              Date: Mon, 30 Apr 2007 17:06:28 -0400
9382              Message-ID: <1ff86f510704301406t6373912ame78fea5c7a148cf4@mail.gmail.com>
9383      Branch: perl
9384            - ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/Queue.pmx
9385            - ext/Thread/README ext/Thread/README.threads
9386            - ext/Thread/Semaphore.pmx ext/Thread/Thread.xs
9387            - ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
9388            - ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
9389            - ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
9390            - ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
9391            - ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
9392            - ext/Thread/unsync.tx ext/Thread/unsync2.tx
9393            - ext/Thread/unsync3.tx ext/Thread/unsync4.tx
9394            ! Configure Cross/config.sh-arm-linux INSTALL MANIFEST
9395            ! NetWare/Makefile NetWare/config.wc Porting/config.sh
9396            ! hints/vmesa.sh lib/Carp/Heavy.pm perl.h plan9/config_sh.sample
9397            ! pod/perlmodlib.pod pod/perlothrtut.pod pod/perlthrtut.pod
9398            ! toke.c win32/Makefile win32/Makefile.ce
9399            ! win32/ce-helpers/cecopy-lib.pl win32/config.bc win32/config.ce
9400            ! win32/config.gc win32/config.vc win32/config.vc64
9401            ! win32/config_sh.PL win32/makefile.mk
9402 ____________________________________________________________________________
9403 [ 31113] By: stevep                                on 2007/05/01  18:20:02
9404         Log: Fixing a Perl_my_dirfd() related test failure.
9405      Branch: perl
9406            ! t/op/chdir.t
9407 ____________________________________________________________________________
9408 [ 31112] By: stevep                                on 2007/05/01  15:32:15
9409         Log: Add Perl_my_dirfd() to util.c
9410      Branch: perl
9411            ! doio.c embed.fnc embed.h global.sym handy.h pp_sys.c proto.h
9412            ! t/op/stat.t util.c
9413 ____________________________________________________________________________
9414 [ 31111] By: rgs                                   on 2007/05/01  11:50:36
9415         Log: Subject: Re: [PATCH] Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE and unicode tr18
9416              From: demerphq <demerphq@gmail.com>
9417              Date: Tue, 1 May 2007 12:35:37 +0200
9418              Message-ID: <9b18b3110705010335w1924941ep3eb925a3ed597604@mail.gmail.com>
9419      Branch: perl
9420            ! regcomp.c
9421 ____________________________________________________________________________
9422 [ 31110] By: rgs                                   on 2007/04/30  15:34:29
9423         Log: Two new manpages, by Abigail
9424      Branch: perl
9425            + pod/perlrebackslash.pod pod/perlrecharclass.pod
9426            ! MANIFEST pod.lst pod/perl.pod vms/descrip_mms.template
9427            ! win32/pod.mak
9428 ____________________________________________________________________________
9429 [ 31109] By: rgs                                   on 2007/04/30  12:21:50
9430         Log: Signedness nit, found by Jarkko
9431      Branch: perl
9432            ! regexec.c
9433 ____________________________________________________________________________
9434 [ 31108] By: rgs                                   on 2007/04/30  10:18:15
9435         Log: Subject: [PATCH] make mad/PLXML.pm use strict
9436              From: Gerard Goossen <gerard@tty.nl>
9437              Date: Thu, 19 Apr 2007 14:56:13 +0200
9438              Message-ID: <20070419125613.GF19244@ostwald>
9439      Branch: perl
9440            ! mad/PLXML.pm
9441 ____________________________________________________________________________
9442 [ 31107] By: rgs                                   on 2007/04/30  09:22:58
9443         Log: Subject: Re: mro status, etc
9444              From: "Brandon Black" <blblack@gmail.com>
9445              Date: Sun, 29 Apr 2007 17:27:03 -0500
9446              Message-ID: <84621a60704291527y1b39be37l221ef66e4c828f66@mail.gmail.com>
9447      Branch: perl
9448            ! embedvar.h gv.c hv.c hv.h intrpvar.h lib/mro.pm mg.c mro.c
9449            ! op.c perl.c perlapi.h pod/perlapi.pod pod/perlboot.pod
9450            ! pod/perlobj.pod pod/perltoot.pod pp.c pp_hot.c scope.c sv.c
9451            ! t/mro/method_caching.t universal.c
9452 ____________________________________________________________________________
9453 [ 31106] By: rgs                                   on 2007/04/30  08:42:44
9454         Log: Subject: Re: [PATCH] Cleanup of the regexp API
9455              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
9456              Date: Fri, 27 Apr 2007 02:22:25 +0000
9457              Message-ID: <51dd1af80704261922j3db0615wa86ccc4cb65b2713@mail.gmail.com>
9458      Branch: perl
9459            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h global.sym
9460            ! perl.h pod/perlreapi.pod pp_hot.c proto.h regcomp.c regcomp.h
9461            ! regexec.c regexp.h
9462 ____________________________________________________________________________
9463 [ 31105] By: craigb                                on 2007/04/28  16:06:01
9464         Log: VMS-specific tweak to FindBin for when $0 returns a unix-style filespec.
9465      Branch: perl
9466            ! lib/FindBin.pm
9467 ____________________________________________________________________________
9468 [ 31104] By: craigb                                on 2007/04/28  14:28:00
9469         Log: Don't try to build old Thread extension on VMS when -Duseithreads
9470              has been chosen.
9471      Branch: perl
9472            ! configure.com
9473 ____________________________________________________________________________
9474 [ 31103] By: steveh                                on 2007/04/27  17:12:05
9475         Log: Do the same as #31095 for Win32
9476      Branch: perl
9477            ! win32/FindExt.pm
9478 ____________________________________________________________________________
9479 [ 31102] By: rgs                                   on 2007/04/27  14:19:15
9480         Log: Subject: Re: Analysis of problems with mixed encoding case insensitive matches in regex engine.
9481              From: demerphq <demerphq@gmail.com>
9482              Date: Fri, 27 Apr 2007 16:09:56 +0200
9483              Message-ID: <9b18b3110704270709y50ef652ci436b3bb29abca275@mail.gmail.com>
9484      Branch: perl
9485            ! Porting/regcharclass.pl regcharclass.h regcomp.c regexec.c
9486            ! t/op/pat.t win32/Makefile
9487 ____________________________________________________________________________
9488 [ 31101] By: rgs                                   on 2007/04/27  13:10:06
9489         Log: Reindent bash functions properly
9490      Branch: perl
9491            ! pod/perlhack.pod
9492 ____________________________________________________________________________
9493 [ 31098] By: rgs                                   on 2007/04/27  07:56:05
9494         Log: Subject: [PATCH] Cargo-cult fix for an AIX build problem
9495              From: "Jan Dubois" <jand@activestate.com>
9496              Date: Thu, 26 Apr 2007 17:02:01 -0700
9497              Message-ID: <048b01c7885f$48862510$d9926f30$@com>
9498      Branch: perl
9499            ! Makefile.SH
9500 ____________________________________________________________________________
9501 [ 31097] By: rgs                                   on 2007/04/27  07:55:34
9502         Log: Fix a signed/unsigned comparison warning
9503      Branch: perl
9504            ! regexec.c
9505 ____________________________________________________________________________
9506 [ 31096] By: merijn                                on 2007/04/27  06:16:02
9507         Log: More up-to-date info about the metaunits
9508      Branch: perl
9509            ! Porting/pumpkin.pod
9510 ____________________________________________________________________________
9511 [ 31095] By: merijn                                on 2007/04/27  06:03:52
9512         Log: Subject: [PATCH] special Configure handling for IO/Compress modules no longer needed
9513              From: "Craig A. Berry" <craigberry@mac.com>
9514              Date: Thu, 26 Apr 2007 18:59:15 -0500
9515              Message-Id: <p06240812c256eae2b552@[172.16.52.1]>
9516      Branch: perl
9517            ! Configure
9518 ____________________________________________________________________________
9519 [ 31093] By: nicholas                              on 2007/04/26  20:43:13
9520         Log: Avoid a SIGBUS caused by passing a U32 pointer to utf8_to_uvchr(),
9521              which expects a STRLEN pointer.
9522              Avoid some signed/unsigned casting warnings by adding casts.
9523      Branch: perl
9524            ! regcomp.c regexec.c
9525 ____________________________________________________________________________
9526 [ 31092] By: rgs                                   on 2007/04/26  16:57:55
9527         Log: strxfrm() returns a size_t, not a ssize_t. See:
9528              
9529              Subject: locale.c usage of strxfrm
9530              From: "Devin Heitmueller" <devin.heitmueller@gmail.com>
9531              Date: Fri, 20 Apr 2007 18:20:21 -0400
9532              Message-ID: <412bdbff0704201520i7aac0189n74f0cef5c5213f41@mail.gmail.com>
9533      Branch: perl
9534            ! locale.c
9535 ____________________________________________________________________________
9536 [ 31091] By: rgs                                   on 2007/04/26  16:29:01
9537         Log: Fix a bug in method caching. Better version (broader) of change #29336.
9538              
9539              Subject: Re: mro status, etc
9540              From: "Brandon Black" <blblack@gmail.com>
9541              Date: Thu, 26 Apr 2007 10:52:20 -0500
9542              Message-ID: <84621a60704260852y5a3dd2a5jeb633bb46cc7a8c0@mail.gmail.com>
9543      Branch: perl
9544            ! pp_hot.c sv.c t/mro/method_caching.t
9545 ____________________________________________________________________________
9546 [ 31090] By: rgs                                   on 2007/04/26  14:27:18
9547         Log: Doc nit, by Peter Scott
9548      Branch: perl
9549            ! README
9550 ____________________________________________________________________________
9551 [ 31089] By: nicholas                              on 2007/04/26  14:26:13
9552         Log: Subject: Re: VMS and Win32 Makefiles in change 31059
9553              From: Steve Hay <steve.hay@uk.radan.com>
9554              Message-ID: <46306D01.6070607@uk.radan.com>
9555              Date: Thu, 26 Apr 2007 10:12:33 +0100
9556      Branch: perl
9557            ! win32/Makefile win32/makefile.mk
9558 ____________________________________________________________________________
9559 [ 31088] By: rgs                                   on 2007/04/26  13:58:34
9560         Log: Remove the Thread typemap
9561      Branch: perl
9562            - ext/Thread/typemap
9563            ! MANIFEST
9564 ____________________________________________________________________________
9565 [ 31087] By: rgs                                   on 2007/04/26  13:15:14
9566         Log: Subject: mro status, etc
9567              From: "Brandon Black" <blblack@gmail.com>
9568              Date: Wed, 25 Apr 2007 18:37:21 -0500
9569              Message-ID: <84621a60704251637v1f4a3f84y19b39461166e3631@mail.gmail.com>
9570      Branch: perl
9571            ! mro.c
9572 ____________________________________________________________________________
9573 [ 31086] By: rgs                                   on 2007/04/26  13:05:29
9574         Log: Fix mro docs.
9575              
9576              Subject: Re: mro callbacks patch
9577              From: "Brandon Black" <blblack@gmail.com>
9578              Date: Mon, 23 Apr 2007 18:58:39 -0500
9579              Message-ID: <84621a60704231658o4c85783ere3c3e90dd614c30b@mail.gmail.com>
9580      Branch: perl
9581            ! embed.fnc embed.h global.sym mro.c pod/perlapi.pod
9582            ! pod/perlintern.pod proto.h
9583 ____________________________________________________________________________
9584 [ 31085] By: rgs                                   on 2007/04/26  12:53:30
9585         Log: Forgot to submit regcomp.c in change #31081
9586      Branch: perl
9587            ! regcomp.c
9588 ____________________________________________________________________________
9589 [ 31084] By: rgs                                   on 2007/04/26  12:47:57
9590         Log: Do the same thing as change #31082, but for warnings.pm.
9591      Branch: perl
9592            ! lib/warnings.pm warnings.pl
9593 ____________________________________________________________________________
9594 [ 31083] By: davem                                 on 2007/04/26  12:36:45
9595         Log: eliminate "unused var" warning
9596      Branch: perl
9597            ! perl.c
9598 ____________________________________________________________________________
9599 [ 31082] By: rgs                                   on 2007/04/26  10:51:36
9600         Log: Subject: Re: The Strict trap
9601              From: Johan Vromans <jvromans@squirrel.nl>
9602              Date: Wed, 25 Apr 2007 16:12:58 +0200
9603              Message-ID: <m2lkggilud.fsf@phoenix.squirrel.nl>
9604      Branch: perl
9605            ! ext/Storable/t/code.t lib/strict.pm
9606 ____________________________________________________________________________
9607 [ 31081] By: rgs                                   on 2007/04/26  10:23:30
9608         Log: Subject: Re: Analysis of problems with mixed encoding case insensitive matches in regex engine.
9609              From: demerphq <demerphq@gmail.com>
9610              Date: Tue, 24 Apr 2007 16:46:05 +0200
9611              Message-ID: <9b18b3110704240746u461e4bdcl208ef7d7f9c5ef64@mail.gmail.com>
9612      Branch: perl
9613            ! Porting/regcharclass.pl regcharclass.h regcomp.h regcomp.sym
9614            ! regexec.c regnodes.h t/op/pat.t
9615 ____________________________________________________________________________
9616 [ 31080] By: rgs                                   on 2007/04/26  07:09:32
9617         Log: Subject: [PATCH] fixed Fcntl::S_IFMT() breakage introduced by change 30674 (blead 26701)
9618              From: Alexey Tourbin <at@altlinux.ru>
9619              Date: Wed, 25 Apr 2007 18:12:22 +0400
9620              Message-ID: <20070425141222.GA24828@solemn.turbinal>
9621      Branch: perl
9622            + ext/Fcntl/t/mode.t
9623            ! MANIFEST ext/Fcntl/Fcntl.pm
9624 ____________________________________________________________________________
9625 [ 31079] By: rgs                                   on 2007/04/25  16:17:01
9626         Log: Subject: [PATCH] Safely store user locks in threads::shared
9627              From: "Jerry D. Hedden" <jdhedden@cpan.org>
9628              Date: Mon, 23 Apr 2007 13:21:11 -0400
9629              Message-ID: <1ff86f510704231021l6989ee0bkd68ab89e99bf8c6b@mail.gmail.com>
9630      Branch: perl
9631            ! ext/threads/shared/Changes ext/threads/shared/shared.pm
9632            ! ext/threads/shared/shared.xs
9633 ____________________________________________________________________________
9634 [ 31078] By: rgs                                   on 2007/04/25  16:13:54
9635         Log: Subject: [PATCH] Thread.xs doesn't need magic sig anymore
9636              From: "Jerry D. Hedden" <jdhedden@cpan.org>
9637              Date: Mon, 23 Apr 2007 13:25:20 -0400
9638              Message-ID: <1ff86f510704231025y22d30ecfk1ebc418f2b3a0bf7@mail.gmail.com>
9639      Branch: perl
9640            ! ext/Thread/Thread.xs
9641 ____________________________________________________________________________
9642 [ 31077] By: rgs                                   on 2007/04/25  15:31:29
9643         Log: Small perlivp.PL updates
9644              
9645              Subject: Re: [Andreas J. Koenig] C3 MRO breaks Params::Util and Graph
9646              From: Johan Vromans <jvromans@squirrel.nl>
9647              Date: Wed, 25 Apr 2007 14:37:16 +0200
9648              Message-ID: <m2r6q8iq9v.fsf@phoenix.squirrel.nl>
9649      Branch: perl
9650            ! utils/perlivp.PL
9651 ____________________________________________________________________________
9652 [ 31076] By: rgs                                   on 2007/04/25  15:19:21
9653         Log: overload must not load XS modules at compile time, or perl
9654              doesn't compile.
9655              overload must not clobber $! or $@ behind the scenes when
9656              loading an XS module.
9657      Branch: perl
9658            ! lib/overload.pm
9659 ____________________________________________________________________________
9660 [ 31075] By: rgs                                   on 2007/04/25  15:03:21
9661         Log: Remove a now redundant require
9662      Branch: perl
9663            ! lib/overload.pm
9664 ____________________________________________________________________________
9665 [ 31074] By: rgs                                   on 2007/04/25  14:53:57
9666         Log: Move the require at the top of the file.
9667              Else, Test::More has test failures.
9668      Branch: perl
9669            ! lib/overload.pm
9670 ____________________________________________________________________________
9671 [ 31073] By: rgs                                   on 2007/04/25  12:15:55
9672         Log: Subject: Re: [Andreas J. Koenig] C3 MRO breaks Params::Util and Graph
9673              From: "Brandon Black" <blblack@gmail.com>
9674              Date: Tue, 24 Apr 2007 07:58:44 -0500
9675              Message-ID: <84621a60704240558q7ff65863l803c6f9b9b8ca4a6@mail.gmail.com>
9676      Branch: perl
9677            ! ext/DynaLoader/t/DynaLoader.t lib/overload.pm
9678 ____________________________________________________________________________
9679 [ 31072] By: stevep                                on 2007/04/25  11:00:34
9680         Log: Upgrade to CPAN-1.9101
9681      Branch: perl
9682            ! lib/CPAN.pm lib/CPAN/Kwalify/distroprefs.dd
9683 ____________________________________________________________________________
9684 [ 31069] By: nicholas                              on 2007/04/25  09:54:17
9685         Log: Avoid the need for 2 casts added in 31055 by using a better type for
9686              the local variable. Add an assertion that another cast is not a data
9687              loss (and that there is no buffer overflow)
9688      Branch: perl
9689            ! ext/Devel/Peek/Peek.xs utf8.c
9690 ____________________________________________________________________________
9691 [ 31068] By: nicholas                              on 2007/04/25  09:32:50
9692         Log: Remove vestigical include of <ctype.h>, which came from a previous
9693              version that tried to make the initialiser out of a single "" string.
9694              (Which turned out to be over 509 characters long)
9695      Branch: perl
9696            ! generate_uudmap.c
9697 ____________________________________________________________________________
9698 [ 31067] By: rgs                                   on 2007/04/25  08:42:27
9699         Log: Subject: [PATCH] perlre.pod spellcheck
9700              From: "Alexandr Ciornii" <alexchorny@gmail.com>
9701              Date: Tue, 24 Apr 2007 00:45:05 +0300
9702              Message-ID: <2f1541220704231445w6fa7bfcbl41c9b6f56fb70feb@mail.gmail.com>
9703      Branch: perl
9704            ! pod/perlre.pod
9705 ____________________________________________________________________________
9706 [ 31066] By: merijn                                on 2007/04/25  08:12:16
9707         Log: Leave try.c and include files where they are if we need them later
9708      Branch: perl
9709            ! Configure
9710 ____________________________________________________________________________
9711 [ 31064] By: rgs                                   on 2007/04/25  08:10:05
9712         Log: Subject: [PATCH] Move hash action constants to hv.h
9713              From: "Jerry D. Hedden" <jdhedden@cpan.org>
9714              Date: Tue, 24 Apr 2007 10:35:43 -0400
9715              Message-ID: <1ff86f510704240735t50cfc159g59b55726ac5ac64b@mail.gmail.com>
9716      Branch: perl
9717            ! ext/Hash/Util/FieldHash/FieldHash.xs hv.c hv.h
9718 ____________________________________________________________________________
9719 [ 31063] By: rgs                                   on 2007/04/25  08:08:18
9720         Log: perlguts nit, found by Jerry D. Hedden
9721      Branch: perl
9722            ! pod/perlguts.pod
9723 ____________________________________________________________________________
9724 [ 31062] By: craigb                                on 2007/04/25  03:10:23
9725         Log: Work a little harder at building generate_uudmap on VMS.
9726      Branch: perl
9727            ! vms/descrip_mms.template
9728 ____________________________________________________________________________
9729 [ 31061] By: stevep                                on 2007/04/25  01:06:23
9730         Log: Upgrade to Encode-2.20
9731      Branch: perl
9732            + ext/Encode/lib/Encode/GSM0338.pm
9733            ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/Changes
9734            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9735            ! ext/Encode/Makefile.PL ext/Encode/bin/piconv
9736            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Config.pm
9737            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/gsm0338.t
9738            ! ext/Encode/t/mime-header.t
9739 ____________________________________________________________________________
9740 [ 31060] By: nicholas                              on 2007/04/24  23:16:12
9741         Log: Ooops. It helps to p4 add the new file.
9742      Branch: perl
9743            + generate_uudmap.c
9744 ____________________________________________________________________________
9745 [ 31059] By: nicholas                              on 2007/04/24  23:10:05
9746         Log: Make PL_uudmap a constant global. Remove the run time initialisation
9747              code, and instead use it to generate a header at perl build time.
9748              By removing uudmap from the interpreter structure we save 256 bytes
9749              per child thread.
9750      Branch: perl
9751            ! MANIFEST Makefile.SH embedvar.h intrpvar.h perl.h perlapi.h
9752            ! pp_pack.c sv.c vms/descrip_mms.template win32/Makefile
9753            ! win32/makefile.mk
9754 ____________________________________________________________________________
9755 [ 31058] By: davem                                 on 2007/04/24  16:42:12
9756         Log: move PL_linestr from the interpreter struct to the parser struct
9757      Branch: perl
9758            ! cop.h embedvar.h intrpvar.h parser.h perl.c perlapi.h pp_ctl.c
9759            ! sv.c toke.c
9760 ____________________________________________________________________________
9761 [ 31057] By: steveh                                on 2007/04/24  13:31:29
9762         Log: Silence VC6 warning about not all control paths returning a value
9763      Branch: perl
9764            ! mro.c
9765 ____________________________________________________________________________
9766 [ 31056] By: steveh                                on 2007/04/24  13:11:50
9767         Log: Fix a function signature missed by #31027 to silence a VC6 warning
9768      Branch: perl
9769            ! ext/re/re.xs
9770 ____________________________________________________________________________
9771 [ 31055] By: steveh                                on 2007/04/24  12:17:00
9772         Log: Silence 5 "possible loss of data" warnings from VC6
9773      Branch: perl
9774            ! ext/Devel/Peek/Peek.xs toke.c utf8.c
9775 ____________________________________________________________________________
9776 [ 31054] By: steveh                                on 2007/04/24  12:16:07
9777         Log: Subject: [perl #42648] [PATCH] crash in win32/VMem.h when out of memory 
9778              From: "Devin Heitmueller" (via RT) <perlbug-followup@perl.org>
9779              Date: Fri, 20 Apr 2007 14:49:08 -0700
9780              Message-ID: <rt-3.6.HEAD-30201-1177105747-239.42648-75-0@perl.org>
9781      Branch: perl
9782            ! win32/vmem.h
9783 ____________________________________________________________________________
9784 [ 31053] By: rgs                                   on 2007/04/24  11:25:56
9785         Log: Adjust test count.
9786      Branch: perl
9787            ! ext/B/t/concise-xs.t
9788 ____________________________________________________________________________
9789 [ 31052] By: rgs                                   on 2007/04/24  10:35:15
9790         Log: Fix potential precedence problem
9791      Branch: perl
9792            ! op.c
9793 ____________________________________________________________________________
9794 [ 31051] By: rgs                                   on 2007/04/24  10:34:20
9795         Log: Remove unnecessarily paranoid protection in pp_defined
9796      Branch: perl
9797            ! pp_hot.c
9798 ____________________________________________________________________________
9799 [ 31050] By: rgs                                   on 2007/04/24  10:32:33
9800         Log: Fix a bug in dor assignment (@x //= 1 was triggering an
9801              assertion failure)
9802      Branch: perl
9803            ! op.c
9804 ____________________________________________________________________________
9805 [ 31049] By: rgs                                   on 2007/04/24  10:31:28
9806         Log: Remove the code that handles assignment to state variables
9807      Branch: perl
9808            ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlsub.pod
9809            ! pp_hot.c t/lib/warnings/op t/op/state.t
9810 ____________________________________________________________________________
9811 [ 31048] By: merijn                                on 2007/04/24  06:01:41
9812         Log: Subject: [PATCH t/base/num.t] Typo fix.
9813              From: Abigail <abigail@abigail.be>
9814              Date: Tue, 24 Apr 2007 00:48:26 +0200
9815              Message-ID: <20070423224826.GC544@abigail.nl>
9816      Branch: perl
9817            ! t/base/num.t
9818 ____________________________________________________________________________
9819 [ 31047] By: craigb                                on 2007/04/24  03:18:34
9820         Log: Reduce directory depth for IO::Compress modules.
9821      Branch: perl
9822           +> (branch 94 files)
9823            - ext/IO/Compress/Base/Changes ext/IO/Compress/Base/Makefile.PL
9824            - ext/IO/Compress/Base/README
9825            - ext/IO/Compress/Base/lib/File/GlobMapper.pm
9826            - ext/IO/Compress/Base/lib/IO/Compress/Base.pm
9827            - ext/IO/Compress/Base/lib/IO/Compress/Base/Common.pm
9828            - ext/IO/Compress/Base/lib/IO/Uncompress/AnyUncompress.pm
9829            - ext/IO/Compress/Base/lib/IO/Uncompress/Base.pm
9830            - ext/IO/Compress/Base/private/MakeUtil.pm
9831            - ext/IO/Compress/Base/t/01misc.t
9832            - ext/IO/Compress/Base/t/globmapper.t
9833            - ext/IO/Compress/Zlib/Changes ext/IO/Compress/Zlib/Makefile.PL
9834            - ext/IO/Compress/Zlib/README
9835            - ext/IO/Compress/Zlib/examples/gzappend
9836            - ext/IO/Compress/Zlib/examples/gzcat
9837            - ext/IO/Compress/Zlib/examples/gzgrep
9838            - ext/IO/Compress/Zlib/examples/gzstream
9839            - ext/IO/Compress/Zlib/examples/unzip
9840            - ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Deflate.pm
9841            - ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Identity.pm
9842            - ext/IO/Compress/Zlib/lib/IO/Compress/Deflate.pm
9843            - ext/IO/Compress/Zlib/lib/IO/Compress/Gzip.pm
9844            - ext/IO/Compress/Zlib/lib/IO/Compress/Gzip/Constants.pm
9845            - ext/IO/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
9846            - ext/IO/Compress/Zlib/lib/IO/Compress/Zip.pm
9847            - ext/IO/Compress/Zlib/lib/IO/Compress/Zip/Constants.pm
9848            - ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Constants.pm
9849            - ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Extra.pm
9850            - ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
9851            - ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
9852            - ext/IO/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
9853            - ext/IO/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
9854            - ext/IO/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
9855            - ext/IO/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
9856            - ext/IO/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
9857            - ext/IO/Compress/Zlib/private/MakeUtil.pm
9858            - ext/IO/Compress/Zlib/t/001zlib-generic-deflate.t
9859            - ext/IO/Compress/Zlib/t/001zlib-generic-gzip.t
9860            - ext/IO/Compress/Zlib/t/001zlib-generic-rawdeflate.t
9861            - ext/IO/Compress/Zlib/t/001zlib-generic-zip.t
9862            - ext/IO/Compress/Zlib/t/002any-deflate.t
9863            - ext/IO/Compress/Zlib/t/002any-gzip.t
9864            - ext/IO/Compress/Zlib/t/002any-rawdeflate.t
9865            - ext/IO/Compress/Zlib/t/002any-transparent.t
9866            - ext/IO/Compress/Zlib/t/002any-zip.t
9867            - ext/IO/Compress/Zlib/t/004gziphdr.t
9868            - ext/IO/Compress/Zlib/t/005defhdr.t
9869            - ext/IO/Compress/Zlib/t/010examples.t
9870            - ext/IO/Compress/Zlib/t/020isize.t
9871            - ext/IO/Compress/Zlib/t/050interop-gzip.t
9872            - ext/IO/Compress/Zlib/t/100generic-deflate.t
9873            - ext/IO/Compress/Zlib/t/100generic-gzip.t
9874            - ext/IO/Compress/Zlib/t/100generic-rawdeflate.t
9875            - ext/IO/Compress/Zlib/t/100generic-zip.t
9876            - ext/IO/Compress/Zlib/t/101truncate-deflate.t
9877            - ext/IO/Compress/Zlib/t/101truncate-gzip.t
9878            - ext/IO/Compress/Zlib/t/101truncate-rawdeflate.t
9879            - ext/IO/Compress/Zlib/t/101truncate-zip.t
9880            - ext/IO/Compress/Zlib/t/102tied-deflate.t
9881            - ext/IO/Compress/Zlib/t/102tied-gzip.t
9882            - ext/IO/Compress/Zlib/t/102tied-rawdeflate.t
9883            - ext/IO/Compress/Zlib/t/102tied-zip.t
9884            - ext/IO/Compress/Zlib/t/103newtied-deflate.t
9885            - ext/IO/Compress/Zlib/t/103newtied-gzip.t
9886            - ext/IO/Compress/Zlib/t/103newtied-rawdeflate.t
9887            - ext/IO/Compress/Zlib/t/103newtied-zip.t
9888            - ext/IO/Compress/Zlib/t/104destroy-deflate.t
9889            - ext/IO/Compress/Zlib/t/104destroy-gzip.t
9890            - ext/IO/Compress/Zlib/t/104destroy-rawdeflate.t
9891            - ext/IO/Compress/Zlib/t/104destroy-zip.t
9892            - ext/IO/Compress/Zlib/t/105oneshot-deflate.t
9893            - ext/IO/Compress/Zlib/t/105oneshot-gzip-only.t
9894            - ext/IO/Compress/Zlib/t/105oneshot-gzip.t
9895            - ext/IO/Compress/Zlib/t/105oneshot-rawdeflate.t
9896            - ext/IO/Compress/Zlib/t/105oneshot-zip-only.t
9897            - ext/IO/Compress/Zlib/t/105oneshot-zip.t
9898            - ext/IO/Compress/Zlib/t/106prime-deflate.t
9899            - ext/IO/Compress/Zlib/t/106prime-gzip.t
9900            - ext/IO/Compress/Zlib/t/106prime-rawdeflate.t
9901            - ext/IO/Compress/Zlib/t/106prime-zip.t
9902            - ext/IO/Compress/Zlib/t/107multi-deflate.t
9903            - ext/IO/Compress/Zlib/t/107multi-gzip.t
9904            - ext/IO/Compress/Zlib/t/107multi-rawdeflate.t
9905            - ext/IO/Compress/Zlib/t/107multi-zip.t
9906            - ext/IO/Compress/Zlib/t/108anyunc-deflate.t
9907            - ext/IO/Compress/Zlib/t/108anyunc-gzip.t
9908            - ext/IO/Compress/Zlib/t/108anyunc-rawdeflate.t
9909            - ext/IO/Compress/Zlib/t/108anyunc-transparent.t
9910            - ext/IO/Compress/Zlib/t/108anyunc-zip.t
9911            - ext/IO/Compress/Zlib/t/109merge-deflate.t
9912            - ext/IO/Compress/Zlib/t/109merge-gzip.t
9913            - ext/IO/Compress/Zlib/t/109merge-rawdeflate.t
9914            - ext/IO/Compress/Zlib/t/109merge-zip.t
9915            ! MANIFEST
9916 ____________________________________________________________________________
9917 [ 31046] By: davem                                 on 2007/04/23  23:01:18
9918         Log: eliminate some uses of PL_linestr in perl.c
9919      Branch: perl
9920            ! embed.fnc embed.h perl.c proto.h
9921 ____________________________________________________________________________
9922 [ 31045] By: davem                                 on 2007/04/23  22:27:27
9923         Log: inline S_init_lexer() and regen
9924      Branch: perl
9925            ! embed.fnc embed.h embedvar.h perl.c perlapi.h proto.h
9926 ____________________________________________________________________________
9927 [ 31044] By: davem                                 on 2007/04/23  22:04:59
9928         Log: make initialisation of PL_sv_no etc unconditional
9929      Branch: perl
9930            ! perl.c
9931 ____________________________________________________________________________
9932 [ 31043] By: merijn                                on 2007/04/23  20:55:05
9933         Log: Missed quotes in protocheck for rm_try
9934      Branch: perl
9935            ! Configure
9936 ____________________________________________________________________________
9937 [ 31040] By: merijn                                on 2007/04/23  17:35:53
9938         Log: Major *try* cleanup: introduce $rm_try; Some whitespace cleanups;
9939              Small textual nit from Jarkko
9940      Branch: perl
9941            ! Configure
9942 ____________________________________________________________________________
9943 [ 31038] By: nicholas                              on 2007/04/23  16:36:31
9944         Log: Remove the unnecessary allocation of and assignment to hunk[3], as the
9945              perl API functions called don't need a NUL terminated string.
9946      Branch: perl
9947            ! pp_pack.c
9948 ____________________________________________________________________________
9949 [ 31037] By: rgs                                   on 2007/04/23  15:31:48
9950         Log: Switch to hex format for integer constants in regcharclass.h
9951              (Yves Orton). Also, avoid trailing spaces.
9952      Branch: perl
9953            ! Porting/regcharclass.pl regcharclass.h
9954 ____________________________________________________________________________
9955 [ 31036] By: rgs                                   on 2007/04/23  15:07:52
9956         Log: Upgrade to Term::ANSIColor 1.12.
9957      Branch: perl
9958            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
9959            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/t/basic.t
9960 ____________________________________________________________________________
9961 [ 31034] By: nicholas                              on 2007/04/23  14:40:05
9962         Log: More variable reordering saves another 40 bytes from the interpreter
9963              structure. (on LP64). Zero cost space saving! Woohoo!
9964      Branch: perl
9965            ! intrpvar.h pod/perltodo.pod thrdvar.h
9966 ____________________________________________________________________________
9967 [ 31033] By: rgs                                   on 2007/04/23  13:17:05
9968         Log: Subject: [PATCH] Un-mathom Perl_save_I16
9969              From: "Jerry D. Hedden" <jdhedden@cpan.org>
9970              Date: Mon, 23 Apr 2007 09:10:01 -0400
9971              Message-ID: <1ff86f510704230610t13c62378s381eaceae3e7e9b1@mail.gmail.com>
9972      Branch: perl
9973            ! mathoms.c scope.c
9974 ____________________________________________________________________________
9975 [ 31032] By: rgs                                   on 2007/04/23  13:10:56
9976         Log: A safer version of CopFILE, by Jarkko
9977      Branch: perl
9978            ! cop.h
9979 ____________________________________________________________________________
9980 [ 31031] By: rgs                                   on 2007/04/23  12:30:12
9981         Log: Change boilerplate of regcharclass.h
9982      Branch: perl
9983            ! Porting/regcharclass.pl regcharclass.h
9984 ____________________________________________________________________________
9985 [ 31030] By: rgs                                   on 2007/04/23  12:25:10
9986         Log: Add Yves Orton's script to regenerate regcharclass.h
9987      Branch: perl
9988            + Porting/regcharclass.pl
9989            ! MANIFEST regcharclass.h
9990 ____________________________________________________________________________
9991 [ 31029] By: rgs                                   on 2007/04/23  10:02:13
9992         Log: Remove generated test files from CPANPLUS
9993      Branch: perl
9994            - lib/CPANPLUS/t/dummy-localmirror/01mailrc.txt.gz.packed
9995            - lib/CPANPLUS/t/dummy-localmirror/02packages.details.txt.gz.pac
9996            - ked lib/CPANPLUS/t/dummy-localmirror/03modlist.data.gz.packed
9997            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/Bundle
9998            - -Foo-Bar-0.01.tar.gz.packed
9999            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/CHECKS
10000            - UMS
10001            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/Foo-Ba
10002            - r-0.01.tar.gz.packed
10003            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/perl5.
10004            - 005_03.tar.gz.packed
10005            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUXS/CHECKSUM
10006            - S
10007            - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUXS/Foo-Bar-
10008            - 0.01.tar.gz.packed
10009            - lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBNOXS/CHECKS
10010            - UMS
10011            - lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBNOXS/Foo-Ba
10012            - r-0.01.tar.gz.packed
10013            - lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBXS/CHECKSUM
10014            - S
10015            - lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBXS/Foo-Bar-
10016            - 0.01.tar.gz.packed
10017            ! MANIFEST
10018 ____________________________________________________________________________
10019 [ 31028] By: rgs                                   on 2007/04/23  09:53:41
10020         Log: Patch to config to avoid failures in the perl core due
10021              to too much verbosity (by Jos Boumans)
10022      Branch: perl
10023            ! lib/CPANPLUS/t/inc/conf.pl
10024 ____________________________________________________________________________
10025 [ 31027] By: rgs                                   on 2007/04/23  09:39:38
10026         Log: Subject: Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char* xend
10027              From: <avarab@gmail.com>
10028              Date: Sat, 21 Apr 2007 21:30:47 +0000
10029              Message-ID: <51dd1af80704211430m6ad1b4afy49b069faa61e33a9@mail.gmail.com>
10030      Branch: perl
10031            ! embed.fnc embed.h op.c perl.h pod/perlreapi.pod pp_ctl.c
10032            ! proto.h regcomp.c regexec.c regexp.h uupacktool.pl
10033 ____________________________________________________________________________
10034 [ 31026] By: rgs                                   on 2007/04/23  09:04:31
10035         Log: Subject: [PATCH] Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE and unicode tr18
10036              From: demerphq <demerphq@gmail.com>
10037              Date: Sun, 22 Apr 2007 23:34:55 +0200
10038              Message-ID: <9b18b3110704221434g43457742p28cab00289f83639@mail.gmail.com>
10039      Branch: perl
10040            + regcharclass.h
10041            ! MANIFEST lib/unicore/mktables pod/perlre.pod regcomp.c
10042            ! regcomp.h regcomp.sym regexec.c regnodes.h t/op/pat.t
10043            ! t/op/re_tests t/op/regexp.t
10044 ____________________________________________________________________________
10045 [ 31025] By: rgs                                   on 2007/04/23  08:21:50
10046         Log: An optimisation to the MRO code, by Brandon Black,
10047              plus more comments.
10048      Branch: perl
10049            ! mro.c
10050 ____________________________________________________________________________
10051 [ 31024] By: craigb                                on 2007/04/23  03:14:53
10052         Log: Shorten long symbols in mro.c to avoid name mangling on VMS.
10053      Branch: perl
10054            ! mro.c
10055 ____________________________________________________________________________
10056 [ 31023] By: nicholas                              on 2007/04/22  22:57:54
10057         Log: Fix problems caused by downsizing in change 31017. (Which don't show
10058              up until you test on a "real" architecture)
10059      Branch: perl
10060            ! pp_ctl.c utf8.c
10061 ____________________________________________________________________________
10062 [ 31022] By: rgs                                   on 2007/04/22  15:08:45
10063         Log: Reflect change of path for Module::Pluggable's tests in Maintainers.pl
10064      Branch: perl
10065            ! Porting/Maintainers.pl
10066 ____________________________________________________________________________
10067 [ 31021] By: rgs                                   on 2007/04/22  15:03:27
10068         Log: Add missing file to MANIFEST
10069      Branch: perl
10070            ! MANIFEST
10071 ____________________________________________________________________________
10072 [ 31020] By: rgs                                   on 2007/04/22  15:03:13
10073         Log: Subject: [PATCH] Update CPANPLUS to 0.79_01
10074              From: "Jos I. Boumans" <kane@xs4all.nl>
10075              Date: Sun, 22 Apr 2007 10:18:10 +0200
10076              Message-Id: <BDAACA85-8D3E-4104-9B03-9DB247EDA080@xs4all.nl>
10077      Branch: perl
10078            + lib/CPANPLUS/t/15_CPANPLUS-Shell.t
10079            ! lib/CPANPLUS.pm lib/CPANPLUS/Config.pm lib/CPANPLUS/Dist/MM.pm
10080            ! lib/CPANPLUS/Internals.pm lib/CPANPLUS/Internals/Constants.pm
10081            ! lib/CPANPLUS/Selfupdate.pm lib/CPANPLUS/Shell.pm
10082            ! lib/CPANPLUS/Shell/Default.pm
10083            ! lib/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t
10084            ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
10085            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
10086            ! r-0.01.tar.gz.packed
10087            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
10088            ! tar.gz.packed
10089            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
10090            ! tar.gz.packed
10091            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
10092            ! r.gz.packed
10093            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
10094            ! tar.gz.packed
10095            ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
10096            ! r.gz.packed
10097            ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
10098            ! cked
10099            ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
10100            ! lib/CPANPLUS/t/inc/conf.pl
10101 ____________________________________________________________________________
10102 [ 31019] By: craigb                                on 2007/04/22  14:34:28
10103         Log: Move Module::Pluggable tests up under main test directory.
10104      Branch: perl
10105           +> (branch 50 files)
10106            - lib/Module/Pluggable/t/01use.t
10107            - lib/Module/Pluggable/t/02alsoworks.t
10108            - lib/Module/Pluggable/t/02works.t
10109            - lib/Module/Pluggable/t/02works_taint.t
10110            - lib/Module/Pluggable/t/03diffname.t
10111            - lib/Module/Pluggable/t/04acmedir.t
10112            - lib/Module/Pluggable/t/04acmedir_single.t
10113            - lib/Module/Pluggable/t/04acmepath.t
10114            - lib/Module/Pluggable/t/04acmepath_single.t
10115            - lib/Module/Pluggable/t/05postpath.t
10116            - lib/Module/Pluggable/t/06multipath.t
10117            - lib/Module/Pluggable/t/07instantiate.t
10118            - lib/Module/Pluggable/t/08nothing.t
10119            - lib/Module/Pluggable/t/09require.t
10120            - lib/Module/Pluggable/t/10innerpack.t
10121            - lib/Module/Pluggable/t/10innerpack_inner.t
10122            - lib/Module/Pluggable/t/10innerpack_noinner.t
10123            - lib/Module/Pluggable/t/10innerpack_override.t
10124            - lib/Module/Pluggable/t/11usetwice.t
10125            - lib/Module/Pluggable/t/12only.t
10126            - lib/Module/Pluggable/t/12onlyarray.t
10127            - lib/Module/Pluggable/t/12onlyregex.t
10128            - lib/Module/Pluggable/t/13except.t
10129            - lib/Module/Pluggable/t/13exceptarray.t
10130            - lib/Module/Pluggable/t/13exceptregex.t
10131            - lib/Module/Pluggable/t/14package.t
10132            - lib/Module/Pluggable/t/15topicsafe.t
10133            - lib/Module/Pluggable/t/16different_extension.t
10134            - lib/Module/Pluggable/t/17devel_inner_package.t
10135            - lib/Module/Pluggable/t/18skipped_package.t
10136            - lib/Module/Pluggable/t/19can_ok_clobber.t
10137            - lib/Module/Pluggable/t/20dodgy_files.t
10138            - lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
10139            - lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
10140            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
10141            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
10142            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
10143            - lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm
10144            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
10145            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
10146            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
10147            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
10148            - lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
10149            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm
10150            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm
10151            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
10152            - lib/Module/Pluggable/t/lib/No/Middle.pm
10153            - lib/Module/Pluggable/t/lib/OddTest/Plugin/-Dodgy.pm
10154            - lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm
10155            - lib/Module/Pluggable/t/lib/TA/C/A/I.pm
10156            ! MANIFEST t/TEST t/harness
10157 ____________________________________________________________________________
10158 [ 31018] By: craigb                                on 2007/04/22  00:50:18
10159         Log: Make t/harness find the t/mro tests
10160      Branch: perl
10161            ! t/harness
10162 ____________________________________________________________________________
10163 [ 31017] By: nicholas                              on 2007/04/21  21:47:34
10164         Log: Various variables in intrpvar.h and thrdvar.h are considerably larger
10165              than they need to be.
10166      Branch: perl
10167            ! intrpvar.h pad.c thrdvar.h
10168 ____________________________________________________________________________
10169 [ 31016] By: nicholas                              on 2007/04/21  21:46:27
10170         Log: Fix bug in change 31015 - saving the wrong size of variable.
10171      Branch: perl
10172            ! toke.c
10173 ____________________________________________________________________________
10174 [ 31015] By: nicholas                              on 2007/04/21  19:05:08
10175         Log: Several members of struct yy_parser can go on a diet. Some I32s were
10176              actually only holding chars.
10177      Branch: perl
10178            ! intrpvar.h op.c parser.h perl.h toke.c
10179 ____________________________________________________________________________
10180 [ 31014] By: nicholas                              on 2007/04/21  18:41:39
10181         Log: By re-ordering declarations in interpvar.h and thrdvar.h, reduce the
10182              size of the interpreter structure. (For LP64, from 3712 to 3584, for
10183              ILP32, from 2288 to 2248).
10184      Branch: perl
10185            ! intrpvar.h thrdvar.h
10186 ____________________________________________________________________________
10187 [ 31013] By: nicholas                              on 2007/04/21  17:01:53
10188         Log: Remove widesyscalls and numeric_compat1, two unused per-interpreter
10189              variables retained for binary compatibility, something which we no
10190              longer maintain back to 5.6.x.
10191      Branch: perl
10192            ! intrpvar.h
10193 ____________________________________________________________________________
10194 [ 31012] By: nicholas                              on 2007/04/21  13:54:28
10195         Log: Eliminate Internals::inc_sub_generation, which nothing now calls.
10196      Branch: perl
10197            ! universal.c
10198 ____________________________________________________________________________
10199 [ 31010] By: nicholas                              on 2007/04/21  11:42:43
10200         Log: Where possible, use SvIV instead of SvIVX, SvNV instead of SvNVX,
10201              SvUV instead of SvUVX, and SvPV* variants instead of SvPVX*.
10202              Document that the non-x variants are preferable whenever the expression
10203              has no side effects. (Compilers perform common subexression
10204              elimination). Likewise SvREFCNT_inc simple variants are valid for all
10205              cases apart from expressions with side effects.
10206      Branch: perl
10207            ! doio.c op.c pod/perlapi.pod pp.c pp_ctl.c pp_sys.c sv.c sv.h
10208 ____________________________________________________________________________
10209 [ 31009] By: nicholas                              on 2007/04/21  10:28:59
10210         Log: Storing PL_sv_yes over itself is as cheap as calling hv_exists(), so
10211              always store it, to save the (second) store call. SvIVx is more
10212              expensive than SvIVX, so use the latter. Reorder the other call to
10213              hv_store() to be immediately after the call to hv_exists(), to try to
10214              avoid thrashing the CPU cache.
10215      Branch: perl
10216            ! mro.c
10217 ____________________________________________________________________________
10218 [ 31008] By: nicholas                              on 2007/04/21  09:43:27
10219         Log: In Perl_mro_get_linear_isa_dfs(), by treating the local variable sv as
10220              an array of size 1, we can merge two arms and reduce code duplication.
10221      Branch: perl
10222            ! mro.c
10223 ____________________________________________________________________________
10224 [ 31007] By: rgs                                   on 2007/04/21  09:29:45
10225         Log: Typo fix by Abigail
10226      Branch: perl
10227            ! ext/Hash/Util/FieldHash/t/02_function.t
10228 ____________________________________________________________________________
10229 [ 31005] By: rgs                                   on 2007/04/21  09:20:56
10230         Log: Upgrade to version-0.7203.
10231              Plus a change in Module::Build::Version, specific to bleadperl.
10232      Branch: perl
10233            ! ext/DynaLoader/t/XSLoader.t lib/Module/Build/Version.pm
10234            ! lib/Module/Build/t/metadata.t lib/Module/Build/t/moduleinfo.t
10235            ! lib/version.pm lib/version.pod lib/version.t perl.c
10236            ! t/comp/use.t t/op/sprintf.t universal.c util.c
10237 ____________________________________________________________________________
10238 [ 31004] By: rgs                                   on 2007/04/21  09:08:04
10239         Log: Completely remove Test::More from the MRO tests, by Brandon Black
10240      Branch: perl
10241            ! t/mro/basic.t t/mro/basic_01_c3.t t/mro/basic_01_dfs.t
10242            ! t/mro/basic_02_c3.t t/mro/basic_02_dfs.t t/mro/basic_03_c3.t
10243            ! t/mro/basic_03_dfs.t t/mro/basic_04_c3.t t/mro/basic_04_dfs.t
10244            ! t/mro/basic_05_c3.t t/mro/basic_05_dfs.t t/mro/complex_c3.t
10245            ! t/mro/complex_dfs.t t/mro/dbic_c3.t t/mro/dbic_dfs.t
10246            ! t/mro/next_method.t t/mro/next_skip.t t/mro/vulcan_c3.t
10247            ! t/mro/vulcan_dfs.t
10248 ____________________________________________________________________________
10249 [ 31003] By: rgs                                   on 2007/04/21  09:06:38
10250         Log: Small optimisations, by Brandon Black
10251      Branch: perl
10252            ! mro.c
10253 ____________________________________________________________________________
10254 [ 31002] By: rgs                                   on 2007/04/21  09:05:41
10255         Log: Code comments, by Brandon Black
10256      Branch: perl
10257            ! mro.c
10258 ____________________________________________________________________________
10259 [ 31001] By: rgs                                   on 2007/04/21  08:55:16
10260         Log: Subject: [PATCH] Bug in Hash::Util::FieldHash
10261              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
10262              Date: Sat, 21 Apr 2007 02:11:00 +0200
10263              Message-Id: <DFEC2420-9301-40EC-A986-80D0290B2C8F@mailbox.tu-berlin.de>
10264      Branch: perl
10265            ! ext/Hash/Util/FieldHash/Changes
10266            ! ext/Hash/Util/FieldHash/FieldHash.xs
10267            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
10268            ! ext/Hash/Util/FieldHash/t/02_function.t
10269 ____________________________________________________________________________
10270 [ 31000] By: nicholas                              on 2007/04/20  19:34:15
10271         Log: Terser source code in Perl_mro_meta_dup()
10272      Branch: perl
10273            ! mro.c
10274 ____________________________________________________________________________
10275 [ 30999] By: nicholas                              on 2007/04/20  16:09:31
10276         Log: Make struct mro_meta 4(ish) bytes smaller.
10277      Branch: perl
10278            ! hv.h
10279 ____________________________________________________________________________
10280 [ 30998] By: rgs                                   on 2007/04/20  15:38:47
10281         Log: Shorten some file names
10282      Branch: perl
10283           +> t/mro/next_NEXT.t t/mro/next_edgecases.t t/mro/next_inanon.t
10284           +> t/mro/next_ineval.t t/mro/next_skip.t
10285            - t/mro/next_method_edge_cases.t t/mro/next_method_in_anon.t
10286            - t/mro/next_method_in_eval.t t/mro/next_method_skip.t
10287            - t/mro/next_method_used_with_NEXT.t
10288            ! MANIFEST
10289 ____________________________________________________________________________
10290 [ 30997] By: rgs                                   on 2007/04/20  15:03:57
10291         Log: Silence some diagnostic messages when running within the core tests.
10292              By Jerry D. Hedden
10293      Branch: perl
10294            ! lib/Archive/Extract/t/01_Archive-Extract.t
10295            ! lib/Archive/Tar/t/02_methods.t
10296 ____________________________________________________________________________
10297 [ 30996] By: rgs                                   on 2007/04/20  14:22:26
10298         Log: Nit to S_isa_lookup by Brandon Black
10299      Branch: perl
10300            ! universal.c
10301 ____________________________________________________________________________
10302 [ 30995] By: rgs                                   on 2007/04/20  14:20:42
10303         Log: Additions to perldiag for MRO, by Brandon Black.
10304      Branch: perl
10305            ! pod/perldiag.pod
10306 ____________________________________________________________________________
10307 [ 30994] By: rgs                                   on 2007/04/20  13:54:26
10308         Log: A little bit more safe version of HvMROMETA
10309      Branch: perl
10310            ! hv.h
10311 ____________________________________________________________________________
10312 [ 30993] By: rgs                                   on 2007/04/20  13:42:21
10313         Log: Don't use Test::More in core tests (at least, where
10314              that's possible, that is where is_deeply() isn't used)
10315      Branch: perl
10316            ! t/mro/c3_with_overload.t t/mro/inconsistent_c3.t
10317            ! t/mro/method_caching.t t/mro/next_method_edge_cases.t
10318            ! t/mro/next_method_in_anon.t t/mro/next_method_in_eval.t
10319            ! t/mro/next_method_used_with_NEXT.t t/mro/overload_c3.t
10320            ! t/mro/overload_dfs.t t/mro/recursion_c3.t
10321            ! t/mro/recursion_dfs.t
10322 ____________________________________________________________________________
10323 [ 30992] By: rgs                                   on 2007/04/20  11:55:37
10324         Log: Subject: Re: [PATCH] madprop about forced words
10325              From: Gerard Goossen <gerard@tty.nl>
10326              Date: Thu, 19 Apr 2007 13:33:21 +0200
10327              Message-ID: <20070419113321.GE19244@ostwald>
10328      Branch: perl
10329            ! op.h toke.c
10330 ____________________________________________________________________________
10331 [ 30991] By: rgs                                   on 2007/04/20  11:49:36
10332         Log: Subject: [perl #42614] NAN_COMPARE_BROKEN.DIV_BY_NAN_BUG (with patch) 
10333              From: patrick.dugnolle@bnpparibas.com (via RT) <perlbug-followup@perl.org>
10334              Date: Thu, 19 Apr 2007 06:34:18 -0700
10335              Message-ID: <rt-3.6.HEAD-6655-1176989657-125.42614-75-0@perl.org>
10336      Branch: perl
10337            ! pp.c
10338 ____________________________________________________________________________
10339 [ 30990] By: rgs                                   on 2007/04/20  08:04:41
10340         Log: Clean the MRO documentation up
10341      Branch: perl
10342            ! lib/mro.pm
10343 ____________________________________________________________________________
10344 [ 30989] By: stevep                                on 2007/04/20  01:58:55
10345         Log: Upgrade to CPAN-1.91
10346      Branch: perl
10347            ! lib/CPAN.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm
10348            ! lib/CPAN/t/10version.t
10349 ____________________________________________________________________________
10350 [ 30988] By: rgs                                   on 2007/04/19  17:28:38
10351         Log: Simpler version, and that zeroes the allocated memory
10352      Branch: perl
10353            ! mro.c
10354 ____________________________________________________________________________
10355 [ 30987] By: rgs                                   on 2007/04/19  17:15:25
10356         Log: Use Newxc instead of casting by hand
10357      Branch: perl
10358            ! mro.c
10359 ____________________________________________________________________________
10360 [ 30986] By: rgs                                   on 2007/04/19  17:07:14
10361         Log: A Tolkien quote for mro.c, found by Audrey Tang.
10362      Branch: perl
10363            ! mro.c
10364 ____________________________________________________________________________
10365 [ 30985] By: steveh                                on 2007/04/19  16:20:09
10366         Log: Fix non-threaded build on Win32 following #30980
10367      Branch: perl
10368            ! makedef.pl
10369 ____________________________________________________________________________
10370 [ 30984] By: rgs                                   on 2007/04/19  15:06:53
10371         Log: Fix compilation error with threads
10372      Branch: perl
10373            ! mro.c
10374 ____________________________________________________________________________
10375 [ 30983] By: rgs                                   on 2007/04/19  15:04:19
10376         Log: Adjust the warning category in the test, too
10377      Branch: perl
10378            ! t/lib/warnings/gv
10379 ____________________________________________________________________________
10380 [ 30982] By: rgs                                   on 2007/04/19  14:53:36
10381         Log: Put the "Can't locate package..." warnings in the "syntax"
10382              category, as documented
10383      Branch: perl
10384            ! gv.c mro.c universal.c
10385 ____________________________________________________________________________
10386 [ 30981] By: rgs                                   on 2007/04/19  14:50:11
10387         Log: Change an "Internal error" message to the more common "panic"
10388              in the C3 MRO code
10389      Branch: perl
10390            ! mro.c
10391 ____________________________________________________________________________
10392 [ 30980] By: rgs                                   on 2007/04/19  14:48:20
10393         Log: Subject: Re: new C3 MRO patch
10394              From: "Brandon Black" <blblack@gmail.com>
10395              Date: Tue, 17 Apr 2007 13:14:36 -0500
10396              Message-ID: <84621a60704171114k29b0460el5b08ce5185d55ed5@mail.gmail.com>
10397      Branch: perl
10398            + lib/mro.pm mro.c t/mro/basic.t t/mro/basic_01_c3.t
10399            + t/mro/basic_01_dfs.t t/mro/basic_02_c3.t t/mro/basic_02_dfs.t
10400            + t/mro/basic_03_c3.t t/mro/basic_03_dfs.t t/mro/basic_04_c3.t
10401            + t/mro/basic_04_dfs.t t/mro/basic_05_c3.t t/mro/basic_05_dfs.t
10402            + t/mro/c3_with_overload.t t/mro/complex_c3.t
10403            + t/mro/complex_dfs.t t/mro/dbic_c3.t t/mro/dbic_dfs.t
10404            + t/mro/inconsistent_c3.t t/mro/method_caching.t
10405            + t/mro/next_method.t t/mro/next_method_edge_cases.t
10406            + t/mro/next_method_in_anon.t t/mro/next_method_in_eval.t
10407            + t/mro/next_method_skip.t t/mro/next_method_used_with_NEXT.t
10408            + t/mro/overload_c3.t t/mro/overload_dfs.t t/mro/recursion_c3.t
10409            + t/mro/recursion_dfs.t t/mro/vulcan_c3.t t/mro/vulcan_dfs.t
10410            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.fnc
10411            ! embed.h ext/B/t/b.t global.sym gv.c hv.c hv.h lib/constant.pm
10412            ! lib/overload.pm mg.c op.c perl.c pod/perlapi.pod pp_hot.c
10413            ! proto.h scope.c sv.c t/TEST t/op/magic.t universal.c
10414            ! vms/descrip_mms.template win32/Makefile win32/Makefile.ce
10415            ! win32/makefile.mk
10416 ____________________________________________________________________________
10417 [ 30979] By: steveh                                on 2007/04/19  12:15:30
10418         Log: Subject: [PATCH] Allow sending SIGINT to child processes on Windows *if* they are running Perl
10419              From: "Jan Dubois" <jand@activestate.com>
10420              Date: Mon, 16 Apr 2007 17:52:25 -0700
10421              Message-ID: <01e301c7808a$ac0cca30$04265e90$@com>
10422      Branch: perl
10423            ! win32/win32.c
10424 ____________________________________________________________________________
10425 [ 30978] By: steveh                                on 2007/04/19  07:54:42
10426         Log: Subject: [PATCH - again] Re: [perl #41574] cond_wait hang ups under MSWin32
10427              From: "Jerry D. Hedden" <jdhedden@cpan.org>
10428              Date: Wed, 18 Apr 2007 14:32:16 -0400
10429              Message-ID: <1ff86f510704181132qf94b413mfda6aaa0f347df28@mail.gmail.com>
10430              
10431              Makes the test "TODO" on Win32, where it is not reliable, and turns
10432              the 50 separate tests in one single test for less line noise
10433      Branch: perl
10434            ! ext/threads/shared/Changes ext/threads/shared/shared.pm
10435            ! ext/threads/shared/t/stress.t
10436 ____________________________________________________________________________
10437 [ 30977] By: merijn                                on 2007/04/18  19:04:40
10438         Log: 1. Move #30327 to the generation location
10439              2. Regen after backports
10440              3. Include Jarkko's $run and \n patch
10441      Branch: perl
10442            ! Configure Porting/config_h.pl config_h.SH
10443 ____________________________________________________________________________
10444 [ 30973] By: steveh                                on 2007/04/18  08:40:42
10445         Log: Add a test for the bug fixed by #30970
10446      Branch: perl
10447            + t/op/kill0.t
10448            ! MANIFEST
10449 ____________________________________________________________________________
10450 [ 30972] By: rgs                                   on 2007/04/18  08:36:24
10451         Log: Sys::Syslog was missing from Maintainers.pl
10452      Branch: perl
10453            ! Porting/Maintainers.pl
10454 ____________________________________________________________________________
10455 [ 30971] By: steveh                                on 2007/04/17  17:12:23
10456         Log: These test scripts probably wanted BEGIN blocks,
10457              not just blocks with "BEGIN:" labels.
10458      Branch: perl
10459            ! t/comp/multiline.t t/op/exec.t
10460 ____________________________________________________________________________
10461 [ 30970] By: steveh                                on 2007/04/17  11:13:23
10462         Log: Subject: [PATCH] Fix kill(0, $pid) on Windows
10463              From: "Jan Dubois" <jand@activestate.com>
10464              Date: Mon, 16 Apr 2007 17:35:48 -0700
10465              Message-ID: <01df01c78088$59718d30$0c54a790$@com>
10466              
10467              Fixes breakage caused by #29605.
10468      Branch: perl
10469            ! win32/win32.c
10470 ____________________________________________________________________________
10471 [ 30969] By: nicholas                              on 2007/04/16  16:17:05
10472         Log: Remove the "performance hack" that suppressed used only once warnings
10473              for files in the standard library.
10474      Branch: perl
10475            ! gv.c
10476 ____________________________________________________________________________
10477 [ 30968] By: merijn                                on 2007/04/16  15:01:31
10478         Log: Subject: Re: [PATCH] Mention sorting MANIFEST in perlhack.pod
10479              From: "Jerry D. Hedden" <jdhedden@cpan.org>
10480              Date: Mon, 16 Apr 2007 10:44:36 -0400
10481              Message-ID: <1ff86f510704160744j9ae934cv9fef077afe3ca516@mail.gmail.com>
10482      Branch: perl
10483            ! pod/perlhack.pod
10484 ____________________________________________________________________________
10485 [ 30967] By: rgs                                   on 2007/04/16  13:37:05
10486         Log: Subject: [PATCH] Re: Thread.t hangs, even under normal test...
10487              From: "Jerry D. Hedden" <jdhedden@gmail.com>
10488              Date: Mon, 16 Apr 2007 09:31:39 -0400
10489              Message-ID: <1ff86f510704160631ue286a97kb66a0ce649c9aae4@mail.gmail.com>
10490      Branch: perl
10491            ! lib/Thread.t
10492 ____________________________________________________________________________
10493 [ 30966] By: merijn                                on 2007/04/16  11:44:54
10494         Log: Subject: [PATCH] sv.c: %d ne size_t
10495              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10496              Date: Mon, 16 Apr 2007 14:31:42 +0300 (EEST)
10497              Message-Id: <200704161131.l3GBVg3n104476@kosh.hut.fi>
10498      Branch: perl
10499            ! sv.c
10500 ____________________________________________________________________________
10501 [ 30965] By: davem                                 on 2007/04/15  23:33:13
10502         Log: fix casting warning in pp_ord()
10503      Branch: perl
10504            ! pp.c
10505 ____________________________________________________________________________
10506 [ 30964] By: davem                                 on 2007/04/15  23:24:21
10507         Log: get rid of warning due to empty dangling else in malloc.c
10508      Branch: perl
10509            ! malloc.c
10510 ____________________________________________________________________________
10511 [ 30963] By: davem                                 on 2007/04/15  21:10:55
10512         Log: follow PL_watchaddr when cloning a thread
10513      Branch: perl
10514            ! sv.c
10515 ____________________________________________________________________________
10516 [ 30962] By: davem                                 on 2007/04/15  16:32:42
10517         Log: with DEBUG_LEAKING_SCALARS, dump multiply-freed scalars
10518      Branch: perl
10519            ! sv.c
10520 ____________________________________________________________________________
10521 [ 30958] By: nicholas                              on 2007/04/15  12:37:44
10522         Log: Remove wince/ from checkcfgvar.pl, now that it is gone in 5.8.x too.
10523      Branch: perl
10524            ! Porting/checkcfgvar.pl
10525 ____________________________________________________________________________
10526 [ 30957] By: rgs                                   on 2007/04/15  12:35:38
10527         Log: Add the Default Unicode Collation Element Table for UCD 5.0.0
10528              to Unicode::Collate
10529      Branch: perl
10530            + lib/Unicode/Collate/allkeys.txt
10531            ! MANIFEST
10532 ____________________________________________________________________________
10533 [ 30955] By: rgs                                   on 2007/04/15  07:26:28
10534         Log: Change prototype of async() to be compatible with the one
10535              of threads::async()
10536      Branch: perl
10537            ! lib/Thread.pm
10538 ____________________________________________________________________________
10539 [ 30954] By: rgs                                   on 2007/04/15  07:16:44
10540         Log: Subject: [PATCH] Remove 5005threads from Thread.pm
10541              From: "Jerry D. Hedden" <jdhedden@cpan.org>
10542              Date: Fri, 13 Apr 2007 13:19:26 -0400
10543              Message-ID: <1ff86f510704131019i3ea1f99es7067ba2ef60171ca@mail.gmail.com>
10544      Branch: perl
10545            ! lib/Thread.pm
10546 ____________________________________________________________________________
10547 [ 30953] By: rgs                                   on 2007/04/15  07:12:33
10548         Log: Subject: [PATCH] Fix Thread.pm
10549              From: "Jerry D. Hedden" <jdhedden@cpan.org>
10550              Date: Fri, 13 Apr 2007 12:51:40 -0400
10551              Message-ID: <1ff86f510704130951t5f66baa0m4ed13018539976a3@mail.gmail.com>
10552      Branch: perl
10553            + lib/Thread.t
10554            ! MANIFEST lib/Thread.pm
10555 ____________________________________________________________________________
10556 [ 30952] By: davem                                 on 2007/04/14  21:53:17
10557         Log: Move PL_comppad nulling from do_clean_all to sv_clear
10558      Branch: perl
10559            ! sv.c
10560 ____________________________________________________________________________
10561 [ 30951] By: merijn                                on 2007/04/14  20:52:56
10562         Log: Typo in croak message
10563      Branch: perl
10564            ! universal.c
10565 ____________________________________________________________________________
10566 [ 30950] By: merijn                                on 2007/04/14  17:38:23
10567         Log: Subject: [PATCH pod/perlfunc.pod] Typo in =item say
10568              From: Abigail <abigail@abigail.be>
10569              Date: Sat, 14 Apr 2007 19:22:41 +0200
10570              Message-ID: <20070414172241.GB3191@abigail.nl>
10571      Branch: perl
10572            ! pod/perlfunc.pod
10573 ____________________________________________________________________________
10574 [ 30943] By: rgs                                   on 2007/04/13  12:14:06
10575         Log: Subject: RE: [PATCH] Restore Win64 compilation with the Windows Platform SDK
10576              From: "Jan Dubois" <jand@activestate.com>
10577              Date: Tue, 10 Apr 2007 16:49:21 -0700
10578              Message-ID: <001b01c77bca$dcae7720$960b6560$@com>
10579      Branch: perl
10580            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
10581 ____________________________________________________________________________
10582 [ 30940] By: nicholas                              on 2007/04/12  21:03:08
10583         Log: Bump the VERSION of ExtUtils::Constant::Base.
10584      Branch: perl
10585            ! lib/ExtUtils/Constant/Base.pm
10586 ____________________________________________________________________________
10587 [ 30939] By: nicholas                              on 2007/04/12  20:45:21
10588         Log: PL_madskills is a bool, so save it as one (else Solaris rightly
10589              SIGBUSes)
10590      Branch: perl
10591            ! pp_ctl.c
10592 ____________________________________________________________________________
10593 [ 30936] By: nicholas                              on 2007/04/12  18:52:49
10594         Log: Fix two errors in the OP debugging code. Now all test errors relate
10595              to newCONSTSUB().
10596      Branch: perl
10597            ! op.c sv.c
10598 ____________________________________________________________________________
10599 [ 30932] By: rgs                                   on 2007/04/12  15:54:33
10600         Log: Subject: Re: [PATCH] Add CPANPLUS 0.78 to the core
10601              From: demerphq <demerphq@gmail.com>
10602              Date: Tue, 10 Apr 2007 18:31:28 +0200
10603              Message-ID: <9b18b3110704100931t5c0c97e0n9d3c059e6f404dd5@mail.gmail.com>
10604      Branch: perl
10605            ! lib/ExtUtils/MM_Unix.pm
10606 ____________________________________________________________________________
10607 [ 30931] By: nicholas                              on 2007/04/12  15:51:58
10608         Log: Change 18797 (Patch for [perl #9402], known also as "glibc _moddi3 bug
10609              with negative quads", or also as RedHat bug #65612.) was a bit brute
10610              force. In reality, we don't need to have an auto-detecting pp_i_modulo
10611              unless we're compiled with 64 bit IVs and on glibc.
10612      Branch: perl
10613            ! pp.c
10614 ____________________________________________________________________________
10615 [ 30926] By: rgs                                   on 2007/04/12  14:50:04
10616         Log: Run buildtoc --build-all
10617      Branch: perl
10618            ! MANIFEST pod/perltoc.pod vms/descrip_mms.template
10619            ! win32/pod.mak
10620 ____________________________________________________________________________
10621 [ 30925] By: rgs                                   on 2007/04/12  14:37:35
10622         Log: Subject: [PATCH] Add $VERSION to Module::Build::Version
10623              From: "Jerry D. Hedden" <jdhedden@cpan.org>
10624              Date: Wed, 11 Apr 2007 12:45:19 -0400
10625              Message-ID: <1ff86f510704110945q173f2ac8p399171428fd182cd@mail.gmail.com>
10626      Branch: perl
10627            ! lib/Module/Build/Version.pm
10628 ____________________________________________________________________________
10629 [ 30923] By: rgs                                   on 2007/04/12  14:33:33
10630         Log: Upgrade to Archive::Extract 0.18
10631      Branch: perl
10632            ! lib/Archive/Extract.pm
10633            ! lib/Archive/Extract/t/src/double_dir.zip.packed
10634            ! lib/Archive/Extract/t/src/x.bz2.packed
10635            ! lib/Archive/Extract/t/src/x.gz.packed
10636            ! lib/Archive/Extract/t/src/x.jar.packed
10637            ! lib/Archive/Extract/t/src/x.par.packed
10638            ! lib/Archive/Extract/t/src/x.tar.gz.packed
10639            ! lib/Archive/Extract/t/src/x.tar.packed
10640            ! lib/Archive/Extract/t/src/x.tgz.packed
10641            ! lib/Archive/Extract/t/src/x.zip.packed
10642            ! lib/Archive/Extract/t/src/y.jar.packed
10643            ! lib/Archive/Extract/t/src/y.par.packed
10644            ! lib/Archive/Extract/t/src/y.tar.bz2.packed
10645            ! lib/Archive/Extract/t/src/y.tar.gz.packed
10646            ! lib/Archive/Extract/t/src/y.tar.packed
10647            ! lib/Archive/Extract/t/src/y.tbz.packed
10648            ! lib/Archive/Extract/t/src/y.tgz.packed
10649            ! lib/Archive/Extract/t/src/y.zip.packed
10650 ____________________________________________________________________________
10651 [ 30922] By: rgs                                   on 2007/04/12  14:27:23
10652         Log: Add the perlreapi man page, by Ã†var Arnfjörð Bjarmason
10653              (largely from perlreguts)
10654      Branch: perl
10655            + pod/perlreapi.pod
10656            ! MANIFEST pod.lst pod/perl.pod pod/perlreguts.pod
10657            ! vms/descrip_mms.template win32/pod.mak
10658 ____________________________________________________________________________
10659 [ 30921] By: rgs                                   on 2007/04/12  14:05:17
10660         Log: Subject: Re: [PATCH] extflags/pmflags Change 30841, in dump.c:pm_description regex does not have to exist
10661              From: avarab@gmail.com
10662              Date: Wed, 11 Apr 2007 20:54:43 +0000
10663              Message-ID: <51dd1af80704111354h4bbd0212hc96a9f1911d2ffb4@mail.gmail.com>
10664      Branch: perl
10665            ! dump.c
10666 ____________________________________________________________________________
10667 [ 30920] By: rgs                                   on 2007/04/12  13:57:49
10668         Log: Subject: Re: [PATCH] perlreguts.pod: use the unicode name for ÃŸ and show the codepoint
10669              From: avarab@gmail.com
10670              Date: Fri, 6 Apr 2007 21:41:57 +0000
10671              Message-ID: <51dd1af80704061441v4b972257ta4c95230bdbc47c5@mail.gmail.com>
10672      Branch: perl
10673            ! pod/perlreguts.pod
10674 ____________________________________________________________________________
10675 [ 30919] By: nicholas                              on 2007/04/12  11:57:26
10676         Log: When removing the test program source, also remove the compiled
10677              executable.
10678      Branch: perl
10679            ! Configure
10680 ____________________________________________________________________________
10681 [ 30918] By: merijn                                on 2007/04/12  06:15:36
10682         Log: Subject: [PATCH] g++ in Tru64: align sockaddr and sockaddr_in defs
10683              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10684              Date: Thu, 12 Apr 2007 05:19:30 +0300 (EEST)
10685              Message-Id: <200704120219.l3C2JUGZ294947@kosh.hut.fi>
10686      Branch: perl
10687            ! hints/dec_osf.sh
10688 ____________________________________________________________________________
10689 [ 30915] By: nicholas                              on 2007/04/11  19:48:36
10690         Log: For symbolic references test the defined path through the pp functions.
10691      Branch: perl
10692            ! t/op/ref.t
10693 ____________________________________________________________________________
10694 [ 30913] By: nicholas                              on 2007/04/11  17:51:02
10695         Log: Be a bit more specific in what our second typeglob isn't. It is actually
10696              expected to be undef.
10697      Branch: perl
10698            ! t/op/ref.t
10699 ____________________________________________________________________________
10700 [ 30912] By: stevep                                on 2007/04/11  17:16:00
10701         Log: Fix spelling nit.
10702      Branch: perl
10703            ! ext/POSIX/t/posix.t
10704 ____________________________________________________________________________
10705 [ 30910] By: nicholas                              on 2007/04/11  14:15:19
10706         Log: Run pod/buildtoc --build-all
10707      Branch: perl
10708            ! MANIFEST pod/perltoc.pod vms/descrip_mms.template
10709 ____________________________________________________________________________
10710 [ 30909] By: nicholas                              on 2007/04/11  14:09:31
10711         Log: perl5.9.5delta is about 5, not 4.
10712      Branch: perl
10713            ! pod.lst
10714 ____________________________________________________________________________
10715 [ 30908] By: nicholas                              on 2007/04/11  13:52:43
10716         Log: Update MANIFEST to include 3 files added in change 30893.
10717      Branch: perl
10718            ! MANIFEST
10719 ____________________________________________________________________________
10720 [ 30907] By: rgs                                   on 2007/04/11  13:08:49
10721         Log: Subject: [PATCH] Correct Shell.pm POD regarding $Shell::capture_stderr
10722              From: "Jerry D. Hedden" <jdhedden@cpan.org>
10723              Date: Tue, 10 Apr 2007 13:54:10 -0400
10724              Message-ID: <1ff86f510704101054q2ccc7c10l66d62971716877f9@mail.gmail.com>
10725      Branch: perl
10726            ! lib/Shell.pm
10727 ____________________________________________________________________________
10728 [ 30906] By: rgs                                   on 2007/04/11  13:06:49
10729         Log: Add Shell.pm to the list of dual-life modules
10730      Branch: perl
10731            ! Porting/Maintainers.pl
10732 ____________________________________________________________________________
10733 [ 30905] By: rgs                                   on 2007/04/11  13:05:28
10734         Log: Upgrade to Shell 0.72 (noticed by Jerry D. Hedden)
10735      Branch: perl
10736            ! lib/Shell.pm lib/Shell.t
10737 ____________________________________________________________________________
10738 [ 30904] By: nicholas                              on 2007/04/11  08:02:43
10739         Log: If the test programs for strtoul(), strtoull() or strtouq() fail, don't
10740              assume that the functions work.
10741      Branch: perl
10742            ! Configure
10743 ____________________________________________________________________________
10744 [ 30903] By: nicholas                              on 2007/04/11  07:39:21
10745         Log: Work round what appears to be a bug in Sun C++ 5.8 2005/10/13
10746              If we just cast GvSVn(gv) to void, it ignores evaluating it for
10747              its side effect.
10748      Branch: perl
10749            ! gv.c
10750 ____________________________________________________________________________
10751 [ 30902] By: craigb                                on 2007/04/11  04:08:47
10752         Log: Fully VMSify CPANPLUS util names following #30885
10753      Branch: perl
10754            ! vms/descrip_mms.template
10755 ____________________________________________________________________________
10756 [ 30900] By: nicholas                              on 2007/04/10  19:39:01
10757         Log: Silence the g++ warnings "right-hand operand of comma has no effect"
10758      Branch: perl
10759            ! perl.c perly.act perly.h perly.tab perly.y regcomp.c
10760 ____________________________________________________________________________
10761 [ 30898] By: nicholas                              on 2007/04/10  18:56:17
10762         Log: Cast needed to get POSIX compiling with g++ on FreeBSD.
10763      Branch: perl
10764            ! ext/POSIX/POSIX.xs
10765 ____________________________________________________________________________
10766 [ 30897] By: nicholas                              on 2007/04/10  18:30:04
10767         Log: Make the don't-use-nm symbol table probes work under C++.
10768      Branch: perl
10769            ! Configure
10770 ____________________________________________________________________________
10771 [ 30896] By: stevep                                on 2007/04/10  16:36:08
10772         Log: Version change to ExtUtils::MM_Unix missed in change #30380.
10773      Branch: perl
10774            ! lib/ExtUtils/MM_Unix.pm
10775 ____________________________________________________________________________
10776 [ 30895] By: stevep                                on 2007/04/10  16:23:10
10777         Log: Somehow, version.pm was missed from change #30629.
10778      Branch: perl
10779            ! lib/version.pm
10780 ____________________________________________________________________________
10781 [ 30894] By: nicholas                              on 2007/04/10  16:11:41
10782         Log: Undo the non-maint part of change 30816. Silly Nicholas.
10783      Branch: perl
10784            ! hints/freebsd.sh
10785 ____________________________________________________________________________
10786 [ 30893] By: stevep                                on 2007/04/10  15:44:51
10787         Log: Upgrade to Module-Build-0.2807
10788      Branch: perl
10789            + lib/Module/Build/t/new_from_context.t
10790            + lib/Module/Build/t/test_type.t lib/Module/Build/t/test_types.t
10791            ! lib/Module/Build.pm lib/Module/Build/API.pod
10792            ! lib/Module/Build/Base.pm lib/Module/Build/ModuleInfo.pm
10793            ! lib/Module/Build/Version.pm lib/Module/Build/YAML.pm
10794            ! lib/Module/Build/t/extend.t lib/Module/Build/t/lib/MBTest.pm
10795            ! lib/Module/Build/t/manifypods.t lib/Module/Build/t/metadata.t
10796            ! lib/Module/Build/t/moduleinfo.t lib/Module/Build/t/ppm.t
10797            ! lib/Module/Build/t/tilde.t
10798 ____________________________________________________________________________
10799 [ 30891] By: nicholas                              on 2007/04/10  14:49:31
10800         Log: S_forget_pmop() only needs a flags argument for the ithreads case,
10801              because PmopSTASH_free() is a no-op in an unthreaded perl.
10802      Branch: perl
10803            ! embed.fnc embed.h op.c op.h proto.h
10804 ____________________________________________________________________________
10805 [ 30888] By: nicholas                              on 2007/04/10  11:48:07
10806         Log: If PL_curpm is pointing to an op that is getting freed, reset it to
10807              NULL. Otherwise we have a pointer dangling into undefined behaviour.
10808      Branch: perl
10809            ! op.c
10810 ____________________________________________________________________________
10811 [ 30887] By: rgs                                   on 2007/04/10  09:43:34
10812         Log: Could someone explain why this file was added twice.
10813      Branch: perl
10814            ! ext/threads/shared/t/stress.t
10815 ____________________________________________________________________________
10816 [ 30886] By: rgs                                   on 2007/04/10  09:41:00
10817         Log: Upgrade to threads::shared 1.09 :
10818              - Fix casting issue under MSWin32
10819              - Modify stress test to not hang under MSWin32
10820      Branch: perl
10821            + ext/threads/shared/t/stress.t
10822            ! MANIFEST ext/threads/shared/Changes ext/threads/shared/README
10823            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10824            ! ext/threads/shared/t/cond.t
10825 ____________________________________________________________________________
10826 [ 30885] By: rgs                                   on 2007/04/10  09:23:43
10827         Log: Add the new CPANPLUS utilities to the VMS build process.
10828      Branch: perl
10829            ! vms/descrip_mms.template
10830 ____________________________________________________________________________
10831 [ 30884] By: rgs                                   on 2007/04/10  07:44:50
10832         Log: Sync MANIFEST. Files have disappeared ?
10833      Branch: perl
10834            ! MANIFEST
10835 ____________________________________________________________________________
10836 [ 30883] By: rgs                                   on 2007/04/10  07:42:33
10837         Log: Add CPANPLUS 0.78
10838      Branch: perl
10839            + lib/CPANPLUS.pm lib/CPANPLUS/Backend.pm
10840            + lib/CPANPLUS/Backend/RV.pm lib/CPANPLUS/Config.pm
10841            + lib/CPANPLUS/Configure.pm lib/CPANPLUS/Configure/Setup.pm
10842            + lib/CPANPLUS/Dist.pm lib/CPANPLUS/Dist/Base.pm
10843            + lib/CPANPLUS/Dist/MM.pm lib/CPANPLUS/Dist/Sample.pm
10844            + lib/CPANPLUS/Error.pm lib/CPANPLUS/FAQ.pod
10845            + lib/CPANPLUS/Hacking.pod lib/CPANPLUS/Internals.pm
10846            + lib/CPANPLUS/Internals/Constants.pm
10847            + lib/CPANPLUS/Internals/Constants/Report.pm
10848            + lib/CPANPLUS/Internals/Extract.pm
10849            + lib/CPANPLUS/Internals/Fetch.pm
10850            + lib/CPANPLUS/Internals/Report.pm
10851            + lib/CPANPLUS/Internals/Search.pm
10852            + lib/CPANPLUS/Internals/Source.pm
10853            + lib/CPANPLUS/Internals/Utils.pm
10854            + lib/CPANPLUS/Internals/Utils/Autoflush.pm
10855            + lib/CPANPLUS/Module.pm lib/CPANPLUS/Module/Author.pm
10856            + lib/CPANPLUS/Module/Author/Fake.pm
10857            + lib/CPANPLUS/Module/Checksums.pm lib/CPANPLUS/Module/Fake.pm
10858            + lib/CPANPLUS/Module/Signature.pm lib/CPANPLUS/Selfupdate.pm
10859            + lib/CPANPLUS/Shell.pm lib/CPANPLUS/Shell/Classic.pm
10860            + lib/CPANPLUS/Shell/Default.pm
10861            + lib/CPANPLUS/Shell/Default/Plugins/HOWTO.pod
10862            + lib/CPANPLUS/Shell/Default/Plugins/Remote.pm
10863            + lib/CPANPLUS/Shell/Default/Plugins/Source.pm
10864            + lib/CPANPLUS/bin/cpan2dist lib/CPANPLUS/bin/cpanp
10865            + lib/CPANPLUS/bin/cpanp-run-perl lib/CPANPLUS/inc.pm
10866            + lib/CPANPLUS/t/00_CPANPLUS-Inc.t
10867            + lib/CPANPLUS/t/00_CPANPLUS-Internals-Utils.t
10868            + lib/CPANPLUS/t/01_CPANPLUS-Configure.t
10869            + lib/CPANPLUS/t/02_CPANPLUS-Internals.t
10870            + lib/CPANPLUS/t/03_CPANPLUS-Internals-Source.t
10871            + lib/CPANPLUS/t/04_CPANPLUS-Module.t
10872            + lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t
10873            + lib/CPANPLUS/t/06_CPANPLUS-Internals-Constants.t
10874            + lib/CPANPLUS/t/07_CPANPLUS-Internals-Extract.t
10875            + lib/CPANPLUS/t/08_CPANPLUS-Backend.t
10876            + lib/CPANPLUS/t/09_CPANPLUS-Internals-Search.t
10877            + lib/CPANPLUS/t/10_CPANPLUS-Error.t
10878            + lib/CPANPLUS/t/19_CPANPLUS-Dist.t
10879            + lib/CPANPLUS/t/20_CPANPLUS-Dist-MM.t
10880            + lib/CPANPLUS/t/21_CPANPLUS-Dist-No-Build.t
10881            + lib/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t
10882            + lib/CPANPLUS/t/40_CPANPLUS-Internals-Report.t
10883            + lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
10884            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
10885            + r-0.01.tar.gz.packed
10886            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/CHECKSUMS
10887            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
10888            + readme
10889            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
10890            + tar.gz.packed
10891            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
10892            + tar.gz.packed
10893            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/CHECKSUMS
10894            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.re
10895            + adme
10896            + lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
10897            + r.gz.packed
10898            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/CHECKSUMS
10899            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
10900            + readme
10901            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
10902            + tar.gz.packed
10903            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/CHECKSUMS
10904            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.re
10905            + adme
10906            + lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
10907            + r.gz.packed
10908            + lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
10909            + cked
10910            + lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
10911            + lib/CPANPLUS/t/dummy-localmirror/01mailrc.txt.gz.packed
10912            + lib/CPANPLUS/t/dummy-localmirror/02packages.details.txt.gz.pac
10913            + ked lib/CPANPLUS/t/dummy-localmirror/03modlist.data.gz.packed
10914            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/Bundle
10915            + -Foo-Bar-0.01.tar.gz.packed
10916            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/CHECKS
10917            + UMS
10918            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/Foo-Ba
10919            + r-0.01.tar.gz.packed
10920            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/perl5.
10921            + 005_03.tar.gz.packed
10922            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUXS/CHECKSUM
10923            + S
10924            + lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUXS/Foo-Bar-
10925            + 0.01.tar.gz.packed
10926            + lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBNOXS/CHECKS
10927            + UMS
10928            + lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBNOXS/Foo-Ba
10929            + r-0.01.tar.gz.packed
10930            + lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBXS/CHECKSUM
10931            + S
10932            + lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBXS/Foo-Bar-
10933            + 0.01.tar.gz.packed lib/CPANPLUS/t/inc/conf.pl
10934            + utils/cpan2dist.PL utils/cpanp-run-perl.PL utils/cpanp.PL
10935            ! MANIFEST installperl utils.lst utils/Makefile win32/Makefile
10936            ! win32/makefile.mk
10937 ____________________________________________________________________________
10938 [ 30882] By: rgs                                   on 2007/04/10  06:46:54
10939         Log: Fix new tests
10940      Branch: perl
10941            ! t/op/pat.t
10942 ____________________________________________________________________________
10943 [ 30881] By: stevep                                on 2007/04/10  02:53:34
10944         Log: Subject: Re: [PATCH] length() on magic capture variables
10945              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
10946              Date: Mon, 9 Apr 2007 22:02:42 +0000
10947              Message-ID: <51dd1af80704091502m19130c28y29e6e656516fabfd@mail.gmail.com>
10948      Branch: perl
10949            ! t/op/pat.t
10950 ____________________________________________________________________________
10951 [ 30880] By: stevep                                on 2007/04/10  02:49:07
10952         Log: Subject: [PATCH] Test for the qr// construct
10953              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
10954              Date: Mon, 9 Apr 2007 20:36:58 +0000
10955              Message-ID: <51dd1af80704091336q335f0584o602b5e245bc210fe@mail.gmail.com>
10956              
10957              Includes add to the MANIFEST
10958      Branch: perl
10959            + t/op/qr.t
10960            ! MANIFEST
10961 ____________________________________________________________________________
10962 [ 30879] By: stevep                                on 2007/04/10  02:37:04
10963         Log: Subject: [PATCH] Cast markstack values to I32
10964              From: Jan Dubois <jand@ActiveState.com>
10965              Date: Mon, 09 Apr 2007 18:11:32 -0700
10966              Message-ID: <prol131i8b27re246alnhmem4mj13fcl2b@4ax.com>
10967      Branch: perl
10968            ! XSUB.h pp.h
10969 ____________________________________________________________________________
10970 [ 30878] By: stevep                                on 2007/04/10  02:30:38
10971         Log: Subject: [PATCH] Restore Win64 compilation with the Windows Platform SDK
10972              From: Jan Dubois <jand@ActiveState.com>
10973              Date: Mon, 09 Apr 2007 17:27:17 -0700
10974              Message-ID: <4kll13df3tndn8alp54gi9ur9jmq063aij@4ax.com>   
10975      Branch: perl
10976            ! lib/ExtUtils/MM_Win32.pm win32/win32.c
10977 ____________________________________________________________________________
10978 [ 30877] By: stevep                                on 2007/04/10  02:18:24
10979         Log: Upgrade to bignum-0.20 and Math-BigRat-0.18.
10980      Branch: perl
10981            + lib/bignum/t/bigexp.t
10982            ! MANIFEST lib/Math/BigRat.pm lib/bignum.pm
10983 ____________________________________________________________________________
10984 [ 30876] By: stevep                                on 2007/04/10  02:11:02
10985         Log: Subject: BigInt, FastCalc, BitRat, bignum released to CPAN [PATCH]
10986              From: Tels <nospam-abuse@bloodgate.com>
10987              Date: Mon, 9 Apr 2007 20:59:22 +0000
10988              Message-Id: <200704092059.24058@bloodgate.com>
10989      Branch: perl
10990            ! ext/Math/BigInt/FastCalc/FastCalc.pm
10991            ! ext/Math/BigInt/FastCalc/FastCalc.xs
10992            ! ext/Math/BigInt/FastCalc/t/leak.t lib/Math/BigFloat.pm
10993            ! lib/Math/BigInt.pm lib/Math/BigInt/t/biglog.t
10994            ! lib/Math/BigInt/t/fallback.t
10995 ____________________________________________________________________________
10996 [ 30875] By: stevep                                on 2007/04/09  14:06:22
10997         Log: Upgrade to CPAN-1.90.
10998      Branch: perl
10999            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Queue.pm
11000 ____________________________________________________________________________
11001 [ 30871] By: rgs                                   on 2007/04/08  07:58:39
11002         Log: Subject: [PATCH] RXf_WHITE never used due to small bug in regcomp.c
11003              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
11004              Date: Sat, 7 Apr 2007 00:17:05 +0000
11005              Message-ID: <51dd1af80704061717s44107fb9jf468ef28080d33a6@mail.gmail.com>
11006      Branch: perl
11007            ! regcomp.c
11008 ____________________________________________________________________________
11009 [ 30870] By: rgs                                   on 2007/04/08  07:55:04
11010         Log: Subject: [PATCH] makedepend.SH syntax error
11011              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
11012              Date: Sat, 7 Apr 2007 23:32:44 -0700 (PDT)
11013              Message-ID: <41520.67.40.29.216.1176013964.squirrel@webmail.efn.org>
11014      Branch: perl
11015            ! makedepend.SH
11016 ____________________________________________________________________________
11017 [ 30869] By: nicholas                              on 2007/04/07  21:36:19
11018         Log: Upgrade to Module-Pluggable 3.6
11019      Branch: perl
11020            ! lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
11021 ____________________________________________________________________________
11022 [ 30868] By: nicholas                              on 2007/04/07  20:43:14
11023         Log: Ensure PL_last_in_gv doesn't end up pointing to garbage by NULLing it
11024              if the GV it is pointing to gets freed.
11025      Branch: perl
11026            ! sv.c
11027 ____________________________________________________________________________
11028 [ 30867] By: nicholas                              on 2007/04/07  17:14:11
11029         Log: Under PERL_DEBUG_READONLY_OPS don't panic if you can't find the slab
11030              being freed. Also, need to set the slab to read/write before
11031              incrementing or decrementing an op's reference count.
11032              With this we can build all extentions, and run test_harness.
11033      Branch: perl
11034            ! embed.fnc op.c op.h proto.h
11035 ____________________________________________________________________________
11036 [ 30866] By: nicholas                              on 2007/04/07  12:45:44
11037         Log: Upgrade to Encode 2.19
11038      Branch: perl
11039            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
11040            ! ext/Encode/Encode.xs ext/Encode/bin/piconv
11041            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
11042            ! ext/Encode/lib/Encode/CJKConstants.pm
11043            ! ext/Encode/lib/Encode/JP/H2Z.pm
11044            ! ext/Encode/lib/Encode/JP/JIS7.pm
11045            ! ext/Encode/lib/Encode/MIME/Header.pm
11046            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Aliases.t
11047            ! ext/Encode/t/mime-header.t
11048 ____________________________________________________________________________
11049 [ 30865] By: nicholas                              on 2007/04/07  12:15:40
11050         Log: Turn op_pmreplroot in struct pmop into a real union.
11051      Branch: perl
11052            ! dump.c ext/B/B.xs op.c op.h pp.c pp_hot.c
11053 ____________________________________________________________________________
11054 [ 30863] By: nicholas                              on 2007/04/07  10:48:08
11055         Log: Remove a now un-needed goto from Perl_peep().
11056      Branch: perl
11057            ! op.c
11058 ____________________________________________________________________________
11059 [ 30862] By: nicholas                              on 2007/04/07  10:43:37
11060         Log: Rejig Perl_peep() to assume that ops are optimised by default. The
11061              source code is simpler, and the object code slightly smaller.
11062      Branch: perl
11063            ! op.c
11064 ____________________________________________________________________________
11065 [ 30861] By: nicholas                              on 2007/04/07  08:32:46
11066         Log: Re-ordering OP_STUB in the switch statement in Perl_peep saves a goto.
11067      Branch: perl
11068            ! op.c
11069 ____________________________________________________________________________
11070 [ 30860] By: nicholas                              on 2007/04/06  23:31:14
11071         Log: Merge op_pmreplstart and op_pmstash/op_pmstashpv into a union in
11072              PMOP, as both pointers never need to be set at the same time.
11073      Branch: perl
11074            ! dump.c ext/B/B.xs op.c op.h pp_ctl.c
11075 ____________________________________________________________________________
11076 [ 30859] By: nicholas                              on 2007/04/06  22:32:02
11077         Log: assert() that OP_QR and OP_MATCH never set op_pmreplstart, which
11078              simplifies the peep hole optimiser slightly.
11079      Branch: perl
11080            ! op.c
11081 ____________________________________________________________________________
11082 [ 30858] By: nicholas                              on 2007/04/06  22:08:20
11083         Log: Add editor block.
11084      Branch: perl
11085            ! op.h
11086 ____________________________________________________________________________
11087 [ 30857] By: nicholas                              on 2007/04/06  21:53:46
11088         Log: Only append ?? match ops to the list used by reset. This saves memory
11089              and time.
11090      Branch: perl
11091            ! op.c op.h toke.c
11092 ____________________________________________________________________________
11093 [ 30856] By: nicholas                              on 2007/04/06  20:57:34
11094         Log: Avoid accessing free()d memory when calling reset in one thread, after
11095              deleting pattern match ops in another thread.
11096      Branch: perl
11097            ! embed.fnc embed.h op.c proto.h t/op/reset.t
11098 ____________________________________________________________________________
11099 [ 30855] By: nicholas                              on 2007/04/06  20:46:47
11100         Log: Give accurate failure diagnostics when unlike() fails.
11101      Branch: perl
11102            ! t/test.pl
11103 ____________________________________________________________________________
11104 [ 30854] By: nicholas                              on 2007/04/06  20:17:14
11105         Log: Ooops. Forgot to update proto.h in change 30853.
11106      Branch: perl
11107            ! proto.h
11108 ____________________________________________________________________________
11109 [ 30853] By: nicholas                              on 2007/04/06  19:50:12
11110         Log: Remove op_pmnext from PMOPs, and instead store the list for reset as
11111              an array hanging from the mg_ptr of the symbol table magic.
11112              (Previously the linked list head was in the mg_obj member)
11113      Branch: perl
11114            ! embed.fnc embed.h ext/B/B.xs op.c op.h sv.c
11115 ____________________________________________________________________________
11116 [ 30852] By: rgs                                   on 2007/04/06  14:15:44
11117         Log: Subject: [PATCH] Allow any *DBM_File to work for DynaLoader testing
11118              From: "Jerry D. Hedden" <jdhedden@1979.usna.com>
11119              Date: Wed, 4 Apr 2007 09:57:16 -0400
11120              Message-ID: <1ff86f510704040657t732af552jbcbdb8804d134ff7@mail.gmail.com>
11121      Branch: perl
11122            ! ext/DynaLoader/t/DynaLoader.t ext/DynaLoader/t/XSLoader.t
11123 ____________________________________________________________________________
11124 [ 30851] By: rgs                                   on 2007/04/06  13:35:15
11125         Log: Subject: [PATCH] MAD do not ignore errors from 'use'
11126              From: Gerard Goossen <gerard@tty.nl>
11127              Date: Thu, 29 Mar 2007 18:02:29 +0200
11128              Message-ID: <20070329160229.GF20231@ostwald>
11129              
11130              plus another similar correction
11131      Branch: perl
11132            ! perl.c
11133 ____________________________________________________________________________
11134 [ 30850] By: rgs                                   on 2007/04/06  13:19:44
11135         Log: Subject: [PATCH] madprop about forced words
11136              From: Gerard Goossen <gerard@tty.nl>
11137              Date: Thu, 29 Mar 2007 18:10:42 +0200
11138              Message-ID: <20070329161042.GG20231@ostwald>
11139      Branch: perl
11140            ! toke.c
11141 ____________________________________________________________________________
11142 [ 30849] By: rgs                                   on 2007/04/06  12:13:14
11143         Log: Subject: Re: Proposed changes and to regular expression interfaces in core
11144              From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
11145              Date: Thu, 29 Mar 2007 22:52:49 +0000
11146              Message-ID: <51dd1af80703291552y1073bcb6r954b043eb68a4459@mail.gmail.com>
11147      Branch: perl
11148            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h global.sym
11149            ! perl.h pp_hot.c proto.h regcomp.c regcomp.h regexp.h
11150 ____________________________________________________________________________
11151 [ 30848] By: stevep                                on 2007/04/05  16:32:19
11152         Log: g++ on NetBSD needs to have environ declared as well.
11153      Branch: perl
11154            ! perl.h
11155 ____________________________________________________________________________
11156 [ 30847] By: rgs                                   on 2007/04/05  16:26:18
11157         Log: C++ compilation fix by Steve Peters
11158      Branch: perl
11159            ! perl.h
11160 ____________________________________________________________________________
11161 [ 30846] By: nicholas                              on 2007/04/05  08:56:10
11162         Log: S_op_destroy() was not static. Also tidy all other STATIC/static
11163              declarations onto the same line as the return type, to make checking
11164              this easier.
11165      Branch: perl
11166            ! dump.c op.c pp_ctl.c pp_pack.c
11167 ____________________________________________________________________________
11168 [ 30845] By: nicholas                              on 2007/04/04  21:42:26
11169         Log: Add TODO tests for the (sometimes) crashing threads/op deletion/reset
11170              combination.
11171      Branch: perl
11172            ! t/op/reset.t
11173 ____________________________________________________________________________
11174 [ 30844] By: nicholas                              on 2007/04/04  19:55:23
11175         Log: A test for reset.
11176      Branch: perl
11177            + t/op/reset.t
11178            ! MANIFEST
11179 ____________________________________________________________________________
11180 [ 30843] By: nicholas                              on 2007/04/04  17:22:02
11181         Log: Get further through the build with read-only optrees. Free()ing cops
11182              as currently implemented seems to want write activity to them. Also we
11183              save a field in PL_curcop at one point, and sometimes this can be in
11184              a read only COP. If so, the end of scope restoration is always to the
11185              same value, but it's easier to cheat and skip the restoration than to
11186              dig around and avoid the save.
11187      Branch: perl
11188            ! op.c scope.c
11189 ____________________________________________________________________________
11190 [ 30842] By: rgs                                   on 2007/04/04  08:40:52
11191         Log: Symbol export nit, found by Yves
11192      Branch: perl
11193            ! makedef.pl
11194 ____________________________________________________________________________
11195 [ 30841] By: rgs                                   on 2007/04/04  08:32:37
11196         Log: Subject: Re: pmdynflags and thread safety
11197              From: demerphq <demerphq@gmail.com>
11198              Date: Wed, 4 Apr 2007 01:46:26 +0200
11199              Message-ID: <9b18b3110704031646p7ac8dbearf9e41397a5f884d8@mail.gmail.com>
11200      Branch: perl
11201            ! bytecode.pl dump.c embed.fnc ext/B/B.pm ext/B/B.xs
11202            ! ext/B/B/Asmdata.pm ext/B/B/Deparse.pm ext/B/defsubs_h.PL
11203            ! ext/B/t/concise-xs.t ext/re/re.xs op.c op.h pod/perlreguts.pod
11204            ! pod/perltoc.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
11205            ! regexec.c regexp.h sv.c toke.c
11206 ____________________________________________________________________________
11207 [ 30840] By: rgs                                   on 2007/04/04  06:46:46
11208         Log: Subject: [PATCH] ext\ExtUtils\t\Embed.t fails test when upgrading a perl with different core headers.
11209              From: demerphq <demerphq@gmail.com>
11210              Date: Wed, 4 Apr 2007 03:17:21 +0200
11211              Message-ID: <9b18b3110704031817l37c034d3gf3d2b1cd205ac517@mail.gmail.com>
11212      Branch: perl
11213            ! lib/ExtUtils/t/Embed.t
11214 ____________________________________________________________________________
11215 [ 30839] By: rgs                                   on 2007/04/04  06:39:46
11216         Log: Subject: [PATCH] Re: [PATCH] microperl plus missing config vars
11217              From: Jarkko Hietaniemi <jhi@iki.fi>
11218              Date: Tue, 03 Apr 2007 18:28:30 -0400
11219              Message-ID: <4612D50E.5010105@iki.fi>
11220      Branch: perl
11221            ! Porting/checkcfgvar.pl win32/config.gc
11222 ____________________________________________________________________________
11223 [ 30838] By: rgs                                   on 2007/04/03  16:17:01
11224         Log: Subject: Re: [PATCH] MAD prototype checking
11225              From: Gerard Goossen <gerard@tty.nl>
11226              Date: Thu, 29 Mar 2007 17:34:23 +0200
11227              Message-ID: <20070329153423.GE20231@ostwald>
11228      Branch: perl
11229            ! op.c
11230 ____________________________________________________________________________
11231 [ 30837] By: rgs                                   on 2007/04/03  16:12:08
11232         Log: Subject: Re: [PATCH] MAD disable constant inlining
11233              From: Gerard Goossen <gerard@tty.nl>
11234              Date: Thu, 29 Mar 2007 17:31:32 +0200
11235              Message-ID: <20070329153132.GD20231@ostwald>
11236      Branch: perl
11237            ! toke.c
11238 ____________________________________________________________________________
11239 [ 30836] By: rgs                                   on 2007/04/03  08:34:09
11240         Log: C++ compilation patch by Jarkko
11241      Branch: perl
11242            ! ext/Encode/bin/enc2xs
11243 ____________________________________________________________________________
11244 [ 30835] By: nicholas                              on 2007/04/02  21:27:26
11245         Log: We may not even have a list of slabs when Perl_Slab_Free is called.
11246      Branch: perl
11247            ! op.c
11248 ____________________________________________________________________________
11249 [ 30834] By: nicholas                              on 2007/04/02  21:25:03
11250         Log: Cleanups for PERL_DEBUG_READONLY_OPS debugging code - remove a now-
11251              unneeded include of <sys/mman.h>, and make PERL_DEBUG_READONLY_OPS
11252              appear in -V output.
11253      Branch: perl
11254            ! perl.c
11255 ____________________________________________________________________________
11256 [ 30833] By: rgs                                   on 2007/04/02  19:53:08
11257         Log: Subject: [PATCH] Allow testing of DBM_Filter with any *DBM_File
11258              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
11259              Date: Mon, 2 Apr 2007 10:15:47 -0700 (PDT)
11260              Message-ID: <642435.53086.qm@web30215.mail.mud.yahoo.com>
11261      Branch: perl
11262            ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
11263            ! lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t
11264            ! lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t
11265            ! lib/DBM_Filter/t/utf8.t
11266 ____________________________________________________________________________
11267 [ 30832] By: nicholas                              on 2007/04/02  19:53:06
11268         Log: For Perl_Slab_Alloc(), eliminate the unused parameter 'm'.
11269      Branch: perl
11270            ! embed.fnc embed.h op.c op.h proto.h
11271 ____________________________________________________________________________
11272 [ 30831] By: rgs                                   on 2007/04/02  19:51:08
11273         Log: Subject: [PATCH] Don't install dbm_filter_util.pl
11274              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
11275              Date: Mon, 2 Apr 2007 09:31:13 -0700 (PDT)
11276              Message-ID: <721682.89546.qm@web30209.mail.mud.yahoo.com>
11277      Branch: perl
11278            ! installperl
11279 ____________________________________________________________________________
11280 [ 30830] By: nicholas                              on 2007/04/02  19:25:53
11281         Log: The op slab allocator can call calloc() instead of malloc(), and save
11282              a Zero(). Also, argument m is unused.
11283      Branch: perl
11284            ! op.c
11285 ____________________________________________________________________________
11286 [ 30829] By: nicholas                              on 2007/04/02  19:03:55
11287         Log: Add a new compile option PERL_DEBUG_READONLY_OPS which marks the optree
11288              as read only (or as much of it as it practical). This makes it trivial
11289              to detect buggy code that is modifying the optree at runtime.
11290      Branch: perl
11291            ! embed.fnc embed.h embedvar.h intrpvar.h op.c perl.c perlapi.h
11292            ! pod/perlhack.pod proto.h
11293 ____________________________________________________________________________
11294 [ 30828] By: rgs                                   on 2007/04/02  08:50:23
11295         Log: Subject: [PATCH?] perlfunc.pod: Lexical visibility hint in require docu
11296              From: Christian Winter <bitpoet@linux-config.de>
11297              Date: Sun, 01 Apr 2007 18:01:24 +0200
11298              Message-ID: <460FD754.8050106@linux-config.de>
11299      Branch: perl
11300            ! pod/perlfunc.pod
11301 ____________________________________________________________________________
11302 [ 30827] By: craigb                                on 2007/04/01  18:11:28
11303         Log: Update name of Perl executable on VMS following #30414.
11304      Branch: perl
11305            ! t/op/taint.t
11306 ____________________________________________________________________________
11307 [ 30826] By: craigb                                on 2007/04/01  18:01:01
11308         Log: Mark new regex glob test as a TODO on VMS.
11309      Branch: perl
11310            ! ext/File/Glob/t/basic.t
11311 ____________________________________________________________________________
11312 [ 30825] By: merijn                                on 2007/04/01  15:44:33
11313         Log: Subject: README.$OS URLs
11314              From: Steffen Mueller <o6hhmk002@sneakemail.com>
11315              Date: Sat, 31 Mar 2007 16:37:56 +0200
11316              Message-ID: <20070331143757.26271.qmail@lists.develooper.com>
11317      Branch: perl
11318            ! README.amiga README.cn README.dos README.jp README.netware
11319            ! README.tw
11320 ____________________________________________________________________________
11321 [ 30824] By: stevep                                on 2007/04/01  13:10:11
11322         Log: Subject: [PATCH] Symbian sync
11323              From: Jarkko Hietaniemi <jhi@iki.fi>
11324              Date: Sat, 31 Mar 2007 15:30:09 -0400
11325              Message-ID: <460EB6C1.4020406@iki.fi>
11326      Branch: perl
11327            ! README.symbian lib/AutoSplit.pm lib/constant.pm regcomp.pl
11328            ! regnodes.h symbian/port.pl symbian/sdk.pl
11329 ____________________________________________________________________________
11330 [ 30823] By: stevep                                on 2007/04/01  12:57:24
11331         Log: Subject: [PATCH] microperl plus missing config vars
11332              From: Jarkko Hietaniemi <jhi@iki.fi>
11333              Date: Sat, 31 Mar 2007 17:50:18 -0400
11334              Message-ID: <460ED79A.5030809@iki.fi>
11335      Branch: perl
11336            ! Cross/config.sh-arm-linux Makefile.micro NetWare/config.wc
11337            ! Porting/checkcfgvar.pl README.micro epoc/config.sh
11338            ! plan9/config_sh.sample symbian/config.sh uconfig.h uconfig.sh
11339            ! win32/config.bc win32/config.ce win32/config.vc
11340            ! win32/config.vc64
11341 ____________________________________________________________________________
11342 [ 30822] By: davem                                 on 2007/04/01  01:27:57
11343         Log: Make parser_free() be called slightly later,
11344              i.e. at the point where lexer vars are being restored in a LEAVE,
11345              rather than at the end of yyparse()
11346      Branch: perl
11347            ! perly.c toke.c
11348 ____________________________________________________________________________
11349 [ 30821] By: davem                                 on 2007/04/01  01:22:20
11350         Log: Eliminate the use of PL_curforce outside of toke.c
11351      Branch: perl
11352            ! perl.c toke.c
11353 ____________________________________________________________________________
11354 [ 30820] By: davem                                 on 2007/04/01  01:20:02
11355         Log: Eliminate the use of PL_bufend outside of toke.c:
11356              give Perl_scan_vstring() an explicit 'end' arg rather than using
11357              PL_bufend, and replace it with a local var in Perl_find_script()
11358      Branch: perl
11359            ! embed.fnc embed.h proto.h sv.c toke.c
11360 ____________________________________________________________________________
11361 [ 30819] By: davem                                 on 2007/04/01  00:51:00
11362         Log: free backtrack track when on unexpected exit, eg /(?{ die })/
11363      Branch: perl
11364            ! regexec.c
11365 ____________________________________________________________________________
11366 [ 30818] By: davem                                 on 2007/04/01  00:27:02
11367         Log: fix $^R scoping bug.
11368              By setting the outer saved $^R to the current $^R just at the
11369              end of a successful match, and ensuring that that the savestack
11370              doesn't get popped beforehand, the code is simplified and fixes a
11371              bug.
11372      Branch: perl
11373            ! regexec.c t/op/pat.t
11374 ____________________________________________________________________________
11375 [ 30817] By: nicholas                              on 2007/03/31  23:15:15
11376         Log: Rearrange members of structures to reduce memory size on some
11377              platforms. On LP64 structs stackinfo, refcounted_he, and magic shrink
11378              by 8 bytes, struct yy_parser by 16.
11379      Branch: perl
11380            ! cop.h gv.h hv.h mg.h parser.h perl.h
11381 ____________________________________________________________________________
11382 [ 30815] By: nicholas                              on 2007/03/31  20:52:53
11383         Log: Reorder the members of various regexp structs to reduce their size on
11384              LP64 platforms, by pairing up I32 and U32 members. Notably structs
11385              _reg_trie_data, reg_ac_data, regexp and regmatch_state down by 8 bytes,
11386              re_save_state by 16, and regmatch_slab up by 48 (ie one more state per
11387              slab)
11388      Branch: perl
11389            ! regcomp.h regexp.h
11390 ____________________________________________________________________________
11391 [ 30814] By: craigb                                on 2007/03/31  19:42:35
11392         Log: Fix URL rot in README.vms
11393      Branch: perl
11394            ! README.vms
11395 ____________________________________________________________________________
11396 [ 30813] By: craigb                                on 2007/03/31  19:40:43
11397         Log: Make Perl_vms_start_glob return the input pattern when there are
11398              no matches.  
11399      Branch: perl
11400            ! vms/vms.c
11401 ____________________________________________________________________________
11402 [ 30812] By: nicholas                              on 2007/03/31  15:50:05
11403         Log: precomp in struct regexp can be const char *.
11404      Branch: perl
11405            ! regexp.h
11406 ____________________________________________________________________________
11407 [ 30811] By: rgs                                   on 2007/03/31  14:11:40
11408         Log: Fix bug #42224, perl -MO=Deparse -e 'print readpipe $x, $y' broken
11409      Branch: perl
11410            ! ext/B/B/Deparse.pm
11411 ____________________________________________________________________________
11412 [ 30806] By: rgs                                   on 2007/03/31  06:23:12
11413         Log: Fix the error message "Can't call method "DOES" on unblessed
11414              reference".
11415      Branch: perl
11416            ! pp_hot.c t/op/universal.t universal.c
11417 ____________________________________________________________________________
11418 [ 30805] By: rgs                                   on 2007/03/31  06:16:09
11419         Log: Don't use utf8.pm in the test (avoiding embedding utf8 in the test
11420              file), and use greek to test for something out of 8-bit latin, as
11421              Jarkko suggested. Everything flows.
11422      Branch: perl
11423            ! t/io/dup.t
11424 ____________________________________________________________________________
11425 [ 30804] By: ams                                   on 2007/03/31  00:51:55
11426         Log: This was released as 2.16.
11427      Branch: perl
11428            ! ext/Storable/Storable.pm
11429 ____________________________________________________________________________
11430 [ 30803] By: ams                                   on 2007/03/31  00:34:13
11431         Log: Add new hints files.
11432      Branch: perl
11433            ! ext/Storable/MANIFEST
11434 ____________________________________________________________________________
11435 [ 30791] By: nicholas                              on 2007/03/30  16:17:25
11436         Log: Bump File::Glob's VERSION to go with change 30103.
11437      Branch: perl
11438            ! ext/File/Glob/Glob.pm
11439 ____________________________________________________________________________
11440 [ 30785] By: nicholas                              on 2007/03/30  11:52:43
11441         Log: Remove the never-used numeric and character switch ops.
11442      Branch: perl
11443            ! opcode.pl
11444 ____________________________________________________________________________
11445 [ 30784] By: nicholas                              on 2007/03/30  11:48:54
11446         Log: A logical rearrangement of ops, to get the post 5.005 ops to their
11447              logical groups.
11448      Branch: perl
11449            ! ext/B/t/b.t opcode.h opcode.pl opnames.h pp.sym pp_proto.h
11450 ____________________________________________________________________________
11451 [ 30783] By: nicholas                              on 2007/03/30  10:53:31
11452         Log: Oops. Failed to remove the now obsolete comment about custom ops.
11453      Branch: perl
11454            ! opcode.pl
11455 ____________________________________________________________________________
11456 [ 30782] By: nicholas                              on 2007/03/30  10:50:10
11457         Log: Remove the restriction that op_custom has to be the last op.
11458              This allows more ops to be added during the life of a stable release.
11459      Branch: perl
11460            ! opcode.h opcode.pl
11461 ____________________________________________________________________________
11462 [ 30781] By: rgs                                   on 2007/03/30  08:30:35
11463         Log: When dup'ing a filehandle, retain the :utf8 layer
11464      Branch: perl
11465            ! perlio.c t/io/dup.t
11466 ____________________________________________________________________________
11467 [ 30780] By: rgs                                   on 2007/03/30  07:48:59
11468         Log: Add two deprecation warnings:
11469              Opening dirhandle %s also as a file
11470              Opening filehandle %s also as a directory
11471      Branch: perl
11472            ! pod/perldiag.pod pp_sys.c t/lib/warnings/pp_sys t/op/chdir.t
11473 ____________________________________________________________________________
11474 [ 30779] By: stevep                                on 2007/03/30  03:24:22
11475         Log: Subject: [PATCH] cflags.SH: 30327 wasn't portable Bourne (avoid '!: not found')
11476              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
11477              Date: Fri, 30 Mar 2007 04:44:11 +0300 (EEST)
11478              Message-Id: <200703300144.l2U1iBSA490663@kosh.hut.fi>
11479      Branch: perl
11480            ! cflags.SH
11481 ____________________________________________________________________________
11482 [ 30778] By: stevep                                on 2007/03/29  23:11:29
11483         Log: Upgrade to CGI.pm-3.28
11484      Branch: perl
11485            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
11486 ____________________________________________________________________________
11487 [ 30777] By: rgs                                   on 2007/03/29  13:03:54
11488         Log: Subject: [PATCH] Shorten 'skipping...' test message
11489              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
11490              Date: Thu, 29 Mar 2007 05:56:51 -0700 (PDT)
11491              Message-ID: <213529.35369.qm@web30214.mail.mud.yahoo.com>
11492      Branch: perl
11493            ! t/TEST
11494 ____________________________________________________________________________
11495 [ 30776] By: rgs                                   on 2007/03/29  07:56:11
11496         Log: Back out changes 30762 and 30763
11497      Branch: perl
11498            ! pp.c
11499 ____________________________________________________________________________
11500 [ 30775] By: rgs                                   on 2007/03/28  08:43:10
11501         Log: Subject: [PATCH?]: perlguts.pod
11502              From: "John P. Linderman" <jpl@research.att.com>
11503              Date: Tue, 27 Mar 2007 12:33:39 -0400
11504              Message-Id: <200703271633.l2RGXd3u3443680@raptor.research.att.com>
11505      Branch: perl
11506            ! pod/perlguts.pod
11507 ____________________________________________________________________________
11508 [ 30774] By: merijn                                on 2007/03/27  12:30:11
11509         Log: Subject: [PATCH] stop the cargo cult of (MEM_SIZE)~0
11510              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
11511              Date: Tue, 27 Mar 2007 15:07:52 +0300 (EEST)
11512              Message-Id: <200703271207.l2RC7qOC443040@kosh.hut.fi>
11513      Branch: perl
11514            ! handy.h pp.c util.c
11515 ____________________________________________________________________________
11516 [ 30773] By: rgs                                   on 2007/03/27  11:15:51
11517         Log: Compress::Zlib isn't a good example of extra modules,
11518              since it's now core
11519      Branch: perl
11520            ! INSTALL
11521 ____________________________________________________________________________
11522 [ 30772] By: rgs                                   on 2007/03/27  09:42:44
11523         Log: Fix return value of state assignment ($x=state $y=$z).
11524              Fix a form of state assignment (state($x)=$y).
11525              Minor optimisation in pp_aassign for state variables.
11526              New tests.
11527      Branch: perl
11528            ! op.c pp_hot.c t/op/state.t
11529 ____________________________________________________________________________
11530 [ 30771] By: merijn                                on 2007/03/27  06:17:25
11531         Log: Subject: [PATCH] util.c [PATCH] perlhack.pod (Was: Re: threads crashes in Tru64)
11532              From: Jarkko Hietaniemi <jhi@iki.fi>
11533              Date: Mon, 26 Mar 2007 19:50:11 -0400
11534              Message-ID: <46085C33.1030601@iki.fi>
11535      Branch: perl
11536            ! pod/perlhack.pod util.c
11537 ____________________________________________________________________________
11538 [ 30770] By: merijn                                on 2007/03/27  06:15:21
11539         Log: Documented the PA-RISC End-Of_Life plan; more servers; some IPF
11540              remarks. TODO: the various locations for downloading prebuilt
11541              depots, and what their specifics are. The first is now in, but
11542              no specifics yet.
11543      Branch: perl
11544            ! README.hpux
11545 ____________________________________________________________________________
11546 [ 30769] By: nicholas                              on 2007/03/26  22:52:18
11547         Log: In struct regexp replace the two arrays of I32s accessed via startp
11548              and endp with a single array of struct regexp_paren_pair, which has 2
11549              I32 members. PL_regstartp and PL_regendp are replaced with a pointer
11550              to regexp_paren_pair. The regexp swap structure now only has one
11551              member, so abolish it and store the pointer to the swap array directly.
11552              Hopefully keeping the corresponding start and end adjacent in memory
11553              will help with cache coherency.
11554      Branch: perl
11555            ! mg.c pp.c pp_ctl.c pp_hot.c regcomp.c regexec.c regexp.h sv.c
11556            ! universal.c
11557 ____________________________________________________________________________
11558 [ 30768] By: davem                                 on 2007/03/26  21:48:48
11559         Log: add p55.t MAD tests, and convert renamed mad/nomad into a module
11560              Subject: Re: [PATCH] p55 tests
11561              From: Gerard Goossen <gerard@tty.nl>
11562              Message-ID: <20070322174056.GE24152@ostwald>
11563      Branch: perl
11564            + mad/t/p55.t
11565            ! MANIFEST mad/Nomad.pm
11566 ____________________________________________________________________________
11567 [ 30767] By: davem                                 on 2007/03/26  21:42:48
11568         Log: Rename mad/nomad to mad/Nomad.pm
11569              
11570              Subject: Re: [PATCH] p55 tests
11571              From: Gerard Goossen <gerard@tty.nl>
11572              Message-ID: <20070322174056.GE24152@ostwald>
11573      Branch: perl
11574           +> mad/Nomad.pm
11575            - mad/nomad
11576            ! MANIFEST
11577 ____________________________________________________________________________
11578 [ 30766] By: nicholas                              on 2007/03/26  21:40:12
11579         Log: Move the declaration of two variables into the only block that uses
11580              them.
11581      Branch: perl
11582            ! regexec.c
11583 ____________________________________________________________________________
11584 [ 30763] By: rgs                                   on 2007/03/26  14:36:17
11585         Log: Nit to change 30762 by Gisle.
11586              Avoids storing the chars removed by 4-arg substr() in void context.
11587      Branch: perl
11588            ! pp.c
11589 ____________________________________________________________________________
11590 [ 30762] By: rgs                                   on 2007/03/26  14:33:41
11591         Log: Subject: [PATCH] Re: substr($megabytes, 30) = 
11592              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
11593              Date: Mon, 12 Feb 2007 22:13:50 -0800 (PST)
11594              Message-ID: <1119.63.226.247.186.1171347230.squirrel@63.226.247.186>
11595      Branch: perl
11596            ! pp.c
11597 ____________________________________________________________________________
11598 [ 30761] By: rgs                                   on 2007/03/26  14:21:39
11599         Log: Make the warning "interpreted as function" a bit less annoying,
11600              and test it properly
11601      Branch: perl
11602            ! t/lib/warnings/toke toke.c
11603 ____________________________________________________________________________
11604 [ 30760] By: rgs                                   on 2007/03/26  13:51:30
11605         Log: say() should parse exactly like print()
11606      Branch: perl
11607            ! sv.c toke.c
11608 ____________________________________________________________________________
11609 [ 30759] By: rgs                                   on 2007/03/26  11:52:21
11610         Log: Remove the object_compatibility placeholder in the interpreter struct
11611      Branch: perl
11612            ! perl.h
11613 ____________________________________________________________________________
11614 [ 30758] By: rgs                                   on 2007/03/26  10:09:21
11615         Log: On Linux, don't compile with -DTHREADS_HAVE_PIDS if the
11616              kernel uses the NPTL threading model
11617      Branch: perl
11618            ! hints/linux.sh
11619 ____________________________________________________________________________
11620 [ 30757] By: nicholas                              on 2007/03/26  08:39:43
11621         Log: Simplify the logic in Perl_re_dup() - copy the structure as 1 block,
11622              then fix up what differs. Curiously -Os with gcc x86 produces the same
11623              sized object code.
11624      Branch: perl
11625            ! regcomp.c
11626 ____________________________________________________________________________
11627 [ 30756] By: nicholas                              on 2007/03/25  23:40:00
11628         Log: Change 30753 forgot to remove 2 now unused variables.
11629      Branch: perl
11630            ! regcomp.c
11631 ____________________________________________________________________________
11632 [ 30755] By: nicholas                              on 2007/03/25  23:34:58
11633         Log: Looks like re_dup has been leaking references on 2 SVs for most regexps
11634              since dot (only to be recovered for certain at thread exit).
11635      Branch: perl
11636            ! regcomp.c
11637 ____________________________________________________________________________
11638 [ 30754] By: nicholas                              on 2007/03/25  22:32:11
11639         Log: A more efficient copy in  Perl_reg_temp_copy()
11640      Branch: perl
11641            ! regcomp.c
11642 ____________________________________________________________________________
11643 [ 30753] By: nicholas                              on 2007/03/25  21:59:58
11644         Log: Subject: Re: The performance problem of 30678
11645              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
11646              Message-ID: <20070324185511.02f84668@r2d2>
11647              Date: Sat, 24 Mar 2007 18:55:11 +0100
11648      Branch: perl
11649            ! regcomp.c
11650 ____________________________________________________________________________
11651 [ 30750] By: rgs                                   on 2007/03/24  21:14:22
11652         Log: Make readline() default to *ARGV.
11653              Plus MAD fixes.
11654      Branch: perl
11655            ! embed.fnc embed.h op.c opcode.h opcode.pl pod/perlfunc.pod
11656            ! pp.sym pp_proto.h proto.h t/op/readline.t
11657 ____________________________________________________________________________
11658 [ 30749] By: rgs                                   on 2007/03/24  16:58:28
11659         Log: Now that readpipe defaults to $_, I should update the prototype table
11660              in opcode.pl too.
11661      Branch: perl
11662            ! opcode.h opcode.pl t/op/cproto.t
11663 ____________________________________________________________________________
11664 [ 30748] By: rgs                                   on 2007/03/24  16:51:13
11665         Log: Make sure readpipe without argument can be followed by //
11666      Branch: perl
11667            ! toke.c
11668 ____________________________________________________________________________
11669 [ 30747] By: rgs                                   on 2007/03/24  16:46:02
11670         Log: Make readpipe default to $_
11671      Branch: perl
11672            ! op.c pod/perlfunc.pod t/op/exec.t
11673 ____________________________________________________________________________
11674 [ 30745] By: nicholas                              on 2007/03/24  14:44:28
11675         Log: startp and endp can allocate their array of I32s from the same block of
11676              memory, and Copy() and free it as one.
11677              Probably these two pointers to array should merge into single pointer
11678              to an array of structs.
11679      Branch: perl
11680            ! regcomp.c regexec.c
11681 ____________________________________________________________________________
11682 [ 30740] By: nicholas                              on 2007/03/23  23:32:19
11683         Log: It's possible to write the dup of struct reg_substr_datum with a
11684              memcpy() replacing the member by member copy. Curiously gcc's -Os
11685              produces the same sized code, but not all optimisers may manage this.
11686              Also, by reading and re-assigning to the copied data for the sv_dup()s
11687              we hope to avoid any cache misses on the copied from data.
11688      Branch: perl
11689            ! regcomp.c
11690 ____________________________________________________________________________
11691 [ 30730] By: rgs                                   on 2007/03/23  18:25:43
11692         Log: Don't use PL_na.
11693      Branch: perl
11694            ! universal.c
11695 ____________________________________________________________________________
11696 [ 30729] By: rgs                                   on 2007/03/23  17:34:48
11697         Log: Subject: [perl #41775] Memoize bug (and patch): problem with LIST_CACHE => MERGE 
11698              From: Father Chrysostomos (via RT) <perlbug-followup@perl.org>
11699              Date: Sat, 10 Mar 2007 12:18:35 -0800
11700              Message-ID: <rt-3.6.HEAD-30201-1173557915-1780.41775-75-0@perl.org>
11701      Branch: perl
11702            ! lib/Memoize.pm
11703 ____________________________________________________________________________
11704 [ 30728] By: mhx                                   on 2007/03/23  17:21:15
11705         Log: Upgrade to Devel::PPPort 3.11_01
11706      Branch: perl
11707            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL
11708            ! ext/Devel/PPPort/parts/inc/call
11709            ! ext/Devel/PPPort/parts/inc/variables
11710            ! ext/Devel/PPPort/parts/todo/5006000 ext/Devel/PPPort/soak
11711            ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/variables.t
11712 ____________________________________________________________________________
11713 [ 30726] By: nicholas                              on 2007/03/23  16:55:13
11714         Log: Move CHECK_WORD in regcomp.c to a more generic memEQs() in handy.h
11715              and provide memNEs() too.
11716      Branch: perl
11717            ! handy.h regcomp.c
11718 ____________________________________________________________________________
11719 [ 30725] By: rgs                                   on 2007/03/23  16:45:14
11720         Log: Subject: [PATCH] Silence compiler warning in util.c
11721              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
11722              Date: Fri, 23 Mar 2007 09:40:02 -0700 (PDT)
11723              Message-ID: <256688.25862.qm@web30215.mail.mud.yahoo.com>
11724      Branch: perl
11725            ! util.c
11726 ____________________________________________________________________________
11727 [ 30724] By: nicholas                              on 2007/03/23  16:15:58
11728         Log: Change 30080 was wrong to swap the BEGIN test to memEQ
11729      Branch: perl
11730            ! op.c
11731 ____________________________________________________________________________
11732 [ 30722] By: rgs                                   on 2007/03/23  14:47:09
11733         Log: Subject: Re: [perl #41683] [PATCH] v5.8.8 pod2html -- incorrect treatment of non-manual page refs like "this(c)"
11734              From: Jari Aalto <jari.aalto@cante.net>
11735              Date: Wed, 07 Mar 2007 11:08:24 +0200
11736              Message-ID: <87ejo1s9o7.fsf@w2kpicasso.cante.net>
11737              
11738              with adjustments to the regexp
11739      Branch: perl
11740            ! lib/Pod/Html.pm
11741 ____________________________________________________________________________
11742 [ 30721] By: rgs                                   on 2007/03/23  14:33:22
11743         Log: PerlFAQ sync.
11744              Also, use a svn checkout done under an English locale, to
11745              avoid having French dates in the headers. Hateful.
11746      Branch: perl
11747            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
11748            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
11749            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
11750            ! pod/perlfaq9.pod
11751 ____________________________________________________________________________
11752 [ 30718] By: rgs                                   on 2007/03/23  11:59:55
11753         Log: Subject: [PATCH] Cwd doesn't need ppport.h in core
11754              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
11755              Date: Tue, 20 Mar 2007 13:16:46 -0700 (PDT)
11756              Message-ID: <196803.14702.qm@web30215.mail.mud.yahoo.com>
11757      Branch: perl
11758            ! ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/Cwd.pm mkppport.lst
11759 ____________________________________________________________________________
11760 [ 30716] By: rgs                                   on 2007/03/23  11:41:58
11761         Log: Subject: symbol-exports needed for Data::Alias
11762              From: Matthijs van Duin <xmath@cpan.org>
11763              Date: Tue, 20 Mar 2007 14:59:15 +0100
11764              Message-ID: <20070320135915.GA25192@cds.nl>
11765      Branch: perl
11766            ! embed.fnc embed.h global.sym
11767 ____________________________________________________________________________
11768 [ 30715] By: rgs                                   on 2007/03/23  10:48:41
11769         Log: Convert file to proper line-endings
11770      Branch: perl
11771            ! lib/Pod/Simple/t/items02.t
11772 ____________________________________________________________________________
11773 [ 30714] By: rgs                                   on 2007/03/23  10:43:04
11774         Log: Missing file in MANIFEST
11775      Branch: perl
11776            ! MANIFEST
11777 ____________________________________________________________________________
11778 [ 30713] By: rgs                                   on 2007/03/23  08:48:33
11779         Log: Fix path of a test file for running in the core
11780      Branch: perl
11781            ! lib/Pod/Simple/t/reinit.t
11782 ____________________________________________________________________________
11783 [ 30712] By: stevep                                on 2007/03/23  03:45:30
11784         Log: Upgrade to CPAN-1.88_79
11785      Branch: perl
11786            ! lib/CPAN.pm
11787 ____________________________________________________________________________
11788 [ 30711] By: stevep                                on 2007/03/23  03:36:47
11789         Log: Upgrade to Test-Simple-0.70
11790      Branch: perl
11791            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
11792            ! lib/Test/Simple/Changes lib/Test/Simple/t/is_fh.t
11793 ____________________________________________________________________________
11794 [ 30710] By: stevep                                on 2007/03/23  02:17:50
11795         Log: Re-sorting the MANIFEST after the mess made of it with the
11796              Pod-Simple renamings
11797      Branch: perl
11798            ! MANIFEST
11799 ____________________________________________________________________________
11800 [ 30709] By: stevep                                on 2007/03/23  02:06:06
11801         Log: Perforce appararently didn't like integrating this file, since
11802              I had done it twice.  It looks like an add will have to do instead.
11803      Branch: perl
11804            + lib/Pod/Simple/t/perlvaro.txt
11805 ____________________________________________________________________________
11806 [ 30708] By: stevep                                on 2007/03/23  01:54:54
11807         Log: fix instalhtml and Pod::HTML issues.
11808              From: demerphq <demerphq@gmail.com>
11809              Date: Thu, 22 Mar 2007 19:42:54 +0100
11810              Message-ID: <9b18b3110703221142g4955362atffee33d05e30bd27@mail.gmail.com>
11811              
11812              Just the changes to installhtml and Pod::HTML in this patch.
11813      Branch: perl
11814            ! installhtml lib/Pod/Html.pm
11815 ____________________________________________________________________________
11816 [ 30707] By: stevep                                on 2007/03/23  01:47:41
11817         Log: Additional test file edits needed for Pod-Simple-3.05 that couldn't
11818              be included due to the integrates being performed in the previous
11819              change.
11820      Branch: perl
11821            ! lib/Pod/Simple/t/htmlbat.t lib/Pod/Simple/t/render.t
11822            ! lib/Pod/Simple/t/search10.t lib/Pod/Simple/t/search12.t
11823            ! lib/Pod/Simple/t/search20.t lib/Pod/Simple/t/search22.t
11824            ! lib/Pod/Simple/t/search25.t lib/Pod/Simple/t/search26.t
11825            ! lib/Pod/Simple/t/search27.t lib/Pod/Simple/t/search28.t
11826            ! lib/Pod/Simple/t/search29.t
11827 ____________________________________________________________________________
11828 [ 30706] By: stevep                                on 2007/03/23  01:43:11
11829         Log: Upgrade to Pod-Simple-3.05.
11830      Branch: perl
11831            + lib/Pod/Simple/t/20_skip.t lib/Pod/Simple/t/accept01.t
11832            + lib/Pod/Simple/t/corpus/2202jp.txt.packed
11833            + lib/Pod/Simple/t/corpus/2202jpx.txt.packed
11834            + lib/Pod/Simple/t/corpus/2202jpy.txt.packed
11835            + lib/Pod/Simple/t/corpus2/polish_utf16be_bom.txt.packed
11836            + lib/Pod/Simple/t/corpus2/polish_utf16le_bom.txt.packed
11837            + lib/Pod/Simple/t/reinit.t
11838           +> (branch 87 files)
11839            - lib/Pod/Simple/t/20_skip_before_58.t
11840            - lib/Pod/Simple/t/ac_c_extend.t lib/Pod/Simple/t/ac_c_simple.t
11841            - lib/Pod/Simple/t/beginend.t
11842            - lib/Pod/Simple/t/corpus/buniya_cp1256.txt
11843            - lib/Pod/Simple/t/corpus/buniya_cp1256.xml
11844            - lib/Pod/Simple/t/corpus/buniya_iso6.txt
11845            - lib/Pod/Simple/t/corpus/buniya_iso6.xml
11846            - lib/Pod/Simple/t/corpus/fet_contradiction.txt
11847            - lib/Pod/Simple/t/corpus/fet_contradiction.xml
11848            - lib/Pod/Simple/t/corpus/fet_duplication.txt
11849            - lib/Pod/Simple/t/corpus/fet_duplication.xml
11850            - lib/Pod/Simple/t/corpus/fet_when_koi8r.txt
11851            - lib/Pod/Simple/t/corpus/fet_when_koi8r.xml
11852            - lib/Pod/Simple/t/corpus/french_implicit_latin1.txt
11853            - lib/Pod/Simple/t/corpus/french_implicit_latin1.xml
11854            - lib/Pod/Simple/t/corpus/french_latin1.txt
11855            - lib/Pod/Simple/t/corpus/french_latin1.xml
11856            - lib/Pod/Simple/t/corpus/greek_iso_8859_7.pod
11857            - lib/Pod/Simple/t/corpus/greek_iso_8859_7.xml
11858            - lib/Pod/Simple/t/corpus/haiku-iso2202jp.xml
11859            - lib/Pod/Simple/t/corpus/haiku-iso2202jpx.xml
11860            - lib/Pod/Simple/t/corpus/haiku-iso2202jpy.xml
11861            - lib/Pod/Simple/t/corpus/haiku-iso2202jpz.txt
11862            - lib/Pod/Simple/t/corpus/haiku-iso2202jpz.xml
11863            - lib/Pod/Simple/t/corpus_not_yet_impl/fiqhakbar_iso6.txt
11864            - lib/Pod/Simple/t/corpus_not_yet_impl/fiqhakbar_iso6.xml
11865            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_implicit_utf8.txt
11866            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom.txt
11867            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom.xml
11868            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom2.txt
11869            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom2.xml
11870            - lib/Pod/Simple/t/corpustest.t
11871            - lib/Pod/Simple/t/encoding_nonesuch.t
11872            - lib/Pod/Simple/t/encoding_not_error.t
11873            - lib/Pod/Simple/t/encoding_not_error0.t
11874            - lib/Pod/Simple/t/fcodes_ee.t lib/Pod/Simple/t/fcodes_ell.t
11875            - lib/Pod/Simple/t/fcodes_ess.t
11876            - lib/Pod/Simple/t/fullstop_spaces.t
11877            - lib/Pod/Simple/t/head_ends_over.t lib/Pod/Simple/t/html-para.t
11878            - lib/Pod/Simple/t/html-styles.t lib/Pod/Simple/t/html-title.t
11879            - lib/Pod/Simple/t/htmlbatch_01.t lib/Pod/Simple/t/itemadapt.t
11880            - lib/Pod/Simple/t/junk1_out.txt lib/Pod/Simple/t/junk2_out.txt
11881            - lib/Pod/Simple/t/linkclass.t
11882            - lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm
11883            - lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod
11884            - lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm
11885            - lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt
11886            - lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod
11887            - lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod
11888            - lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm
11889            - lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
11890            - lib/Pod/Simple/t/perlcyg_out.txt lib/Pod/Simple/t/perlfaq3.pod
11891            - lib/Pod/Simple/t/perlfaq3_out.txt
11892            - lib/Pod/Simple/t/perlvar_out.txt lib/Pod/Simple/t/pulltitle.t
11893            - lib/Pod/Simple/t/sanity_tfh.t lib/Pod/Simple/t/search_05sane.t
11894            - lib/Pod/Simple/t/search_10survey_specific.t
11895            - lib/Pod/Simple/t/search_12survey_cwd.t
11896            - lib/Pod/Simple/t/search_20survey_two.t
11897            - lib/Pod/Simple/t/search_22survey_two_shadowing.t
11898            - lib/Pod/Simple/t/search_25_glob_squaa.t
11899            - lib/Pod/Simple/t/search_26_glob_kleene_k.t
11900            - lib/Pod/Simple/t/search_27_glob_squaa_kleene.t
11901            - lib/Pod/Simple/t/search_28_glob_z_kleene_k.t
11902            - lib/Pod/Simple/t/search_29_glob_z_qmark_k.t
11903            - lib/Pod/Simple/t/search_50survey_inc.t
11904            - lib/Pod/Simple/t/test_lib/Blorm.pm
11905            - lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt
11906            - lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm
11907            - lib/Pod/Simple/t/test_lib/Zonk/Veng.pm
11908            - lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod
11909            - lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm
11910            - lib/Pod/Simple/t/test_lib/hink_honk/readme.txt
11911            - lib/Pod/Simple/t/test_lib/pod/perlfliff.pod
11912            - lib/Pod/Simple/t/test_lib/pod/perlthang.pod
11913            - lib/Pod/Simple/t/test_lib/squaa.pm
11914            - lib/Pod/Simple/t/test_lib/squaa/Glunk.pod
11915            - lib/Pod/Simple/t/test_lib/squaa/Vliff.pm
11916            - lib/Pod/Simple/t/test_lib/zikzik.pod
11917            - lib/Pod/Simple/t/verbatim_formatted.t
11918            - lib/Pod/Simple/t/verbatims.t
11919            - lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm
11920            ! MANIFEST lib/Pod/Simple.pm lib/Pod/Simple/ChangeLog
11921            ! lib/Pod/Simple/Search.pm
11922 ____________________________________________________________________________
11923 [ 30700] By: nicholas                              on 2007/03/22  22:21:54
11924         Log: Can use memEQ instead of strnEQ in CHECK_WORD()
11925      Branch: perl
11926            ! regcomp.c
11927 ____________________________________________________________________________
11928 [ 30693] By: rgs                                   on 2007/03/22  18:26:36
11929         Log: Subject: [PATCH] Re: [perl #32687] Encode::is_utf8 on tainted UTF8 string
11930              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
11931              Date: Thu, 16 Nov 2006 17:36:44 +0100
11932              Message-ID: <20061116173644.4412f66f@grubert.mandriva.com>
11933      Branch: perl
11934            ! ext/Encode/Encode.xs
11935 ____________________________________________________________________________
11936 [ 30691] By: steveh                                on 2007/03/22  17:46:43
11937         Log: Make sure Win32CORE.pm gets cleaned up
11938              
11939              Normally it happens anyway, but sometimes when running 'distclean'
11940              on a half-built source tree it gets left behind.
11941      Branch: perl
11942            ! win32/Makefile win32/makefile.mk
11943 ____________________________________________________________________________
11944 [ 30688] By: rgs                                   on 2007/03/22  14:45:36
11945         Log: Misc. L<> fixes in core docs : don't link to man pages;
11946              provide full urls when linking to web sites.
11947      Branch: perl
11948            ! pod/perlipc.pod pod/perllocale.pod pod/perlpacktut.pod
11949 ____________________________________________________________________________
11950 [ 30687] By: stevep                                on 2007/03/22  14:43:32
11951         Log: Subject: [PATCH] Fix to threads::shared t/waithires.t
11952              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
11953              Date: Thu, 22 Mar 2007 07:34:23 -0700 (PDT)
11954              Message-ID: <381102.32342.qm@web30207.mail.mud.yahoo.com>
11955      Branch: perl
11956            ! ext/threads/shared/t/waithires.t
11957 ____________________________________________________________________________
11958 [ 30686] By: rgs                                   on 2007/03/22  14:41:17
11959         Log: Fix a broken link and a meaningless phrase in perldebguts
11960      Branch: perl
11961            ! pod/perldebguts.pod
11962 ____________________________________________________________________________
11963 [ 30685] By: rgs                                   on 2007/03/22  14:37:43
11964         Log: Remove references to perlcc from the core docs.
11965      Branch: perl
11966            ! pod/perlfunc.pod pod/perlmod.pod pod/perlutil.pod
11967            ! pod/perlvar.pod
11968 ____________________________________________________________________________
11969 [ 30684] By: rgs                                   on 2007/03/22  14:25:54
11970         Log: Fix internal POD link
11971      Branch: perl
11972            ! lib/Term/ANSIColor.pm
11973 ____________________________________________________________________________
11974 [ 30683] By: nicholas                              on 2007/03/22  14:00:14
11975         Log: Re-order the flags values for struct refcounted_he to allow the
11976              possibility of storing 2 futher types. Add a void * to the union
11977              as it won't increase the size, but may become useful.
11978      Branch: perl
11979            ! hv.c hv.h
11980 ____________________________________________________________________________
11981 [ 30681] By: rgs                                   on 2007/03/22  09:28:15
11982         Log: Subject: [PATCH] Re: [PATCH] lib/Pod/Html.pm plus a funky UT8-8 regex bug
11983              From: Jarkko Hietaniemi <jhi@iki.fi>
11984              Date: Wed, 21 Mar 2007 08:01:14 -0400
11985              Message-ID: <46011E8A.1080009@iki.fi>
11986      Branch: perl
11987            ! lib/Pod/Html.pm
11988 ____________________________________________________________________________
11989 [ 30680] By: rgs                                   on 2007/03/22  09:19:22
11990         Log: regexp refcount is an integer, not a pointer
11991      Branch: perl
11992            ! dump.c
11993 ____________________________________________________________________________
11994 [ 30679] By: rgs                                   on 2007/03/22  09:16:37
11995         Log: Fix error message for re::regnames_iterinit()
11996      Branch: perl
11997            ! universal.c
11998 ____________________________________________________________________________
11999 [ 30678] By: rgs                                   on 2007/03/22  09:01:37
12000         Log: Subject: [PATCH] Resolve PL_curpm issues with (??{}) and fix corruption of match results when pattern is a qr.
12001              From: demerphq <demerphq@gmail.com>
12002              Date: Wed, 21 Mar 2007 10:39:24 +0100
12003              Message-ID: <9b18b3110703210239x540f5ad9mdb41c2ea6229ac31@mail.gmail.com>
12004              
12005              plus two follow-up patches (minor tweaks)
12006      Branch: perl
12007            ! dump.c embed.fnc embed.h ext/Devel/Peek/t/Peek.t
12008            ! ext/Encode/t/Aliases.t ext/re/re.pm ext/re/t/re_funcs.t
12009            ! global.sym lib/Tie/Hash/NamedCapture.pm pp_ctl.c proto.h
12010            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t universal.c
12011 ____________________________________________________________________________
12012 [ 30677] By: rgs                                   on 2007/03/22  08:34:42
12013         Log: Subject: [PATCH] threads 1.61
12014              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
12015              Date: Wed, 21 Mar 2007 13:15:53 -0700 (PDT)
12016              Message-ID: <999680.51877.qm@web30208.mail.mud.yahoo.com>
12017              
12018              Fix 'list/array' context - both keywords are supported
12019      Branch: perl
12020            ! ext/threads/Changes ext/threads/README ext/threads/t/context.t
12021            ! ext/threads/t/exit.t ext/threads/t/thread.t
12022            ! ext/threads/threads.pm ext/threads/threads.xs
12023 ____________________________________________________________________________
12024 [ 30676] By: davem                                 on 2007/03/22  00:16:23
12025         Log: fix MAD compilation of C-style for loop
12026              
12027              Subject:  [PATCH] MAD C-style for loop
12028              From:  Gerard Goossen <gerard@tty.nl>
12029              Date:  Wed, 21 Mar 2007 19:18:52 +0100
12030              Message-Id:  <20070321181852.GD31539@ostwald>
12031      Branch: perl
12032            ! perly.act perly.y
12033 ____________________________________________________________________________
12034 [ 30675] By: stevep                                on 2007/03/21  23:21:46
12035         Log: Silence a couple of warnings caused by change #30672.
12036      Branch: perl
12037            ! doio.c
12038 ____________________________________________________________________________
12039 [ 30673] By: nicholas                              on 2007/03/21  22:59:47
12040         Log: Adjust test count for 5.8.x
12041      Branch: perl
12042            ! ext/B/t/concise-xs.t
12043 ____________________________________________________________________________
12044 [ 30672] By: stevep                                on 2007/03/21  22:44:10
12045         Log: Make gcc warn in case code is not C++ compatible.
12046      Branch: perl
12047            ! cflags.SH
12048 ____________________________________________________________________________
12049 [ 30671] By: nicholas                              on 2007/03/21  22:01:32
12050         Log: Only use proxy constant subroutines for 5.9.x.
12051      Branch: perl
12052            ! ext/Fcntl/Makefile.PL ext/POSIX/Makefile.PL
12053            ! ext/Socket/Makefile.PL
12054 ____________________________________________________________________________
12055 [ 30670] By: nicholas                              on 2007/03/21  21:28:35
12056         Log: Subject: [PATCH] Change 30661 could result in undefined variable
12057              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
12058              Message-ID: <915076.64236.qm@web30212.mail.mud.yahoo.com>
12059              Date: Wed, 21 Mar 2007 12:47:52 -0700 (PDT)
12060      Branch: perl
12061            ! util.c
12062 ____________________________________________________________________________
12063 [ 30667] By: nicholas                              on 2007/03/21  19:02:50
12064         Log: Add some PERL_MEM* defines to the -V output that were missing.
12065              "Correct" the whitespace on the only inconsistent #ifdef/#endif
12066      Branch: perl
12067            ! perl.c
12068 ____________________________________________________________________________
12069 [ 30661] By: nicholas                              on 2007/03/21  16:31:52
12070         Log: Remove the (sometimes) unused variable from change 30652.
12071      Branch: perl
12072            ! util.c
12073 ____________________________________________________________________________
12074 [ 30660] By: stevep                                on 2007/03/21  13:32:22
12075         Log: Pod fix to h2ph from John Morrissey on the Debian bug list.
12076      Branch: perl
12077            ! utils/h2ph.PL
12078 ____________________________________________________________________________
12079 [ 30659] By: nicholas                              on 2007/03/21  12:53:56
12080         Log: Don't try to set the NV on a typeglob-in-action. Should cure bug
12081              41920.
12082      Branch: perl
12083            ! sv.c
12084 ____________________________________________________________________________
12085 [ 30658] By: nicholas                              on 2007/03/21  12:20:03
12086         Log: AVs and HVs never had the NV slot. (Not that this error mattered, as
12087              you can't upgrade from them, and the only code path that uses the
12088              flag in sv_upgrade isn't reached when upgrading to AVs or HVs)
12089      Branch: perl
12090            ! sv.c
12091 ____________________________________________________________________________
12092 [ 30657] By: rgs                                   on 2007/03/21  10:43:52
12093         Log: Subject: [PATCH] Sys::Syslog doesn't need ppport.h in core
12094              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
12095              Date: Tue, 20 Mar 2007 13:15:31 -0700 (PDT)
12096              Message-ID: <203426.48736.qm@web30214.mail.mud.yahoo.com>
12097      Branch: perl
12098            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
12099            ! ext/Sys/Syslog/Syslog.xs mkppport.lst
12100 ____________________________________________________________________________
12101 [ 30656] By: rgs                                   on 2007/03/21  10:24:52
12102         Log: Subject: [PATCH] Data::Dumper doesn't need ppport.h in core
12103              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
12104              Date: Tue, 20 Mar 2007 11:48:24 -0700 (PDT)
12105              Message-ID: <627715.37131.qm@web30212.mail.mud.yahoo.com>
12106      Branch: perl
12107            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
12108            ! ext/Data/Dumper/Makefile.PL mkppport.lst
12109 ____________________________________________________________________________
12110 [ 30655] By: rgs                                   on 2007/03/21  09:27:40
12111         Log: Subject: [PATCH] Compress::Raw::Zlib doesn't need ppport.h in core [REVISED]
12112              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
12113              Date: Tue, 20 Mar 2007 14:05:46 -0700 (PDT)
12114              Message-ID: <855257.38889.qm@web30205.mail.mud.yahoo.com>
12115      Branch: perl
12116            ! ext/Compress/Raw/Zlib/Makefile.PL
12117            ! ext/Compress/Raw/Zlib/Zlib.xs
12118            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm mkppport.lst
12119 ____________________________________________________________________________
12120 [ 30654] By: rgs                                   on 2007/03/21  09:20:30
12121         Log: Subject: [PATCH] Remove unneeded pragma line from B/t/OptreeCheck.pm
12122              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
12123              Date: Tue, 20 Mar 2007 16:43:02 -0700 (PDT)
12124              Message-ID: <376615.72521.qm@web30204.mail.mud.yahoo.com>
12125      Branch: perl
12126            ! ext/B/t/OptreeCheck.pm
12127 ____________________________________________________________________________
12128 [ 30653] By: rgs                                   on 2007/03/21  08:57:22
12129         Log: Don't install XS::APItest and XS::Typemap
12130      Branch: perl
12131            ! installperl utils/perlivp.PL
12132 ____________________________________________________________________________
12133 [ 30652] By: nicholas                              on 2007/03/20  23:20:46
12134         Log: In safecalloc, use the system calloc() for the non-DEBUGGING case, as
12135              it may be able to memset() to 0 for free. 
12136      Branch: perl
12137            ! util.c
12138 ____________________________________________________________________________
12139 [ 30651] By: rgs                                   on 2007/03/20  16:15:55
12140         Log: Subject: [PATCH] Re: ppport.h in core
12141              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
12142              Date: Tue, 20 Mar 2007 09:08:19 -0700 (PDT)
12143              Message-ID: <319763.15276.qm@web30202.mail.mud.yahoo.com>
12144              
12145              Digest::SHA no longer uses ppport.h
12146      Branch: perl
12147            ! mkppport.lst
12148 ____________________________________________________________________________
12149 [ 30649] By: merijn                                on 2007/03/20  16:06:11
12150         Log: Subject: [PATCH] my email address changed
12151              From: Michael Stevens <mstevens@etla.org>
12152              Date: Tue, 20 Mar 2007 15:49:12 +0000
12153              Message-ID: <20070320154912.GE50318@etla.org>
12154      Branch: perl
12155            ! AUTHORS
12156 ____________________________________________________________________________
12157 [ 30648] By: rgs                                   on 2007/03/20  11:39:16
12158         Log: More nits in the PERL5LIB docs, suggested by Andreas.
12159      Branch: perl
12160            ! pod/perlrun.pod
12161 ____________________________________________________________________________
12162 [ 30647] By: rgs                                   on 2007/03/20  09:01:05
12163         Log: Subject: [PATCH] feel the the baß (encoding problems in the regex engine)
12164              From: demerphq <demerphq@gmail.com>
12165              Date: Tue, 20 Mar 2007 01:40:34 +0100
12166              Message-ID: <9b18b3110703191740m6bf21942p6521f3016ed8092f@mail.gmail.com>
12167      Branch: perl
12168            ! pod/perlreguts.pod regcomp.c regexec.c t/op/pat.t
12169 ____________________________________________________________________________
12170 [ 30646] By: rgs                                   on 2007/03/19  23:59:54
12171         Log: Better wording for the return value of select()
12172              (bug #41907)
12173      Branch: perl
12174            ! pod/perlfunc.pod
12175 ____________________________________________________________________________
12176 [ 30645] By: rgs                                   on 2007/03/19  23:34:50
12177         Log: More adjustments to the PERL5LIB docs by Rick
12178              Delaney and myself
12179      Branch: perl
12180            ! pod/perlrun.pod
12181 ____________________________________________________________________________
12182 [ 30644] By: rgs                                   on 2007/03/19  23:11:12
12183         Log: Let %^H be modifiable in eval-strings (bug #41531),
12184              by adding a meaning for OPf_SPECIAL on OP_CONST.
12185              Patch by Yves Orton.
12186      Branch: perl
12187            ! op.c op.h pp_hot.c t/comp/hints.t
12188 ____________________________________________________________________________
12189 [ 30643] By: rgs                                   on 2007/03/19  22:44:18
12190         Log: Subject: Re: Composing @INC from PERL5LIB
12191              From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig)
12192              Date: Mon, 19 Mar 2007 23:35:10 +0100
12193              Message-ID: <87ircwkgkh.fsf@k75.linux.bogus>
12194      Branch: perl
12195            ! pod/perlrun.pod
12196 ____________________________________________________________________________
12197 [ 30634] By: rgs                                   on 2007/03/19  15:42:58
12198         Log: Adjust timing tolerance in threads tests, by Jerry D. Hedden
12199      Branch: perl
12200            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12201            ! ext/threads/shared/t/waithires.t
12202 ____________________________________________________________________________
12203 [ 30633] By: nicholas                              on 2007/03/19  15:17:27
12204         Log: PerlIO_exportFILE() and PerlIO_releaseFILE() should manage the fd
12205              reference counts correctly.
12206      Branch: perl
12207            ! ext/XS/Typemap/Typemap.xs perlio.c
12208 ____________________________________________________________________________
12209 [ 30631] By: rgs                                   on 2007/03/19  09:34:32
12210         Log: Subject: Re: [perl #41691] [PATCH] v5.8.8 pod2html -- Convert RFC links to point ot IETF pages
12211              From: Jari Aalto <jari.aalto@cante.net>
12212              Date: Sat, 17 Mar 2007 11:11:17 +0300
12213              Message-ID: <87k5xg9tne.fsf@w2kpicasso.cante.net>
12214      Branch: perl
12215            ! lib/Pod/Html.pm
12216 ____________________________________________________________________________
12217 [ 30630] By: rgs                                   on 2007/03/19  09:27:29
12218         Log: Subject: Re: perlreguts: Copy-editing and wishlist
12219              From: Marvin Humphrey <marvin@rectangular.com>
12220              Date: Fri, 16 Mar 2007 12:44:55 -0700
12221              Message-Id: <F6284B08-4B4E-467A-AFB2-8A71154FDD08@rectangular.com>
12222      Branch: perl
12223            ! pod/perlreguts.pod
12224 ____________________________________________________________________________
12225 [ 30629] By: rgs                                   on 2007/03/19  08:58:08
12226         Log: Upgrade to version.pm 0.71, by John Peacock
12227      Branch: perl
12228            ! embed.fnc embed.h gv.c lib/version.t perl.c pod/perlapi.pod
12229            ! pp_ctl.c proto.h t/comp/use.t t/op/universal.t universal.c
12230            ! util.c
12231 ____________________________________________________________________________
12232 [ 30628] By: davem                                 on 2007/03/19  00:00:46
12233         Log: minor code simplification made possible by change #30627
12234      Branch: perl
12235            ! mg.c
12236 ____________________________________________________________________________
12237 [ 30627] By: davem                                 on 2007/03/18  23:43:05
12238         Log: When restoring localised values, call set only on container magic.
12239              Avoids (among other things), localised pos index being trashed at
12240              scope exit.
12241      Branch: perl
12242            ! mg.c t/op/pos.t
12243 ____________________________________________________________________________
12244 [ 30624] By: davem                                 on 2007/03/18  23:17:04
12245         Log: move magic container/value test into separate function
12246      Branch: perl
12247            ! mg.c
12248 ____________________________________________________________________________
12249 [ 30618] By: nicholas                              on 2007/03/18  21:14:16
12250         Log: The test case applied in change 29502 really should have gone at the
12251              end of the file t/op/re_tests.
12252      Branch: perl
12253            ! t/op/re_tests
12254 ____________________________________________________________________________
12255 [ 30614] By: nicholas                              on 2007/03/18  19:44:42
12256         Log: Subject: 29044 broke Fatal.pm
12257              From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig)
12258              Message-ID: <87slc37y99.fsf@k75.linux.bogus>
12259              Date: Sun, 18 Mar 2007 09:26:58 +0100
12260      Branch: perl
12261            ! lib/Fatal.pm lib/Fatal.t
12262 ____________________________________________________________________________
12263 [ 30610] By: nicholas                              on 2007/03/17  18:42:30
12264         Log: PerlIO_importFILE() should increase the reference count on the fd
12265              that it brings into PerlIO managed space. (A long standing problem
12266              reported by Steve Hay)
12267      Branch: perl
12268            ! perlio.c
12269 ____________________________________________________________________________
12270 [ 30609] By: rgs                                   on 2007/03/17  17:43:48
12271         Log: Subject: [PATCH] perl5db.t: skip test when /dev/tty is not available
12272              From: Alexey Tourbin <at@altlinux.ru>
12273              Date: Sat, 17 Mar 2007 19:28:33 +0300
12274              Message-ID: <20070317162833.GA10670@solemn.turbinal>
12275      Branch: perl
12276            ! lib/perl5db.t
12277 ____________________________________________________________________________
12278 [ 30608] By: nicholas                              on 2007/03/17  16:58:00
12279         Log: Test case from Karl Chen in RT #41831
12280              (The bug was already fixed in blead, merged to maint, and it seems
12281              better to adapt the sample code rather than add the whole new test)
12282      Branch: perl
12283            ! t/op/taint.t
12284 ____________________________________________________________________________
12285 [ 30607] By: nicholas                              on 2007/03/17  15:14:38
12286         Log: Remove the other 4 bits of MAD code designed to abort on local $^L.
12287      Branch: perl
12288            ! scope.c
12289 ____________________________________________________________________________
12290 [ 30606] By: nicholas                              on 2007/03/17  13:01:18
12291         Log: The code in newCONDOP can be made visibly simpler by using intermediate
12292              variables. It's also 8 bytes smaller with -Os
12293      Branch: perl
12294            ! op.c
12295 ____________________________________________________________________________
12296 [ 30605] By: nicholas                              on 2007/03/16  19:29:04
12297         Log: Under -Dmad, free the ops representing the dead code when a branch
12298              conditional value is actually a constant. Previously this was leaking
12299              ops, and more visibly shared hash keys.
12300      Branch: perl
12301            ! op.c
12302 ____________________________________________________________________________
12303 [ 30604] By: rgs                                   on 2007/03/16  15:18:07
12304         Log: Subject: Re: [perl #41691] [PATCH] v5.8.8 pod2html -- Convert RFC links to point ot IETF pages
12305              From: Jari Aalto <jari.aalto@cante.net>
12306              Date: Wed, 14 Mar 2007 21:56:14 +0300
12307              Message-ID: <87hcsnbqnl.fsf@w2kpicasso.cante.net>
12308      Branch: perl
12309            ! lib/Pod/Html.pm
12310 ____________________________________________________________________________
12311 [ 30603] By: nicholas                              on 2007/03/16  08:41:02
12312         Log: Remove the abort() trap, which Larry said was actually only ever
12313              intended as a way to enter gdb by using local $^L
12314      Branch: perl
12315            ! scope.c
12316 ____________________________________________________________________________
12317 [ 30602] By: craigb                                on 2007/03/16  01:40:50
12318         Log: Make sure escaped dots in filenames are preserved when translating
12319              filenames from VMS to UNIX syntax.
12320      Branch: perl
12321            ! vms/ext/filespec.t vms/vms.c
12322 ____________________________________________________________________________
12323 [ 30601] By: rgs                                   on 2007/03/15  17:43:43
12324         Log: Patch by Abigail to avoid using $& in diagnostics.pm.
12325      Branch: perl
12326            ! lib/diagnostics.pm
12327 ____________________________________________________________________________
12328 [ 30600] By: rgs                                   on 2007/03/15  17:18:18
12329         Log: Subject: [PATCH] Re: Smoke [5.8.8] 30522 FAIL(XF) Solaris 2.10 (i386/1 cpu)
12330              From: Abe Timmerman <abe@ztreet.demon.nl>
12331              Date: Thu, 15 Mar 2007 18:06:25 +0100
12332              Message-ID: <45F97D11.2080009@ztreet.demon.nl>
12333              
12334              skips some tests when perl is built without useperlio
12335      Branch: perl
12336            ! ext/PerlIO/encoding/t/nolooping.t t/op/inccode.t
12337 ____________________________________________________________________________
12338 [ 30599] By: rgs                                   on 2007/03/15  16:14:22
12339         Log: Patch by Gerard Goossen to add madprops to "require" opcode
12340      Branch: perl
12341            ! perly.act perly.h perly.tab perly.y
12342 ____________________________________________________________________________
12343 [ 30597] By: rgs                                   on 2007/03/15  16:01:33
12344         Log: Patch by Gerard Goossen to have nomad print also
12345              the [ ] { } madprops.
12346      Branch: perl
12347            ! mad/nomad
12348 ____________________________________________________________________________
12349 [ 30596] By: rgs                                   on 2007/03/15  15:53:28
12350         Log: Don't mention DynaLoader.a in INSTALL,
12351              since it doesn't exist anymore
12352      Branch: perl
12353            ! INSTALL
12354 ____________________________________________________________________________
12355 [ 30595] By: nicholas                              on 2007/03/15  15:02:55
12356         Log: Seems that 5.6.x needs the same fix as 5.005_xx for dclone.t
12357      Branch: perl
12358            ! ext/Storable/Storable.xs
12359 ____________________________________________________________________________
12360 [ 30594] By: nicholas                              on 2007/03/15  13:23:49
12361         Log: Subject: Re: [Patch] Fix some of the tests of Storable on Perl 5.004
12362              From: Sébastien Aperghis-Tramoni <saper@cpan.org>
12363              Message-ID: <1173961567.45f93b5f0fc9f@imp.free.fr>
12364              Date: Thu, 15 Mar 2007 13:26:07 +0100
12365      Branch: perl
12366            ! ext/Storable/Storable.pm ext/Storable/t/file_magic.t
12367            ! ext/Storable/t/threads.t
12368 ____________________________________________________________________________
12369 [ 30593] By: nicholas                              on 2007/03/15  11:35:26
12370         Log: Tweak to Storable to make dclone.t pass on 5.005_03.
12371      Branch: perl
12372            ! ext/Storable/Storable.xs
12373 ____________________________________________________________________________
12374 [ 30592] By: nicholas                              on 2007/03/15  11:32:38
12375         Log: Subject: [PATCH blead] Re: What is this MAD stuff all about?
12376              From: Rick Delaney <rick@bort.ca>
12377              Message-ID: <20070313001511.GJ6001@bort.ca>
12378              Date: Mon, 12 Mar 2007 20:15:12 -0400
12379      Branch: perl
12380            ! toke.c
12381 ____________________________________________________________________________
12382 [ 30591] By: rgs                                   on 2007/03/15  09:52:05
12383         Log: Upgrade to threads::shared 1.08 :
12384              - Sub-second resolution for cont_timedwait under WIN32
12385              (courtesy of Dean Arnold)
12386              - Fix compiler warnings
12387      Branch: perl
12388            + ext/threads/shared/t/waithires.t
12389            ! MANIFEST ext/threads/shared/Changes ext/threads/shared/README
12390            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
12391            ! ext/threads/shared/t/blessed.t
12392 ____________________________________________________________________________
12393 [ 30590] By: rgs                                   on 2007/03/15  09:35:14
12394         Log: Make the isdst argument to asctime and mktime default to -1
12395              instead of 0, as suggested by Mike Schilli.
12396      Branch: perl
12397            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
12398 ____________________________________________________________________________
12399 [ 30589] By: nicholas                              on 2007/03/14  23:33:02
12400         Log: Changes needed to get Storable to compile on 5.005_03.
12401              Passing tests is a different matter...
12402      Branch: perl
12403            ! ext/Storable/Storable.xs
12404 ____________________________________________________________________________
12405 [ 30584] By: rgs                                   on 2007/03/14  16:18:33
12406         Log: Subject: Re: [perl #41687] [PATCH] v5.8.8 pod2html -- Add --[no]fragmentuniq to support more readable <a name=..> refs
12407              From: Jari Aalto <jari.aalto@cante.net>
12408              Date: Wed, 07 Mar 2007 10:04:15 +0200
12409              Message-ID: <87y7m9scn4.fsf@w2kpicasso.cante.net>
12410              
12411              with test adjustments
12412      Branch: perl
12413            ! lib/Pod/Html.pm lib/Pod/t/htmllink.t lib/Pod/t/htmlview.t
12414 ____________________________________________________________________________
12415 [ 30583] By: rgs                                   on 2007/03/14  15:50:21
12416         Log: Subject: [perl #41698] [PATCH] v5.8.8 pod2html -- Add <div>..</div> around the outputted INDEX section 
12417              From: Jari Aalto (via RT) <perlbug-followup@perl.org>
12418              Date: Sun, 04 Mar 2007 13:33:20 -0800
12419              Message-ID: <rt-3.6.HEAD-2051-1173043999-1740.41698-75-0@perl.org>
12420              
12421              plus test adjustments
12422      Branch: perl
12423            ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmllink.t
12424            ! lib/Pod/t/htmlview.t
12425 ____________________________________________________________________________
12426 [ 30582] By: rgs                                   on 2007/03/14  15:40:54
12427         Log: Subject: [perl #41701] [PATCH] v5.8.8. pod2html -- F<filename> should add 'class="file"' in the HTML output 
12428              From: Jari Aalto (via RT) <perlbug-followup@perl.org>
12429              Date: Mon, 05 Mar 2007 02:05:38 -0800
12430              Message-ID: <rt-3.6.HEAD-2051-1173089138-1801.41701-75-0@perl.org>
12431              
12432              plus adjustments to tests
12433      Branch: perl
12434            ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmlview.t
12435 ____________________________________________________________________________
12436 [ 30580] By: rgs                                   on 2007/03/14  13:38:15
12437         Log: De-hardcode a path in a Test::Simple test, so it works
12438              when integrated to the core.
12439      Branch: perl
12440            ! lib/Test/Simple/t/fail-more.t
12441 ____________________________________________________________________________
12442 [ 30578] By: stevep                                on 2007/03/14  13:17:42
12443         Log: Upgrade to Test-Simple-0.68.  Includes a tweak to
12444              lib/Test/Simple/t/fail-more.t so that all of its tests pass within
12445              the Perl core.
12446      Branch: perl
12447            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
12448            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
12449            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/is_fh.t
12450            ! lib/Test/Simple/t/overload.t
12451 ____________________________________________________________________________
12452 [ 30577] By: davem                                 on 2007/03/14  12:34:05
12453         Log: use a fresh stack when loading Errno.pm etc.
12454              Stops 'use vars qw($!)' in lib/vars.t segfaulting.
12455              (This can be reduced to 'my $sym = "!"; *$sym = \$$sym')
12456      Branch: perl
12457            ! gv.c
12458 ____________________________________________________________________________
12459 [ 30576] By: rgs                                   on 2007/03/14  09:43:21
12460         Log: Patch by Sébastien Aperghis-Tramoni to avoid encoding
12461              everything that goes through Net::Cmd as UTF-8
12462              (regression as of Net::Cmd 2.27, see CPAN RT #24835)
12463      Branch: perl
12464            ! lib/Net/Cmd.pm
12465 ____________________________________________________________________________
12466 [ 30575] By: rgs                                   on 2007/03/14  07:51:57
12467         Log: Subject: [PATCH] perlfunc.pod (ref results), perlop.pod (qr// result) 
12468              From: Wolfgang Laun <Wolfgang.Laun@thalesgroup.com>
12469              Date: Wed, 14 Mar 2007 07:56:45 +0100
12470              Message-ID: <45F79CAD.5050005@thalesgroup.com>
12471      Branch: perl
12472            ! pod/perlfunc.pod pod/perlop.pod
12473 ____________________________________________________________________________
12474 [ 30574] By: nicholas                              on 2007/03/13  23:10:11
12475         Log: The dMY_CXT added in change 27938 isn't needed when in the PERL_CORE.
12476      Branch: perl
12477            ! regexec.c
12478 ____________________________________________________________________________
12479 [ 30572] By: nicholas                              on 2007/03/13  22:48:46
12480         Log: Check that stat and -X favours the file handle over the directory
12481              handle when using *THINGY{IO} syntax too.
12482      Branch: perl
12483            ! t/op/stat.t
12484 ____________________________________________________________________________
12485 [ 30571] By: nicholas                              on 2007/03/13  22:24:54
12486         Log: Check that stat and -X on barewords favour the file handle over the
12487              directory handle for the ambiguous case.
12488      Branch: perl
12489            ! t/op/stat.t
12490 ____________________________________________________________________________
12491 [ 30569] By: nicholas                              on 2007/03/13  20:48:17
12492         Log: Bump versions of modules that are currently on "dev" releases in maint.
12493      Branch: perl
12494            ! ext/B/B/Debug.pm ext/B/B/Terse.pm
12495 ____________________________________________________________________________
12496 [ 30566] By: nicholas                              on 2007/03/13  19:33:02
12497         Log: Integrate:
12498              [ 30565]
12499              Make the constant AVf_REAL conditional on Perl version.
12500      Branch: perl
12501           !> ext/B/defsubs_h.PL
12502 ____________________________________________________________________________
12503 [ 30563] By: nicholas                              on 2007/03/13  17:35:05
12504         Log: 5.8's B.xs exports AVf_REAL, so need to jiggle the test count by 1.
12505              (And then merge the difference back into blead)
12506      Branch: perl
12507            ! ext/B/t/concise-xs.t
12508 ____________________________________________________________________________
12509 [ 30562] By: stevep                                on 2007/03/13  15:54:56
12510         Log: Subject: [PATCH] DB_File with g++ and db v1
12511              From: Jarkko Hietaniemi <jhi@iki.fi>
12512              Date: Mon, 12 Mar 2007 22:01:34 -0400
12513              Message-ID: <45F605FE.1090606@iki.fi>
12514      Branch: perl
12515            ! ext/DB_File/DB_File.xs
12516 ____________________________________________________________________________
12517 [ 30561] By: rgs                                   on 2007/03/13  11:13:20
12518         Log: Subject: [PATCH] inform constant.pm about UNITCHECK
12519              From: "Joshua ben Jore" <twists@gmail.com>
12520              Date: Tue, 13 Mar 2007 00:35:11 -0700
12521              Message-ID: <dc5c751d0703130035o1a739f45g1ea559d110bd5dd8@mail.gmail.com>
12522      Branch: perl
12523            ! lib/constant.pm lib/constant.t
12524 ____________________________________________________________________________
12525 [ 30560] By: rgs                                   on 2007/03/13  11:02:03
12526         Log: Need a SPAGAIN here because the stack pointer might have
12527              moved when evaluating a tied hash in scalar context.
12528      Branch: perl
12529            ! pp_hot.c
12530 ____________________________________________________________________________
12531 [ 30558] By: nicholas                              on 2007/03/13  00:01:42
12532         Log: Get B compiling and passing all tests on both 5.9.x and 5.8.x
12533      Branch: perl
12534            ! ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
12535            ! ext/B/t/OptreeCheck.pm ext/B/t/concise-xs.t ext/B/t/f_sort.t
12536            ! ext/B/t/optree_constants.t ext/B/t/optree_specials.t
12537            ! ext/B/t/pragma.t
12538 ____________________________________________________________________________
12539 [ 30557] By: rgs                                   on 2007/03/12  22:14:27
12540         Log: Fix a couple of minor typos in comments
12541      Branch: perl
12542            ! dump.c
12543 ____________________________________________________________________________
12544 [ 30556] By: rgs                                   on 2007/03/12  21:58:19
12545         Log: Better wording for (?|...) in perlre, from a suggestion by Ruud.
12546      Branch: perl
12547            ! pod/perlre.pod
12548 ____________________________________________________________________________
12549 [ 30555] By: rgs                                   on 2007/03/12  21:22:55
12550         Log: Remove notes about experimental functions in the utf8 module.
12551              Also, document that the internal utf8 functions can be used
12552              without loading utf8.pm. (Suggested by Juerd)
12553      Branch: perl
12554            ! lib/utf8.pm
12555 ____________________________________________________________________________
12556 [ 30554] By: rgs                                   on 2007/03/12  21:00:05
12557         Log: warn() without args doesn't take a default message in $_, but in $@
12558      Branch: perl
12559            ! pod/perldiag.pod
12560 ____________________________________________________________________________
12561 [ 30553] By: nicholas                              on 2007/03/12  18:21:56
12562         Log: Fix the partially passing TODO test in optree_constants.t by
12563              making the tests for PL_sv_yes and PL_sv_no run as separate programs,
12564              rather than code eval'd in the current program, as under ithreads
12565              whether you get the real thing or a copy depends on whether any
12566              previous code has that SV in a PAD op.
12567      Branch: perl
12568            ! ext/B/t/optree_constants.t
12569 ____________________________________________________________________________
12570 [ 30552] By: nicholas                              on 2007/03/12  15:30:39
12571         Log: With the demise of ByteLoader in blead, unshare_hek can return to the
12572              backwaters of 'p'. Not being visible to 'EX'tensions means that there's
12573              less exposure to maintenance compatibility concerns.
12574      Branch: perl
12575            ! embed.fnc embed.h global.sym
12576 ____________________________________________________________________________
12577 [ 30551] By: stevep                                on 2007/03/12  15:12:39
12578         Log: Upgrade to CPAN-1.88_78
12579      Branch: perl
12580            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Kwalify.pm
12581            ! lib/CPAN/Kwalify/distroprefs.dd
12582            ! lib/CPAN/Kwalify/distroprefs.yml lib/CPAN/bin/cpan
12583 ____________________________________________________________________________
12584 [ 30550] By: nicholas                              on 2007/03/12  15:03:29
12585         Log: Bitten again by the snakes in the MANIFEST spec - tabs, not spaces.
12586      Branch: perl
12587            ! MANIFEST
12588 ____________________________________________________________________________
12589 [ 30548] By: rgs                                   on 2007/03/12  14:33:01
12590         Log: Like fake scalars, state variables shouldn't get new pad entries
12591              at each recursion, in order to be truly stateful. (bug #41789)
12592      Branch: perl
12593            ! pad.c t/op/state.t
12594 ____________________________________________________________________________
12595 [ 30544] By: craigb                                on 2007/03/11  23:42:14
12596         Log: ExtUtils::Manifest fix-ups for VMS:
12597              - don't use multiple dots in .bak filenames
12598              - remove VMS-specific clobbering of keys with values in mkmanifest()
12599              patch also in RT at <http://rt.cpan.org//Ticket/Display.html?id=25377>
12600      Branch: perl
12601            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
12602 ____________________________________________________________________________
12603 [ 30543] By: craigb                                on 2007/03/11  21:05:08
12604         Log: Upgrade inplace.t and iprefix.t to use test.pl, avoiding a lot
12605              of OS-specific shenanigans.
12606      Branch: perl
12607            ! t/io/inplace.t t/io/iprefix.t
12608 ____________________________________________________________________________
12609 [ 30542] By: craigb                                on 2007/03/11  21:01:35
12610         Log: Add directory depth check for older VMS systems to check83.pl
12611      Branch: perl
12612            ! Porting/check83.pl
12613 ____________________________________________________________________________
12614 [ 30537] By: nicholas                              on 2007/03/10  16:56:21
12615         Log: Test that format references can't be wrongly dereferenced.
12616              Test that a glob dereference of a PVIO correctly sets the IO of the
12617              temporary glob that it creates.
12618      Branch: perl
12619            ! t/op/ref.t
12620 ____________________________________________________________________________
12621 [ 30535] By: nicholas                              on 2007/03/10  16:20:31
12622         Log: Bump Exporter's $VERSION.
12623      Branch: perl
12624            ! lib/Exporter.pm
12625 ____________________________________________________________________________
12626 [ 30533] By: nicholas                              on 2007/03/10  15:34:34
12627         Log: A test case for change 30527 (chdir bareword ambiguity with dirhandles
12628              and filehandles)
12629      Branch: perl
12630            ! t/op/chdir.t
12631 ____________________________________________________________________________
12632 [ 30532] By: nicholas                              on 2007/03/10  15:30:46
12633         Log: Refactor the "has fchdir" and "has dirfd" logic to one place.
12634      Branch: perl
12635            ! t/op/chdir.t
12636 ____________________________________________________________________________
12637 [ 30531] By: nicholas                              on 2007/03/09  20:49:47
12638         Log: Don't swallow up other warnings in Exporter's test. Remove a needless
12639              eval that happened to generate 4 warnings.
12640      Branch: perl
12641            ! lib/Exporter.t
12642 ____________________________________________________________________________
12643 [ 30530] By: merijn                                on 2007/03/09  19:47:15
12644         Log: Subject: [perl #41587] [PATCH] 5.8.8 make sure we get the proper ldflags on libperl.so 
12645              From: Tom Callaway (via RT) <perlbug-followup@perl.org>
12646              Date: Thu, 22 Feb 2007 14:39:02 -0800
12647              Message-ID: <rt-3.6.HEAD-28041-1172183942-1615.41587-75-0@perl.org>
12648      Branch: perl
12649            ! Makefile.SH
12650 ____________________________________________________________________________
12651 [ 30529] By: nicholas                              on 2007/03/09  19:23:57
12652         Log: Make Exporter::Heavy correctly not warn when exporting a symbol only
12653              declared in the export specification. Ensure that the test actually
12654              tests this.
12655      Branch: perl
12656            ! lib/Exporter.t lib/Exporter/Heavy.pm
12657 ____________________________________________________________________________
12658 [ 30528] By: merijn                                on 2007/03/09  19:02:23
12659         Log: Tom Callaway's Redhat patches
12660              
12661              Subject: [perl #41595] [PATCH] 5.8.8 Use CFLAGS for all compiler invocations
12662              From: Tom Callaway (via RT) <perlbug-followup@perl.org>
12663              Date: Thu, 22 Feb 2007 19:33:45 -0800
12664              Message-ID: <rt-3.6.HEAD-28041-1172201625-659.41595-75-0@perl.org>
12665              
12666              Subject: [perl #41589] [PATCH] 5.8.8 Linux needs -FPIC too
12667              From: Tom Callaway (via RT) <perlbug-followup@perl.org>
12668              Date: Thu, 22 Feb 2007 14:56:24 -0800
12669              Message-ID: <rt-3.6.HEAD-18680-1172184984-1237.41589-75-0@perl.org>
12670      Branch: perl
12671            ! Configure
12672 ____________________________________________________________________________
12673 [ 30527] By: stevep                                on 2007/03/09  18:30:16
12674         Log: Prefer dirhandles to filehandles when passing a bareword typeglob
12675              to chdir() and the typeglob has both a dirhandle and a 
12676              filehandle assigned to it.
12677      Branch: perl
12678            ! pp_sys.c
12679 ____________________________________________________________________________
12680 [ 30525] By: rgs                                   on 2007/03/09  17:47:22
12681         Log: Mention Perl::Unsafe::Signals in the core docs en passant.
12682      Branch: perl
12683            ! pod/perlipc.pod
12684 ____________________________________________________________________________
12685 [ 30521] By: craigb                                on 2007/03/09  00:46:34
12686         Log: In ExtUtils::Liblist::Kid::_vms_ext(), escape the dollar, not the
12687              minus (there was no intention to use $\ or $- here).
12688      Branch: perl
12689            ! lib/ExtUtils/Liblist/Kid.pm
12690 ____________________________________________________________________________
12691 [ 30520] By: rgs                                   on 2007/03/08  16:31:36
12692         Log: The HePV macro was borked.
12693      Branch: perl
12694            ! hv.h
12695 ____________________________________________________________________________
12696 [ 30519] By: rgs                                   on 2007/03/08  16:12:29
12697         Log: Warning fix. Since HePV's second argument is supposed
12698              to be an unsigned integer, there's not point in comparing
12699              it to 0.
12700      Branch: perl
12701            ! hv.h
12702 ____________________________________________________________________________
12703 [ 30518] By: rgs                                   on 2007/03/08  15:48:53
12704         Log: Subject: Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exe
12705              From: demerphq <demerphq@gmail.com>
12706              Date: Thu, 8 Mar 2007 10:20:50 +0100
12707              Message-ID: <9b18b3110703080120s41147a4fh4f4c1f9817079be3@mail.gmail.com>
12708      Branch: perl
12709            ! gv.c lib/Tie/Hash/NamedCapture.pm t/op/regexp_namedcapture.t
12710 ____________________________________________________________________________
12711 [ 30517] By: rgs                                   on 2007/03/08  15:06:49
12712         Log: Subject: Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exe
12713              From: demerphq <demerphq@gmail.com>
12714              Date: Wed, 7 Mar 2007 20:44:52 +0100
12715              Message-ID: <9b18b3110703071144t787e028s8a79fa1986624b54@mail.gmail.com>
12716      Branch: perl
12717            + lib/Tie/Hash/NamedCapture.pm t/op/regexp_namedcapture.t
12718            - ext/re/lib/re/Tie/Hash/NamedCapture.pm
12719            ! MANIFEST embed.fnc ext/re/re.xs ext/re/t/re_funcs.t global.sym
12720            ! gv.c pod/perl595delta.pod pod/perlvar.pod proto.h universal.c
12721 ____________________________________________________________________________
12722 [ 30516] By: steveh                                on 2007/03/08  14:13:11
12723         Log: Subject: RE: $Win32::VERSION problem
12724              From: "Jan Dubois" <jand@activestate.com>
12725              Date: Wed, 7 Mar 2007 12:26:01 -0800
12726              Message-ID: <00b301c760f6$d28129d0$77837d70$@com>
12727              
12728              Adds the tests from the dual-lived CPAN distribution Win32-0.27
12729              and removes two old t/win32 tests which are now redundant
12730      Branch: perl
12731            + ext/Win32/t/ExpandEnvironmentStrings.t
12732            + ext/Win32/t/GetFileVersion.t ext/Win32/t/GetFolderPath.t
12733            + ext/Win32/t/GetFullPathName.t ext/Win32/t/GetLongPathName.t
12734            + ext/Win32/t/GetOSVersion.t ext/Win32/t/GuidGen.t
12735            - t/win32/getosversion.t t/win32/longpath.t
12736            ! MANIFEST
12737 ____________________________________________________________________________
12738 [ 30515] By: rgs                                   on 2007/03/08  13:49:42
12739         Log: Subject: debugger history save and load
12740              From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig)
12741              Date: Wed, 07 Mar 2007 14:53:58 +0100
12742              Message-ID: <87y7m99n2h.fsf@k75.linux.bogus>
12743      Branch: perl
12744            ! lib/perl5db.pl
12745 ____________________________________________________________________________
12746 [ 30514] By: rgs                                   on 2007/03/08  13:46:16
12747         Log: Better docs for C<no VERSION>
12748      Branch: perl
12749            ! pod/perl593delta.pod pod/perlfunc.pod
12750 ____________________________________________________________________________
12751 [ 30513] By: rgs                                   on 2007/03/08  11:19:38
12752         Log: Need to extend the stack when using warn() without
12753              an argument (this fixes bug #41716)
12754      Branch: perl
12755            ! pp_sys.c
12756 ____________________________________________________________________________
12757 [ 30512] By: rgs                                   on 2007/03/08  11:17:21
12758         Log: Subject: [PATCH] Default to ELF on FreeBSD when objformat is not there
12759              From: Anton Berezin <tobez@tobez.org>
12760              Date: Thu, 8 Mar 2007 12:08:45 +0100
12761              Message-ID: <20070308110845.GA24332@heechee.tobez.org>
12762      Branch: perl
12763            ! hints/freebsd.sh
12764 ____________________________________________________________________________
12765 [ 30511] By: craigb                                on 2007/03/08  03:50:32
12766         Log: MM->{ldflags} may not be defined and wouldn't help us locate
12767              the perlshr library anyway (follow-up to #30462).
12768      Branch: perl
12769            ! lib/ExtUtils/Liblist/Kid.pm
12770 ____________________________________________________________________________
12771 [ 30510] By: craigb                                on 2007/03/08  03:06:53
12772         Log: Make vms/gen_shrfls.pl better able to detect header transitions with
12773              various compiler versions (needed after #30463).
12774      Branch: perl
12775            ! vms/gen_shrfls.pl
12776 ____________________________________________________________________________
12777 [ 30500] By: rgs                                   on 2007/03/07  17:08:54
12778         Log: Regenerates internal and external API docs
12779      Branch: perl
12780            ! pod/perlapi.pod pod/perlintern.pod
12781 ____________________________________________________________________________
12782 [ 30499] By: rgs                                   on 2007/03/07  17:05:29
12783         Log: Add the new man page, perlunifaq, in relevant places
12784      Branch: perl
12785            ! plan9/mkfile pod.lst pod/perl.pod vms/descrip_mms.template
12786            ! win32/pod.mak
12787 ____________________________________________________________________________
12788 [ 30497] By: rgs                                   on 2007/03/07  16:36:20
12789         Log: Syntax nit in ExtUtils::Liblist::Kid, noticed by Yves Orton
12790      Branch: perl
12791            ! lib/ExtUtils/Liblist/Kid.pm
12792 ____________________________________________________________________________
12793 [ 30496] By: rgs                                   on 2007/03/07  16:32:48
12794         Log: Use another method to avoid the "possible interpolation" warning
12795              for @- and @+ : do this directly from the lexer (patch by Yves
12796              Orton.) This way, @- and @+ aren't preloaded anymore.
12797              Avoid to require re::Tie::Hash::NamedCapture when the *- or *+
12798              globs are created, this was breaking the build due to miniperl's
12799              inability to load it.
12800      Branch: perl
12801            ! gv.c perl.c toke.c
12802 ____________________________________________________________________________
12803 [ 30493] By: merijn                                on 2007/03/07  13:23:23
12804         Log: Subject: Re: [PATCH] (Re: [PATCH] unicode/utf8 pod)
12805              From: Juerd Waalboer <juerd@convolution.nl>
12806              Date: Sun, 4 Mar 2007 16:00:19 +0100
12807              Message-ID: <20070304150019.GN4723@c4.convolution.nl>
12808      Branch: perl
12809            + pod/perlunifaq.pod
12810            ! MANIFEST ext/Encode/Encode.pm ext/Encode/encoding.pm
12811            ! lib/PerlIO.pm lib/utf8.pm pod/perlapi.pod pod/perldata.pod
12812            ! pod/perldiag.pod pod/perlfunc.pod pod/perlguts.pod
12813            ! pod/perlpacktut.pod pod/perlport.pod pod/perlretut.pod
12814            ! pod/perlunicode.pod pod/perluniintro.pod pod/perlunitut.pod
12815            ! pod/perlvar.pod sv.c
12816 ____________________________________________________________________________
12817 [ 30492] By: rgs                                   on 2007/03/07  11:00:07
12818         Log: Localize $! in splainthis() too. (see bug #41717)
12819      Branch: perl
12820            ! lib/diagnostics.pm
12821 ____________________________________________________________________________
12822 [ 30491] By: rgs                                   on 2007/03/07  10:57:11
12823         Log: Better localisation of $_ in diagnostics.
12824              This fixes bug #41717.
12825      Branch: perl
12826            ! lib/diagnostics.pm
12827 ____________________________________________________________________________
12828 [ 30490] By: rgs                                   on 2007/03/07  10:33:38
12829         Log: Avoid to load the *+ and *- globs too early.
12830              To silence spurious interpolation warnings, merely
12831              create the stash entry for them. Ensure that the
12832              re::Tie::Hash::NamedCapture module is always loaded
12833              when we have created the tied hashes %+ and %-.
12834              Revert change #30483, which is now unnecessary.
12835      Branch: perl
12836            ! gv.c lib/dumpvar.pl perl.c
12837 ____________________________________________________________________________
12838 [ 30489] By: stevep                                on 2007/03/06  16:49:47
12839         Log: Upgrade to IO-Zlib-1.05.  There are updates to the core that have
12840              not yet been included in the CPAN distribution, so the core 
12841              module has a version bump.
12842      Branch: perl
12843            ! lib/IO/Zlib.pm lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/getline.t
12844 ____________________________________________________________________________
12845 [ 30488] By: rgs                                   on 2007/03/06  15:51:06
12846         Log: Fix error messages returned by S_require_tie_mod. Fix small leaks
12847              happening in there too. More importantly, call it when we load both
12848              a hash or a glob.
12849      Branch: perl
12850            ! gv.c
12851 ____________________________________________________________________________
12852 [ 30487] By: rgs                                   on 2007/03/06  15:04:03
12853         Log: Fix a small leak on loading *+ and *- globs
12854      Branch: perl
12855            ! gv.c
12856 ____________________________________________________________________________
12857 [ 30486] By: stevep                                on 2007/03/06  13:52:56
12858         Log: Upgrade to CGI.pm-3.27
12859      Branch: perl
12860            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Util.pm
12861            ! lib/CGI/t/form.t lib/CGI/t/util.t
12862 ____________________________________________________________________________
12863 [ 30485] By: rgs                                   on 2007/03/06  11:19:04
12864         Log: Subject: [PATCH] 'Unknown PerlIO layer "encoding"...' message
12865              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
12866              Date: Fri, 2 Mar 2007 06:59:41 -0800 (PST)
12867              Message-ID: <794180.55454.qm@web30208.mail.mud.yahoo.com>
12868      Branch: perl
12869            ! lib/Pod/t/man.t
12870 ____________________________________________________________________________
12871 [ 30484] By: rgs                                   on 2007/03/06  11:10:26
12872         Log: Doc patch about PerlIO::encoding:
12873              
12874              Subject: [PATCH] Re: 'Unknown PerlIO layer "encoding"...' message
12875              From: Tels <nospam-abuse@bloodgate.com>
12876              Date: Fri, 2 Mar 2007 11:31:39 +0000
12877              Message-Id: <200703021131.41085@bloodgate.com>
12878      Branch: perl
12879            ! pod/perlfunc.pod
12880 ____________________________________________________________________________
12881 [ 30483] By: rgs                                   on 2007/03/06  10:32:01
12882         Log: dumpvar.pl must load re::Tie::Hash::NamedCapture if it wants
12883              to dump %+ and %-.
12884      Branch: perl
12885            ! lib/dumpvar.pl
12886 ____________________________________________________________________________
12887 [ 30482] By: steveh                                on 2007/03/06  09:20:51
12888         Log: Reinstate part of #28744 that was accidentally reverted in #30454
12889              to suppress a couple of warnings (at least on Win32)
12890      Branch: perl
12891            ! ext/Math/BigInt/FastCalc/FastCalc.pm
12892            ! ext/Math/BigInt/FastCalc/FastCalc.xs
12893 ____________________________________________________________________________
12894 [ 30481] By: nicholas                              on 2007/03/05  23:52:09
12895         Log: As SvUPGRADE() is a macro wrapping a call to sv_upgrade() inside
12896              a check on the existing SvTYPE(), there's no need to wrap it inside
12897              another explcit check of SvTYPE(). This won't make any difference to
12898              the output of an optimising compiler, but it makes the source clearer.
12899      Branch: perl
12900            ! pp_ctl.c sv.c
12901 ____________________________________________________________________________
12902 [ 30464] By: nicholas                              on 2007/03/05  12:26:46
12903         Log: Change 30461 was wrong. As ext/re (re)builds the regexp engine with
12904              -DDEBUGGING, it's going to need PL_reg_name even if core perl doesn't.
12905              So something is always going to use it, so always define it, and always
12906              export it. (But only define it once, so that static builds work.)
12907      Branch: perl
12908            ! makedef.pl regcomp.pl regnodes.h
12909 ____________________________________________________________________________
12910 [ 30463] By: craigb                                on 2007/03/05  00:13:50
12911         Log: In vms/gen_shrfls.pl, no more special handling of vars from
12912              regcomp.h -- just process the file. (Needed for PL_reg_name.)
12913      Branch: perl
12914            ! vms/gen_shrfls.pl
12915 ____________________________________________________________________________
12916 [ 30462] By: craigb                                on 2007/03/04  22:58:29
12917         Log: Use linker flags rather than compiler flags in ExtUtils::Liblist::Kid::_vms_ext 
12918              when determining whether the perlshr library was linked debug. Also submitted 
12919              to CPAN RT queue at <http://rt.cpan.org/Ticket/Display.html?id=25268>.
12920      Branch: perl
12921            ! lib/ExtUtils/Liblist/Kid.pm
12922 ____________________________________________________________________________
12923 [ 30461] By: nicholas                              on 2007/03/04  19:22:45
12924         Log: It seems that change 30451 should also have arranged to export
12925              PL_reg_name properly. Hopefuly this will fix it, but I don't have
12926              access to any platform where I can test this directly.
12927      Branch: perl
12928            ! globvar.sym makedef.pl
12929 ____________________________________________________________________________
12930 [ 30460] By: stevep                                on 2007/03/04  17:15:38
12931         Log: Subject: [PATCH] Math::BigInt 1.80
12932              From: Tels <nospam-abuse@bloodgate.com>
12933              Date: Sun, 4 Mar 2007 15:57:01 +0000
12934              Message-Id: <200703041557.02996@bloodgate.com>
12935      Branch: perl
12936            + lib/Math/BigInt/t/nan_cmp.t lib/Math/BigInt/t/new_ovld.t
12937            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
12938            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
12939            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
12940            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/biglog.t
12941            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/upgrade.inc
12942 ____________________________________________________________________________
12943 [ 30459] By: nicholas                              on 2007/03/04  11:51:08
12944         Log: Rename exception() to apitest_exception() in XS/APItest, so that it
12945              doesn't clash with the exception() in Devel/PPPort. This way, all
12946              tests pass when both modules are staticly linked.
12947      Branch: perl
12948            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
12949            ! ext/XS/APItest/exception.c ext/XS/APItest/t/exception.t
12950 ____________________________________________________________________________
12951 [ 30458] By: stevep                                on 2007/03/04  07:01:34
12952         Log: Upgrade to IO-Compress-Base-2.004, Compress-Raw-Zlib-2.004, 
12953              IO-Compress-Zlib-2.004, and Compress-Zlib-2.004.
12954      Branch: perl
12955            ! ext/Compress/Raw/Zlib/Changes
12956            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
12957            ! ext/Compress/Raw/Zlib/Zlib.xs
12958            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
12959            ! ext/Compress/Raw/Zlib/t/02zlib.t ext/Compress/Zlib/Changes
12960            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
12961            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
12962            ! ext/Compress/Zlib/t/03zlib-v1.t ext/IO/Compress/Base/Changes
12963            ! ext/IO/Compress/Base/Makefile.PL ext/IO/Compress/Base/README
12964            ! ext/IO/Compress/Base/lib/IO/Compress/Base.pm
12965            ! ext/IO/Compress/Base/lib/IO/Compress/Base/Common.pm
12966            ! ext/IO/Compress/Base/lib/IO/Uncompress/AnyUncompress.pm
12967            ! ext/IO/Compress/Base/lib/IO/Uncompress/Base.pm
12968            ! ext/IO/Compress/Zlib/Changes ext/IO/Compress/Zlib/Makefile.PL
12969            ! ext/IO/Compress/Zlib/README
12970            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Deflate.pm
12971            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Identity.pm
12972            ! ext/IO/Compress/Zlib/lib/IO/Compress/Deflate.pm
12973            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip.pm
12974            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip/Constants.pm
12975            ! ext/IO/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
12976            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip.pm
12977            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip/Constants.pm
12978            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Constants.pm
12979            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Extra.pm
12980            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
12981            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
12982            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
12983            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
12984            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
12985            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
12986            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
12987            ! ext/IO/Compress/Zlib/t/050interop-gzip.t
12988            ! t/lib/compress/generic.pl t/lib/compress/merge.pl
12989 ____________________________________________________________________________
12990 [ 30457] By: stevep                                on 2007/03/04  04:51:28
12991         Log: Upgrade to Time-HiRes-1.9707
12992      Branch: perl
12993            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/t/HiRes.t
12994            ! pod/perlretut.pod
12995 ____________________________________________________________________________
12996 [ 30456] By: craigb                                on 2007/03/03  23:26:33
12997         Log: Clean up the right file in vms/test.com (following #30414).
12998      Branch: perl
12999            ! vms/test.com
13000 ____________________________________________________________________________
13001 [ 30455] By: rgs                                   on 2007/03/03  18:19:01
13002         Log: Add missing file from change #30454
13003      Branch: perl
13004            + ext/Math/BigInt/FastCalc/t/leak.t
13005 ____________________________________________________________________________
13006 [ 30454] By: nicholas                              on 2007/03/03  16:47:05
13007         Log: Subject: [PATCH] Math::BigInt::FastCalc 0.12 (plug leaks)
13008              From: Tels <nospam-abuse@bloodgate.com>
13009              Date: Sat, 3 Mar 2007 17:09:58 +0000
13010              Message-Id: <200703031710.00203@bloodgate.com>
13011      Branch: perl
13012            ! MANIFEST ext/Math/BigInt/FastCalc/FastCalc.pm
13013            ! ext/Math/BigInt/FastCalc/FastCalc.xs
13014 ____________________________________________________________________________
13015 [ 30453] By: nicholas                              on 2007/03/03  15:50:33
13016         Log: Must only use dynamic extensions in the Dynaloader test. If the
13017              extensions are static, it doesn't work :-)
13018      Branch: perl
13019            ! ext/DynaLoader/t/DynaLoader.t
13020 ____________________________________________________________________________
13021 [ 30452] By: nicholas                              on 2007/03/03  15:28:39
13022         Log: As the test is about the parser, not actually running the code, better
13023              to avoid running <STDOUT> rather than run it with warnings disabled.
13024      Branch: perl
13025            ! t/op/gv.t
13026 ____________________________________________________________________________
13027 [ 30451] By: nicholas                              on 2007/03/03  12:22:19
13028         Log: Define and initialise reg_name only once.
13029              This allows re to be a static extension.
13030              As it's now no-longer a static variable in regcomp.c, it needs a PL_
13031              prefix.
13032      Branch: perl
13033            ! regcomp.c regcomp.pl regexec.c regnodes.h
13034 ____________________________________________________________________________
13035 [ 30450] By: rgs                                   on 2007/03/03  10:09:49
13036         Log: Don't let feature.pm interfere with the tests for use VERSION.
13037              That probably needs to be refined.
13038      Branch: perl
13039            ! t/comp/use.t
13040 ____________________________________________________________________________
13041 [ 30449] By: rgs                                   on 2007/03/03  09:39:55
13042         Log: Subject: [PATCH] Don't copy DynaLoader.o unnecessarily
13043              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
13044              Date: Thu, 1 Mar 2007 08:47:30 -0800 (PST)
13045              Message-ID: <566598.96493.qm@web30204.mail.mud.yahoo.com>
13046      Branch: perl
13047            ! ext/DynaLoader/Makefile.PL
13048 ____________________________________________________________________________
13049 [ 30448] By: rgs                                   on 2007/03/03  09:36:54
13050         Log: Add a volatile modifier to avoid possible cloberring by longjmp,
13051              as the compiler used by Jerry D. Hedden warns.
13052      Branch: perl
13053            ! perl.c
13054 ____________________________________________________________________________
13055 [ 30447] By: rgs                                   on 2007/03/03  09:34:23
13056         Log: Compilation warnings fixes by Jerry D. Hedden
13057      Branch: perl
13058            ! perlio.c pp_sys.c universal.c xsutils.c
13059 ____________________________________________________________________________
13060 [ 30446] By: rgs                                   on 2007/03/03  09:29:37
13061         Log: Make use VERSION also load feature.pm
13062      Branch: perl
13063            + t/lib/feature/implicit
13064            ! MANIFEST lib/feature.pm pod/perlfunc.pod pp_ctl.c
13065 ____________________________________________________________________________
13066 [ 30445] By: craigb                                on 2007/03/03  04:35:24
13067         Log: Fix a few errors and ambiguities in configure.com caught by
13068              Charlie Hammond's DCL Checker.
13069      Branch: perl
13070            ! configure.com
13071 ____________________________________________________________________________
13072 [ 30444] By: nicholas                              on 2007/03/02  15:02:43
13073         Log: Avoid an assertion failure when overloading readpipe.
13074      Branch: perl
13075            ! t/op/gv.t toke.c
13076 ____________________________________________________________________________
13077 [ 30443] By: nicholas                              on 2007/03/02  14:42:27
13078         Log: More assertion failures, found by auditing the code.
13079      Branch: perl
13080            ! gv.c t/op/gv.t toke.c universal.c
13081 ____________________________________________________________________________
13082 [ 30442] By: nicholas                              on 2007/03/02  13:23:22
13083         Log: Don't crash if the symbol table entry for ISA isn't a typeglob.
13084      Branch: perl
13085            ! gv.c t/op/gv.t
13086 ____________________________________________________________________________
13087 [ 30441] By: rgs                                   on 2007/03/02  12:58:04
13088         Log: More work on perldelta
13089      Branch: perl
13090            ! pod/perl595delta.pod
13091 ____________________________________________________________________________
13092 [ 30440] By: nicholas                              on 2007/03/01  17:46:49
13093         Log: The bug fixed by change 29610 would have been avoided with this
13094              assertion - ensure that the hek argument to Perl_unshare_hek() is not
13095              NULL, because if it is, then S_unshare_hek_or_pvn() will merrily
13096              unshare the string "" instead.
13097      Branch: perl
13098            ! hv.c
13099 ____________________________________________________________________________
13100 [ 30439] By: nicholas                              on 2007/03/01  16:09:31
13101         Log: Don't SEGV when dumping an undefined typeglob. The HEK used to store
13102              the GV's name can be NULL.
13103      Branch: perl
13104            ! gv.h
13105 ____________________________________________________________________________
13106 [ 30438] By: rgs                                   on 2007/03/01  15:22:52
13107         Log: Mention the syntax C<use feature ':5.10'> in feature.pm's synopsis
13108      Branch: perl
13109            ! lib/feature.pm
13110 ____________________________________________________________________________
13111 [ 30437] By: rgs                                   on 2007/03/01  11:20:14
13112         Log: Upgrade to Params::Check 0.26
13113      Branch: perl
13114            ! lib/Params/Check.pm lib/Params/Check/t/01_Params-Check.t
13115 ____________________________________________________________________________
13116 [ 30436] By: rgs                                   on 2007/03/01  10:54:09
13117         Log: Subject: Re: New file: t/op/regexp_email.t
13118              From: demerphq <demerphq@gmail.com>
13119              Date: Wed, 28 Feb 2007 17:45:33 +0100
13120              Message-ID: <9b18b3110702280845p7860ca08taf1aead39a178aa4@mail.gmail.com>
13121      Branch: perl
13122            + t/op/regexp_email.t
13123            ! MANIFEST ext/re/re.pm regcomp.h regexec.c
13124 ____________________________________________________________________________
13125 [ 30435] By: rgs                                   on 2007/03/01  10:30:04
13126         Log: A new test by Abigail: Check that certain modules don't
13127              get loaded when other modules are used.
13128      Branch: perl
13129            + t/lib/no_load.t
13130            ! MANIFEST
13131 ____________________________________________________________________________
13132 [ 30434] By: rgs                                   on 2007/03/01  10:21:58
13133         Log: Subject: [PATCH] Re: Revisits in 'make install'
13134              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
13135              Date: Wed, 28 Feb 2007 10:59:49 -0800 (PST)
13136              Message-ID: <95346.11233.qm@web30207.mail.mud.yahoo.com>
13137      Branch: perl
13138            ! Makefile.SH
13139 ____________________________________________________________________________
13140 [ 30433] By: rgs                                   on 2007/03/01  10:10:41
13141         Log: A couple of casting nits by Jarkko
13142      Branch: perl
13143            ! op.c pp_hot.c
13144 ____________________________________________________________________________
13145 [ 30432] By: rgs                                   on 2007/03/01  09:19:07
13146         Log: Teach Module::Build about DragonflyBSD
13147      Branch: perl
13148            ! lib/Module/Build.pm
13149 ____________________________________________________________________________
13150 [ 30431] By: rgs                                   on 2007/02/28  15:27:23
13151         Log: Missing dual-lived modules in maintainers list
13152      Branch: perl
13153            ! Porting/Maintainers.pl
13154 ____________________________________________________________________________
13155 [ 30430] By: rgs                                   on 2007/02/28  14:51:41
13156         Log: Update my email address
13157      Branch: perl
13158            ! AUTHORS Porting/checkAUTHORS.pl
13159 ____________________________________________________________________________
13160 [ 30429] By: steveh                                on 2007/02/28  12:29:35
13161         Log: Subject: [PATCH] Win32 doc update for Win32CORE changes
13162              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
13163              Date: Mon, 26 Feb 2007 11:28:00 -0800 (PST)
13164              Message-ID: <13678.68.166.55.187.1172518080.squirrel@68.166.55.187>
13165      Branch: perl
13166            ! ext/Win32/Win32.pm ext/Win32CORE/Win32CORE.pm
13167 ____________________________________________________________________________
13168 [ 30428] By: rgs                                   on 2007/02/28  10:42:03
13169         Log: Subject: [PATCH t/japh/abigail.t] Unexpected output
13170              From: Abigail <abigail@abigail.be>
13171              Date: Tue, 27 Feb 2007 23:00:28 +0100
13172              Message-ID: <20070227220028.GA460@abigail.nl>
13173      Branch: perl
13174            ! t/japh/abigail.t
13175 ____________________________________________________________________________
13176 [ 30427] By: rgs                                   on 2007/02/28  09:22:56
13177         Log: Remove obsolete test for the deprecation warning I just removed.
13178      Branch: perl
13179            ! t/op/regmesg.t
13180 ____________________________________________________________________________
13181 [ 30426] By: steveh                                on 2007/02/28  09:13:43
13182         Log: Subject: [PATCH] Fix ext/Win32API/File/t/file.t under test harness
13183              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
13184              Date: Tue, 27 Feb 2007 09:38:15 -0800 (PST)
13185              Message-ID: <994673.36516.qm@web30215.mail.mud.yahoo.com>
13186      Branch: perl
13187            ! ext/Win32API/File/t/file.t
13188 ____________________________________________________________________________
13189 [ 30425] By: steveh                                on 2007/02/28  09:11:19
13190         Log: Subject: Re: [PATCH] Re: Math::BigInt and Win32API::File whines a lot during make test...
13191              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
13192              Date: Tue, 27 Feb 2007 10:33:36 -0800 (PST)
13193              Message-ID: <738238.57355.qm@web30201.mail.mud.yahoo.com>
13194              
13195              (Silences warnings about math lib(s), avoids using Math::BigInt
13196              when using 64-bit ints and changes "new" to "->new()")
13197      Branch: perl
13198            ! ext/Win32API/File/File.pm
13199 ____________________________________________________________________________
13200 [ 30424] By: rgs                                   on 2007/02/28  08:54:05
13201         Log: (?p{}) has been deprecated for a long time.
13202              Remove it, so people are not confused with regard to the
13203              new /p regexp modifier.
13204      Branch: perl
13205            ! regcomp.c t/lib/warnings/regcomp toke.c
13206 ____________________________________________________________________________
13207 [ 30423] By: rgs                                   on 2007/02/28  08:45:55
13208         Log: Add new tests for keys in %+ and %-
13209      Branch: perl
13210            ! t/op/pat.t
13211 ____________________________________________________________________________
13212 [ 30422] By: rgs                                   on 2007/02/28  08:45:13
13213         Log: perltodo nit for SelfLoader
13214      Branch: perl
13215            ! pod/perltodo.pod
13216 ____________________________________________________________________________
13217 [ 30421] By: rgs                                   on 2007/02/28  08:44:16
13218         Log: Fix a couple of typos in internal docs
13219      Branch: perl
13220            ! hv.c util.c
13221 ____________________________________________________________________________
13222 [ 30420] By: nicholas                              on 2007/02/27  23:07:39
13223         Log: Subject: [PATCH AUTHORS] Change of email address.
13224              From: Abigail <abigail@abigail.be>
13225              Message-ID: <20070227225456.GA1808@abigail.nl>
13226              Date: Tue, 27 Feb 2007 23:54:56 +0100
13227      Branch: perl
13228            ! AUTHORS
13229 ____________________________________________________________________________
13230 [ 30419] By: nicholas                              on 2007/02/27  20:36:14
13231         Log: Subject: [PATCH] Skip tests if Encode not built
13232              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
13233              Date: Tue, 27 Feb 2007 11:27:58 -0800 (PST)
13234              Message-ID: <176638.9767.qm@web30207.mail.mud.yahoo.com>
13235      Branch: perl
13236            ! lib/Pod/Simple/t/corpustest.t
13237            ! lib/encoding/warnings/t/4-lexical.t
13238 ____________________________________________________________________________
13239 [ 30418] By: rgs                                   on 2007/02/27  14:07:28
13240         Log: Disable the strict pragma before eval'ing selfloaded code.
13241      Branch: perl
13242            ! lib/SelfLoader.pm
13243 ____________________________________________________________________________
13244 [ 30417] By: rgs                                   on 2007/02/27  13:39:03
13245         Log: dmq points out that %+ and %- are not arrays. Fix the doc.
13246      Branch: perl
13247            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm
13248 ____________________________________________________________________________
13249 [ 30416] By: rgs                                   on 2007/02/27  13:16:46
13250         Log: Update Changes
13251      Branch: perl
13252            ! Changes
13253 ____________________________________________________________________________
13254 [ 30415] By: rgs                                   on 2007/02/27  10:56:17
13255         Log: Rework and fix docs for %+, %- and re::Tie::Hash::NamedCapture.
13256      Branch: perl
13257            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm pod/perlvar.pod
13258 ____________________________________________________________________________
13259 [ 30414] By: craigb                                on 2007/02/27  01:41:31
13260         Log: On VMS, use the normal executable file extension for the copy of 
13261              Perl used to run the test suite.  Not doing so was confusing
13262              some of the Module::Build tests.
13263      Branch: perl
13264            ! vms/descrip_mms.template vms/test.com
13265 ____________________________________________________________________________
13266 [ 30413] By: rgs                                   on 2007/02/26  17:10:33
13267         Log: Subject: Re: [perl #41565] qr// memory corruption
13268              From: demerphq <demerphq@gmail.com>
13269              Date: Mon, 26 Feb 2007 16:45:23 +0100
13270              Message-ID: <9b18b3110702260745u373980e8x19ba3afdf33bd424@mail.gmail.com>
13271      Branch: perl
13272            ! ext/re/t/regop.t regcomp.c regexec.c
13273 ____________________________________________________________________________
13274 [ 30412] By: rgs                                   on 2007/02/26  16:49:45
13275         Log: Subject: Re: Regexp recursion limit too low?
13276              From: demerphq <demerphq@gmail.com>
13277              Date: Thu, 15 Feb 2007 17:22:16 +0100
13278              Message-ID: <9b18b3110702150822o13a4f240g86463c60e625fb8f@mail.gmail.com>
13279      Branch: perl
13280            ! regexec.c regexp.h
13281 ____________________________________________________________________________
13282 [ 30411] By: steveh                                on 2007/02/26  13:45:23
13283         Log: Bump $Win32API::File::VERSION for change #30409
13284      Branch: perl
13285            ! ext/Win32API/File/File.pm
13286 ____________________________________________________________________________
13287 [ 30410] By: craigb                                on 2007/02/26  13:36:41
13288         Log: In configure.com, include the Win32 extensions in $Config{known_extensions},
13289              but not it $Config{extensions}.  This way t/TEST knows to exclude them.
13290      Branch: perl
13291            ! configure.com
13292 ____________________________________________________________________________
13293 [ 30409] By: steveh                                on 2007/02/26  13:27:58
13294         Log: Subject: [PATCH] Re: [PATCH] Re: Win32 modules & cygwin
13295              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
13296              Date: Mon, 26 Feb 2007 00:45:10 -0800 (PST)
13297              Message-ID: <1300.63.226.247.142.1172479510.squirrel@63.226.247.142>
13298              
13299              (Stops Win32* extension tests from being run when the
13300              corresponding extensions haven't been built)
13301      Branch: perl
13302            ! ext/Win32API/File/t/file.t ext/Win32API/File/t/tie.t
13303            ! ext/Win32CORE/t/win32core.t
13304 ____________________________________________________________________________
13305 [ 30408] By: nicholas                              on 2007/02/26  11:59:27
13306         Log: Update the FSF's address. Plus some other whitespace and NON-WHITESPACE
13307              changes that have crept into the GPL v2.
13308      Branch: perl
13309            ! README emacs/cperl-mode.el lib/Tie/File.pm pod/perlgpl.pod
13310 ____________________________________________________________________________
13311 [ 30407] By: nicholas                              on 2007/02/26  11:07:06
13312         Log: Fix bug #41550 -  AUTOLOAD :lvalue not working the same in blead as in
13313              5.8.8 (a code example from "Extending and Embedding Perl")
13314      Branch: perl
13315            ! op.h t/op/sub_lval.t
13316 ____________________________________________________________________________
13317 [ 30406] By: nicholas                              on 2007/02/26  09:33:15
13318         Log: Convert t/op/sub_lval.t to test.pl
13319      Branch: perl
13320            ! t/op/sub_lval.t
13321 ____________________________________________________________________________
13322 [ 30405] By: rgs                                   on 2007/02/26  06:59:44
13323         Log: Module::Pluggable wasn't in the maintainers list
13324      Branch: perl
13325            ! Porting/Maintainers.pl
13326 ____________________________________________________________________________
13327 [ 30404] By: rgs                                   on 2007/02/26  06:57:22
13328         Log: Add a version number to Module::Pluggable::Object and
13329              bump the version number of Module::Pluggable
13330      Branch: perl
13331            ! lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
13332 ____________________________________________________________________________
13333 [ 30403] By: craigb                                on 2007/02/26  04:35:18
13334         Log: In perlport, refine description of eight-level directory depth
13335              limitation on older VMS systems and add example of how to tell 
13336              when we're in trouble.
13337      Branch: perl
13338            ! pod/perlport.pod
13339 ____________________________________________________________________________
13340 [ 30402] By: craigb                                on 2007/02/26  01:08:07
13341         Log: Assorted updates to vms/vms.c to fix compiler errors on VAX.
13342      Branch: perl
13343            ! vms/vms.c
13344 ____________________________________________________________________________
13345 [ 30401] By: craigb                                on 2007/02/26  01:06:30
13346         Log: One more longdouble nit for configure.com, following 30217, 30325, and 30329.
13347      Branch: perl
13348            ! configure.com
13349 ____________________________________________________________________________
13350 [ 30400] By: craigb                                on 2007/02/26  00:42:30
13351         Log: Module::Pluggable::Object::search_paths portability update prompted by
13352              VMS test failures.  Patch also submitted to CPAN RT queue at 
13353              <http://rt.cpan.org/Public/Bug/Display.html?id=13607>.
13354      Branch: perl
13355            ! lib/Module/Pluggable/Object.pm
13356            ! lib/Module/Pluggable/t/20dodgy_files.t
13357 ____________________________________________________________________________
13358 [ 30399] By: rgs                                   on 2007/02/25  17:00:26
13359         Log: Subject: [PATCH] sigtrap.pm (handler_traceback): do not clobber $_
13360              From: Alexey Tourbin <at@altlinux.ru>
13361              Date: Sat, 24 Feb 2007 21:24:32 +0300
13362              Message-ID: <20070224182432.GA14446@localhost.localdomain>
13363      Branch: perl
13364            ! lib/sigtrap.pm
13365 ____________________________________________________________________________
13366 [ 30398] By: rgs                                   on 2007/02/25  16:44:52
13367         Log: Subject: [perl #41560] [PATCH] crash in Perl_vmess when GvIOp is null 
13368              From: "Devin Heitmueller" (via RT) <perlbug-followup@perl.org>
13369              Date: Tue, 20 Feb 2007 16:38:20 -0800
13370              Message-ID: <rt-3.6.HEAD-24617-1172018300-131.41560-75-0@perl.org>
13371      Branch: perl
13372            ! util.c
13373 ____________________________________________________________________________
13374 [ 30397] By: rgs                                   on 2007/02/25  16:19:07
13375         Log: Subject: Re: [perl #41513] (parsing?)problem when using a '/' followed by a Switch statement
13376              From: "Wolfgang Laun" <wolfgang.laun@gmail.com>
13377              Date: Sat, 24 Feb 2007 15:08:44 +0100
13378              Message-ID: <17de7ee80702240608n1411ef67xcdd1ffb238742bc1@mail.gmail.com>
13379      Branch: perl
13380            ! lib/Switch.pm
13381 ____________________________________________________________________________
13382 [ 30396] By: rgs                                   on 2007/02/25  15:29:20
13383         Log: - Use the same regexp as in change #30395 to parse subroutine
13384              declarations
13385              - Make SelfLoader strict-compliant
13386              - Constant fold debug code out
13387      Branch: perl
13388            ! lib/SelfLoader.pm
13389 ____________________________________________________________________________
13390 [ 30395] By: rgs                                   on 2007/02/25  15:04:17
13391         Log: Factorize three regexps into one, using new regexp features
13392              (with some help from Yves Orton). (Now the compatibilty of this
13393              module with 5.8.x perls is doomed.)
13394      Branch: perl
13395            ! lib/AutoSplit.pm
13396 ____________________________________________________________________________
13397 [ 30394] By: rgs                                   on 2007/02/25  14:42:11
13398         Log: Don't clobber $_ by using "my $_". Potential bug found by Alexey Tourbin.
13399      Branch: perl
13400            ! lib/AutoSplit.pm
13401 ____________________________________________________________________________
13402 [ 30393] By: craigb                                on 2007/02/25  00:54:14
13403         Log: Add a comment to mg.c to clarify that words like "raise" and
13404              "pending" in the context of Perl's deferred signals bear only
13405              an analogous relationship to the underlying signal mechanism.
13406      Branch: perl
13407            ! mg.c
13408 ____________________________________________________________________________
13409 [ 30392] By: craigb                                on 2007/02/24  21:52:23
13410         Log: Update descriptions of long-running ops and non-deferrable
13411              signals in perlipc.pod.
13412      Branch: perl
13413            ! pod/perlipc.pod
13414 ____________________________________________________________________________
13415 [ 30391] By: rgs                                   on 2007/02/24  15:55:06
13416         Log: Subject: [PATCH] ExtUtils/Constant/Base.pm: use constant folding to eliminated dead code
13417              From: Alexey Tourbin <at@altlinux.ru>
13418              Date: Sat, 24 Feb 2007 15:52:23 +0300
13419              Message-ID: <20070224125223.GA17227@localhost.localdomain>
13420      Branch: perl
13421            ! lib/ExtUtils/Constant/Base.pm
13422 ____________________________________________________________________________
13423 [ 30390] By: rgs                                   on 2007/02/24  15:48:49
13424         Log: Subject: [PATCH] ExtUtils/MM_Unix.pm (fixin): do not clobber $/
13425              From: Alexey Tourbin <at@altlinux.ru>
13426              Date: Sat, 24 Feb 2007 15:38:58 +0300
13427              Message-ID: <20070224123858.GA11434@localhost.localdomain>
13428      Branch: perl
13429            ! lib/ExtUtils/MM_Unix.pm
13430 ____________________________________________________________________________
13431 [ 30389] By: rgs                                   on 2007/02/24  15:42:45
13432         Log: Subject: [PATCH] perlio.c (PerlIO_tmpfile): fix memory leak
13433              From: Alexey Tourbin <at@altlinux.ru>
13434              Date: Sat, 24 Feb 2007 14:47:35 +0300
13435              Message-ID: <20070224114735.GA3454@localhost.localdomain>
13436      Branch: perl
13437            ! perlio.c
13438 ____________________________________________________________________________
13439 [ 30388] By: rgs                                   on 2007/02/24  09:53:56
13440         Log: Add a new test for undef and delete on stash entries that
13441              are bound to subroutines or methods. Based on a test by
13442              Robert 'phaylon' Sedlacek.
13443      Branch: perl
13444            + t/op/symbolcache.t
13445            ! MANIFEST
13446 ____________________________________________________________________________
13447 [ 30387] By: rgs                                   on 2007/02/24  09:29:20
13448         Log: C<keys %+> should not warn. Don't make scan_ident test for
13449              ambiguous unary ops when the following token is a hash identifier.
13450              (like with scalars and arrays)
13451      Branch: perl
13452            ! t/lib/warnings/toke toke.c
13453 ____________________________________________________________________________
13454 [ 30386] By: rgs                                   on 2007/02/24  09:04:10
13455         Log: Indexing and POD fixes
13456      Branch: perl
13457            ! pod/perlop.pod
13458 ____________________________________________________________________________
13459 [ 30385] By: rgs                                   on 2007/02/24  08:51:29
13460         Log: Subject: [PATCH] perlretut.pod, 2nd version
13461              From: Wolfgang Laun <Wolfgang.Laun@thalesgroup.com>
13462              Date: Thu, 22 Feb 2007 09:36:19 +0100
13463              Message-ID: <45DD5603.1040402@thalesgroup.com>
13464      Branch: perl
13465            ! pod/perlretut.pod
13466 ____________________________________________________________________________
13467 [ 30384] By: rgs                                   on 2007/02/24  07:22:05
13468         Log: At least, fix the MakeMaker build_man tests.
13469      Branch: perl
13470            ! lib/ExtUtils/t/build_man.t
13471 ____________________________________________________________________________
13472 [ 30383] By: rgs                                   on 2007/02/23  18:19:32
13473         Log: Subject: [PATCH blead] Re: [perl #41546] perl 5.8.x bug: overloaded 'eq' does not work with 'nomethod'
13474              From: Rick Delaney <rick@bort.ca>
13475              Date: Wed, 21 Feb 2007 16:53:16 -0500
13476              Message-ID: <20070221215316.GF5646@bort.ca>
13477      Branch: perl
13478            ! gv.c lib/overload.t
13479 ____________________________________________________________________________
13480 [ 30382] By: rgs                                   on 2007/02/22  18:29:18
13481         Log: Reinstate tests removed by change #30381, but don't
13482              "use Config" in the test, because that will overwrite
13483              %main::Config with the real Config hash, not the fake
13484              one from MakeMaker.
13485      Branch: perl
13486            ! lib/ExtUtils/t/build_man.t
13487 ____________________________________________________________________________
13488 [ 30381] By: stevep                                on 2007/02/22  18:09:06
13489         Log: Revert changes to lib/ExtUtils/t/build_man.t from change 
13490              #30380.  The changes in that test write to the now
13491              readonly %Config.
13492      Branch: perl
13493            ! lib/ExtUtils/t/build_man.t
13494 ____________________________________________________________________________
13495 [ 30380] By: stevep                                on 2007/02/22  14:36:27
13496         Log: Upgrade to ExtUtils-MakeMaker-6.32.  Included a version
13497              bump to ExtUtils::MakeMaker to 6.32_01 because changes
13498              #29266 and #29583 were missing from the new release.
13499      Branch: perl
13500            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist.pm
13501            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM.pm
13502            ! lib/ExtUtils/MM_AIX.pm lib/ExtUtils/MM_Any.pm
13503            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
13504            ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
13505            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
13506            ! lib/ExtUtils/MM_QNX.pm lib/ExtUtils/MM_UWIN.pm
13507            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
13508            ! lib/ExtUtils/MM_VOS.pm lib/ExtUtils/MM_Win32.pm
13509            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
13510            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Config.pm
13511            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/MakeMaker/bytes.pm
13512            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Mkbootstrap.pm
13513            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/build_man.t
13514            ! lib/ExtUtils/testlib.pm
13515 ____________________________________________________________________________
13516 [ 30379] By: steveh                                on 2007/02/22  09:09:31
13517         Log: Subject: [PATCH] Re: Win32 modules & cygwin
13518              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
13519              Date: Tue, 20 Feb 2007 01:50:18 -0800 (PST)
13520              Message-ID: <1254.67.42.109.122.1171965018.squirrel@67.42.109.122>
13521              
13522              Also includes integration & deletion of win32/ext/Win32API to
13523              ext/Win32API, and addition of copyright message and corrections to
13524              spacing/tabbing as suggested by Jan Dubois.
13525      Branch: perl
13526            + ext/Win32API/File/t/file.t ext/Win32CORE/Makefile.PL
13527            + ext/Win32CORE/Win32CORE.c ext/Win32CORE/Win32CORE.pm
13528            + ext/Win32CORE/t/win32core.t
13529           +> ext/Win32API/File/Changes
13530           +> ext/Win32API/File/ExtUtils/Myconst2perl.pm
13531           +> ext/Win32API/File/File.pm ext/Win32API/File/File.xs
13532           +> ext/Win32API/File/Makefile.PL ext/Win32API/File/README
13533           +> ext/Win32API/File/buffers.h ext/Win32API/File/cFile.h
13534           +> ext/Win32API/File/cFile.pc ext/Win32API/File/const2perl.h
13535           +> ext/Win32API/File/t/tie.t ext/Win32API/File/typemap
13536            - win32/ext/Win32API/File/Changes
13537            - win32/ext/Win32API/File/ExtUtils/Myconst2perl.pm
13538            - win32/ext/Win32API/File/File.pm
13539            - win32/ext/Win32API/File/File.xs
13540            - win32/ext/Win32API/File/Makefile.PL
13541            - win32/ext/Win32API/File/README
13542            - win32/ext/Win32API/File/buffers.h
13543            - win32/ext/Win32API/File/cFile.h
13544            - win32/ext/Win32API/File/cFile.pc
13545            - win32/ext/Win32API/File/const2perl.h
13546            - win32/ext/Win32API/File/t/file.t
13547            - win32/ext/Win32API/File/t/tie.t
13548            - win32/ext/Win32API/File/typemap
13549            ! Configure MANIFEST Porting/Maintainers.pl cygwin/cygwin.c
13550            ! hints/cygwin.sh mkppport.lst win32/FindExt.pm win32/Makefile
13551            ! win32/config_sh.PL win32/makefile.mk win32/win32.c
13552 ____________________________________________________________________________
13553 [ 30378] By: stevep                                on 2007/02/21  17:50:37
13554         Log: Upgrade to CPAN-1.88_77.
13555      Branch: perl
13556            ! lib/CPAN.pm
13557 ____________________________________________________________________________
13558 [ 30376] By: rgs                                   on 2007/02/21  17:33:54
13559         Log: Subject: [PATCH] Re: [PATCH] Test with Errno in autouse.t
13560              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
13561              Date: Wed, 21 Feb 2007 09:27:20 -0800 (PST)
13562              Message-ID: <619324.6794.qm@web30207.mail.mud.yahoo.com>
13563      Branch: perl
13564            ! lib/autouse.t
13565 ____________________________________________________________________________
13566 [ 30375] By: steveh                                on 2007/02/21  13:36:14
13567         Log: Remove unreferenced local variable
13568      Branch: perl
13569            ! ext/threads/threads.pm ext/threads/threads.xs
13570 ____________________________________________________________________________
13571 [ 30374] By: steveh                                on 2007/02/21  08:40:18
13572         Log: Fix Win32 compilation error following #30372
13573      Branch: perl
13574            ! regcomp.c
13575 ____________________________________________________________________________
13576 [ 30373] By: craigb                                on 2007/02/21  01:55:37
13577         Log: Fix VMS exit handling broken in Test::Harness 2.64. Also
13578              submitted as http://rt.cpan.org/Public/Bug/Display.html?id=24985
13579              on CPAN RT queue.
13580      Branch: perl
13581            ! lib/Test/Harness/Results.pm lib/Test/Harness/Straps.pm
13582 ____________________________________________________________________________
13583 [ 30372] By: stevep                                on 2007/02/20  13:24:38
13584         Log: Silence a couple of compile warnings.
13585      Branch: perl
13586            ! regcomp.c regexec.c
13587 ____________________________________________________________________________
13588 [ 30371] By: rgs                                   on 2007/02/20  11:05:15
13589         Log: Some INSTALL nits by Andy Dougherty
13590      Branch: perl
13591            ! INSTALL
13592 ____________________________________________________________________________
13593 [ 30370] By: rgs                                   on 2007/02/20  10:44:44
13594         Log: Skip test when Encode isn't built
13595              (noticed by Jerry D. Hedden)
13596      Branch: perl
13597            ! ext/PerlIO/encoding/t/nolooping.t
13598 ____________________________________________________________________________
13599 [ 30369] By: rgs                                   on 2007/02/20  10:39:52
13600         Log: Subject: [PATCH] Test with Errno in autouse.t
13601              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
13602              Date: Sun, 18 Feb 2007 09:09:23 -0800 (PST)
13603              Message-ID: <834019.44481.qm@web30203.mail.mud.yahoo.com>
13604      Branch: perl
13605            ! lib/autouse.t
13606 ____________________________________________________________________________
13607 [ 30368] By: rgs                                   on 2007/02/20  09:31:59
13608         Log: A few nits to perlfunc/map.
13609      Branch: perl
13610            ! pod/perlfunc.pod
13611 ____________________________________________________________________________
13612 [ 30367] By: stevep                                on 2007/02/20  03:55:21
13613         Log: Subject: [PATCH] regexec.c: S_ stands for static
13614              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
13615              Date: Tue, 20 Feb 2007 03:03:03 +0200 (EET)
13616              Message-Id: <20070220010303.2380A43A67@anubis.hut.fi>
13617      Branch: perl
13618            ! regexec.c
13619 ____________________________________________________________________________
13620 [ 30366] By: stevep                                on 2007/02/20  03:52:37
13621         Log: Subject: [PATCH] dump.c: format fixes
13622              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
13623              Date: Tue, 20 Feb 2007 03:00:50 +0200 (EET)
13624              Message-Id: <20070220010050.CCDAF43A67@anubis.hut.fi>
13625      Branch: perl
13626            ! dump.c
13627 ____________________________________________________________________________
13628 [ 30365] By: nicholas                              on 2007/02/19  23:58:53
13629         Log: Avoid *some* g++ errors. (But not all yet)
13630      Branch: perl
13631            ! sv.c warnings.h warnings.pl
13632 ____________________________________________________________________________
13633 [ 30362] By: stevep                                on 2007/02/19  20:51:10
13634         Log: Subject: [PATCH] blead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVATE needs tweaking
13635              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
13636              Date: Mon, 19 Feb 2007 19:41:07 +0200 (EET)
13637              Message-Id: <20070219174107.63EEB43A67@anubis.hut.fi>
13638              
13639              Plus a regen picked up changes in pod/perlapi.pod related to change
13640              #30347.
13641      Branch: perl
13642            ! opcode.h opcode.pl pod/perlapi.pod sv.c util.c
13643 ____________________________________________________________________________
13644 [ 30361] By: stevep                                on 2007/02/19  19:42:47
13645         Log: Upgrade to CPAN-1.88_76
13646      Branch: perl
13647            ! lib/CPAN.pm
13648 ____________________________________________________________________________
13649 [ 30360] By: stevep                                on 2007/02/19  19:27:27
13650         Log: Subject: [PATCH] integrate bignum 0.19
13651              From: Tels <nospam-abuse@bloodgate.com>
13652              Date: Sat, 3 Feb 2007 13:42:20 +0100
13653              Message-Id: <200702031342.21634@bloodgate.com>
13654      Branch: perl
13655            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
13656            ! lib/bigrat.pm
13657 ____________________________________________________________________________
13658 [ 30359] By: stevep                                on 2007/02/19  19:23:03
13659         Log: Subject: [PATCH] Integrate BigRat 0.17
13660              From: Tels <nospam-abuse@bloodgate.com>
13661              Date: Sat, 3 Feb 2007 13:10:57 +0100
13662              Message-Id: <200702031310.58656@bloodgate.com>
13663      Branch: perl
13664            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
13665 ____________________________________________________________________________
13666 [ 30358] By: stevep                                on 2007/02/19  19:15:15
13667         Log: Subject: [PATCH] integrate Math::BigInt 1.79 and Math::BigInt::FastCalc 0.11
13668              From: Tels <nospam-abuse@bloodgate.com>
13669              Date: Fri, 2 Feb 2007 15:37:36 +0100
13670              Message-Id: <200702021537.38442@bloodgate.com>
13671              
13672              Subject: Re: [PATCH] integrate Math::BigInt 1.79 and Math::BigInt::FastCalc 0.11
13673              From: Tels <nospam-abuse@bloodgate.com>
13674              Date: Tue, 6 Feb 2007 20:18:48 +0100
13675              Message-Id: <200702062019.05487@bloodgate.com>
13676              
13677              Also, a fix for @INC in lib/Math/BigInt/t/calling.t
13678              
13679              Additional tests to perform Pod and Pod coverage testing
13680              were left out based on removal of similar test files previously.
13681      Branch: perl
13682            ! ext/Math/BigInt/FastCalc/FastCalc.pm
13683            ! ext/Math/BigInt/FastCalc/Makefile.PL lib/Math/BigFloat.pm
13684            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
13685            ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbf.t
13686            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
13687            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
13688            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
13689            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/sub_mbf.t
13690            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
13691            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
13692            ! t/lib/Math/BigInt/BareCalc.pm t/lib/Math/BigInt/Scalar.pm
13693            ! t/lib/Math/BigInt/Subclass.pm
13694 ____________________________________________________________________________
13695 [ 30357] By: rgs                                   on 2007/02/19  18:23:51
13696         Log: Revert change #28980 per Jarkko's suggestion
13697              (it was actually breaking g++ builds)
13698      Branch: perl
13699            ! ext/Encode/bin/enc2xs
13700 ____________________________________________________________________________
13701 [ 30352] By: rgs                                   on 2007/02/19  13:41:41
13702         Log: Actually, only changes to regexec.c from #30081 needed to be reverted.
13703      Branch: perl
13704            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm ext/re/re.pm regcomp.c
13705 ____________________________________________________________________________
13706 [ 30351] By: rgs                                   on 2007/02/19  13:08:03
13707         Log: Revert change #30081 at dmq's request, and mark its tests
13708              as TODO. (This should restore compilation with g++)
13709      Branch: perl
13710            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm ext/re/re.pm regcomp.c
13711            ! regexec.c t/op/pat.t
13712 ____________________________________________________________________________
13713 [ 30349] By: rgs                                   on 2007/02/19  10:08:38
13714         Log: Add a cast for C++ compilation
13715      Branch: perl
13716            ! mg.c
13717 ____________________________________________________________________________
13718 [ 30348] By: nicholas                              on 2007/02/18  20:07:39
13719         Log: More efficient to call newSV_type() then SvGROW() instead of newSV()
13720              with a size then sv_upgrade(), as the latter calls sv_upgrade() twice.
13721      Branch: perl
13722            ! perl.c toke.c
13723 ____________________________________________________________________________
13724 [ 30347] By: nicholas                              on 2007/02/18  19:40:43
13725         Log: Add a new API function newSV_type, to replace the idiom:
13726              sv = newSV(0);
13727              sv_upgrade(sv, type);
13728      Branch: perl
13729            ! av.c embed.fnc embed.h global.sym gv.c hv.c mathoms.c op.c
13730            ! pad.c perl.c pp.c pp_ctl.c pp_hot.c proto.h sv.c toke.c
13731 ____________________________________________________________________________
13732 [ 30346] By: nicholas                              on 2007/02/18  18:33:04
13733         Log: Properly handle the differences in hints in the optree with/without
13734              use open; by adding the with-open hints to all the golden results,
13735              and providing a new flag strip_open_hint to checkOptree().
13736      Branch: perl
13737            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
13738            ! ext/B/t/optree_concise.t ext/B/t/optree_constants.t
13739            ! ext/B/t/optree_misc.t ext/B/t/optree_samples.t
13740            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
13741            ! ext/B/t/optree_varinit.t
13742 ____________________________________________________________________________
13743 [ 30345] By: nicholas                              on 2007/02/18  17:56:13
13744         Log: newHV doesn't need to turn off POK or NOK, as they will default to not
13745              being set.
13746      Branch: perl
13747            ! hv.c
13748 ____________________________________________________________________________
13749 [ 30344] By: nicholas                              on 2007/02/18  14:18:01
13750         Log: test.pl should locally increase $Level, rather than setting it to a
13751              hard value, so that callers of like and unlike can present diagnostics
13752              with the line number of their own caller.
13753      Branch: perl
13754            ! t/test.pl
13755 ____________________________________________________________________________
13756 [ 30343] By: craigb                                on 2007/02/18  03:54:46
13757         Log: Make vms/munchconfig.c able to take a list of substitutions from
13758              a file so we don't overflow the command buffer on older systems.
13759      Branch: perl
13760            ! configure.com vms/munchconfig.c
13761 ____________________________________________________________________________
13762 [ 30342] By: craigb                                on 2007/02/17  22:40:51
13763         Log: Make configure.com's manifest checker more robust when handling files with 
13764              multiple dots that also have an underscore in the name (e.g., foo_bar.tar.gz).
13765              Various archive utilities will create that as foo_bar_tar.gz or foo_bar.tar_gz,
13766              at least on ODS-2 volumes.
13767      Branch: perl
13768            ! configure.com
13769 ____________________________________________________________________________
13770 [ 30335] By: nicholas                              on 2007/02/17  14:12:07
13771         Log: Missed an aTHX_ in B's call to Perl_emulate_cop_io.
13772              Missed that global.sym was modified.
13773      Branch: perl
13774            ! ext/B/B.xs global.sym
13775 ____________________________________________________________________________
13776 [ 30334] By: nicholas                              on 2007/02/17  12:39:17
13777         Log: Split the storage of the layers specificied by open.pm into one hint
13778              for input, and one for output, as this better reflects how they are
13779              used. The original "concatenate with \0" plan was really only a
13780              compramise to avoid needing to increase every COP by 2 pointers.
13781      Branch: perl
13782            ! embed.fnc embed.h ext/B/B.xs ext/B/B/Concise.pm
13783            ! ext/B/t/OptreeCheck.pm mg.c perl.h perlio.c proto.h
13784 ____________________________________________________________________________
13785 [ 30333] By: nicholas                              on 2007/02/16  23:54:33
13786         Log: Move all the cut&paste open TODO logic into OptreeCheck.pm, where it
13787              should have been in the first place. Apply strict and warnings to
13788              OptreeCheck.pm, and remove dead code they show up.
13789      Branch: perl
13790            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
13791            ! ext/B/t/optree_concise.t ext/B/t/optree_constants.t
13792            ! ext/B/t/optree_misc.t ext/B/t/optree_samples.t
13793            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
13794            ! ext/B/t/optree_varinit.t
13795 ____________________________________________________________________________
13796 [ 30332] By: stevep                                on 2007/02/16  20:19:16
13797         Log: Subject: [perl #41521] Fix for IO::Socket send method
13798              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
13799              Date: Fri, 16 Feb 2007 11:26:45 -0800
13800              Message-ID: <rt-3.6.HEAD-24617-1171654005-819.41521-75-0@perl.org>
13801      Branch: perl
13802            ! ext/IO/lib/IO/Socket.pm
13803 ____________________________________________________________________________
13804 [ 30331] By: steveh                                on 2007/02/16  18:14:58
13805         Log: Fix Win32 build after unusual breakage caused by #30327
13806              (Boy, did that take some tracking down!)
13807      Branch: perl
13808            ! win32/config_h.PL
13809 ____________________________________________________________________________
13810 [ 30330] By: rgs                                   on 2007/02/16  15:38:39
13811         Log: Update Changes
13812      Branch: perl
13813            ! Changes
13814 ____________________________________________________________________________
13815 [ 30329] By: craigb                                on 2007/02/16  14:41:18
13816         Log: In configure.com, put the "use" back in useieee (typo in #30325)
13817      Branch: perl
13818            ! configure.com
13819 ____________________________________________________________________________
13820 [ 30327] By: rgs                                   on 2007/02/16  10:30:57
13821         Log: Avoid to run config_h.SH twice during configuration.
13822      Branch: perl
13823            ! cflags.SH config_h.SH
13824 ____________________________________________________________________________
13825 [ 30325] By: craigb                                on 2007/02/16  00:43:07
13826         Log: In configure.com, further disambiguate -Duselongdouble and its 
13827              prerequisites from other 64-bit options.
13828      Branch: perl
13829            ! configure.com
13830 ____________________________________________________________________________
13831 [ 30317] By: rgs                                   on 2007/02/15  14:16:56
13832         Log: Hakim Cassimally is the new maintainer of the Perldoc modules
13833      Branch: perl
13834            ! Porting/Maintainers.pl
13835 ____________________________________________________________________________
13836 [ 30315] By: rgs                                   on 2007/02/15  13:10:31
13837         Log: Subject: Re: Patch for Deep recursion in B::Deparse
13838              From: Ash Berlin <ash_cpan@firemirror.com>
13839              Date: Thu, 15 Feb 2007 10:47:15 +0000
13840              Message-ID: <45D43A33.6070101@firemirror.com>
13841      Branch: perl
13842            ! ext/B/B/Deparse.pm
13843 ____________________________________________________________________________
13844 [ 30313] By: rgs                                   on 2007/02/15  12:39:46
13845         Log: Subject: Re: [perl #41491] Incorrect regexp warning.
13846              From: demerphq <demerphq@gmail.com>
13847              Date: Thu, 15 Feb 2007 12:07:40 +0100
13848              Message-ID: <9b18b3110702150307t21b5efd2jfdeebccdff9175b1@mail.gmail.com>
13849      Branch: perl
13850            ! regcomp.c
13851 ____________________________________________________________________________
13852 [ 30310] By: rgs                                   on 2007/02/15  09:34:01
13853         Log: Subject: [PATCH] Use newer 'threads' constructs
13854              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
13855              Date: Mon, 12 Feb 2007 12:04:33 -0800 (PST)
13856              Message-ID: <844555.64815.qm@web30202.mail.mud.yahoo.com>
13857      Branch: perl
13858            ! ext/XS/APItest/t/my_cxt.t ext/threads/shared/t/blessed.t
13859            ! ext/threads/shared/t/cond.t ext/threads/shared/t/hv_refs.t
13860            ! ext/threads/threads.xs lib/Thread/Queue.t lib/perl5db.pl
13861            ! pod/perlapi.pod pod/perlxs.pod sv.c t/op/threads.t
13862 ____________________________________________________________________________
13863 [ 30298] By: nicholas                              on 2007/02/14  20:59:02
13864         Log: There's no need to special case SVt_NULL in the print code, as it's
13865              only 0.01% of the cases called, and the call to SvPV_const() will
13866              issue the same warning and return the same empty string result for us.
13867              Unfortunately changing the switch statement to an if results in lots of
13868              whitespace changes, hence this change appears much larger than it is.
13869      Branch: perl
13870            ! doio.c
13871 ____________________________________________________________________________
13872 [ 30293] By: rgs                                   on 2007/02/14  17:29:53
13873         Log: Allow to override MAX_RECURSE_EVAL_NOCHANGE_DEPTH,
13874              introduced in change 28939 (this should be documented)
13875      Branch: perl
13876            ! regexp.h
13877 ____________________________________________________________________________
13878 [ 30280] By: mhx                                   on 2007/02/14  13:23:50
13879         Log: Upgrade to Devel::PPPort 3.11
13880      Branch: perl
13881            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
13882            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort_pm.PL
13883            ! ext/Devel/PPPort/PPPort_xs.PL ext/Devel/PPPort/README
13884            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
13885            ! ext/Devel/PPPort/mktests.PL ext/Devel/PPPort/module2.c
13886            ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/parts/apicheck.pl
13887            ! ext/Devel/PPPort/parts/inc/MY_CXT
13888            ! ext/Devel/PPPort/parts/inc/SvPV
13889            ! ext/Devel/PPPort/parts/inc/SvREFCNT
13890            ! ext/Devel/PPPort/parts/inc/Sv_set
13891            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
13892            ! ext/Devel/PPPort/parts/inc/exception
13893            ! ext/Devel/PPPort/parts/inc/format
13894            ! ext/Devel/PPPort/parts/inc/grok
13895            ! ext/Devel/PPPort/parts/inc/limits
13896            ! ext/Devel/PPPort/parts/inc/mPUSH
13897            ! ext/Devel/PPPort/parts/inc/magic
13898            ! ext/Devel/PPPort/parts/inc/memory
13899            ! ext/Devel/PPPort/parts/inc/misc
13900            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
13901            ! ext/Devel/PPPort/parts/inc/newRV
13902            ! ext/Devel/PPPort/parts/inc/podtest
13903            ! ext/Devel/PPPort/parts/inc/ppphbin
13904            ! ext/Devel/PPPort/parts/inc/ppphdoc
13905            ! ext/Devel/PPPort/parts/inc/ppphtest
13906            ! ext/Devel/PPPort/parts/inc/pvs
13907            ! ext/Devel/PPPort/parts/inc/snprintf
13908            ! ext/Devel/PPPort/parts/inc/strlfuncs
13909            ! ext/Devel/PPPort/parts/inc/sv_xpvf
13910            ! ext/Devel/PPPort/parts/inc/threads
13911            ! ext/Devel/PPPort/parts/inc/uv
13912            ! ext/Devel/PPPort/parts/inc/variables
13913            ! ext/Devel/PPPort/parts/inc/version
13914            ! ext/Devel/PPPort/parts/inc/warn
13915            ! ext/Devel/PPPort/parts/ppptools.pl ext/Devel/PPPort/soak
13916            ! ext/Devel/PPPort/typemap
13917 ____________________________________________________________________________
13918 [ 30278] By: merijn                                on 2007/02/14  07:54:59
13919         Log: Subject: Re: [PATCH] Document that m//k works
13920              From: demerphq <demerphq@gmail.com>
13921              Date: Tue, 13 Feb 2007 22:04:54 +0100
13922              Message-ID: <9b18b3110702131304q370f3530j463c1a59c5ac1dfe@mail.gmail.com>
13923      Branch: perl
13924            + t/op/regexp_pmod.t
13925            - t/op/regexp_kmod.t
13926            ! MANIFEST ext/re/t/re_funcs.t pod/perlop.pod pod/perlre.pod
13927            ! pod/perlvar.pod regexp.h
13928 ____________________________________________________________________________
13929 [ 30277] By: nicholas                              on 2007/02/14  00:04:54
13930         Log: Change 30276 wasn't meant do mess with t/lib/common.pl. Oops.
13931              Undo the mistake.
13932      Branch: perl
13933            ! t/lib/common.pl
13934 ____________________________________________________________________________
13935 [ 30268] By: nicholas                              on 2007/02/13  20:11:53
13936         Log: Invoke minitrue to ensure that my spelling had always been correct.
13937              [We] thank Big Brother for raising the chocolate ration to twenty
13938              grammes a week.
13939      Branch: perl
13940            ! Changes
13941 ____________________________________________________________________________
13942 [ 30267] By: merijn                                on 2007/02/13  20:11:08
13943         Log: Subject: Re: Segmentation fault at undeclared for loop variable
13944              From: Robin Houston <robin@cpan.org>
13945              Date: Tue, 13 Feb 2007 16:50:08 +0000
13946              Message-Id: <C8B8E41C-C6FE-4822-918B-C62C916194DF@cpan.org>
13947      Branch: perl
13948            ! op.c
13949 ____________________________________________________________________________
13950 [ 30265] By: merijn                                on 2007/02/13  19:43:15
13951         Log: Subject: [PATCH] add hooks for capture buffers into regex engine.
13952              From: demerphq <demerphq@gmail.com>
13953              Date: Tue, 13 Feb 2007 20:27:33 +0100
13954              Message-ID: <9b18b3110702131127q79cc6df1lb1480d9a40d15213@mail.gmail.com>
13955      Branch: perl
13956            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h mg.c perl.h
13957            ! proto.h regcomp.c regcomp.h regexp.h
13958 ____________________________________________________________________________
13959 [ 30264] By: merijn                                on 2007/02/13  19:36:56
13960         Log: Subject: Re: [perl #41491] Incorrect regexp warning.
13961              From: demerphq <demerphq@gmail.com>
13962              Date: Tue, 13 Feb 2007 19:09:17 +0100
13963              Message-ID: <9b18b3110702131009l6a0867a3m8317c9d62328f834@mail.gmail.com>
13964      Branch: perl
13965            ! regcomp.c
13966 ____________________________________________________________________________
13967 [ 30258] By: steveh                                on 2007/02/13  16:02:42
13968         Log: Vadim did the static build change
13969      Branch: perl
13970            ! pod/perl595delta.pod
13971 ____________________________________________________________________________
13972 [ 30257] By: rgs                                   on 2007/02/13  15:30:12
13973         Log: A few more details in perldelta
13974      Branch: perl
13975            ! pod/perl595delta.pod
13976 ____________________________________________________________________________
13977 [ 30256] By: stevep                                on 2007/02/13  15:23:00
13978         Log: Upgrade to CPAN-1.88_72
13979      Branch: perl
13980            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
13981            ! lib/CPAN/Queue.pm lib/CPAN/Tarzip.pm
13982 ____________________________________________________________________________
13983 [ 30255] By: nicholas                              on 2007/02/13  14:22:32
13984         Log: Change 26487 left some debugging code in, and through the wonders of
13985              autovivification, that code actually introduced a bug, most easily
13986              visible for the for the non-5.9.x case.
13987      Branch: perl
13988            ! ext/B/t/optree_constants.t lib/constant.pm
13989 ____________________________________________________________________________
13990 [ 30254] By: stevep                                on 2007/02/13  03:19:05
13991         Log: Subject: [PATCH] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.70.tar.gz
13992              From: John Peacock <jpeacock@rowman.com>
13993              Date: Mon, 12 Feb 2007 21:51:23 -0500
13994              Message-ID: <45D127AB.3050904@rowman.com>
13995      Branch: perl
13996            ! lib/version.pm lib/version.pod lib/version.t util.c
13997 ____________________________________________________________________________
13998 [ 30240] By: nicholas                              on 2007/02/12  20:29:43
13999         Log: Integrate:
14000              [ 29832]
14001              Avoid a SEGV in DBI's test suite, discovered by Andreas.
14002              Probably need to go through and audit to see if there are analagous
14003              places that need tweaking.
14004      Branch: perl
14005           !> perl.c
14006 ____________________________________________________________________________
14007 [ 30236] By: merijn                                on 2007/02/12  18:33:45
14008         Log: Subject: Re: [perl #41492] Incorrect match with /(?(DEFINE)(?<A> (?&B)+)(?<B> a))/
14009              From: demerphq <demerphq@gmail.com>
14010              Date: Mon, 12 Feb 2007 19:15:33 +0100
14011              Message-ID: <9b18b3110702121015o1c84ff6hfd69cfa645fae0bf@mail.gmail.com>
14012      Branch: perl
14013            ! regexec.c t/op/re_tests
14014 ____________________________________________________________________________
14015 [ 30235] By: nicholas                              on 2007/02/12  18:25:07
14016         Log: Integrate:
14017              [ 24458]
14018              Fix from Steve Peters
14019              
14020              [ 24464]
14021              Subject: RE: 5.8.7-tobe fails to compile on AIX 4.3.3
14022              From: "Jan Dubois" <jand@ActiveState.com>
14023              Message-Id: <200505131921.j4DJLgG5007986@smtp3.ActiveState.com>
14024              Date: Fri, 13 May 2005 12:21:40 -0700
14025              
14026              
14027              and then regenerate reentr.h, with the , no longer inside
14028              REENTR_MEMZERO(). This keeps macros looking like functions.
14029      Branch: perl
14030            ! reentr.h
14031           !> reentr.pl
14032 ____________________________________________________________________________
14033 [ 30234] By: merijn                                on 2007/02/12  17:46:46
14034         Log: Subject: Re: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.
14035              From: Paul Johnson <paul@pjcj.net>
14036              Date: Sat, 10 Feb 2007 23:10:31 +0100
14037              Message-ID: <20070210221031.GB31280@pjcj.net>
14038      Branch: perl
14039            ! README.hpux pod/perlre.pod
14040 ____________________________________________________________________________
14041 [ 30233] By: rgs                                   on 2007/02/12  17:00:09
14042         Log: Skip this test if "use open" fails due to an unknown encoding
14043      Branch: perl
14044            ! ext/PerlIO/encoding/t/nolooping.t
14045 ____________________________________________________________________________
14046 [ 30229] By: rgs                                   on 2007/02/12  15:31:56
14047         Log: Un-TODO tests avec change #30228
14048      Branch: perl
14049            ! t/comp/parser.t
14050 ____________________________________________________________________________
14051 [ 30228] By: rgs                                   on 2007/02/12  15:27:31
14052         Log: Subject: Re: PL_copline inconsistency
14053              From: Rick Delaney <rick@bort.ca>
14054              Date: Sat, 27 Jan 2007 20:29:02 -0500
14055              Message-ID: <20070128012902.GA21572@bort.ca>
14056      Branch: perl
14057            ! toke.c
14058 ____________________________________________________________________________
14059 [ 30221] By: nicholas                              on 2007/02/12  10:52:28
14060         Log: Note why storing a reference as an integer in %^H is not threadsafe.
14061      Branch: perl
14062            ! pod/perlpragma.pod
14063 ____________________________________________________________________________
14064 [ 30220] By: rgs                                   on 2007/02/12  09:05:38
14065         Log: Document that m//k works, by Ã†var Arnfjörð Bjarmason
14066      Branch: perl
14067            ! pod/perlop.pod
14068 ____________________________________________________________________________
14069 [ 30219] By: steveh                                on 2007/02/12  09:04:41
14070         Log: Apply #30197 to win32/makefile.mk too
14071      Branch: perl
14072            ! win32/makefile.mk
14073 ____________________________________________________________________________
14074 [ 30218] By: rgs                                   on 2007/02/12  09:01:30
14075         Log: FAQ sync
14076      Branch: perl
14077            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
14078            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
14079            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
14080 ____________________________________________________________________________
14081 [ 30217] By: craigb                                on 2007/02/11  23:52:35
14082         Log: Check for the presence of signbit() on VMS. It currently only works
14083              on IEEE double, not IEEE long double or any other floating point format.
14084              Also, begin to disentangle -Duselongdouble configuration support from
14085              its other 64-bit brethren.
14086      Branch: perl
14087            ! configure.com
14088 ____________________________________________________________________________
14089 [ 30216] By: craigb                                on 2007/02/11  23:48:46
14090         Log: In vms/vms.c's declaration of the LIB$INITIALIZE psect, try to get
14091              all of the attributes we need without any of the ones we don't, and
14092              try to be friendly to older compilers without too much damage to 
14093              readability.  Thanks to Saku Setala for the problem report.
14094      Branch: perl
14095            ! vms/vms.c
14096 ____________________________________________________________________________
14097 [ 30215] By: rgs                                   on 2007/02/11  17:29:04
14098         Log: Another tiny typo in File::Copy (found by Ruud.)
14099      Branch: perl
14100            ! lib/File/Copy.pm
14101 ____________________________________________________________________________
14102 [ 30214] By: rgs                                   on 2007/02/11  17:23:51
14103         Log: Explicitly load PerlIO::encoding when testing it.
14104              (so we know what we're testing)
14105      Branch: perl
14106            ! ext/PerlIO/encoding/t/nolooping.t
14107 ____________________________________________________________________________
14108 [ 30213] By: rgs                                   on 2007/02/11  17:13:44
14109         Log: Subject: Re: [perl #41442] segfault (dead loop) with Encoding, use open :locale, print STDERR
14110              From: Slaven Rezic <slaven@rezic.de>
14111              Date: 05 Feb 2007 23:04:07 +0100
14112              Message-ID: <87veiggt2g.fsf@biokovo.herceg.de>
14113      Branch: perl
14114            + ext/PerlIO/encoding/t/nolooping.t
14115            ! MANIFEST ext/PerlIO/encoding/encoding.pm
14116            ! ext/PerlIO/encoding/encoding.xs
14117 ____________________________________________________________________________
14118 [ 30212] By: rgs                                   on 2007/02/11  16:26:47
14119         Log: Convert new test to using t/test.pl.
14120              (No idea where it could fit better. And since it uses the stack,
14121              it's a bit fragile)
14122      Branch: perl
14123            ! t/op/qrstack.t
14124 ____________________________________________________________________________
14125 [ 30211] By: rgs                                   on 2007/02/11  16:20:15
14126         Log: Subject: [perl #41484] qr// stack bug 
14127              From: knew-p5p@pimb.org (via RT) <perlbug-followup@perl.org>
14128              Date: Sat, 10 Feb 2007 19:32:17 -0800
14129              Message-ID: <rt-3.6.HEAD-14573-1171164736-117.41484-75-0@perl.org>
14130      Branch: perl
14131            + t/op/qrstack.t
14132            ! MANIFEST pp_hot.c
14133 ____________________________________________________________________________
14134 [ 30200] By: merijn                                on 2007/02/10  20:41:31
14135         Log: Subject: Re: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.
14136              From: demerphq <demerphq@gmail.com>
14137              Date: Sat, 10 Feb 2007 21:31:55 +0100
14138              Message-ID: <9b18b3110702101231j5e91cc20g780a8c581af02dd5@mail.gmail.com>
14139      Branch: perl
14140            ! regcomp.c t/op/pat.t
14141 ____________________________________________________________________________
14142 [ 30197] By: nicholas                              on 2007/02/10  19:35:09
14143         Log: Subject: [PATCH] Defend against cmd.exe stupidity (on Win2k at least)
14144              From: demerphq <demerphq@gmail.com>
14145              Message-ID: <9b18b3110702101100n76f65136ke65113bf0dbd01f@mail.gmail.com>
14146              Date: Sat, 10 Feb 2007 20:00:10 +0100
14147      Branch: perl
14148            ! win32/Makefile
14149 ____________________________________________________________________________
14150 [ 30195] By: nicholas                              on 2007/02/10  18:51:31
14151         Log: These casts to GV are no longer needed.
14152      Branch: perl
14153            ! pp.c
14154 ____________________________________________________________________________
14155 [ 30192] By: merijn                                on 2007/02/10  17:22:04
14156         Log: Subject: [PATCH] signbit detection (was [perl #39875] -0.0 loses signedness upon numeric comparison)
14157              From: Andy Dougherty <doughera@lafayette.edu>
14158              Date: Fri, 9 Feb 2007 11:40:51 -0500 (EST)
14159              Message-ID: <Pine.LNX.4.62.0702091121400.10202@fractal.phys.lafayette.edu>
14160      Branch: perl
14161            ! Configure Porting/Glossary config_h.SH embed.fnc embed.h
14162            ! global.sym numeric.c perl.h pod/perlapi.pod proto.h
14163 ____________________________________________________________________________
14164 [ 30188] By: nicholas                              on 2007/02/09  23:36:46
14165         Log: Fix Pod errors.
14166      Branch: perl
14167            ! README.mpeix gv.c pod/perl595delta.pod pod/perlapi.pod
14168 ____________________________________________________________________________
14169 [ 30184] By: merijn                                on 2007/02/09  20:06:44
14170         Log: Subject: Re: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.
14171              From: demerphq <demerphq@gmail.com>
14172              Date: Fri, 9 Feb 2007 20:40:17 +0100
14173              Message-ID: <9b18b3110702091140k12d60712uf9fffbf77141247c@mail.gmail.com>
14174      Branch: perl
14175            ! regcomp.c
14176 ____________________________________________________________________________
14177 [ 30183] By: nicholas                              on 2007/02/09  19:39:45
14178         Log: Unknown formatting code U<> spotted by Jesse - presumably it should be
14179              L<>
14180      Branch: perl
14181            ! pod/perlfaq1.pod
14182 ____________________________________________________________________________
14183 [ 30178] By: nicholas                              on 2007/02/09  12:20:49
14184         Log: Update the lists of files that makerel needs to process. Remove the
14185              "used only once" warning.
14186      Branch: perl
14187            ! Porting/makerel
14188 ____________________________________________________________________________
14189 [ 30177] By: craigb                                on 2007/02/08  18:42:44
14190         Log: Switch from Carp to plain old warn in vms/ext/XSSymSet.pm
14191              because Carp now in some cases depends on things that may not
14192              be available from miniperl or before extensions are built.
14193      Branch: perl
14194            ! vms/ext/XSSymSet.pm
14195 ____________________________________________________________________________
14196 [ 30172] By: rgs                                   on 2007/02/08  14:14:25
14197         Log: Typo fix, by John P. Linderman
14198      Branch: perl
14199            ! lib/File/Copy.pm
14200 ____________________________________________________________________________
14201 [ 30171] By: nicholas                              on 2007/02/08  13:46:31
14202         Log: Subject: [PATCH] Re: Change 29193 is a regression
14203              From: Rick Delaney <rick@bort.ca>
14204              Date: Thu, 8 Feb 2007 08:21:37 -0500
14205              Message-ID: <20070208132137.GA24202@bort.ca>
14206      Branch: perl
14207            ! pp_ctl.c t/op/taint.t
14208 ____________________________________________________________________________
14209 [ 30170] By: rgs                                   on 2007/02/08  10:16:14
14210         Log: Remove dead code that was emitting warnings.
14211      Branch: perl
14212            ! regcomp.c
14213 ____________________________________________________________________________
14214 [ 30169] By: merijn                                on 2007/02/08  08:19:24
14215         Log: Subject: Re: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.
14216              From: demerphq <demerphq@gmail.com>
14217              Date: Wed, 7 Feb 2007 22:53:25 +0100
14218              Message-ID: <9b18b3110702071353l250d8a67x188c4e234e8905c7@mail.gmail.com>
14219      Branch: perl
14220            ! pod/perlre.pod regcomp.c t/op/re_tests
14221 ____________________________________________________________________________
14222 [ 30168] By: nicholas                              on 2007/02/07  23:54:53
14223         Log: opening $0 doesn't work if you change directory. So use test.pl
14224      Branch: perl
14225            ! t/op/taint.t
14226 ____________________________________________________________________________
14227 [ 30167] By: nicholas                              on 2007/02/07  23:49:44
14228         Log: TODO tests for eval of tainted scalars. (change 29193's regression)
14229      Branch: perl
14230            ! t/op/taint.t
14231 ____________________________________________________________________________
14232 [ 30157] By: stevep                                on 2007/02/07  14:56:05
14233         Log: Upgrade to Time-HiRes-1.9705
14234      Branch: perl
14235            + ext/Time/HiRes/hints/linux.pl
14236            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
14237            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
14238            ! ext/Time/HiRes/t/HiRes.t
14239 ____________________________________________________________________________
14240 [ 30156] By: rgs                                   on 2007/02/07  13:58:10
14241         Log: Subject: [PATCH] Fix to Dynaloader.t for missing modules
14242              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
14243              Date: Wed, 7 Feb 2007 05:18:43 -0800 (PST)
14244              Message-ID: <618512.39885.qm@web30212.mail.mud.yahoo.com>
14245      Branch: perl
14246            ! ext/DynaLoader/t/DynaLoader.t
14247 ____________________________________________________________________________
14248 [ 30155] By: rgs                                   on 2007/02/07  12:27:58
14249         Log: Subject: [PATCH hints/linux.sh] libdb may require pthread
14250              From: Jonathan Stowe <jns@gellyfish.com>
14251              Date: Wed, 07 Feb 2007 11:56:17 +0000
14252              Message-Id: <1170849377.13207.14.camel@coriolanus.gellyfish.com>
14253      Branch: perl
14254            ! hints/linux.sh
14255 ____________________________________________________________________________
14256 [ 30153] By: rgs                                   on 2007/02/07  09:04:56
14257         Log: Wrap the SvTYPE macro definition in parens.
14258      Branch: perl
14259            ! sv.h
14260 ____________________________________________________________________________
14261 [ 30152] By: rgs                                   on 2007/02/06  22:37:34
14262         Log: Upgrade to threads.pm 1.59 (doc tweaks)
14263      Branch: perl
14264            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
14265            ! ext/threads/t/thread.t ext/threads/threads.pm
14266 ____________________________________________________________________________
14267 [ 30151] By: rgs                                   on 2007/02/06  22:35:29
14268         Log: Upgrade to threads::shared 1.07 (doc tweaks)
14269      Branch: perl
14270            ! ext/threads/shared/Changes ext/threads/shared/README
14271            ! ext/threads/shared/shared.pm
14272 ____________________________________________________________________________
14273 [ 30150] By: rgs                                   on 2007/02/06  22:33:23
14274         Log: Subject: [PATCH] perlop.pod - proposal to add an explanation of \c
14275              From: "Wolfgang Laun" <wolfgang.laun@gmail.com>
14276              Date: Sat, 3 Feb 2007 16:23:48 +0100
14277              Message-ID: <17de7ee80702030723m4265bbfkc83644d55a24aa0@mail.gmail.com>
14278      Branch: perl
14279            ! pod/perlop.pod
14280 ____________________________________________________________________________
14281 [ 30149] By: rgs                                   on 2007/02/06  22:29:45
14282         Log: Avoid obscure failures when a regexp hasn't matched
14283      Branch: perl
14284            ! t/op/bless.t
14285 ____________________________________________________________________________
14286 [ 30148] By: rgs                                   on 2007/02/06  21:54:12
14287         Log: Subject: [PATCH] current status on Unicode Regular Expressions
14288              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14289              Date: Sat, 03 Feb 2007 17:01:52 +0900
14290              Message-Id: <20070203170135.3B43.BQW10602@nifty.com>
14291      Branch: perl
14292            ! lib/unicore/mktables pod/perlunicode.pod t/op/pat.t
14293 ____________________________________________________________________________
14294 [ 30147] By: rgs                                   on 2007/02/06  21:48:59
14295         Log: Subject: [PATCH] fix 2 environment handling bugs
14296              From: Jan Dubois <jand@ActiveState.com>
14297              Date: Mon, 05 Feb 2007 21:45:36 -0800
14298              Message-ID: <p81gs2pggh04cngqjam0ejite7ksamiprt@4ax.com>
14299      Branch: perl
14300            ! perl.c
14301 ____________________________________________________________________________
14302 [ 30146] By: stevep                                on 2007/02/06  21:43:13
14303         Log: Upgrade to ExtUtils-Command-1.13
14304      Branch: perl
14305            ! lib/ExtUtils/Command.pm
14306 ____________________________________________________________________________
14307 [ 30144] By: stevep                                on 2007/02/06  17:29:09
14308         Log: Upgrade to libnet-1.20.  Includes some additional version bumps where bleadperl
14309              differs from the CPAN version (Net::FTP and Net::NNTP).
14310      Branch: perl
14311            ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
14312            ! lib/Net/FTP/A.pm lib/Net/NNTP.pm lib/Net/POP3.pm
14313            ! lib/Net/SMTP.pm
14314 ____________________________________________________________________________
14315 [ 30143] By: stevep                                on 2007/02/06  16:42:50
14316         Log: Upgrade to Module-Pluggable-3.5
14317      Branch: perl
14318            ! lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
14319 ____________________________________________________________________________
14320 [ 30142] By: nicholas                              on 2007/02/05  23:52:23
14321         Log: Make a dummy OPpPAD_STATE and a dummy PL_unitcheck_save available to
14322              pre 5.9.x.
14323      Branch: perl
14324            ! ext/B/B.xs ext/B/defsubs_h.PL
14325 ____________________________________________________________________________
14326 [ 30136] By: nicholas                              on 2007/02/05  18:53:18
14327         Log: t/lib/common.pl can be warnings clean.
14328      Branch: perl
14329            ! t/lib/common.pl
14330 ____________________________________________________________________________
14331 [ 30134] By: nicholas                              on 2007/02/05  18:35:47
14332         Log: Upgrade to ExtUtils-ParseXS-2.18
14333      Branch: perl
14334            ! lib/ExtUtils/ParseXS.pm
14335 ____________________________________________________________________________
14336 [ 30129] By: rgs                                   on 2007/02/05  15:35:56
14337         Log: Subject: [PATCH] cygwin: disable effect of -ansi -std=c89 on system include 
14338              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
14339              Date: Mon, 5 Feb 2007 03:32:59 -0800 (PST)
14340              Message-ID: <1344.63.226.247.186.1170675179.squirrel@63.226.247.186>
14341      Branch: perl
14342            ! hints/cygwin.sh
14343 ____________________________________________________________________________
14344 [ 30128] By: rgs                                   on 2007/02/05  12:24:24
14345         Log: Upgrade to DB_File 1.815
14346      Branch: perl
14347            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14348            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
14349 ____________________________________________________________________________
14350 [ 30126] By: rgs                                   on 2007/02/05  11:29:08
14351         Log: Subject: [PATCH] minor improvements for perlre.pod
14352              From: "Wolfgang Laun" <wolfgang.laun@gmail.com>
14353              Date: Sun, 4 Feb 2007 16:26:14 +0100
14354              Message-ID: <17de7ee80702040726v23f54266g3c352d353a30c430@mail.gmail.com>
14355      Branch: perl
14356            ! pod/perlre.pod
14357 ____________________________________________________________________________
14358 [ 30125] By: rgs                                   on 2007/02/05  10:05:10
14359         Log: Quote fix by Jarkko
14360      Branch: perl
14361            ! cflags.SH
14362 ____________________________________________________________________________
14363 [ 30124] By: nicholas                              on 2007/02/05  00:13:08
14364         Log: Use the new conditional TODOs to mark as TODO the warning tests
14365              failing due to HEKs leaked by OPs for unthreaded perls tested with
14366              a UTF-8 locale.
14367      Branch: perl
14368            ! lib/warnings.t t/lib/warnings/7fatal
14369 ____________________________________________________________________________
14370 [ 30123] By: nicholas                              on 2007/02/05  00:12:25
14371         Log: Enhance t/lib/common.pl to provide conditional TODOs using eval'd code.
14372      Branch: perl
14373            ! t/lib/common.pl
14374 ____________________________________________________________________________
14375 [ 30120] By: craigb                                on 2007/02/04  20:43:46
14376         Log: In vms/gen_shrfls.pl, consider EXTERN_C declarations as function
14377              candidates, not global variable candidates.  Currently only needed
14378              for PerlIO_teardown.
14379      Branch: perl
14380            ! vms/gen_shrfls.pl
14381 ____________________________________________________________________________
14382 [ 30119] By: nicholas                              on 2007/02/04  20:32:13
14383         Log: Change 23753 wasn't quite a perfect refactoring, as it omitted calling
14384              PERL_SET_THX(my_perl); when !PL_curinterp for non-ithreads.
14385              However, this would not have made a difference for any configuration
14386              buildable from the blead source alone.
14387      Branch: perl
14388            ! perl.c
14389 ____________________________________________________________________________
14390 [ 30114] By: nicholas                              on 2007/02/04  18:38:59
14391         Log: Currently Changes is in ISO-8859-1, not UTF-8, so correct change 28226
14392              which had an e accute in UTF-8.
14393      Branch: perl
14394            ! Changes
14395 ____________________________________________________________________________
14396 [ 30111] By: craigb                                on 2007/02/03  23:53:06
14397         Log: Install overload.h on VMS, plus more case fix-ups in descrip_mms.template.
14398      Branch: perl
14399            ! vms/descrip_mms.template
14400 ____________________________________________________________________________
14401 [ 30108] By: craigb                                on 2007/02/03  18:52:02
14402         Log: Install parser.h on VMS, plus fix some case typos in descrip_mms.template.
14403      Branch: perl
14404            ! vms/descrip_mms.template
14405 ____________________________________________________________________________
14406 [ 30105] By: nicholas                              on 2007/02/03  15:23:52
14407         Log: Purge all references to 5005 threads variables in the code.
14408              (Retain the aides memoire in makedef.pl)
14409      Branch: perl
14410            ! Porting/findvars gv.c hv.c op.c perl.c pp_ctl.c sv.c
14411 ____________________________________________________________________________
14412 [ 30104] By: stevep                                on 2007/02/03  06:25:11
14413         Log: Subject: Re: prerelease checklist for Perl 5.10
14414              From: demerphq <demerphq@gmail.com>
14415              Date: Thu, 1 Feb 2007 17:06:37 +0100
14416              Message-ID: <9b18b3110702010806n7e095317v77f5dc1eb765f8d@mail.gmail.com>
14417              
14418              Subject: Re: prerelease checklist for Perl 5.10
14419              From: demerphq <demerphq@gmail.com>
14420              Date: Fri, 2 Feb 2007 18:10:14 +0100
14421              Message-ID: <9b18b3110702020910l31c7784fi5e37bf777b6eafb3@mail.gmail.com>
14422              
14423              Regular expression changes to fix failing tests in XML::Twig and
14424              Mail::SpamAssassin.  The breakages occured in changes #28785 and
14425              #29279.
14426      Branch: perl
14427            ! embed.fnc embed.h proto.h regexec.c regexp.h t/op/re_tests
14428 ____________________________________________________________________________
14429 [ 30103] By: nicholas                              on 2007/02/02  23:35:22
14430         Log: Subject: Re: [perl #41421] glob() produces spurious results with brackets in braces
14431              From: Slaven Rezic <slaven@rezic.de>
14432              Message-ID: <87r6t81acj.fsf@biokovo.herceg.de>
14433              Date: 02 Feb 2007 23:08:28 +0100
14434      Branch: perl
14435            ! ext/File/Glob/bsd_glob.c ext/File/Glob/t/basic.t
14436 ____________________________________________________________________________
14437 [ 30101] By: nicholas                              on 2007/02/02  22:10:39
14438         Log: A few more places where we know the length for sv_setpv() or sv_catpv()
14439      Branch: perl
14440            ! mg.c op.c pp_ctl.c toke.c
14441 ____________________________________________________________________________
14442 [ 30093] By: nicholas                              on 2007/02/02  16:25:23
14443         Log: Testing every pattern by also upgrading to UTF-8 would have caught the
14444              bug added by change 29502, fixed in change 30092.
14445      Branch: perl
14446            ! t/op/regexp.t
14447 ____________________________________________________________________________
14448 [ 30092] By: nicholas                              on 2007/02/02  14:37:31
14449         Log: Change 29502 wasn't perfect - you need to remove any extra trailing
14450              "\n" added by fbm_compile(), before recompiling with the same flags.
14451              In turn, to do that, it's best to store the flags even for short
14452              "PVBM"s.
14453      Branch: perl
14454            ! regexec.c util.c
14455 ____________________________________________________________________________
14456 [ 30091] By: nicholas                              on 2007/02/02  14:35:51
14457         Log: Better dump reporting of "PVBM"s.
14458      Branch: perl
14459            ! dump.c
14460 ____________________________________________________________________________
14461 [ 30090] By: nicholas                              on 2007/02/01  23:32:22
14462         Log: Allow regexp.t to take a command line argument for the filename of
14463              tests. Read the tests into memory, to avoid seeking the FH.
14464      Branch: perl
14465            ! t/op/regexp.t
14466 ____________________________________________________________________________
14467 [ 30089] By: nicholas                              on 2007/02/01  16:49:12
14468         Log: Make t/op/regexp.t warnings clean.
14469      Branch: perl
14470            ! t/op/regexp.t
14471 ____________________________________________________________________________
14472 [ 30088] By: nicholas                              on 2007/02/01  16:27:00
14473         Log: Make t/op/regexp.t run under use strict; including removing the
14474              vestiges of change 1195 not removed by change 1244.
14475      Branch: perl
14476            ! t/op/re_tests t/op/regexp.t
14477 ____________________________________________________________________________
14478 [ 30087] By: merijn                                on 2007/01/31  15:38:06
14479         Log: alloca () might end up unreferenced during linking.
14480              Thanks Steve
14481      Branch: perl
14482            ! cygwin/cygwin.c
14483 ____________________________________________________________________________
14484 [ 30086] By: rgs                                   on 2007/01/31  13:58:40
14485         Log: Upgrade to Getopt::Long 2.36
14486      Branch: perl
14487            + lib/Getopt/Long/t/gol-xargv.t lib/Getopt/Long/t/gol-xstring.t
14488            ! MANIFEST lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
14489            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
14490            ! lib/Getopt/Long/t/gol-linkage.t
14491 ____________________________________________________________________________
14492 [ 30085] By: nicholas                              on 2007/01/31  12:14:05
14493         Log: You can't have special blocks if the subroutine has an "anonymous"
14494              name for the debugger, so don't bother checking.
14495      Branch: perl
14496            ! op.c
14497 ____________________________________________________________________________
14498 [ 30084] By: merijn                                on 2007/01/31  10:29:59
14499         Log: Subject: [PATCH] Improve regex stringification code
14500              From: demerphq <demerphq@gmail.com>
14501              Date: Tue, 30 Jan 2007 23:58:31 +0100
14502              Message-ID: <9b18b3110701301458k2f6a8254hea6c6db28489c38b@mail.gmail.com>
14503      Branch: perl
14504            ! embed.fnc embed.h ext/re/re.xs ext/re/t/re_funcs.t op.c perl.h
14505            ! pod/perlapi.pod proto.h regcomp.c regcomp.h regexec.c regexp.h
14506 ____________________________________________________________________________
14507 [ 30083] By: merijn                                on 2007/01/31  09:51:48
14508         Log: Subject: [PATCH] regcomp.c: remove some gotos that cause compiler consternation.
14509              From: demerphq <demerphq@gmail.com>
14510              Date: Wed, 31 Jan 2007 10:28:34 +0100
14511      Branch: perl
14512            ! regcomp.c
14513 ____________________________________________________________________________
14514 [ 30082] By: merijn                                on 2007/01/31  07:49:12
14515         Log: Subject: [PATCH] Improve regex stringification code
14516              From: demerphq <demerphq@gmail.com>
14517              Date: Tue, 30 Jan 2007 23:58:31 +0100
14518              Message-ID: <9b18b3110701301458k2f6a8254hea6c6db28489c38b@mail.gmail.com>
14519      Branch: perl
14520            ! embed.fnc embed.h ext/re/re.xs ext/re/t/re_funcs.t op.c perl.h
14521            ! proto.h regcomp.c regcomp.h regexec.c regexp.h
14522 ____________________________________________________________________________
14523 [ 30081] By: merijn                                on 2007/01/31  07:34:39
14524         Log: Subject: [PATCH] $1 in nested regex EVAL doesnt work correctly.
14525              From: demerphq <demerphq@gmail.com>
14526              Date: Tue, 30 Jan 2007 23:51:27 +0100
14527              Message-ID: <9b18b3110701301451l1443a186p39df7a6e8b65ea3c@mail.gmail.com>
14528      Branch: perl
14529            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm ext/re/re.pm regcomp.c
14530            ! regexec.c t/op/pat.t
14531 ____________________________________________________________________________
14532 [ 30080] By: nicholas                              on 2007/01/30  23:53:56
14533         Log: Refactor the code used to check/execute BEGIN/UNITCHECK/CHECK/INIT/END
14534              duplicated in newATTRSUB and newXS into a new static function
14535              process_special_blocks()
14536      Branch: perl
14537            ! embed.fnc embed.h op.c proto.h
14538 ____________________________________________________________________________
14539 [ 30079] By: merijn                                on 2007/01/30  17:39:58
14540         Log: Subject: [PATCH] one more iteration on PerlIO_teardown prototype
14541              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
14542              Date: Tue, 30 Jan 2007 04:20:21 +0200 (EET)
14543              Message-Id: <20070130022021.6051443A67@anubis.hut.fi>
14544      Branch: perl
14545            ! perl.h perliol.h
14546 ____________________________________________________________________________
14547 [ 30078] By: gisle                                 on 2007/01/30  11:13:51
14548         Log: Subject: [PATCH] Re: run/cloexec.t is failing
14549              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
14550              Date: Sat, 13 Jan 2007 18:44:53 +0100
14551              Message-ID: <20070113184453.7cd54bcf@r2d2>
14552      Branch: perl
14553            ! t/run/cloexec.t
14554 ____________________________________________________________________________
14555 [ 30076] By: nicholas                              on 2007/01/29  23:36:02
14556         Log: Also check BEGIN/UNITCHECK/CHECK/INIT/END for require.
14557      Branch: perl
14558            + ext/XS/APItest/t/xs_special_subs_require.t
14559            ! MANIFEST ext/XS/APItest/t/xs_special_subs.t
14560 ____________________________________________________________________________
14561 [ 30072] By: nicholas                              on 2007/01/29  22:40:01
14562         Log: UNITCHECK for XS code. Turned out to be harder that expected.
14563              We need to get the XS BOOT section to run any UNITCHECK blocks for us.
14564      Branch: perl
14565            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
14566            ! ext/XS/APItest/t/xs_special_subs.t lib/ExtUtils/ParseXS.pm
14567            ! op.c
14568 ____________________________________________________________________________
14569 [ 30067] By: nicholas                              on 2007/01/29  20:05:52
14570         Log: BEGIN blocks in XS should work. (Given that CHECK, INIT and END all do)
14571      Branch: perl
14572            + ext/XS/APItest/t/xs_special_subs.t
14573            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
14574            ! op.c
14575 ____________________________________________________________________________
14576 [ 30064] By: nicholas                              on 2007/01/29  18:28:16
14577         Log: Add av_create_and_push() and av_create_and_unshift_one() to refactor
14578              out two repeated idioms.
14579      Branch: perl
14580            ! av.c doio.c embed.fnc op.c perl.c pod/perlapi.pod proto.h
14581 ____________________________________________________________________________
14582 [ 30059] By: gisle                                 on 2007/01/29  16:54:38
14583         Log: Avoid test failure with for a -Dusesitecustomize perl.
14584      Branch: perl
14585            ! t/run/switchd.t
14586 ____________________________________________________________________________
14587 [ 30052] By: nicholas                              on 2007/01/28  22:30:18
14588         Log: Convert ext/B/t/debug.t to Test::More. (Diagnostics are good, m'kay)
14589      Branch: perl
14590            ! ext/B/t/debug.t
14591 ____________________________________________________________________________
14592 [ 30050] By: rgs                                   on 2007/01/28  17:26:02
14593         Log: Subject: [PATCH] g++ wants cast
14594              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
14595              Date: Sun, 28 Jan 2007 17:04:44 +0200 (EET)
14596              Message-Id: <20070128150444.AC62043A57@anubis.hut.fi>
14597      Branch: perl
14598            ! sv.c
14599 ____________________________________________________________________________
14600 [ 30044] By: nicholas                              on 2007/01/27  22:49:10
14601         Log: As we're not using UVf in the core, don't even define in when PERL_CORE
14602              is true.
14603      Branch: perl
14604            ! perl.h
14605 ____________________________________________________________________________
14606 [ 30043] By: nicholas                              on 2007/01/27  22:48:39
14607         Log: Change 30034 wasn't enough to silence the warnings - also need to
14608              pass a never-NULL parameter to newPADOP from newGVOP
14609      Branch: perl
14610            ! op.c
14611 ____________________________________________________________________________
14612 [ 30041] By: craigb                                on 2007/01/27  22:08:55
14613         Log: Subject: [perl@30030] blead on OpenVMS doesn't build
14614              From: Abe Timmerman <abe@ztreet.demon.nl>
14615              Date: Sat, 27 Jan 2007 17:26:47 +0100
14616              Message-Id: <200701271726.48347.abe@ztreet.demon.nl>
14617              
14618              Disable DECterm support by default, and when we enable it, 
14619              make sure the image we need is installed, not merely present.
14620      Branch: perl
14621            ! configure.com
14622 ____________________________________________________________________________
14623 [ 30037] By: craigb                                on 2007/01/27  17:45:27
14624         Log: For FindBin to work as advertised on VMS, $FindBin::Bin
14625              must be in unix syntax.
14626      Branch: perl
14627            ! lib/FindBin.pm
14628 ____________________________________________________________________________
14629 [ 30035] By: craigb                                on 2007/01/27  17:19:12
14630         Log: For VMS, a belated entry into the $^O jungle that is File::Find::_find_dir.
14631      Branch: perl
14632            ! lib/File/Find.pm
14633 ____________________________________________________________________________
14634 [ 30034] By: nicholas                              on 2007/01/27  17:03:59
14635         Log: newPADOP()'s sv parameter is never NULL, so mark it as so.
14636              (Well, in theory it could be NULL if someone is creating ops during
14637              symbol table destruction, but snowballs in hell, etc.
14638              This is usually the point where Jarkko observes that the aliens are
14639              looking for a free slot in their diaries...)
14640      Branch: perl
14641            ! embed.fnc op.c proto.h
14642 ____________________________________________________________________________
14643 [ 30032] By: nicholas                              on 2007/01/27  15:36:49
14644         Log: newPADOP is only used under ithreads, so don't waste space by compiling
14645              it for non-threaded builds.
14646      Branch: perl
14647            ! embed.fnc embed.h makedef.pl op.c proto.h
14648 ____________________________________________________________________________
14649 [ 30030] By: nicholas                              on 2007/01/27  14:03:01
14650         Log: One last gv_fetchpv() that should be GV_ADD rather than TRUE.
14651      Branch: perl
14652            ! toke.c
14653 ____________________________________________________________________________
14654 [ 30028] By: nicholas                              on 2007/01/27  12:55:31
14655         Log: Using gv_stashsv() and sv_setsv() in Perl_package reduces source and
14656              object code size.
14657      Branch: perl
14658            ! op.c
14659 ____________________________________________________________________________
14660 [ 30025] By: rgs                                   on 2007/01/27  09:42:32
14661         Log: Change Tels' contact address
14662      Branch: perl
14663            ! Porting/Maintainers.pl
14664 ____________________________________________________________________________
14665 [ 30024] By: nicholas                              on 2007/01/27  00:45:30
14666         Log: A test to exercise the smallbuf overflow code in S_incline, and a
14667              refactoring of that code to use only one 128 char array, not two.
14668      Branch: perl
14669            ! t/comp/parser.t toke.c
14670 ____________________________________________________________________________
14671 [ 30019] By: rgs                                   on 2007/01/26  18:28:42
14672         Log: cflags.SH was broken: it was compiling a C file for testing available
14673              command-line options, but this C file was including perl.h, which in
14674              turn includes config.h, which might not be present at that time. So
14675              force the generation of config.h.
14676      Branch: perl
14677            ! cflags.SH
14678 ____________________________________________________________________________
14679 [ 30017] By: rgs                                   on 2007/01/26  16:41:52
14680         Log: Silence a few pedantic warnings
14681      Branch: perl
14682            ! sv.c
14683 ____________________________________________________________________________
14684 [ 30016] By: rgs                                   on 2007/01/26  16:39:40
14685         Log: If we have specified -Dgccansipedantic on the Configure command-line,
14686              assume we really want it
14687      Branch: perl
14688            ! cflags.SH
14689 ____________________________________________________________________________
14690 [ 30015] By: nicholas                              on 2007/01/26  16:16:29
14691         Log: Stop S_incline needing to temporarily write a '\0' into its passed-in
14692              buffer. (Requires adding gv_fetchfile_flags(), savesharedpvn() and
14693              CopFILE_setn() to provide pointer/length versions of APIs)
14694      Branch: perl
14695            ! cop.h embed.fnc embed.h global.sym gv.c pod/perlapi.pod
14696            ! proto.h toke.c util.c
14697 ____________________________________________________________________________
14698 [ 30014] By: stevep                                on 2007/01/26  16:12:58
14699         Log: Fix ext/POSIX/t/sysconf.t failures on Cygwin.
14700      Branch: perl
14701            ! ext/POSIX/t/sysconf.t
14702 ____________________________________________________________________________
14703 [ 30013] By: rgs                                   on 2007/01/26  16:06:47
14704         Log: Subject: Re: [perl #32135] File::Copy module
14705              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
14706              Date: Fri, 26 Jan 2007 12:56:18 -0200
14707              Message-ID: <73ddeb6c0701260656i1c35b207r1f9624edd3503fa6@mail.gmail.com>
14708      Branch: perl
14709            ! lib/File/Copy.pm
14710 ____________________________________________________________________________
14711 [ 30012] By: rgs                                   on 2007/01/26  15:21:37
14712         Log: Subject: [PATCH] Add Archive::Extract 0.16 to the core
14713              From: "Jos Boumans" <kane@dwim.org>
14714              Date: Fri, 26 Jan 2007 15:02:36 +0100 (CET)
14715              Message-ID: <21170.80.127.35.68.1169820156.squirrel@webmail.xs4all.nl>
14716      Branch: perl
14717            + lib/Archive/Extract.pm
14718            + lib/Archive/Extract/t/01_Archive-Extract.t
14719            + lib/Archive/Extract/t/src/double_dir.zip.packed
14720            + lib/Archive/Extract/t/src/x.bz2.packed
14721            + lib/Archive/Extract/t/src/x.gz.packed
14722            + lib/Archive/Extract/t/src/x.jar.packed
14723            + lib/Archive/Extract/t/src/x.par.packed
14724            + lib/Archive/Extract/t/src/x.tar.gz.packed
14725            + lib/Archive/Extract/t/src/x.tar.packed
14726            + lib/Archive/Extract/t/src/x.tgz.packed
14727            + lib/Archive/Extract/t/src/x.zip.packed
14728            + lib/Archive/Extract/t/src/y.jar.packed
14729            + lib/Archive/Extract/t/src/y.par.packed
14730            + lib/Archive/Extract/t/src/y.tar.bz2.packed
14731            + lib/Archive/Extract/t/src/y.tar.gz.packed
14732            + lib/Archive/Extract/t/src/y.tar.packed
14733            + lib/Archive/Extract/t/src/y.tbz.packed
14734            + lib/Archive/Extract/t/src/y.tgz.packed
14735            + lib/Archive/Extract/t/src/y.zip.packed
14736            ! MANIFEST
14737 ____________________________________________________________________________
14738 [ 30010] By: rgs                                   on 2007/01/26  14:03:34
14739         Log: Subject: [PATCH] Small bugfixes to uupacktool.pl
14740              From: "Jos Boumans" <kane@dwim.org>
14741              Date: Fri, 26 Jan 2007 14:50:29 +0100 (CET)
14742              Message-ID: <16773.80.127.35.68.1169819429.squirrel@webmail.xs4all.nl>
14743      Branch: perl
14744            ! uupacktool.pl
14745 ____________________________________________________________________________
14746 [ 30009] By: rgs                                   on 2007/01/26  13:58:56
14747         Log: Subject: [PATCH] still some Symbian/S90 tweaks
14748              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
14749              Date: Fri, 26 Jan 2007 15:40:58 +0200 (EET)
14750              Message-Id: <20070126134058.83B0643A57@anubis.hut.fi>
14751      Branch: perl
14752            ! README.symbian symbian/config.sh symbian/xsbuild.pl
14753 ____________________________________________________________________________
14754 [ 30008] By: rgs                                   on 2007/01/26  13:56:29
14755         Log: Upgrade to File::Fetch 0.10, by Jos Boumans
14756      Branch: perl
14757            - lib/File/Fetch/Item.pm
14758            ! MANIFEST lib/File/Fetch.pm lib/File/Fetch/t/01_File-Fetch.t
14759 ____________________________________________________________________________
14760 [ 30002] By: rgs                                   on 2007/01/26  11:21:17
14761         Log: Let File::Path report the extended system error message
14762              when available (Ilya Zakharevich)
14763      Branch: perl
14764            ! lib/File/Path.pm
14765 ____________________________________________________________________________
14766 [ 30000] By: nicholas                              on 2007/01/26  11:18:02
14767         Log: As we're not passing over (or copying in) a NUL, don't need that extra
14768              byte for it, so correct the < to <= so that we use the smallbuf
14769              whenever possible.
14770      Branch: perl
14771            ! gv.c toke.c
14772 ____________________________________________________________________________
14773 [ 29998] By: rgs                                   on 2007/01/26  10:55:50
14774         Log: Mention //w in perltodo.
14775      Branch: perl
14776            ! pod/perltodo.pod
14777 ____________________________________________________________________________
14778 [ 29994] By: rgs                                   on 2007/01/26  09:17:56
14779         Log: Upgrade to Time::Local 1.17
14780      Branch: perl
14781            ! lib/Time/Local.pm lib/Time/Local.t
14782 ____________________________________________________________________________
14783 [ 29992] By: rgs                                   on 2007/01/26  09:03:27
14784         Log: Subject: [PATCH] utf8.pm doc patch
14785              From: Audrey Tang <audreyt@audreyt.org>
14786              Date: Fri, 26 Jan 2007 05:38:39 +0800
14787              Message-Id: <5BDAD0DE-3434-4A29-82C6-35AE3EFD27CC@audreyt.org>
14788      Branch: perl
14789            ! lib/utf8.pm
14790 ____________________________________________________________________________
14791 [ 29991] By: rgs                                   on 2007/01/26  09:01:01
14792         Log: Some variables are used only with DEBUGGING
14793      Branch: perl
14794            ! regcomp.c
14795 ____________________________________________________________________________
14796 [ 29990] By: rgs                                   on 2007/01/26  08:39:07
14797         Log: Subject: [PATCH] further Symbian/S90 fixes from alexander smishlajev
14798              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
14799              Date: Fri, 26 Jan 2007 05:51:50 +0200 (EET)
14800              Message-Id: <20070126035150.41A4143A67@anubis.hut.fi>
14801      Branch: perl
14802            ! README.symbian ext/Data/Dumper/Dumper.xs symbian/PerlBase.cpp
14803            ! symbian/config.sh symbian/symbianish.h symbian/xsbuild.pl
14804 ____________________________________________________________________________
14805 [ 29989] By: rgs                                   on 2007/01/26  08:27:23
14806         Log: Upgrade to Module::Load::Conditional 0.16, by Jos Boumans
14807      Branch: perl
14808            + lib/Module/Load/Conditional/t/02_Parse_Version.t
14809            ! MANIFEST lib/Module/Load/Conditional.pm
14810            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
14811 ____________________________________________________________________________
14812 [ 29987] By: nicholas                              on 2007/01/25  23:18:25
14813         Log: Convert the last remaining 256 byte "small"bufs to 128 bytes.
14814              (The actual size doesn't matter, as the buffers are only there to
14815              save a malloc() for the common, short, case. Coverage reports suggest
14816              that we aren't actually testing the long case. Yet - will fix this)
14817      Branch: perl
14818            ! gv.c toke.c
14819 ____________________________________________________________________________
14820 [ 29983] By: nicholas                              on 2007/01/25  22:39:08
14821         Log: Neither gv_fetchpvn_flags() nor hv_fetch() need a NUL terminated
14822              string, so don't bother allocating buffer space or adding a NUL.
14823      Branch: perl
14824            ! gv.c toke.c
14825 ____________________________________________________________________________
14826 [ 29977] By: nicholas                              on 2007/01/25  20:57:56
14827         Log: The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask
14828              of flags, not a boolean, so correct the documenation and callers.
14829      Branch: perl
14830            ! embed.fnc ext/B/B.xs ext/IPC/SysV/SysV.xs
14831            ! ext/PerlIO/via/via.xs ext/Storable/Storable.xs gv.c op.c
14832            ! perlio.c pod/perlapi.pod pod/perlguts.pod pp.c pp_hot.c
14833            ! pp_sys.c proto.h sv.c toke.c universal.c utf8.c
14834 ____________________________________________________________________________
14835 [ 29975] By: rgs                                   on 2007/01/25  17:22:40
14836         Log: Subject: split by " \0" (const string staring with a SPACE followed by NULL)
14837              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14838              Date: Fri, 19 Jan 2007 22:21:48 +0900
14839              Message-Id: <20070119221905.D162.BQW10602@nifty.com>
14840      Branch: perl
14841            ! op.c t/op/split.t
14842 ____________________________________________________________________________
14843 [ 29973] By: rgs                                   on 2007/01/25  14:48:49
14844         Log: Upgrade to threads 1.58:
14845              * Ignore thread return value(s) in void context
14846              * Check for missing args for 'use threads' options
14847              * Check that stack size argument is numeric
14848      Branch: perl
14849            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
14850            ! ext/threads/t/thread.t ext/threads/threads.pm
14851            ! ext/threads/threads.xs
14852 ____________________________________________________________________________
14853 [ 29972] By: rgs                                   on 2007/01/25  12:23:45
14854         Log: Subject: Re: [perl #41283] B::walkoptree_slow fails for 'our @foo = split( m/ /, "hello" )'
14855              From: "Joshua ben Jore" <twists@gmail.com>
14856              Date: Wed, 17 Jan 2007 17:49:22 -0800
14857              Message-ID: <dc5c751d0701171749x3f2dfd00tc523d33bc234c530@mail.gmail.com>
14858      Branch: perl
14859            ! ext/B/B.pm
14860 ____________________________________________________________________________
14861 [ 29970] By: nicholas                              on 2007/01/25  11:41:13
14862         Log: Change 28058 hadn't been tested with -DPERL_CREATE_GVSV
14863      Branch: perl
14864            ! gv.c
14865 ____________________________________________________________________________
14866 [ 29960] By: nicholas                              on 2007/01/24  21:42:53
14867         Log: Display the process id as part of the trace output if running with -Dv
14868              (Might be nice to display the thread ID too under ithreads, but I can't
14869              see a clean way to get that)
14870      Branch: perl
14871            ! deb.c
14872 ____________________________________________________________________________
14873 [ 29956] By: nicholas                              on 2007/01/24  19:07:49
14874         Log: Fix typo in the description of change 27911
14875      Branch: perl
14876            ! Changes
14877 ____________________________________________________________________________
14878 [ 29954] By: nicholas                              on 2007/01/24  18:44:51
14879         Log: Wrap the macro arguments for ck_proto in ().
14880      Branch: perl
14881            ! op.h
14882 ____________________________________________________________________________
14883 [ 29942] By: rgs                                   on 2007/01/24  11:32:24
14884         Log: Subject: [PATCH] fix a few references in perlfunc.html
14885              From: Jan Dubois <jand@ActiveState.com>
14886              Date: Tue, 23 Jan 2007 18:25:02 -0800
14887              Message-ID: <oggdr2pfqj8bb2o47ikmmq9gmjebhr8ht6@4ax.com>
14888      Branch: perl
14889            ! pod/perlfunc.pod
14890 ____________________________________________________________________________
14891 [ 29941] By: rgs                                   on 2007/01/24  11:22:17
14892         Log: Subject: [PATCH] Improve documentation PERLIO default value in perlrun.pod
14893              From: Jan Dubois <jand@ActiveState.com>
14894              Date: Tue, 23 Jan 2007 18:43:55 -0800
14895              Message-ID: <jhhdr21vmlo5ccbfd8la2di4bq8crv3s8t@4ax.com>
14896      Branch: perl
14897            ! pod/perlrun.pod
14898 ____________________________________________________________________________
14899 [ 29940] By: rgs                                   on 2007/01/24  11:02:24
14900         Log: Upgrade to Time::Local 1.16
14901      Branch: perl
14902            ! lib/Time/Local.pm lib/Time/Local.t
14903 ____________________________________________________________________________
14904 [ 29938] By: nicholas                              on 2007/01/23  22:54:00
14905         Log: Add lib to @INC so that ./perl t/op/local.t works.
14906      Branch: perl
14907            ! t/op/local.t
14908 ____________________________________________________________________________
14909 [ 29937] By: nicholas                              on 2007/01/23  21:07:06
14910         Log: Change 29936 missed a ;
14911      Branch: perl
14912            ! lib/Time/Local.pm
14913 ____________________________________________________________________________
14914 [ 29936] By: stevep                                on 2007/01/23  18:43:50
14915         Log: Fix to Time::Local to fix problems with leap year calculation.
14916      Branch: perl
14917            ! lib/Time/Local.pm
14918 ____________________________________________________________________________
14919 [ 29935] By: stevep                                on 2007/01/23  15:02:56
14920         Log: Upgrade to File-Temp-0.18.
14921      Branch: perl
14922            + lib/File/Temp/t/cmp.t
14923            ! MANIFEST lib/File/Temp.pm
14924 ____________________________________________________________________________
14925 [ 29934] By: stevep                                on 2007/01/23  14:29:55
14926         Log: Upgrade to AutoLoader-5.63
14927      Branch: perl
14928            ! lib/AutoLoader.pm
14929 ____________________________________________________________________________
14930 [ 29933] By: stevep                                on 2007/01/23  02:20:31
14931         Log: Upgrade to Test-Simple-0.67
14932      Branch: perl
14933            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
14934            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
14935 ____________________________________________________________________________
14936 [ 29932] By: stevep                                on 2007/01/23  02:14:57
14937         Log: Upgrade to Math-Complex-1.37.
14938      Branch: perl
14939            ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Math/Trig.t
14940 ____________________________________________________________________________
14941 [ 29931] By: stevep                                on 2007/01/23  01:55:48
14942         Log: Subject: [PATCH] Time::Local patch take 2
14943              From: Dave Rolsky <autarch@urth.org>
14944              Date: Mon, 22 Jan 2007 09:46:08 -0600 (CST)
14945              Message-ID: <Pine.LNX.4.64.0701220945040.28849@urth.org>
14946      Branch: perl
14947            ! lib/Time/Local.pm lib/Time/Local.t
14948 ____________________________________________________________________________
14949 [ 29930] By: stevep                                on 2007/01/23  01:52:16
14950         Log: Subject: [perl #41318] Patch: win32.c typo in #define MULTIPLICITY
14951              From: "Devin Heitmueller" (via RT) <perlbug-followup@perl.org>
14952              Date: Mon, 22 Jan 2007 14:46:15 -0800
14953              Message-ID: <rt-3.6.HEAD-1834-1169505975-229.41318-75-0@perl.org>
14954      Branch: perl
14955            ! win32/win32.c
14956 ____________________________________________________________________________
14957 [ 29923] By: nicholas                              on 2007/01/22  19:39:28
14958         Log: Subject: [PATCH] Disable positive lookaround optimisations
14959              From: demerphq <demerphq@gmail.com>
14960              Message-ID: <9b18b3110701210953l4df6198re36a9342e6049583@mail.gmail.com>
14961              Date: Sun, 21 Jan 2007 18:53:38 +0100
14962      Branch: perl
14963            ! regcomp.h t/op/re_tests
14964 ____________________________________________________________________________
14965 [ 29922] By: nicholas                              on 2007/01/22  19:38:12
14966         Log: Fix a typo and some doubled spaces in comments.
14967      Branch: perl
14968            ! cop.h pod/perlapi.pod sv.h
14969 ____________________________________________________________________________
14970 [ 29921] By: nicholas                              on 2007/01/22  19:21:21
14971         Log: Remove duplicate assignment to PL_eval_root in Perl_create_eval_scope
14972      Branch: perl
14973            ! pp_ctl.c
14974 ____________________________________________________________________________
14975 [ 29917] By: nicholas                              on 2007/01/22  17:03:48
14976         Log: Fix my typo, as spotted by Steve Peters
14977      Branch: perl
14978            ! Changes
14979 ____________________________________________________________________________
14980 [ 29911] By: nicholas                              on 2007/01/21  23:18:20
14981         Log: Assignments to function pointers can't be NULL, as that's a pointer to
14982              data, and assigning pointers to data to pointers to functions is not
14983              ANSI-conformant.
14984      Branch: perl
14985            ! perl.h
14986 ____________________________________________________________________________
14987 [ 29910] By: nicholas                              on 2007/01/21  23:11:30
14988         Log: Restore the const to vtbl in Perl_mg_localize() removed in change
14989              26924.
14990      Branch: perl
14991            ! mg.c
14992 ____________________________________________________________________________
14993 [ 29907] By: nicholas                              on 2007/01/21  20:06:45
14994         Log: Remove register keyword from dSP; (at least for now)
14995      Branch: perl
14996            ! pp.h
14997 ____________________________________________________________________________
14998 [ 29905] By: nicholas                              on 2007/01/21  11:44:16
14999         Log: Refactor the common soft-reference code from pp_rv2sv and pp_rv2av
15000              into a single routine Perl_softref2xv(). As soft references are
15001              rarely used compared with true references, move this code from pp_hot.c
15002      Branch: perl
15003            ! embed.fnc embed.h pp.c pp_hot.c proto.h
15004 ____________________________________________________________________________
15005 [ 29900] By: nicholas                              on 2007/01/20  23:40:23
15006         Log: defined @$foo and defined %$bar should be subject to strict 'refs';
15007      Branch: perl
15008            ! lib/DBM_Filter.pm pp_hot.c t/lib/strict/refs
15009 ____________________________________________________________________________
15010 [ 29895] By: stevep                                on 2007/01/20  03:51:26
15011         Log: Upgrade to version-0.69
15012      Branch: perl
15013            ! lib/version.pm
15014 ____________________________________________________________________________
15015 [ 29894] By: stevep                                on 2007/01/20  03:40:23
15016         Log: Subject: [PATCH] Re: Race condition in IPC::Open3 / Mac OS?
15017              From: Bo Lindbergh <blgl@hagernas.com>
15018              Date: Sat, 20 Jan 2007 02:39:57 +0100
15019              Message-Id: <D256CF03-D814-4973-9DF6-60EA4F26FE10@hagernas.com>
15020      Branch: perl
15021            ! perlio.c
15022 ____________________________________________________________________________
15023 [ 29893] By: stevep                                on 2007/01/20  03:28:48
15024         Log: Add PAUSE2007.pub key
15025      Branch: perl
15026            + lib/CPAN/PAUSE2007.pub
15027            ! MANIFEST
15028 ____________________________________________________________________________
15029 [ 29892] By: stevep                                on 2007/01/20  03:20:11
15030         Log: Upgrade to CPAN-1.88_69.
15031      Branch: perl
15032            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
15033 ____________________________________________________________________________
15034 [ 29887] By: nicholas                              on 2007/01/19  21:11:40
15035         Log: Subject: Re: [PATCH] fix unicode split /\s+/
15036              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15037              Message-Id: <20070120005232.D9CC.BQW10602@nifty.com>
15038              Date: Sat, 20 Jan 2007 00:52:42 +0900
15039      Branch: perl
15040            ! pp.c t/op/split.t
15041 ____________________________________________________________________________
15042 [ 29885] By: nicholas                              on 2007/01/19  20:13:46
15043         Log: Yves spotted that I'd not regenerated perlapi.pod when I added
15044              get_cvn_flags().
15045      Branch: perl
15046            ! pod/perlapi.pod
15047 ____________________________________________________________________________
15048 [ 29884] By: nicholas                              on 2007/01/19  19:27:59
15049         Log: Marcus Holland-Moritz notes that the first argument to
15050              refcounted_he_fetch() can be NULL.
15051      Branch: perl
15052            ! embed.fnc proto.h
15053 ____________________________________________________________________________
15054 [ 29883] By: nicholas                              on 2007/01/19  18:07:23
15055         Log: Fix breakage for -DDEBUGGING accidentally introduced with change 29882.
15056      Branch: perl
15057            ! sv.c
15058 ____________________________________________________________________________
15059 [ 29882] By: nicholas                              on 2007/01/19  17:36:10
15060         Log: Add a parameter to Perl_get_arena() to pass in the SV type, and record
15061              this in the arena description. Change all sizes to unsigned values.
15062              Make Perl_sv_free_arenas() loop downwards to free memory, simplifying
15063              the logic. Remove my erroneous comment added in change 29881.
15064      Branch: perl
15065            ! embed.fnc hv.c proto.h sv.c
15066 ____________________________________________________________________________
15067 [ 29881] By: nicholas                              on 2007/01/19  11:45:24
15068         Log: I think that it's clearer if aroot is only struct arena_set *
15069              (rather than ** and constantly dereferneced). Move the declaration
15070              of new_root into the block it is used in. Add a comment describing
15071              where the arenas for arena_sets themselves aren't rooted anywhere.
15072      Branch: perl
15073            ! sv.c
15074 ____________________________________________________________________________
15075 [ 29880] By: rgs                                   on 2007/01/19  09:33:00
15076         Log: Subject: [PATCH] fix unicode split /\s+/
15077              From: demerphq <demerphq@gmail.com>
15078              Date: Fri, 19 Jan 2007 02:14:06 +0100
15079              Message-ID: <9b18b3110701181714r4f3bc9ebq9ba462eba8338734@mail.gmail.com>
15080      Branch: perl
15081            ! pp.c t/op/split.t
15082 ____________________________________________________________________________
15083 [ 29879] By: nicholas                              on 2007/01/19  00:13:02
15084         Log: As Perl_get_arena() is dealing with sizes, use size_t rather than int,
15085              as it's both unsigned and semantically the correct width for a size.
15086              As all arenas get cleared later on, can use Newx() rather than Newxz().
15087      Branch: perl
15088            ! embed.fnc proto.h sv.c
15089 ____________________________________________________________________________
15090 [ 29878] By: nicholas                              on 2007/01/18  23:52:11
15091         Log: Move C<static bool done_sanity_check;> inside the only function that
15092              uses it.
15093      Branch: perl
15094            ! sv.c
15095 ____________________________________________________________________________
15096 [ 29877] By: nicholas                              on 2007/01/18  23:51:45
15097         Log: Add in missing dVAR that prevents compilation with
15098              -DPERL_GLOBAL_STRUCT_PRIVATE
15099      Branch: perl
15100            ! perl.c
15101 ____________________________________________________________________________
15102 [ 29876] By: nicholas                              on 2007/01/18  23:36:57
15103         Log: Move the flag checking for isGV_with_GP() into the call to visit()
15104      Branch: perl
15105            ! sv.c
15106 ____________________________________________________________________________
15107 [ 29875] By: mhx                                   on 2007/01/18  16:52:37
15108         Log: Add missing SVfARG()s in require_tie_mod().
15109      Branch: perl
15110            ! gv.c
15111 ____________________________________________________________________________
15112 [ 29872] By: nicholas                              on 2007/01/18  15:48:13
15113         Log: Given that we now do the tests in S_visit() to avoid calling the
15114              helper function when skippable, no need to retain those tests
15115              inside the helper functions do_clean_objs() and do_clean_named_objs().
15116      Branch: perl
15117            ! sv.c
15118 ____________________________________________________________________________
15119 [ 29871] By: merijn                                on 2007/01/18  14:03:21
15120         Log: perl rebuilds because of gcc's -g flag
15121              Subject: [PATCH] Re: [perl #41058] make rebuilds perl everytime
15122              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
15123              Date: Thu, 18 Jan 2007 14:27:55 +0100
15124              Message-ID: <20070118142755.28e7f724@r2d2>
15125      Branch: perl
15126            ! makedepend.SH
15127 ____________________________________________________________________________
15128 [ 29868] By: steveh                                on 2007/01/18  11:36:05
15129         Log: Subject: Re: [PATCH] win32_async_check() can still loop indefinitely
15130              From: Jan Dubois <jand@ActiveState.com>
15131              Date: Mon, 15 Jan 2007 19:25:11 -0800
15132              Message-ID: <rigoq25vda3sg4i7ppdb5o2jhvuiq15kqj@4ax.com>
15133      Branch: perl
15134            ! win32/win32.c
15135 ____________________________________________________________________________
15136 [ 29867] By: nicholas                              on 2007/01/18  11:16:09
15137         Log: As PVLVs can hold globs in some cases, I think that we should be
15138              treating them as a strict subclass of PVGV. Hence drop through into
15139              the PVGV handling code.
15140      Branch: perl
15141            ! sv.c
15142 ____________________________________________________________________________
15143 [ 29866] By: davem                                 on 2007/01/18  02:14:48
15144         Log: disable parser stack cleanup on reduce croak (too fragile)
15145      Branch: perl
15146            ! perly.c
15147 ____________________________________________________________________________
15148 [ 29857] By: mhx                                   on 2007/01/17  21:06:11
15149         Log: Fix a typo in Dynaloader_pm.PL.
15150      Branch: perl
15151            ! ext/DynaLoader/DynaLoader_pm.PL
15152 ____________________________________________________________________________
15153 [ 29855] By: nicholas                              on 2007/01/17  19:22:47
15154         Log: Replace SvRELEASE_IVX(dstr) with SvOOK_off(dstr) in sv_setsv_flags(),
15155              because it's not possible for dstr to be COW at this point, due to an
15156              earlier force_normal.
15157      Branch: perl
15158            ! sv.c
15159 ____________________________________________________________________________
15160 [ 29853] By: nicholas                              on 2007/01/17  18:24:50
15161         Log: Make PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv_release_IVX().
15162              (Currently it fails ext/Compress/Raw/Zlib/t/07bufsize.t)
15163      Branch: perl
15164            ! embed.fnc embed.h global.sym makedef.pl proto.h sv.c sv.h
15165 ____________________________________________________________________________
15166 [ 29852] By: nicholas                              on 2007/01/17  15:42:54
15167         Log: If we use SvUPGRADE() rather than sv_upgrade() then it can make the
15168              decision on not "up"grading PVLV to PVGV for us. However, it appears
15169              that the other actions conducted for "not-yet-a-glob" are useful here.
15170      Branch: perl
15171            ! sv.c
15172 ____________________________________________________________________________
15173 [ 29848] By: merijn                                on 2007/01/17  13:38:05
15174         Log: Subject: Re: [PATCH] symbian/xsbuild.pl patching continues
15175              From: Jarkko Hietaniemi <jhi@iki.fi>
15176              Date: Wed, 17 Jan 2007 08:27:03 -0500
15177              Message-ID: <45AE2427.7080907@iki.fi>
15178      Branch: perl
15179            ! symbian/xsbuild.pl
15180 ____________________________________________________________________________
15181 [ 29845] By: stevep                                on 2007/01/16  22:15:05
15182         Log: Reentrant functions appear to still be broken in NetBSD 3.1.
15183      Branch: perl
15184            ! hints/netbsd.sh
15185 ____________________________________________________________________________
15186 [ 29844] By: merijn                                on 2007/01/16  16:17:03
15187         Log: Subject: [PATCH] Re: Dual-lived AutoLoader
15188              From: Steffen Mueller <o6hhmk002@sneakemail.com>
15189              Date: Tue, 16 Jan 2007 15:29:44 +0100
15190              Message-ID: <45ACE158.4080102@sneakemail.com>
15191      Branch: perl
15192            ! Porting/Maintainers.pl
15193 ____________________________________________________________________________
15194 [ 29843] By: rgs                                   on 2007/01/16  15:32:30
15195         Log: Subject: Re: [PATCH] Change implementation of %+ to use a proper tied hash interface and add support for %-
15196              From: demerphq <demerphq@gmail.com>
15197              Date: Mon, 15 Jan 2007 23:06:44 +0100
15198              Message-ID: <9b18b3110701151406p7168b20byf873ee2e58091ca3@mail.gmail.com>
15199      Branch: perl
15200            ! regcomp.h
15201 ____________________________________________________________________________
15202 [ 29842] By: rgs                                   on 2007/01/16  10:56:46
15203         Log: Subject: [PATCH] Make offsets support conditional
15204              From: demerphq <demerphq@gmail.com>
15205              Date: Sun, 14 Jan 2007 15:24:25 +0100
15206              Message-ID: <9b18b3110701140624v452f7684x5e9d2890805489fd@mail.gmail.com>
15207      Branch: perl
15208            ! ext/re/t/regop.t regcomp.c regcomp.h
15209 ____________________________________________________________________________
15210 [ 29841] By: rgs                                   on 2007/01/16  10:17:43
15211         Log: Typo fix, by Robin Barker
15212      Branch: perl
15213            ! Porting/Maintainers.pl
15214 ____________________________________________________________________________
15215 [ 29839] By: davem                                 on 2007/01/15  18:33:02
15216         Log: make Dump display the SVf_BREAK flag
15217      Branch: perl
15218            ! dump.c
15219 ____________________________________________________________________________
15220 [ 29838] By: rgs                                   on 2007/01/15  18:25:45
15221         Log: Enable the ~~ operator by default.
15222              Remove the ~~ feature.
15223      Branch: perl
15224            - t/lib/feature/smartmatch
15225            ! MANIFEST lib/feature.pm t/op/smartmatch.t toke.c
15226 ____________________________________________________________________________
15227 [ 29837] By: davem                                 on 2007/01/15  18:19:20
15228         Log: when cloning  PL_regex_pad, copy SVf_BREAK flag too
15229      Branch: perl
15230            ! sv.c
15231 ____________________________________________________________________________
15232 [ 29836] By: nicholas                              on 2007/01/15  18:15:54
15233         Log: pp_rv2av and pp_rv2hv have a lot of common code, so it's certainly a
15234              space saving to merge them. Hopefully this will reduce L2 cache misses.
15235      Branch: perl
15236            ! mathoms.c opcode.h opcode.pl pp.h pp_hot.c
15237 ____________________________________________________________________________
15238 [ 29835] By: nicholas                              on 2007/01/15  17:18:03
15239         Log: Make changes analagous to pp_rv2hv's 21394 and 24489 in pp_rv2av.
15240      Branch: perl
15241            ! pp_hot.c
15242 ____________________________________________________________________________
15243 [ 29834] By: rgs                                   on 2007/01/15  16:37:21
15244         Log: Subject: Re: [PATCH] Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, ${^POSTMATCH}
15245              From: demerphq <demerphq@gmail.com>
15246              Date: Sat, 13 Jan 2007 17:18:01 +0100
15247              Message-ID: <9b18b3110701130818h6badbd3o1b38f2660d258173@mail.gmail.com>
15248              
15249              macroize regexp modifiers
15250      Branch: perl
15251            ! perl.h regcomp.c regexp.h toke.c
15252 ____________________________________________________________________________
15253 [ 29831] By: rgs                                   on 2007/01/15  16:26:17
15254         Log: Subject: [PATCH] Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, ${^POSTMATCH}
15255              From: demerphq <demerphq@gmail.com>
15256              Date: Fri, 12 Jan 2007 02:31:12 +0100
15257              Message-ID: <9b18b3110701111731x29b1c63i57b1698f769b3bbc@mail.gmail.com>
15258              (with tweaks)
15259      Branch: perl
15260            + t/op/regexp_kmod.t
15261            ! MANIFEST ext/B/t/concise-xs.t gv.c mg.c op.h pod/perlop.pod
15262            ! pod/perlre.pod pod/perlvar.pod pp_hot.c regcomp.c regcomp.h
15263            ! regexp.h t/op/regexp.t toke.c
15264 ____________________________________________________________________________
15265 [ 29830] By: nicholas                              on 2007/01/15  14:38:58
15266         Log: Add get_cvn_flags(), which is like get_cv() but takes a length. This
15267              allows symbolic code references with embeded NULs to work.
15268      Branch: perl
15269            ! embed.fnc embed.h global.sym gv.c gv.h op.c perl.c perlio.c
15270            ! pp_ctl.c pp_hot.c proto.h t/op/ref.t toke.c
15271 ____________________________________________________________________________
15272 [ 29829] By: rgs                                   on 2007/01/15  14:32:26
15273         Log: Subject: [PATCH] symbian/xsbuild.pl
15274              From: Jarkko Hietaniemi <jhi@iki.fi>
15275              Date: Mon, 15 Jan 2007 08:49:56 -0500
15276              Message-ID: <45AB8684.70906@iki.fi>
15277      Branch: perl
15278            ! symbian/xsbuild.pl
15279 ____________________________________________________________________________
15280 [ 29827] By: davem                                 on 2007/01/15  14:16:53
15281         Log: extend threads 'veto cleanup' to perl_free and system stuff
15282      Branch: perl
15283            ! embedvar.h perl.c perlapi.h perlvars.h unixish.h
15284 ____________________________________________________________________________
15285 [ 29826] By: rgs                                   on 2007/01/15  14:15:35
15286         Log: Proper symbian fix (replacing change #29813) by Jarkko
15287      Branch: perl
15288            ! perl.h
15289 ____________________________________________________________________________
15290 [ 29825] By: rgs                                   on 2007/01/15  13:45:40
15291         Log: Use the $Is_MacOS variable
15292      Branch: perl
15293            ! t/lib/common.pl
15294 ____________________________________________________________________________
15295 [ 29824] By: rgs                                   on 2007/01/15  13:44:39
15296         Log: Simplify the ok/not ok logic
15297              (another refactorisation by Schwern)
15298      Branch: perl
15299            ! t/lib/common.pl
15300 ____________________________________________________________________________
15301 [ 29823] By: rgs                                   on 2007/01/15  13:40:18
15302         Log: Various cleanup and factorization by Schwern
15303              for tests for warnings and features
15304      Branch: perl
15305            ! t/lib/common.pl
15306 ____________________________________________________________________________
15307 [ 29822] By: rgs                                   on 2007/01/15  13:30:51
15308         Log: Introduce the :5.10.0 feature bundle, and make :5.10 an
15309              alias to it (aimed at be an alias to the latest :5.10.X)
15310      Branch: perl
15311            ! lib/feature.pm
15312 ____________________________________________________________________________
15313 [ 29821] By: rgs                                   on 2007/01/15  12:44:45
15314         Log: Fix link to perlsyn (thanks to Michael G Schwern)
15315      Branch: perl
15316            ! lib/feature.pm
15317 ____________________________________________________________________________
15318 [ 29820] By: rgs                                   on 2007/01/15  12:42:36
15319         Log: Remove the "dor" feature alias.
15320      Branch: perl
15321            ! lib/feature.pm
15322 ____________________________________________________________________________
15323 [ 29819] By: rgs                                   on 2007/01/15  12:41:28
15324         Log: Document "no feature" (Michael G Schwern)
15325      Branch: perl
15326            ! lib/feature.pm
15327 ____________________________________________________________________________
15328 [ 29818] By: rgs                                   on 2007/01/15  12:37:27
15329         Log: Move the documentation of the lexical effect of feature.pm to its own
15330              section thus removing a lot of redundant redundant documentation about
15331              it cluttering up the feature documentation. (by Michael G Schwern)
15332      Branch: perl
15333            ! lib/feature.pm
15334 ____________________________________________________________________________
15335 [ 29817] By: rgs                                   on 2007/01/15  12:34:00
15336         Log: Remove obsolete notes and TODOs from feature.pm
15337      Branch: perl
15338            ! lib/feature.pm
15339 ____________________________________________________________________________
15340 [ 29816] By: rgs                                   on 2007/01/15  12:30:56
15341         Log: Add a reference to the docs for state() variables in feature.pm
15342              (suggested by Michael G Schwern)
15343      Branch: perl
15344            ! lib/feature.pm
15345 ____________________________________________________________________________
15346 [ 29815] By: rgs                                   on 2007/01/15  12:29:14
15347         Log: Factorise croak() calls and error messages in feature.pm
15348              (suggested by Michael G Schwern)
15349      Branch: perl
15350            ! lib/feature.pm
15351 ____________________________________________________________________________
15352 [ 29814] By: nicholas                              on 2007/01/15  12:13:24
15353         Log: Test that names with embedded NULs work for symbolic array, hash and
15354              typeglob references.
15355      Branch: perl
15356            ! t/op/ref.t
15357 ____________________________________________________________________________
15358 [ 29813] By: rgs                                   on 2007/01/15  08:22:08
15359         Log: Revert perl.h part of change 29811, which breaks compilation with gcc
15360      Branch: perl
15361            ! perl.h
15362 ____________________________________________________________________________
15363 [ 29812] By: merijn                                on 2007/01/15  07:45:28
15364         Log: Subject: [PATCH] g++ fixes
15365              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
15366              Date: Mon, 15 Jan 2007 06:09:30 +0200 (EET)
15367              Message-Id: <20070115040930.8685843A67@anubis.hut.fi>
15368      Branch: perl
15369            ! op.c toke.c
15370 ____________________________________________________________________________
15371 [ 29811] By: merijn                                on 2007/01/15  07:42:37
15372         Log: Subject: [PATCH] Symbian/S90 further fixes
15373              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
15374              Date: Mon, 15 Jan 2007 06:11:52 +0200 (EET)
15375              Message-Id: <20070115041152.374AB43A67@anubis.hut.fi>
15376      Branch: perl
15377            ! perl.h symbian/PerlBase.cpp symbian/config.sh
15378 ____________________________________________________________________________
15379 [ 29810] By: davem                                 on 2007/01/14  23:58:49
15380         Log: make S_ithread_run() call S_ithread_free() in main context
15381              
15382              Fixes a race condition between detach clearing a thread's
15383              interpreter, and S_ithread_run() freeing itself while
15384              assuming that it's own interpreter still exists.
15385      Branch: perl
15386            ! ext/threads/threads.xs
15387 ____________________________________________________________________________
15388 [ 29805] By: davem                                 on 2007/01/14  12:43:39
15389         Log: further refinement to #29796 (cleanup veto)
15390      Branch: perl
15391            ! ext/threads/threads.xs
15392 ____________________________________________________________________________
15393 [ 29803] By: rgs                                   on 2007/01/14  10:12:08
15394         Log: Subject: Re: Memory...growing, and growing
15395              From: Marvin Humphrey <marvin@rectangular.com>
15396              Date: Sat, 13 Jan 2007 12:05:30 -0800
15397              Message-Id: <3CCCF699-345E-4C65-BCCB-1549EB99547A@rectangular.com>
15398              
15399              Document -DDL_UNLOAD_ALL_AT_EXIT
15400      Branch: perl
15401            ! pod/perlhack.pod
15402 ____________________________________________________________________________
15403 [ 29796] By: davem                                 on 2007/01/13  22:57:26
15404         Log: unfreed threads should trigger cleanup veto
15405              
15406              The thread pool struct is allocated in the main interpreter, so
15407              don't clean that up if any threads remain, regardless of what
15408              state they are in
15409      Branch: perl
15410            ! ext/threads/threads.xs
15411 ____________________________________________________________________________
15412 [ 29790] By: nicholas                              on 2007/01/13  18:21:19
15413         Log: In S_hfreeentries, orig_array can be const.
15414      Branch: perl
15415            ! hv.c
15416 ____________________________________________________________________________
15417 [ 29786] By: rgs                                   on 2007/01/13  17:17:40
15418         Log: TODO: yada yada yada
15419      Branch: perl
15420            ! pod/perltodo.pod
15421 ____________________________________________________________________________
15422 [ 29784] By: rgs                                   on 2007/01/13  16:56:02
15423         Log: Subject:  Re: AW: umask handling in File::Temp
15424              From:  Gisle Aas <gisle@activestate.com>
15425              Date:  12 Jan 2007 16:10:16 +0100
15426              Message-ID:  <877ivs1dt3.fsf@ask.g.aas.no>
15427      Branch: perl
15428            ! pp_sys.c
15429 ____________________________________________________________________________
15430 [ 29781] By: rgs                                   on 2007/01/13  11:06:06
15431         Log: Subject: [PATCH] perlthrtut.pod (based on perl-current@29766)
15432              From: Wolfgang Laun <Wolfgang.Laun@thalesgroup.com>
15433              Date: Fri, 12 Jan 2007 17:37:58 +0100
15434              Message-ID: <45A7B966.1040307@thalesgroup.com>
15435      Branch: perl
15436            ! pod/perlthrtut.pod
15437 ____________________________________________________________________________
15438 [ 29780] By: davem                                 on 2007/01/12  21:49:13
15439         Log: fix PL_parser_dup symbol (again)
15440      Branch: perl
15441            ! embed.fnc embed.h global.sym
15442 ____________________________________________________________________________
15443 [ 29779] By: davem                                 on 2007/01/12  19:56:40
15444         Log: Rationalise refcounting of thread structures
15445              Formerly there could be races with multiple destroys of a thread
15446              structure.
15447      Branch: perl
15448            ! ext/threads/threads.xs
15449 ____________________________________________________________________________
15450 [ 29778] By: merijn                                on 2007/01/12  16:06:23
15451         Log: Superdome now also in Itanium series (sx1000 & sx2000),
15452              cx2600 is Madison 6
15453      Branch: perl
15454            ! README.hpux
15455 ____________________________________________________________________________
15456 [ 29777] By: merijn                                on 2007/01/12  15:15:13
15457         Log: gcc -dumpversion is at least supported back to 2.7.x and
15458              thus seems to be much more defensive against upcoming version
15459              reporting format changes.
15460      Branch: perl
15461            ! hints/aix.sh hints/aix_3.sh hints/aix_4.sh hints/dec_osf.sh
15462            ! hints/hpux.sh hints/svr5.sh hints/vos.sh
15463 ____________________________________________________________________________
15464 [ 29774] By: rgs                                   on 2007/01/12  13:57:45
15465         Log: makedef.pl should be able to load "strict"
15466      Branch: perl
15467            ! makedef.pl
15468 ____________________________________________________________________________
15469 [ 29768] By: rgs                                   on 2007/01/12  11:44:04
15470         Log: Upgrade to ExtUtils::Manifest 1.51
15471      Branch: perl
15472            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
15473 ____________________________________________________________________________
15474 [ 29767] By: davem                                 on 2007/01/12  11:26:14
15475         Log: fix typo in hv.c
15476      Branch: perl
15477            ! hv.c
15478 ____________________________________________________________________________
15479 [ 29766] By: davem                                 on 2007/01/12  11:13:49
15480         Log: fix PL_parser_dup symbol
15481      Branch: perl
15482            ! embed.fnc embed.h makedef.pl
15483 ____________________________________________________________________________
15484 [ 29765] By: davem                                 on 2007/01/12  10:42:05
15485         Log: make tr/// threadsafe by moving swash into pad
15486      Branch: perl
15487            ! doop.c op.c
15488 ____________________________________________________________________________
15489 [ 29764] By: rgs                                   on 2007/01/12  10:24:55
15490         Log: Subject: [PATCH] trivia in perlthrtut.pod
15491              From: Wolfgang Laun <Wolfgang.Laun@thalesgroup.com>
15492              Date: Thu, 11 Jan 2007 16:57:29 +0100
15493              Message-ID: <45A65E69.8010400@thalesgroup.com>
15494      Branch: perl
15495            ! pod/perlthrtut.pod
15496 ____________________________________________________________________________
15497 [ 29762] By: steveh                                on 2007/01/11  17:27:02
15498         Log: Update copyright year in "perl -v" output
15499      Branch: perl
15500            ! perl.c
15501 ____________________________________________________________________________
15502 [ 29761] By: rgs                                   on 2007/01/11  17:12:08
15503         Log: Fix bug [perl #41234] : the tokenizer understands "=cute"
15504              or other words that begin with "cut" as synonyms for "=cut"
15505      Branch: perl
15506            ! toke.c
15507 ____________________________________________________________________________
15508 [ 29758] By: nicholas                              on 2007/01/11  15:37:12
15509         Log: Change 29753 messed up do_hv_dump() [my fault]
15510      Branch: perl
15511            ! embed.fnc proto.h
15512 ____________________________________________________________________________
15513 [ 29757] By: rgs                                   on 2007/01/11  15:07:28
15514         Log: Silence an "unused parameter" warning in Perl_reg_numbered_buff_get().
15515              This parameter might become handy in the future, so keep it.
15516      Branch: perl
15517            ! regcomp.c
15518 ____________________________________________________________________________
15519 [ 29756] By: rgs                                   on 2007/01/11  14:47:01
15520         Log: Subject: [PATCH] Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, cleanup and more docs for regatom()
15521              From: demerphq <demerphq@gmail.com>
15522              Date: Wed, 10 Jan 2007 20:33:39 +0100
15523              Message-ID: <9b18b3110701101133i46dc5fd0p1476a0f1dd1e9c5a@mail.gmail.com>
15524              
15525              (plus POD nits by Merijn and myself)
15526      Branch: perl
15527            ! pod/perl595delta.pod pod/perlre.pod regcomp.c regcomp.sym
15528            ! regexec.c regexp.h regnodes.h t/op/pat.t
15529 ____________________________________________________________________________
15530 [ 29753] By: nicholas                              on 2007/01/11  13:23:40
15531         Log: do_gv_dump, do_gvgv_dump and do_hv_dump call all actually take a NULL
15532              parameter. Patch for do_hv_dump supplied by Brandon L Black, other
15533              two added after code inspection.
15534      Branch: perl
15535            ! embed.fnc proto.h
15536 ____________________________________________________________________________
15537 [ 29751] By: rgs                                   on 2007/01/11  10:34:02
15538         Log: Fix bug #40407: after a seek on a PerlIO::scalar filehandle,
15539              ensure there's a string buffer in the scalar
15540      Branch: perl
15541            ! ext/PerlIO/scalar/scalar.xs
15542 ____________________________________________________________________________
15543 [ 29750] By: rgs                                   on 2007/01/11  09:51:56
15544         Log: Subject: [PATCH] AutoLoader fix, part 2
15545              From: Steffen Mueller <rt8363b02@sneakemail.com>
15546              Date: Wed, 10 Jan 2007 18:52:23 +0100
15547              Message-ID: <20070110175148.26694.qmail@lists.develooper.com>
15548      Branch: perl
15549            ! lib/AutoLoader.pm lib/AutoLoader.t
15550 ____________________________________________________________________________
15551 [ 29749] By: nicholas                              on 2007/01/11  00:24:48
15552         Log: In toke.c, merge S_update_debugger_info_pv() and
15553              S_update_debugger_info_sv() into S_update_debugger_info().
15554      Branch: perl
15555            ! embed.fnc embed.h proto.h toke.c
15556 ____________________________________________________________________________
15557 [ 29748] By: nicholas                              on 2007/01/10  16:24:27
15558         Log: An implementation of change 29735 for blead (PL_curcop could be NULL)
15559              given that blead's refactoring is not yet in maint.
15560      Branch: perl
15561            ! gv.c
15562 ____________________________________________________________________________
15563 [ 29747] By: rgs                                   on 2007/01/10  16:00:17
15564         Log: Regenerate all files
15565      Branch: perl
15566            ! embed.h keywords.h reentr.c reentr.h
15567 ____________________________________________________________________________
15568 [ 29745] By: rgs                                   on 2007/01/10  13:21:03
15569         Log: Subject: PATCH: perlfunc.pod / warn
15570              From: Peter Scott <Peter@PSDT.com>
15571              Date: Wed, 10 Jan 2007 05:18:52 -0800
15572              Message-Id: <pan.2007.01.10.13.18.52.834683@PSDT.com>
15573      Branch: perl
15574            ! pod/perlfunc.pod
15575 ____________________________________________________________________________
15576 [ 29744] By: rgs                                   on 2007/01/10  13:17:37
15577         Log: Subject: Re: [perl #41215] % on scalars sometimes throws away fractions 
15578              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15579              Date: Tue, 09 Jan 2007 23:39:42 +0900
15580              Message-Id: <20070109233928.07AF.BQW10602@nifty.com>
15581              
15582              plus nits by Dominic Dunlop
15583      Branch: perl
15584            ! pod/perlop.pod
15585 ____________________________________________________________________________
15586 [ 29743] By: rgs                                   on 2007/01/10  10:54:27
15587         Log: Subject: Bug in AutoLoader.pm causing endless loop
15588              From: Steffen Mueller <rt8363b02@sneakemail.com>
15589              Date: Tue, 09 Jan 2007 19:15:36 +0100
15590              Message-ID: <45A3DBC8.4010203@sneakemail.com>
15591      Branch: perl
15592            ! lib/AutoLoader.pm
15593 ____________________________________________________________________________
15594 [ 29742] By: rgs                                   on 2007/01/10  10:25:02
15595         Log: Subject: ./miniperl minimod.pl ... Can't locate strict.pm
15596              From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig)
15597              Date: Wed, 10 Jan 2007 04:55:55 +0100
15598              Message-ID: <87lkkbk01g.fsf@k75.linux.bogus>
15599      Branch: perl
15600            ! minimod.pl
15601 ____________________________________________________________________________
15602 [ 29741] By: nicholas                              on 2007/01/09  21:46:28
15603         Log: Make minimod.pl warnings and strict clean.
15604      Branch: perl
15605            ! minimod.pl
15606 ____________________________________________________________________________
15607 [ 29740] By: nicholas                              on 2007/01/09  21:44:05
15608         Log: Make makedef.pl warnings and strict clean.
15609      Branch: perl
15610            ! makedef.pl
15611 ____________________________________________________________________________
15612 [ 29739] By: nicholas                              on 2007/01/09  21:37:31
15613         Log: Make keywords.pl strict and warnings clean.
15614      Branch: perl
15615            ! keywords.pl
15616 ____________________________________________________________________________
15617 [ 29738] By: nicholas                              on 2007/01/09  21:34:50
15618         Log: Make autodoc.pl strict clean.
15619      Branch: perl
15620            ! autodoc.pl
15621 ____________________________________________________________________________
15622 [ 29736] By: nicholas                              on 2007/01/09  21:21:56
15623         Log: Make opcode.pl strict and warnings clean.
15624      Branch: perl
15625            ! opcode.pl
15626 ____________________________________________________________________________
15627 [ 29734] By: steveh                                on 2007/01/09  12:44:15
15628         Log: Subject: Re: Change 29723 breaks t/op/inccode-tie.t on Win32
15629              From: Nicholas Clark <nick@ccl4.org>
15630              Date: Tue, 9 Jan 2007 12:31:17 +0000
15631              Message-ID: <20070109123116.GC30742@plum.flirble.org>
15632      Branch: perl
15633            ! t/op/inccode-tie.t
15634 ____________________________________________________________________________
15635 [ 29732] By: steveh                                on 2007/01/09  10:40:23
15636         Log: Subject: Re: [PATCH] ANSIfy the PATH environment variable on Windows
15637              From: Jan Dubois <jand@ActiveState.com>
15638              Date: Mon, 08 Jan 2007 14:58:12 -0800
15639              Message-ID: <eei5q29hrchpam2i5g0000mbvu0b1hrm83@4ax.com>
15640              
15641              Fixes the Borland build, in which the PATH was getting corrupted
15642              when the variable that was just putenv()'d got free()'d
15643      Branch: perl
15644            ! win32/win32.c
15645 ____________________________________________________________________________
15646 [ 29731] By: rgs                                   on 2007/01/09  10:33:56
15647         Log: Subject: [PATCH] Change #29711 broke tr//c on Win32.
15648              From: demerphq <demerphq@gmail.com>
15649              Date: Mon, 8 Jan 2007 20:31:26 +0100
15650              Message-ID: <9b18b3110701081131v392597c6veed493407c1eede7@mail.gmail.com>
15651      Branch: perl
15652            ! op.c
15653 ____________________________________________________________________________
15654 [ 29730] By: rgs                                   on 2007/01/09  10:04:37
15655         Log: Subject: [PATCH] Let the regex parser decide if we have a special pattern or not.
15656              From: demerphq <demerphq@gmail.com>
15657              Date: Tue, 9 Jan 2007 00:46:31 +0100
15658              Message-ID: <9b18b3110701081546n2c3f19acy29adc0d233bb848c@mail.gmail.com>
15659      Branch: perl
15660            ! op.c op.h pp.c pp_ctl.c regcomp.c regexp.h
15661 ____________________________________________________________________________
15662 [ 29729] By: nicholas                              on 2007/01/09  09:58:17
15663         Log: socketpair.t was written in 2001. At that time, Test::More got confused
15664              if you forked under it. Test::More 0.47 added support to detect forking
15665              which resolves this. Hence there is now no need to fork() in a BEGIN
15666              block, which causes issues on Win32 due to how pseudofork works.
15667      Branch: perl
15668            ! ext/Socket/t/socketpair.t
15669 ____________________________________________________________________________
15670 [ 29728] By: rgs                                   on 2007/01/09  09:28:52
15671         Log: Revert change #29708 (useless)
15672      Branch: perl
15673            ! win32/win32.c
15674 ____________________________________________________________________________
15675 [ 29727] By: nicholas                              on 2007/01/08  23:27:26
15676         Log: Eliminate pp_threadsv, as it was only ever used by 5005 threads.
15677      Branch: perl
15678            ! dump.c ext/Opcode/Opcode.pm op.c opcode.h opcode.pl opnames.h
15679            ! pp.sym pp_proto.h
15680 ____________________________________________________________________________
15681 [ 29724] By: nicholas                              on 2007/01/08  21:52:32
15682         Log: do or die; for all the List::Util pure perl tests.
15683      Branch: perl
15684            ! ext/List/Util/t/p_blessed.t ext/List/Util/t/p_first.t
15685            ! ext/List/Util/t/p_lln.t ext/List/Util/t/p_max.t
15686            ! ext/List/Util/t/p_maxstr.t ext/List/Util/t/p_min.t
15687            ! ext/List/Util/t/p_minstr.t ext/List/Util/t/p_openhan.t
15688            ! ext/List/Util/t/p_readonly.t ext/List/Util/t/p_reduce.t
15689            ! ext/List/Util/t/p_refaddr.t ext/List/Util/t/p_reftype.t
15690            ! ext/List/Util/t/p_shuffle.t ext/List/Util/t/p_sum.t
15691            ! ext/List/Util/t/p_tainted.t
15692 ____________________________________________________________________________
15693 [ 29723] By: nicholas                              on 2007/01/08  21:20:26
15694         Log: do $file; won't propagate errors from die, as do is an implicit eval.
15695              So need to propagate errors with $@.
15696      Branch: perl
15697            ! ext/DynaLoader/hints/gnukfreebsd.pl
15698            ! ext/DynaLoader/hints/gnuknetbsd.pl
15699            ! ext/NDBM_File/hints/gnukfreebsd.pl
15700            ! ext/NDBM_File/hints/gnuknetbsd.pl
15701            ! ext/ODBM_File/hints/gnukfreebsd.pl
15702            ! ext/ODBM_File/hints/gnuknetbsd.pl
15703            ! ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl
15704            ! ext/Storable/hints/gnukfreebsd.pl
15705            ! ext/Storable/hints/gnuknetbsd.pl lib/perl5db.pl
15706            ! lib/utf8_heavy.pl symbian/config.pl symbian/makesis.pl
15707            ! symbian/xsbuild.pl t/comp/require.t t/op/caller.t t/op/do.t
15708            ! t/op/inccode-tie.t t/op/regexp_noamp.t t/op/regexp_notrie.t
15709            ! t/op/regexp_qr.t t/op/regexp_qr_embed.t t/op/regexp_trielist.t
15710            ! t/op/threads.t t/uni/case.pl win32/ce-helpers/makedist.pl
15711 ____________________________________________________________________________
15712 [ 29719] By: nicholas                              on 2007/01/08  14:28:17
15713         Log: Mention -C on #! line in perltodo. Remove some trailing whitespace that
15714              podchecker warned over.
15715      Branch: perl
15716            ! pod/perltodo.pod
15717 ____________________________________________________________________________
15718 [ 29718] By: rgs                                   on 2007/01/08  11:09:10
15719         Log: Change the API doc for some of the SvXXX testing macros.
15720              Often, those macros simply test a bit in sv_flags, so
15721              the return value should be assigned to a U32 instead of
15722              a bool to avoid truncation. (bug perl #32884)
15723      Branch: perl
15724            ! pod/perlapi.pod sv.h
15725 ____________________________________________________________________________
15726 [ 29717] By: rgs                                   on 2007/01/08  10:35:04
15727         Log: Turn taint warnings (-t) into severe warnings, so they're
15728              on by default, without having to play games with the
15729              warning bits. Add a test for -t.
15730      Branch: perl
15731            ! perl.c pp_ctl.c t/lib/warnings/taint taint.c warnings.h
15732            ! warnings.pl
15733 ____________________________________________________________________________
15734 [ 29716] By: rgs                                   on 2007/01/08  09:26:01
15735         Log: Silence casting warnings
15736      Branch: perl
15737            ! regcomp.c
15738 ____________________________________________________________________________
15739 [ 29715] By: merijn                                on 2007/01/08  07:34:29
15740         Log: Default "$undef" for NV_PRESERVES_UV_BITS causes compilation
15741              failure of sv.c when triggered
15742              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
15743              Date: Mon, 8 Jan 2007 00:49:11 +0100
15744              Message-ID: <20070108004911.7022445c@r2d2>
15745      Branch: perl
15746            ! Configure
15747 ____________________________________________________________________________
15748 [ 29713] By: merijn                                on 2007/01/08  07:19:02
15749         Log: Subject: help cygwin find its dlls even on taint tests with no path
15750              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
15751              Date: Sun, 7 Jan 2007 16:56:28 -0800 (PST)
15752              Message-ID: <2437.63.226.247.31.1168217788.squirrel@63.226.247.31>
15753      Branch: perl
15754            ! cygwin/Makefile.SHs t/op/taint.t
15755 ____________________________________________________________________________
15756 [ 29712] By: davem                                 on 2007/01/08  00:14:22
15757         Log: fix occasional op/time.t failure
15758              test 2 uses far more sys than user time, so it's possible to burn
15759              20 secs of wall time without an apparent increase in user time
15760      Branch: perl
15761            ! t/op/time.t
15762 ____________________________________________________________________________
15763 [ 29711] By: davem                                 on 2007/01/08  00:06:44
15764         Log: allocate op_pv strings from shared mem pool
15765      Branch: perl
15766            ! op.c toke.c
15767 ____________________________________________________________________________
15768 [ 29710] By: rgs                                   on 2007/01/07  23:27:03
15769         Log: In the new test for less.pm, call use_ok at compile-time
15770              and add -w.
15771      Branch: perl
15772            ! lib/less.t
15773 ____________________________________________________________________________
15774 [ 29709] By: rgs                                   on 2007/01/07  23:24:31
15775         Log: Subject: [PATCH] less useful
15776              From: "Joshua ben Jore" <twists@gmail.com>
15777              Date: Sat, 6 Jan 2007 13:33:15 -0800
15778              Message-ID: <dc5c751d0701061333w7b89ea48kf5c8993e3de19b44@mail.gmail.com>
15779      Branch: perl
15780            ! lib/less.pm lib/less.t
15781 ____________________________________________________________________________
15782 [ 29708] By: rgs                                   on 2007/01/07  23:12:26
15783         Log: Subject: Re: [PATCH] ANSIfy the PATH environment variable on Windows
15784              From: demerphq <demerphq@gmail.com>
15785              Date: Sun, 7 Jan 2007 20:51:43 +0100
15786              Message-ID: <9b18b3110701071151y13eaa554w257d2d5016ee0983@mail.gmail.com>
15787      Branch: perl
15788            ! win32/win32.c
15789 ____________________________________________________________________________
15790 [ 29707] By: rgs                                   on 2007/01/07  23:08:04
15791         Log: Subject: DynaLoader test failure on cygwin
15792              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
15793              Date: Sun, 7 Jan 2007 11:56:21 -0800 (PST)
15794              Message-ID: <1675.63.226.247.31.1168199781.squirrel@63.226.247.31>
15795      Branch: perl
15796            ! ext/DynaLoader/t/DynaLoader.t
15797 ____________________________________________________________________________
15798 [ 29706] By: davem                                 on 2007/01/07  14:55:27
15799         Log: silence a warning in perly.c
15800      Branch: perl
15801            ! perly.c
15802 ____________________________________________________________________________
15803 [ 29705] By: rgs                                   on 2007/01/06  07:19:09
15804         Log: Subject: patch: shorten perl.h by six lines
15805              From: "David Nicol" <davidnicol@gmail.com>
15806              Date: Sat, 6 Jan 2007 00:02:24 -0600
15807              Message-ID: <934f64a20701052202p1c77a226w32634a1c69f584c7@mail.gmail.com>
15808      Branch: perl
15809            ! perl.h
15810 ____________________________________________________________________________
15811 [ 29704] By: rgs                                   on 2007/01/06  06:58:41
15812         Log: Add 2007 copyrights in a few more .pl files that
15813              generate code (thanks to Jarkko)
15814      Branch: perl
15815            ! overload.pl reentr.pl
15816 ____________________________________________________________________________
15817 [ 29703] By: rgs                                   on 2007/01/05  23:15:38
15818         Log: Silence a gcc warning, spotted by Tels
15819      Branch: perl
15820            ! regcomp.c
15821 ____________________________________________________________________________
15822 [ 29702] By: rgs                                   on 2007/01/05  18:30:52
15823         Log: Bump version of PerlIO::via after last change
15824      Branch: perl
15825            ! ext/PerlIO/via/via.pm
15826 ____________________________________________________________________________
15827 [ 29701] By: rgs                                   on 2007/01/05  18:26:43
15828         Log: Subject: [PATCH] ext/PerlIO/via/via.xs freeing the wrong thing
15829              From: Bo Lindbergh <blgl@hagernas.com>
15830              Date: Fri, 5 Jan 2007 19:19:53 +0100
15831              Message-Id: <C7070BEE-BFB6-4FA2-A50B-BF20CDB3B61F@hagernas.com>
15832      Branch: perl
15833            ! ext/PerlIO/via/via.xs
15834 ____________________________________________________________________________
15835 [ 29700] By: rgs                                   on 2007/01/05  15:37:54
15836         Log: Normalize copyright of perlio.c for years >= 2006
15837      Branch: perl
15838            ! perlio.c
15839 ____________________________________________________________________________
15840 [ 29699] By: steveh                                on 2007/01/05  15:04:59
15841         Log: Do the same as #29697 for Win32
15842      Branch: perl
15843            ! win32/Makefile win32/makefile.mk
15844 ____________________________________________________________________________
15845 [ 29698] By: rgs                                   on 2007/01/05  14:37:31
15846         Log: Fix the interaction of -w and -t when provided on the command-line
15847              and/or on the shebang line : do not reset the warning bits to
15848              'only taint'.
15849      Branch: perl
15850            ! perl.c pp_ctl.c
15851 ____________________________________________________________________________
15852 [ 29697] By: rgs                                   on 2007/01/05  12:27:22
15853         Log: Fix distclean now that we have re::Tie::Hash::NamedCapture
15854      Branch: perl
15855            ! Makefile.SH
15856 ____________________________________________________________________________
15857 [ 29696] By: rgs                                   on 2007/01/05  10:47:58
15858         Log: Update copyright years in .c files
15859      Branch: perl
15860            ! doio.c doop.c gv.c miniperlmain.c pad.c perl.c pp.c pp_ctl.c
15861            ! pp_hot.c pp_sort.c pp_sys.c regcomp.c regexec.c scope.c
15862            ! universal.c utf8.c
15863 ____________________________________________________________________________
15864 [ 29695] By: rgs                                   on 2007/01/05  10:34:36
15865         Log: Update copyright years in .h files. Also, in .pl
15866              files that generate .h files, so they'll be ready
15867              next time.
15868      Branch: perl
15869            ! XSUB.h keywords.pl op.h opcode.pl pad.h perlio.h perlsdio.h
15870            ! perlsfio.h pp.h regcomp.h regexp.h scope.h thrdvar.h unixish.h
15871            ! utf8.h utfebcdic.h util.h
15872 ____________________________________________________________________________
15873 [ 29694] By: rgs                                   on 2007/01/05  10:21:58
15874         Log: Update copyright for perlio.c
15875      Branch: perl
15876            ! perlio.c
15877 ____________________________________________________________________________
15878 [ 29693] By: rgs                                   on 2007/01/05  09:55:22
15879         Log: Subject: Re: What if NV_PRESERVES_UV_BITS is undef? (was: Re: [PATCH] Configure test code fails to compile if SIGFPE is undefined)
15880              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15881              Date: Thu, 04 Jan 2007 00:21:02 +0900
15882              Message-Id: <20070104001943.6BC2.BQW10602@nifty.com>
15883      Branch: perl
15884            ! ext/Data/Dumper/t/dumper.t ext/Devel/Peek/t/Peek.t
15885 ____________________________________________________________________________
15886 [ 29692] By: steveh                                on 2007/01/05  09:45:08
15887         Log: Silence various VC6 warnings
15888      Branch: perl
15889            ! ext/B/B.xs perly.c regexec.c util.c win32/win32.c
15890 ____________________________________________________________________________
15891 [ 29691] By: rgs                                   on 2007/01/05  09:11:30
15892         Log: Subject: Re: [PATCH] perlio.c repair
15893              From: Bo Lindbergh <blgl@hagernas.com>
15894              Date: Thu, 4 Jan 2007 18:22:09 +0100
15895              Message-Id: <E22DC961-6821-4AC2-BA2F-9B5B06927758@hagernas.com>
15896      Branch: perl
15897            ! perlio.c
15898 ____________________________________________________________________________
15899 [ 29690] By: rgs                                   on 2007/01/05  07:49:03
15900         Log: Subject: [PATCH] ANSIfy the PATH environment variable on Windows
15901              From: Jan Dubois <jand@ActiveState.com>
15902              Date: Thu, 04 Jan 2007 12:37:48 -0800
15903              Message-ID: <7coqp2pme3r30qaonticuv6c6licieg4cg@4ax.com>
15904      Branch: perl
15905            ! win32/perllib.c win32/win32.c
15906 ____________________________________________________________________________
15907 [ 29689] By: rgs                                   on 2007/01/05  07:47:08
15908         Log: Subject: [PATCH] Add error handling to win32_ansipath
15909              From: Jan Dubois <jand@ActiveState.com>
15910              Date: Thu, 04 Jan 2007 12:20:21 -0800
15911              Message-ID: <f2oqp2dbdglim8bda4q1kajt9k3cvpqqga@4ax.com>
15912      Branch: perl
15913            ! win32/win32.c
15914 ____________________________________________________________________________
15915 [ 29688] By: rgs                                   on 2007/01/04  17:04:11
15916         Log: Upgrade Module::Load::Conditional to 0.14
15917      Branch: perl
15918            + lib/Module/Load/Conditional/t/to_load/InPod.pm
15919            ! MANIFEST lib/Module/Load/Conditional.pm
15920            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
15921            ! lib/Module/Load/Conditional/t/to_load/Commented.pm
15922            ! lib/Module/Load/Conditional/t/to_load/LoadIt.pm
15923            ! lib/Module/Load/Conditional/t/to_load/Must/Be/Loaded.pm
15924 ____________________________________________________________________________
15925 [ 29687] By: rgs                                   on 2007/01/04  15:33:16
15926         Log: 4th patch from: 
15927              
15928              Subject: [PATCH] Cleanup SVf arguments (2nd try)
15929              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
15930              Date: Mon, 1 Jan 2007 20:16:13 +0100
15931              Message-ID: <20070101201613.4120d9ef@r2d2>
15932              
15933              Introduce an SVfARG() macro for %SVf (%-p here) arguments to
15934              perl's printf
15935      Branch: perl
15936            ! XSUB.h doio.c gv.c hv.c mg.c op.c pad.c perl.c perl.h perlio.c
15937            ! pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c regexec.c
15938            ! sv.c toke.c universal.c utf8.c
15939 ____________________________________________________________________________
15940 [ 29686] By: rgs                                   on 2007/01/04  15:29:02
15941         Log: The first three patches from:
15942              
15943              Subject: [PATCH] Cleanup SVf arguments (2nd try)
15944              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
15945              Date: Mon, 1 Jan 2007 20:16:13 +0100
15946              Message-ID: <20070101201613.4120d9ef@r2d2>
15947              
15948              Adds (void*) casts to %-p and %p printf arguments
15949      Branch: perl
15950            ! XSUB.h doio.c hv.c mg.c perl.c perlio.c pp.c pp_hot.c
15951            ! regcomp.c regexec.c scope.c sv.c util.c
15952 ____________________________________________________________________________
15953 [ 29685] By: steveh                                on 2007/01/04  15:21:50
15954         Log: Subject: Re: [PATCH] Symbian port: add Series 90 support
15955              From: Jarkko Hietaniemi <jhi@iki.fi>
15956              Date: Thu, 04 Jan 2007 03:35:54 -0500
15957              Message-ID: <459CBC6A.4060806@iki.fi>
15958              
15959              Fixes a VC7/VC7.1 linker error following #29650/#29651
15960      Branch: perl
15961            ! perl.h util.c
15962 ____________________________________________________________________________
15963 [ 29684] By: rgs                                   on 2007/01/04  14:40:18
15964         Log: Remove no longer used magic vtable
15965      Branch: perl
15966            ! XSUB.h perl.h
15967 ____________________________________________________________________________
15968 [ 29683] By: rgs                                   on 2007/01/04  14:39:08
15969         Log: Silence a 'null argument' warning
15970      Branch: perl
15971            ! dump.c
15972 ____________________________________________________________________________
15973 [ 29682] By: rgs                                   on 2007/01/04  14:30:02
15974         Log: Subject: Re: [PATCH] Change implementation of %+ to use a proper tied hash interface and add support for %-
15975              From: demerphq <demerphq@gmail.com>
15976              Date: Fri, 29 Dec 2006 21:45:51 +0100
15977              Message-ID: <9b18b3110612291245q792fe91cu69422d2b81bb4f0b@mail.gmail.com>
15978      Branch: perl
15979            + ext/re/lib/re/Tie/Hash/NamedCapture.pm
15980            ! MANIFEST doop.c dump.c embed.fnc embed.h ext/re/re.pm
15981            ! ext/re/re.xs ext/re/t/re_funcs.t global.sym gv.c hv.c mg.c
15982            ! perl.h pod/perlapi.pod pod/perlintern.pod pod/perlvar.pod
15983            ! proto.h regcomp.c sv.c t/op/pat.t
15984 ____________________________________________________________________________
15985 [ 29681] By: rgs                                   on 2007/01/04  10:32:13
15986         Log: Subject: [PATCH] Add note to perltodo.pod about Unicode and file globbing
15987              From: Jan Dubois <jand@ActiveState.com>
15988              Date: Thu, 28 Dec 2006 19:06:00 -0800
15989              Message-ID: <4e19p2lgme9qbqjkv78q7154vg6hlaar19@4ax.com>
15990      Branch: perl
15991            ! pod/perltodo.pod
15992 ____________________________________________________________________________
15993 [ 29680] By: davem                                 on 2007/01/04  01:03:22
15994         Log: make parser_free actually free the parser!
15995              also remove two SAVEs left over from #29655
15996      Branch: perl
15997            ! perly.c toke.c
15998 ____________________________________________________________________________
15999 [ 29679] By: nicholas                              on 2007/01/03  23:13:43
16000         Log: Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOURSTASH_set.
16001      Branch: perl
16002            ! dump.c pad.c pad.h sv.c sv.h
16003 ____________________________________________________________________________
16004 [ 29678] By: davem                                 on 2007/01/03  22:17:48
16005         Log: handle cloning of parsers on the save stack
16006      Branch: perl
16007            ! perly.c scope.c scope.h sv.c
16008 ____________________________________________________________________________
16009 [ 29677] By: nicholas                              on 2007/01/03  22:02:49
16010         Log: Teach dump about OURSTASH and COP ranges stored in the NV union.
16011      Branch: perl
16012            ! dump.c
16013 ____________________________________________________________________________
16014 [ 29676] By: stevep                                on 2007/01/03  18:23:32
16015         Log: Subject: [PATCH] Update change 29607 to affect only Win32
16016              From: Jan Dubois <jand@ActiveState.com>
16017              Date: Wed, 03 Jan 2007 08:48:22 -0800
16018              Message-ID: <f9nnp2lf4hsb74jf9unlsj59ahsf4f1o1v@4ax.com>
16019      Branch: perl
16020            ! lib/blib.pm
16021 ____________________________________________________________________________
16022 [ 29675] By: steveh                                on 2007/01/03  17:56:16
16023         Log: Subject: [PATCH] Use short pathnames in $^X and @INC if the long form cannot be represented in the current codepage
16024              From: Jan Dubois <jand@ActiveState.com>
16025              Date: Thu, 28 Dec 2006 18:59:40 -0800
16026              Message-ID: <vq09p2p09k6rcu6c9t0mab3vnc335ghg9m@4ax.com>
16027              
16028              Subject: Re: [PATCH] Use short pathnames in $^X and @INC if the long form cannot be represented in the current codepage
16029              From: Jan Dubois <jand@ActiveState.com>
16030              Date: Wed, 03 Jan 2007 08:12:35 -0800
16031              Message-ID: <orknp2pj17265modfosjkp2qtt4bdgtgjp@4ax.com>
16032      Branch: perl
16033            ! makedef.pl win32/perlhost.h win32/perllib.c win32/vdir.h
16034            ! win32/win32.c win32/win32iop.h
16035 ____________________________________________________________________________
16036 [ 29674] By: stevep                                on 2007/01/03  17:02:53
16037         Log: Subject: [PATCH] Re: g++ unhappy
16038              From: Jarkko Hietaniemi <jhi@iki.fi>
16039              Date: Mon, 01 Jan 2007 14:35:46 -0500
16040              Message-ID: <45996292.5090000@iki.fi>
16041      Branch: perl
16042            ! regcomp.c
16043 ____________________________________________________________________________
16044 [ 29673] By: nicholas                              on 2007/01/03  15:17:29
16045         Log: Make the ptr_table functions available in an unthreaded perl, as other
16046              code (such as Storable) can take advantage of them.
16047      Branch: perl
16048            ! embed.fnc embed.h intrpvar.h makedef.pl proto.h sv.c
16049 ____________________________________________________________________________
16050 [ 29672] By: stevep                                on 2007/01/03  13:56:57
16051         Log: Subject: [PATCH] IO::Compress::* 2.003
16052              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
16053              Date: Tue, 2 Jan 2007 13:14:26 -0000
16054              Message-ID: <02ca01c72e6f$eef88360$6401a8c0@myopwv.com>
16055      Branch: perl
16056            ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README
16057            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
16058            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
16059            ! ext/Compress/Zlib/README
16060            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
16061            ! ext/IO/Compress/Base/Changes ext/IO/Compress/Base/README
16062            ! ext/IO/Compress/Base/lib/IO/Compress/Base.pm
16063            ! ext/IO/Compress/Base/lib/IO/Compress/Base/Common.pm
16064            ! ext/IO/Compress/Base/lib/IO/Uncompress/AnyUncompress.pm
16065            ! ext/IO/Compress/Base/lib/IO/Uncompress/Base.pm
16066            ! ext/IO/Compress/Zlib/Changes ext/IO/Compress/Zlib/Makefile.PL
16067            ! ext/IO/Compress/Zlib/README
16068            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Deflate.pm
16069            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Identity.pm
16070            ! ext/IO/Compress/Zlib/lib/IO/Compress/Deflate.pm
16071            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip.pm
16072            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip/Constants.pm
16073            ! ext/IO/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
16074            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip.pm
16075            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip/Constants.pm
16076            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Constants.pm
16077            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Extra.pm
16078            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
16079            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
16080            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
16081            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
16082            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
16083            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
16084            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
16085 ____________________________________________________________________________
16086 [ 29671] By: stevep                                on 2007/01/03  01:46:41
16087         Log: Upgrade to Time-HiRes-1.9704
16088      Branch: perl
16089            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
16090            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
16091 ____________________________________________________________________________
16092 [ 29670] By: nicholas                              on 2007/01/02  21:45:08
16093         Log: Update copyright years to include 2007. (Plus a couple of 2006s and
16094              earlier we missed in av.h and hv.h)
16095      Branch: perl
16096            ! av.h cv.h dump.c hv.h op.c parser.h perly.c sv.h
16097 ____________________________________________________________________________
16098 [ 29669] By: nicholas                              on 2007/01/02  21:10:13
16099         Log: Assignment to a tainted variable was causing confusion if the source
16100              value was an NV too large for an IV (bug #40708). Fix the confusion
16101              by not promoting private flags to public flags in S_save_magic if
16102              there are already public flags.
16103      Branch: perl
16104            ! mg.c t/op/taint.t
16105 ____________________________________________________________________________
16106 [ 29668] By: nicholas                              on 2007/01/02  20:47:31
16107         Log: PVMG can be isUV too.
16108      Branch: perl
16109            ! dump.c ext/Devel/Peek/t/Peek.t
16110 ____________________________________________________________________________
16111 [ 29667] By: davem                                 on 2007/01/02  19:44:23
16112         Log: fix -Mad build breakage
16113      Branch: perl
16114            ! perly.c
16115 ____________________________________________________________________________
16116 [ 29666] By: nicholas                              on 2007/01/02  18:14:26
16117         Log: Copying to FORMATs should work (and not fail assertions if the value
16118              is floating point). Copying to ARRAYs and HASHes can't work and should
16119              croak.
16120      Branch: perl
16121            ! pod/perldiag.pod sv.c
16122 ____________________________________________________________________________
16123 [ 29665] By: nicholas                              on 2007/01/02  17:41:06
16124         Log: It's good to be able to dump FORMATs too :-)
16125      Branch: perl
16126            ! cv.h
16127 ____________________________________________________________________________
16128 [ 29664] By: nicholas                              on 2007/01/02  16:28:48
16129         Log: Remove the vestigal "#if 0"s from header files that defined same-sized
16130              *allocated structs, as these are not going to be needed again.
16131      Branch: perl
16132            ! av.h hv.h sv.h
16133 ____________________________________________________________________________
16134 [ 29663] By: nicholas                              on 2007/01/02  16:05:02
16135         Log: Probably better to make PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI special
16136              cases, instead of scanning pad.h to find them, and picking up 3 other
16137              superfluous definitions as a side effect.
16138      Branch: perl
16139            ! ext/B/defsubs_h.PL ext/B/t/concise-xs.t
16140 ____________________________________________________________________________
16141 [ 29662] By: nicholas                              on 2007/01/02  14:55:29
16142         Log: Note that the examples for the structure copying bug example are no
16143              longer relevant because of the XPVGV re-ordering.
16144      Branch: perl
16145            ! sv.c
16146 ____________________________________________________________________________
16147 [ 29661] By: steveh                                on 2007/01/02  14:50:56
16148         Log: Fix a couple of linker errors on Win32
16149      Branch: perl
16150            ! makedef.pl
16151 ____________________________________________________________________________
16152 [ 29660] By: davem                                 on 2007/01/02  14:02:40
16153         Log: remove conflict in pending_ident function and field name
16154      Branch: perl
16155            ! embed.fnc embed.h proto.h toke.c
16156 ____________________________________________________________________________
16157 [ 29659] By: steveh                                on 2007/01/02  11:18:26
16158         Log: Check miniperl exists before using it to run uupacktool.pl
16159              during distclean
16160      Branch: perl
16161            ! win32/Makefile win32/makefile.mk
16162 ____________________________________________________________________________
16163 [ 29658] By: merijn                                on 2007/01/02  07:15:38
16164         Log: Subject: [PATCH] Configure test code fails to compile if SIGFPE is undefined
16165              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
16166              Date: Tue, 2 Jan 2007 00:08:27 +0100
16167              Message-ID: <20070102000827.7acf11c8@r2d2>
16168      Branch: perl
16169            ! Configure
16170 ____________________________________________________________________________
16171 [ 29656] By: davem                                 on 2007/01/02  02:19:20
16172         Log: Subject:  [PATCH] really should test compile in AIX or something (fixup after the Series 90 patch)
16173              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
16174              Date:  Tue, 2 Jan 2007 03:15:42 +0200 (EET)
16175              Message-Id:  <200701020115.l021FgtC495074@kosh.hut.fi>
16176      Branch: perl
16177            ! makedef.pl
16178 ____________________________________________________________________________
16179 [ 29655] By: davem                                 on 2007/01/02  01:51:05
16180         Log: move easy lexer state variables into PL_parser
16181              (where "easy" == "only appear in toke.c")
16182      Branch: perl
16183            ! embed.fnc embed.h embedvar.h intrpvar.h parser.h perl.h
16184            ! perlapi.h perly.c proto.h sv.c toke.c
16185 ____________________________________________________________________________
16186 [ 29654] By: stevep                                on 2007/01/02  00:07:52
16187         Log: Quiet a smoke warning in toke.c and bump the copyright year.
16188      Branch: perl
16189            ! toke.c
16190 ____________________________________________________________________________
16191 [ 29653] By: stevep                                on 2007/01/01  22:48:33
16192         Log: Welcome to 2007!  Time to update copyrights from changes earlier
16193              today.
16194      Branch: perl
16195            ! embed.h embed.pl embedvar.h global.sym hv.c mg.c perl.h
16196            ! perlapi.c perlapi.h proto.h sv.c util.c
16197 ____________________________________________________________________________
16198 [ 29652] By: davem                                 on 2007/01/01  22:37:40
16199         Log: split parser initialisation from parser execution
16200      Branch: perl
16201            ! embed.fnc embed.h parser.h perly.c proto.h toke.c
16202 ____________________________________________________________________________
16203 [ 29651] By: stevep                                on 2007/01/01  19:30:05
16204         Log: Add file missed in change #29650.
16205      Branch: perl
16206            + symbian/PerlUiS90.rss
16207 ____________________________________________________________________________
16208 [ 29650] By: stevep                                on 2007/01/01  15:41:48
16209         Log: Subject: [PATCH] Symbian port: add Series 90 support
16210              From: Jarkko Hietaniemi <jhi@iki.fi>
16211              Date: Mon, 01 Jan 2007 08:49:03 -0500
16212              Message-ID: <4599114F.8020307@iki.fi>
16213      Branch: perl
16214            ! MANIFEST README.symbian embed.fnc embed.h embedvar.h
16215            ! global.sym hv.c intrpvar.h lib/ExtUtils/Constant/ProxySubs.pm
16216            ! mg.c perl.h perlapi.h perlio.c pod/perlapi.pod proto.h sv.c
16217            ! symbian/PerlApp.cpp symbian/PerlApp.h symbian/PerlUi.cpp
16218            ! symbian/PerlUi.h symbian/config.pl symbian/config.sh
16219            ! symbian/cwd.pl symbian/install.cfg symbian/makesis.pl
16220            ! symbian/sdk.pl symbian/xsbuild.pl util.c
16221 ____________________________________________________________________________
16222 [ 29649] By: davem                                 on 2007/01/01  11:24:07
16223         Log: split parser stack from parser object
16224      Branch: perl
16225            ! parser.h perly.c
16226 ____________________________________________________________________________
16227 [ 29648] By: davem                                 on 2006/12/31  18:56:37
16228         Log: in lex_start(), ensure that all lexer state vars are saved
16229              and re-initialised. This is mostly overkill, but mimicks the
16230              effect of having all the vars in a single parser object.
16231      Branch: perl
16232            ! toke.c
16233 ____________________________________________________________________________
16234 [ 29647] By: nicholas                              on 2006/12/31  16:58:18
16235         Log: Rationalise the logic in lex_start for creating a new temporary if the
16236              passed in SV is read only or doesn't end in ';'. Also, allow a NULL
16237              pointer to imply a zero length string, which saves creating a mortal
16238              in pp_require, only for it to be ignored in favour of a new SV.
16239      Branch: perl
16240            ! embed.fnc pp_ctl.c proto.h toke.c
16241 ____________________________________________________________________________
16242 [ 29646] By: stevep                                on 2006/12/31  16:37:54
16243         Log: Fix to test failures caused by change #29606 when PERLIO=stdio.
16244              Based on suggestions from Ilya Zakharevich in 
16245              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-12/msg00646.html
16246      Branch: perl
16247            ! lib/SelfLoader.pm
16248 ____________________________________________________________________________
16249 [ 29645] By: merijn                                on 2006/12/31  13:58:57
16250         Log: Subject: [PATCH] smoke signs suppression
16251              From: Jarkko Hietaniemi <jhi@iki.fi>
16252              Date: Sun, 31 Dec 2006 08:51:52 -0500
16253              Message-ID: <4597C078.4000503@iki.fi>
16254      Branch: perl
16255            ! iperlsys.h perly.c regcomp.c
16256 ____________________________________________________________________________
16257 [ 29644] By: nicholas                              on 2006/12/31  12:31:09
16258         Log: As freeing up PL_linestr is now done via the scope stack, there's no
16259              need to make any temporary varariable a mortal, and waste effort on
16260              the temp stack (not) clearing it up.
16261      Branch: perl
16262            ! toke.c
16263 ____________________________________________________________________________
16264 [ 29643] By: nicholas                              on 2006/12/31  12:07:37
16265         Log: PL_linestr needs to survive until the end of scope, not just the next
16266              FREETMPS. Fixes the underlying cause of the thread cloning SEGV
16267              reported in http://www.nntp.perl.org/group/perl.perl5.porters/63123
16268      Branch: perl
16269            + t/op/threads_create.pl
16270            ! MANIFEST sv.c t/op/threads.t toke.c
16271 ____________________________________________________________________________
16272 [ 29642] By: nicholas                              on 2006/12/31  00:08:00
16273         Log: Move SVt_BIND to be the lowest type after SVt_NULL. This will force all
16274              code attempting to upgrade a BIND to anything into sv_upgrade(), which
16275              for now will croak, but in future can DTRT, for whatever TRT is decided
16276              to be. Make SvOK() check the flags of the referenant for a BIND, as I
16277              envisage that the only flag bit that will get set on a BIND is SVf_UTF8
16278              even if the referant has a defined value.
16279      Branch: perl
16280            ! dump.c ext/B/B.xs sv.c sv.h
16281 ____________________________________________________________________________
16282 [ 29641] By: stevep                                on 2006/12/30  05:55:53
16283         Log: Subject: [PATCH] Update Compress Modules to version 2.002
16284              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
16285              Date: Fri, 29 Dec 2006 20:50:26 -0000
16286              Message-ID: <000501c72b8a$f96b2ba0$6401a8c0@myopwv.com>
16287      Branch: perl
16288            ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README
16289            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
16290            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
16291            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
16292            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/14gzopen.t
16293            ! ext/IO/Compress/Base/Changes ext/IO/Compress/Base/README
16294            ! ext/IO/Compress/Base/lib/IO/Compress/Base.pm
16295            ! ext/IO/Compress/Base/lib/IO/Compress/Base/Common.pm
16296            ! ext/IO/Compress/Base/lib/IO/Uncompress/AnyUncompress.pm
16297            ! ext/IO/Compress/Base/lib/IO/Uncompress/Base.pm
16298            ! ext/IO/Compress/Base/t/01misc.t ext/IO/Compress/Zlib/Changes
16299            ! ext/IO/Compress/Zlib/README
16300            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Deflate.pm
16301            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Identity.pm
16302            ! ext/IO/Compress/Zlib/lib/IO/Compress/Deflate.pm
16303            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip.pm
16304            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip/Constants.pm
16305            ! ext/IO/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
16306            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip.pm
16307            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip/Constants.pm
16308            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Constants.pm
16309            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Extra.pm
16310            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
16311            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
16312            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
16313            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
16314            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
16315            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
16316            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
16317            ! t/lib/compress/CompTestUtils.pm t/lib/compress/multi.pl
16318            ! t/lib/compress/oneshot.pl
16319 ____________________________________________________________________________
16320 [ 29640] By: davem                                 on 2006/12/30  01:18:18
16321         Log: fix a test failing under -Dmad
16322      Branch: perl
16323            ! ext/List/Util/t/weak.t
16324 ____________________________________________________________________________
16325 [ 29639] By: nicholas                              on 2006/12/29  16:20:39
16326         Log: With xlow and xhigh as U32, PAD_MAX shouldn't be IV_MAX, as on a 64 bit
16327              system this can't be stored.
16328      Branch: perl
16329            ! pad.c
16330 ____________________________________________________________________________
16331 [ 29638] By: nicholas                              on 2006/12/29  14:42:03
16332         Log: I failed to run regen.pl to propagate my pad.c changes to perlintern.pod
16333      Branch: perl
16334            ! pod/perlintern.pod
16335 ____________________________________________________________________________
16336 [ 29637] By: nicholas                              on 2006/12/29  00:17:18
16337         Log: In Perl_fbm_compile, really rarest should be U32 not I32, as it is
16338              set from a U32, and used as an array index.
16339      Branch: perl
16340            ! util.c
16341 ____________________________________________________________________________
16342 [ 29636] By: davem                                 on 2006/12/29  00:08:35
16343         Log: further fix for #29543: fix parser leaks caused by croaking
16344      Branch: perl
16345            ! dump.c op.c op.h perly.c t/comp/parser.t
16346 ____________________________________________________________________________
16347 [ 29635] By: nicholas                              on 2006/12/28  23:57:16
16348         Log: Eliminate BmPREVIOUS_set - with the complexity gone from how the datum
16349              is stored, there's no need for it.
16350      Branch: perl
16351            ! sv.h util.c
16352 ____________________________________________________________________________
16353 [ 29634] By: nicholas                              on 2006/12/28  23:35:54
16354         Log: Move all the FBM data fields from the table into a struct xbm_s which
16355              is part of the xnv union.
16356      Branch: perl
16357            ! av.h cv.h hv.h sv.h util.c
16358 ____________________________________________________________________________
16359 [ 29633] By: nicholas                              on 2006/12/28  22:40:37
16360         Log: With PAD_COMPNAME_GEN in SvUVX, SvCUR is trustworthy once more.
16361      Branch: perl
16362            ! op.c pad.h sv.c
16363 ____________________________________________________________________________
16364 [ 29632] By: nicholas                              on 2006/12/28  22:03:56
16365         Log: Move PAD_COMPNAME_GEN from SvCUR to SvUVX.
16366      Branch: perl
16367            ! op.c pad.c pad.h
16368 ____________________________________________________________________________
16369 [ 29631] By: nicholas                              on 2006/12/28  21:41:52
16370         Log: Move PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad.h, export them via
16371              B.pm, so that B::Concise doesn't need to hard code magic numbers.
16372      Branch: perl
16373            ! ext/B/B/Concise.pm ext/B/defsubs_h.PL ext/B/t/concise-xs.t
16374            ! pad.c pad.h
16375 ____________________________________________________________________________
16376 [ 29630] By: nicholas                              on 2006/12/28  21:21:22
16377         Log: Move the low/high cop sequences from NVX/IVX to a two U32 structure
16378              in the xnv union. This frees up IVX for the PL_generation code, which
16379              in turn will allow SvCUR to return to its real purpose.
16380      Branch: perl
16381            ! av.h cv.h hv.h pad.c pad.h sv.h
16382 ____________________________________________________________________________
16383 [ 29629] By: nicholas                              on 2006/12/28  20:02:03
16384         Log: Abstract the pad code's overloaded use of SvNVX and SvIVX into
16385              4 macros COP_SEQ_RANGE_LOW, COP_SEQ_RANGE_HIGH, PARENT_PAD_INDEX
16386              and PARENT_FAKELEX_FLAGS
16387      Branch: perl
16388            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Deparse.pm
16389            ! pad.c pad.h
16390 ____________________________________________________________________________
16391 [ 29628] By: nicholas                              on 2006/12/28  17:55:06
16392         Log: Change PAD_MAX to something a bit less FORTRAN-ish than 999999999.
16393      Branch: perl
16394            ! pad.c
16395 ____________________________________________________________________________
16396 [ 29627] By: stevep                                on 2006/12/27  19:36:13
16397         Log: Upgrade to Errno-1.10 (!).  I have left the core tests as is for
16398              now as well as for Makefile.PL, which need some looking into.
16399      Branch: perl
16400            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
16401 ____________________________________________________________________________
16402 [ 29626] By: nicholas                              on 2006/12/27  15:27:58
16403         Log: Subject: [PATCH] Macroize char class tests in case to remove duplicated code.
16404              From: demerphq <demerphq@gmail.com>
16405              Message-ID: <9b18b3110612270237i40e5ef34ud80898459ee338eb@mail.gmail.com>
16406              Date: Wed, 27 Dec 2006 11:37:36 +0100
16407      Branch: perl
16408            ! regcomp.c
16409 ____________________________________________________________________________
16410 [ 29625] By: stevep                                on 2006/12/27  14:13:27
16411         Log: Upgrade to CPAN-1.83_66.
16412      Branch: perl
16413            + lib/CPAN/Kwalify.pm lib/CPAN/Kwalify/distroprefs.dd
16414            + lib/CPAN/Kwalify/distroprefs.yml
16415            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm
16416            ! lib/CPAN/HandleConfig.pm lib/CPAN/Version.pm
16417            ! lib/CPAN/t/10version.t
16418 ____________________________________________________________________________
16419 [ 29624] By: stevep                                on 2006/12/26  15:53:57
16420         Log: Cannot use a L<> within a preformatted section of a Pod document.
16421      Branch: perl
16422            ! pod/perlreref.pod
16423 ____________________________________________________________________________
16424 [ 29623] By: rgs                                   on 2006/12/26  14:22:15
16425         Log: Subject: Re: Named-capture regex syntax
16426              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
16427              Date: Tue, 26 Dec 2006 23:11:38 +0900
16428              Message-Id: <20061226231027.8320.BQW10602@nifty.com>
16429      Branch: perl
16430            ! t/op/pat.t
16431 ____________________________________________________________________________
16432 [ 29622] By: rgs                                   on 2006/12/25  17:09:07
16433         Log: Fix a couple of warnings
16434      Branch: perl
16435            ! regcomp.c
16436 ____________________________________________________________________________
16437 [ 29621] By: rgs                                   on 2006/12/25  17:03:14
16438         Log: Subject: Re: Named-capture regex syntax
16439              From: demerphq <demerphq@gmail.com>
16440              Date: Sun, 24 Dec 2006 14:38:15 +0100
16441              Message-ID: <9b18b3110612240538m5c45654br7d27171835f6664@mail.gmail.com>
16442      Branch: perl
16443            ! pod/perldiag.pod pod/perlre.pod regcomp.c regcomp.h t/op/pat.t
16444            ! t/op/re_tests
16445 ____________________________________________________________________________
16446 [ 29620] By: rgs                                   on 2006/12/24  09:28:22
16447         Log: The PERLIO environment variable, when unset, doesn't default to :stdio.
16448      Branch: perl
16449            ! pod/perlrun.pod
16450 ____________________________________________________________________________
16451 [ 29619] By: rgs                                   on 2006/12/23  16:15:50
16452         Log: Fix #6006 for taint mode too.
16453      Branch: perl
16454            ! op.c t/op/subst.t
16455 ____________________________________________________________________________
16456 [ 29618] By: rgs                                   on 2006/12/23  15:52:27
16457         Log: Remove -T from op/subst.t, and add a new test file, substT.t,
16458              to run the s/// tests under taint mode; mark the test for
16459              RT #6006 as TODO, but only with -T.
16460      Branch: perl
16461            + t/op/substT.t
16462            ! MANIFEST t/op/subst.t
16463 ____________________________________________________________________________
16464 [ 29617] By: rgs                                   on 2006/12/23  15:38:50
16465         Log: A better fix for RT #6006: revert change 29616, which was bogus,
16466              and add OP_SCOPE to the list of "dangerous" ops that might appear
16467              on the right side of s///.
16468              However, this fix does not work under taint mode, and op/subst.t
16469              has -T.
16470      Branch: perl
16471            ! op.c
16472 ____________________________________________________________________________
16473 [ 29616] By: rgs                                   on 2006/12/23  13:52:02
16474         Log: Fix RT #6006: Regexp replaces using large replacement variables fail
16475              some of the time (i.e. when the substitution contains something
16476              like ${10}). Patch derived from a patch by Hugo van der Sanden;
16477              added also a second test (Yves Orton already added a TODO test
16478              for this.)
16479      Branch: perl
16480            ! op.c t/op/subst.t
16481 ____________________________________________________________________________
16482 [ 29615] By: rgs                                   on 2006/12/23  12:31:26
16483         Log: Upgrade to Module::Build 0.2806
16484      Branch: perl
16485            + lib/Module/Build/Config.pm
16486            ! MANIFEST lib/Module/Build.pm lib/Module/Build/API.pod
16487            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
16488            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
16489            ! lib/Module/Build/Cookbook.pm lib/Module/Build/ModuleInfo.pm
16490            ! lib/Module/Build/PPMMaker.pm
16491            ! lib/Module/Build/Platform/Amiga.pm
16492            ! lib/Module/Build/Platform/Default.pm
16493            ! lib/Module/Build/Platform/EBCDIC.pm
16494            ! lib/Module/Build/Platform/MPEiX.pm
16495            ! lib/Module/Build/Platform/MacOS.pm
16496            ! lib/Module/Build/Platform/RiscOS.pm
16497            ! lib/Module/Build/Platform/Unix.pm
16498            ! lib/Module/Build/Platform/VMS.pm
16499            ! lib/Module/Build/Platform/VOS.pm
16500            ! lib/Module/Build/Platform/Windows.pm
16501            ! lib/Module/Build/Platform/aix.pm
16502            ! lib/Module/Build/Platform/darwin.pm
16503            ! lib/Module/Build/Platform/os2.pm lib/Module/Build/Version.pm
16504            ! lib/Module/Build/t/basic.t lib/Module/Build/t/ext.t
16505            ! lib/Module/Build/t/extend.t lib/Module/Build/t/metadata.t
16506            ! lib/Module/Build/t/moduleinfo.t lib/Module/Build/t/xs.t
16507 ____________________________________________________________________________
16508 [ 29614] By: rgs                                   on 2006/12/23  11:45:28
16509         Log: syswrite() wasn't reporting a warning when writing to a filehandle
16510              opened only for input.
16511      Branch: perl
16512            ! pp_sys.c t/lib/warnings/pp_sys
16513 ____________________________________________________________________________
16514 [ 29613] By: rgs                                   on 2006/12/22  15:44:51
16515         Log: The Perl 6 specification is still evolving, so don't refer to it.
16516      Branch: perl
16517            ! pod/perlsyn.pod
16518 ____________________________________________________________________________
16519 [ 29612] By: stevep                                on 2006/12/22  15:18:02
16520         Log: miniperl may not have been successfully built before running a
16521              "make distclean".
16522      Branch: perl
16523            ! Makefile.SH
16524 ____________________________________________________________________________
16525 [ 29611] By: stevep                                on 2006/12/22  14:53:17
16526         Log: Silence an unused variable warning in sv.c.
16527      Branch: perl
16528            ! sv.h
16529 ____________________________________________________________________________
16530 [ 29610] By: rgs                                   on 2006/12/22  11:30:47
16531         Log: Unshare the shared string gp_file_hek only if it exists in a GP.
16532              Not doing this will produce invalid frees in the global destruction
16533              process, probably because the empty string will get freed several
16534              times. This should be safe since gp_file_hek is only assigned a
16535              new value with share_hek().
16536      Branch: perl
16537            ! gv.c
16538 ____________________________________________________________________________
16539 [ 29609] By: rgs                                   on 2006/12/21  10:24:05
16540         Log: Upgrade to Text::Balanced 2.0.0
16541      Branch: perl
16542            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
16543            ! lib/Text/Balanced/README lib/Text/Balanced/t/extqlk.t
16544 ____________________________________________________________________________
16545 [ 29608] By: rgs                                   on 2006/12/21  10:12:14
16546         Log: Subject: [PATCH] threads 1.57
16547              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
16548              Date: Wed, 20 Dec 2006 10:30:21 -0800 (PST)
16549              Message-ID: <20061220183021.79793.qmail@web30205.mail.mud.yahoo.com>
16550      Branch: perl
16551            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
16552            ! ext/threads/t/join.t ext/threads/t/state.t
16553            ! ext/threads/t/thread.t ext/threads/threads.pm
16554            ! ext/threads/threads.xs
16555 ____________________________________________________________________________
16556 [ 29607] By: rgs                                   on 2006/12/21  09:47:34
16557         Log: Subject: [PATCH] allow blib.pm to be used for testing Win32 module (again)
16558              From: Jan Dubois <jand@ActiveState.com>
16559              Date: Wed, 20 Dec 2006 18:53:51 -0800
16560              Message-ID: <vjtjo21l5ksgeab6k9l46d9pvlg5vf86rt@4ax.com>
16561      Branch: perl
16562            ! lib/blib.pm
16563 ____________________________________________________________________________
16564 [ 29606] By: stevep                                on 2006/12/21  05:47:31
16565         Log: Subject: [PATCH 5.8.8] SelfLoader after fork()
16566              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
16567              Date: Mon, 18 Dec 2006 01:13:59 -0800
16568              Message-ID: <20061218091359.GA14985@powdermilk.math.berkeley.edu>
16569      Branch: perl
16570            ! lib/SelfLoader.pm
16571 ____________________________________________________________________________
16572 [ 29605] By: stevep                                on 2006/12/21  05:12:28
16573         Log: Subject: [PATCH] Implement killpg() for MSWin32
16574              From: Jan Dubois <jand@ActiveState.com>
16575              Date: Wed, 20 Dec 2006 15:41:00 -0800
16576              Message-ID: <m8hjo2pasv3hdbhd1sj9sasen7tm38hrhp@4ax.com>
16577      Branch: perl
16578            ! win32/config.bc win32/config.gc win32/config.vc
16579            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
16580            ! win32/config_H.vc win32/config_H.vc64 win32/perlhost.h
16581            ! win32/win32.c win32/win32.h
16582 ____________________________________________________________________________
16583 [ 29604] By: rgs                                   on 2006/12/20  16:13:32
16584         Log: Subject: Re: [PATCH] Making adding binary files possible
16585              From: demerphq <demerphq@gmail.com>
16586              Date: Wed, 20 Dec 2006 16:00:33 +0100
16587              Message-ID: <9b18b3110612200700k48157cd1n1f2305f306b7de32@mail.gmail.com>
16588              
16589              plus matching updates to Makefile.SH and patching.pod
16590      Branch: perl
16591            + uupacktool.pl win32/perlexe.ico.packd
16592            - pack.pl packed_files.pl win32/makeico.pl
16593            ! MANIFEST Makefile.SH Porting/patching.pod win32/Makefile
16594            ! win32/Makefile.ce win32/makefile.mk
16595 ____________________________________________________________________________
16596 [ 29603] By: merijn                                on 2006/12/20  12:58:41
16597         Log: Open Configure to the world of 64bitonly environments
16598      Branch: perl
16599            ! Configure
16600 ____________________________________________________________________________
16601 [ 29601] By: rgs                                   on 2006/12/20  11:15:29
16602         Log: Fix leaks in label strings allocation in COPs
16603      Branch: perl
16604            ! cop.h perly.act perly.h perly.tab perly.y toke.c
16605 ____________________________________________________________________________
16606 [ 29600] By: rgs                                   on 2006/12/20  09:30:06
16607         Log: Don't free the original label string when assigning it to cop_label,
16608              since it comes directly from the parser. (That was making op/goto.t
16609              fail under threads and without debugging on some platforms.)
16610      Branch: perl
16611            ! cop.h
16612 ____________________________________________________________________________
16613 [ 29599] By: stevep                                on 2006/12/20  04:20:14
16614         Log: Subject: [PATCH] threads::shared 1.06
16615              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
16616              Date: Tue, 19 Dec 2006 10:30:47 -0800 (PST)
16617              Message-ID: <525867.40748.qm@web30207.mail.mud.yahoo.com>
16618      Branch: perl
16619            ! ext/threads/shared/Changes ext/threads/shared/README
16620            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
16621            ! ext/threads/shared/t/cond.t
16622 ____________________________________________________________________________
16623 [ 29598] By: stevep                                on 2006/12/20  04:14:06
16624         Log: Subject: [PATCH] Update cwd() to return the "short" pathname if the long one doesn't fit the codepage
16625              From: Jan Dubois <jand@ActiveState.com>
16626              Date: Mon, 18 Dec 2006 21:37:25 -0800
16627              Message-ID: <3rteo219or8hqr511e4vg1fnsgvgemb4sh@4ax.com>
16628      Branch: perl
16629            ! win32/perlhost.h win32/vdir.h
16630 ____________________________________________________________________________
16631 [ 29597] By: stevep                                on 2006/12/20  04:07:11
16632         Log: Subject: [PATCH] let readdir() return the alternate (short) filename if the long name is outside the current codepage
16633              From: Jan Dubois <jand@ActiveState.com>
16634              Date: Tue, 19 Dec 2006 13:49:40 -0800
16635              Message-ID: <8nmgo2dr5gtmv00gtfu07g7rdgitr859jk@4ax.com>
16636      Branch: perl
16637            ! win32/win32.c
16638 ____________________________________________________________________________
16639 [ 29596] By: merijn                                on 2006/12/19  19:48:51
16640         Log: Subject: [PATCH] Re: 'localtime' not thread-safe under HP-UX B.11.11/64
16641              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
16642              Date: Mon, 18 Dec 2006 10:18:28 -0800 (PST)
16643              Message-ID: <31291.28361.qm@web30205.mail.mud.yahoo.com>
16644      Branch: perl
16645            ! hints/hpux.sh
16646 ____________________________________________________________________________
16647 [ 29595] By: rgs                                   on 2006/12/19  15:22:24
16648         Log: Proper cleanup for Errno.pm
16649      Branch: perl
16650            ! ext/Errno/Makefile.PL
16651 ____________________________________________________________________________
16652 [ 29594] By: rgs                                   on 2006/12/19  15:14:47
16653         Log: Fix paths of pack.pl in patching.pod
16654      Branch: perl
16655            ! Porting/patching.pod
16656 ____________________________________________________________________________
16657 [ 29593] By: rgs                                   on 2006/12/19  15:07:45
16658         Log: Subject: [PATCH] Making adding binary files possible
16659              From: "Jos Boumans" <kane@dwim.org>
16660              Date: Fri, 15 Dec 2006 20:51:45 +0100 (CET)
16661              Message-ID: <19978.80.127.35.68.1166212305.squirrel@webmail.xs4all.nl>
16662              
16663              with a few tweaks
16664      Branch: perl
16665            + pack.pl packed_files.pl
16666            ! MANIFEST Makefile.SH Porting/patching.pod
16667 ____________________________________________________________________________
16668 [ 29592] By: rgs                                   on 2006/12/19  10:50:13
16669         Log: Add a regression test to verify that POSIX::AUTOLOAD works,
16670              and silence a potential warning from it.
16671      Branch: perl
16672            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
16673 ____________________________________________________________________________
16674 [ 29591] By: rgs                                   on 2006/12/19  10:23:29
16675         Log: Disable strictures in POSIX AUTOLOAD
16676      Branch: perl
16677            ! ext/POSIX/POSIX.pm
16678 ____________________________________________________________________________
16679 [ 29590] By: rgs                                   on 2006/12/19  09:49:30
16680         Log: Subject: [PATCH] Don't destroy the Unicode system environment on Perl startup
16681              From: Jan Dubois <jand@ActiveState.com>
16682              Date: Mon, 18 Dec 2006 16:34:33 -0800
16683              Message-ID: <bsbeo2hama2sdo3kqdbrdhp505caeft6h9@4ax.com>
16684      Branch: perl
16685            ! perl.c
16686 ____________________________________________________________________________
16687 [ 29589] By: davem                                 on 2006/12/19  02:25:19
16688         Log: make -Dpv print 8 parser stack items, not 9
16689      Branch: perl
16690            ! perly.c
16691 ____________________________________________________________________________
16692 [ 29588] By: nicholas                              on 2006/12/18  22:12:36
16693         Log: Making strict et al propagate into autoloaded subroutines seems a
16694              worthy todo.
16695      Branch: perl
16696            ! pod/perltodo.pod
16697 ____________________________________________________________________________
16698 [ 29587] By: nicholas                              on 2006/12/18  22:04:19
16699         Log: Ensure that POSIX.pm is strict and warnings compliant throughout if
16700              the __END__ is temporarily removed.
16701      Branch: perl
16702            ! ext/POSIX/POSIX.pm
16703 ____________________________________________________________________________
16704 [ 29586] By: nicholas                              on 2006/12/18  21:23:43
16705         Log: Given that POSIX already has AutoLoader loaded, move as much as
16706              possible of POSIX::SigRt out to AutoLoadLand, so that it won't be
16707              loaded unless someone starts using the realtime signals interface.
16708      Branch: perl
16709            ! ext/POSIX/POSIX.pm
16710 ____________________________________________________________________________
16711 [ 29585] By: rgs                                   on 2006/12/18  16:06:38
16712         Log: Subject: Re: [PATCH] do not meddle in the affairs of PERL_TRACK_MEMPOOL
16713              From: Jarkko Hietaniemi <jhi@iki.fi>
16714              Date: Sun, 17 Dec 2006 22:17:34 -0500
16715              Message-ID: <4586084E.8040706@iki.fi>
16716              
16717              Introduce CopLABEL() macro to deal with labels attached to COPs.
16718      Branch: perl
16719            ! cop.h op.c scope.h
16720 ____________________________________________________________________________
16721 [ 29584] By: stevep                                on 2006/12/18  15:36:11
16722         Log: Subject: [PATCH blead] Re: [perl #41071] require stringifies code references in tied @INC
16723              From: Rick Delaney <rick@bort.ca>
16724              Date: Fri, 15 Dec 2006 23:28:25 -0500
16725              Message-ID: <20061216042825.GB23501@localhost.localdomain>
16726      Branch: perl
16727            + t/op/inccode-tie.t
16728            ! MANIFEST pp_ctl.c t/op/inccode.t
16729 ____________________________________________________________________________
16730 [ 29583] By: rgs                                   on 2006/12/18  14:43:58
16731         Log: ExtUtils/MakeMaker.pm: WriteEmptyMakefile() was ignoring FIRST_MAKEFILE
16732              
16733              Subject: [PATCH 5.8.8] OS/2 build, small change
16734              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
16735              Date: Mon, 18 Dec 2006 01:20:12 -0800
16736              Message-ID: <20061218092012.GA15022@powdermilk.math.berkeley.edu>
16737      Branch: perl
16738            ! lib/ExtUtils/MakeMaker.pm
16739 ____________________________________________________________________________
16740 [ 29582] By: rgs                                   on 2006/12/18  14:43:05
16741         Log: lib/perl5db.pl: Remove code now moved to OS2::Process
16742              
16743              Subject: [PATCH 5.8.8] OS/2 build, small change
16744              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
16745              Date: Mon, 18 Dec 2006 01:20:12 -0800
16746              Message-ID: <20061218092012.GA15022@powdermilk.math.berkeley.edu>
16747      Branch: perl
16748            ! lib/perl5db.pl
16749 ____________________________________________________________________________
16750 [ 29581] By: rgs                                   on 2006/12/18  13:35:18
16751         Log: Bump version number of ExtUtils::MM_Unix after last change
16752      Branch: perl
16753            ! lib/ExtUtils/MM_Unix.pm
16754 ____________________________________________________________________________
16755 [ 29580] By: rgs                                   on 2006/12/18  13:34:00
16756         Log: Subject: [PATCH 5.8.8] OS/2-specific fixes, round II
16757              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
16758              Date: Mon, 18 Dec 2006 00:45:24 -0800
16759              Message-ID: <20061218084524.GA14866@powdermilk.math.berkeley.edu>
16760      Branch: perl
16761            + os2/OS2/Process/t/os2_atoms.t
16762            + os2/OS2/Process/t/os2_clipboard.t os2/os2_pipe.t
16763            ! MANIFEST emacs/ptags ext/DynaLoader/XSLoader_pm.PL
16764            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
16765            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
16766            ! os2/OS2/Process/t/os2_process.t os2/OS2/REXX/DLL/Changes
16767            ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h perl.c util.c
16768 ____________________________________________________________________________
16769 [ 29579] By: rgs                                   on 2006/12/18  11:53:54
16770         Log: ExtUtils::Command is now maintained separately from MakeMaker
16771      Branch: perl
16772            ! Porting/Maintainers.pl
16773 ____________________________________________________________________________
16774 [ 29578] By: rgs                                   on 2006/12/18  11:47:56
16775         Log: Subject: [PATCH 5.8.8] Fixes for the test suite on OS/2
16776              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
16777              Date: Wed, 13 Dec 2006 18:32:22 -0800
16778              Message-ID: <20061214023222.GA29084@powdermilk.math.berkeley.edu>
16779      Branch: perl
16780            ! ext/IO/t/io_unix.t lib/ExtUtils/t/eu_command.t
16781            ! lib/Time/Local.t os2/OS2/ExtAttr/t/os2_ea.t t/io/fs.t
16782            ! t/op/stat.t
16783 ____________________________________________________________________________
16784 [ 29577] By: rgs                                   on 2006/12/18  10:49:15
16785         Log: Subject: [PATCH 5.8.8] OS/2: survive SIGCHLD
16786              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
16787              Date: Mon, 18 Dec 2006 00:55:19 -0800
16788              Message-ID: <20061218085519.GA14893@powdermilk.math.berkeley.edu>
16789              
16790              plus a perldiag entry for the new error,
16791              "Maximal count of pending signals (%s) exceeded"
16792      Branch: perl
16793            ! mg.c pod/perldiag.pod
16794 ____________________________________________________________________________
16795 [ 29576] By: rgs                                   on 2006/12/18  10:07:10
16796         Log: Subject: [PATCH] C++: regcomp.c and ext/Time/Piece/Piece.xs
16797              From: Jarkko Hietaniemi <jhi@iki.fi>
16798              Date: Sun, 17 Dec 2006 22:45:29 -0500
16799              Message-ID: <45860ED9.9090808@iki.fi>
16800      Branch: perl
16801            ! ext/Time/Piece/Piece.xs regcomp.c
16802 ____________________________________________________________________________
16803 [ 29575] By: rgs                                   on 2006/12/18  09:58:48
16804         Log: Subject: PATCH: Add =encoding directive to non-latin READMEs
16805              From: Slaven Rezic <slaven@rezic.de>
16806              Date: 16 Dec 2006 11:20:36 +0100
16807              Message-ID: <87wt4sdtvv.fsf@biokovo.herceg.de>
16808      Branch: perl
16809            ! README.cn README.jp README.ko README.tw
16810 ____________________________________________________________________________
16811 [ 29574] By: rgs                                   on 2006/12/18  09:51:09
16812         Log: Subject: [PATCH] perl.c: leak avoidance
16813              From: Jarkko Hietaniemi <jhi@iki.fi>
16814              Date: Sat, 16 Dec 2006 11:48:13 -0500
16815              Message-ID: <4584234D.7070209@iki.fi>
16816      Branch: perl
16817            ! perl.c
16818 ____________________________________________________________________________
16819 [ 29573] By: craigb                                on 2006/12/18  01:15:43
16820         Log: In vms/vms.c, don't prototype decw$term_port until after 
16821              config.h (via perl.h) is included.  That's where USE_VMS_DECTERM
16822              is defined.
16823      Branch: perl
16824            ! vms/vms.c
16825 ____________________________________________________________________________
16826 [ 29572] By: craigb                                on 2006/12/18  01:11:41
16827         Log: Don't try to build Win32 on VMS
16828      Branch: perl
16829            ! configure.com
16830 ____________________________________________________________________________
16831 [ 29571] By: nicholas                              on 2006/12/18  00:27:43
16832         Log: POSIX::SigAction::new can be moved into the AUTOLOAD section.
16833      Branch: perl
16834            ! ext/POSIX/POSIX.pm
16835 ____________________________________________________________________________
16836 [ 29570] By: davem                                 on 2006/12/18  00:24:01
16837         Log: move parser state into new parser object, PL_parser
16838      Branch: perl
16839            + parser.h
16840            ! MANIFEST embedvar.h intrpvar.h perl.h perlapi.h perly.c
16841            ! pod/perlapi.pod pod/perlintern.pod toke.c
16842 ____________________________________________________________________________
16843 [ 29569] By: davem                                 on 2006/12/17  22:21:40
16844         Log: merge the four parser stacks into one
16845      Branch: perl
16846            ! perly.act perly.c regen_perly.pl
16847 ____________________________________________________________________________
16848 [ 29568] By: davem                                 on 2006/12/17  20:00:19
16849         Log: delete dead code and macros from perly.c
16850      Branch: perl
16851            ! perly.c
16852 ____________________________________________________________________________
16853 [ 29567] By: davem                                 on 2006/12/17  19:42:35
16854         Log: unify stacks arithmetic in parser
16855      Branch: perl
16856            ! perly.c
16857 ____________________________________________________________________________
16858 [ 29566] By: nicholas                              on 2006/12/16  23:03:42
16859         Log: Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym for SVf_SCREAM)
16860              to note when a proxy constant subroutine is copied. This allows us to
16861              correctly set GvIMPORTED_CV_on() if the symbol is ever turned into a
16862              real GV.
16863      Branch: perl
16864            + t/lib/proxy_constant_subs.t
16865            ! MANIFEST dump.c gv.c pp_hot.c sv.h
16866 ____________________________________________________________________________
16867 [ 29565] By: nicholas                              on 2006/12/16  16:54:06
16868         Log: Split out the use of SVp_SCREAM for GVs with GPs into a new symbolic
16869              flag SVpgv_GP, and use this in isGV_with_GP_on/off.
16870      Branch: perl
16871            ! dump.c ext/Devel/Peek/t/Peek.t gv.c mg.c sv.c sv.h
16872 ____________________________________________________________________________
16873 [ 29564] By: davem                                 on 2006/12/16  15:37:32
16874         Log: remove extraneous declaration prom perly.tab
16875      Branch: perl
16876            ! perly.tab regen_perly.pl
16877 ____________________________________________________________________________
16878 [ 29563] By: rgs                                   on 2006/12/16  10:03:23
16879         Log: Subject: [PATCH] threads 1.56
16880              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
16881              Date: Fri, 15 Dec 2006 09:22:17 -0800 (PST)
16882              Message-ID: <20061215172217.10959.qmail@web30211.mail.mud.yahoo.com>
16883      Branch: perl
16884            ! ext/threads/Changes ext/threads/README ext/threads/t/err.t
16885            ! ext/threads/t/exit.t ext/threads/t/thread.t
16886            ! ext/threads/threads.pm
16887 ____________________________________________________________________________
16888 [ 29562] By: rgs                                   on 2006/12/16  09:54:47
16889         Log: TODO addition by Jerry D. Hedden.
16890      Branch: perl
16891            ! pod/perltodo.pod
16892 ____________________________________________________________________________
16893 [ 29561] By: davem                                 on 2006/12/16  02:53:59
16894         Log: don't include MAD code when its not needed
16895      Branch: perl
16896            ! op.c
16897 ____________________________________________________________________________
16898 [ 29560] By: davem                                 on 2006/12/16  01:36:28
16899         Log: fix a cast warning in perly.c
16900      Branch: perl
16901            ! perly.c
16902 ____________________________________________________________________________
16903 [ 29559] By: nicholas                              on 2006/12/15  20:14:07
16904         Log: Better documentation for SVf_UTF8. Including SvPV() 1st, SvUTF() 2nd.
16905      Branch: perl
16906            ! sv.h
16907 ____________________________________________________________________________
16908 [ 29558] By: rgs                                   on 2006/12/15  13:51:44
16909         Log: Subject: Re: [PATCH] Errno doesnt rebuild when things it depends on in Config.pm change
16910              From: demerphq <demerphq@gmail.com>
16911              Date: Fri, 15 Dec 2006 12:52:45 +0100
16912              Message-ID: <9b18b3110612150352y2394954bg5acd5ec5fd320d33@mail.gmail.com>
16913      Branch: perl
16914            ! ext/Errno/Makefile.PL
16915 ____________________________________________________________________________
16916 [ 29557] By: rgs                                   on 2006/12/15  10:14:16
16917         Log: Subject: [PATCH] threads 1.54 - Adds ->error() method
16918              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
16919              Date: Thu, 14 Dec 2006 11:17:47 -0800 (PST)
16920              Message-ID: <20061214191748.98286.qmail@web30209.mail.mud.yahoo.com>
16921      Branch: perl
16922            + ext/threads/t/err.t
16923            ! MANIFEST ext/threads/Changes ext/threads/README
16924            ! ext/threads/t/exit.t ext/threads/t/libc.t
16925            ! ext/threads/t/thread.t ext/threads/threads.pm
16926            ! ext/threads/threads.xs
16927 ____________________________________________________________________________
16928 [ 29556] By: steveh                                on 2006/12/14  16:24:29
16929         Log: Silence a warning from (MinGW's) gcc
16930      Branch: perl
16931            ! ext/Time/Piece/Piece.xs
16932 ____________________________________________________________________________
16933 [ 29555] By: rgs                                   on 2006/12/14  12:43:20
16934         Log: Subject: [PATCH] perl5db.pl Mac OS X fix
16935              From: Bo Lindbergh <blgl@hagernas.com>
16936              Date: Thu, 14 Dec 2006 13:34:06 +0100
16937              Message-Id: <658AFA03-517E-4068-93CA-06D4A93B5CA5@hagernas.com>
16938      Branch: perl
16939            ! lib/perl5db.pl
16940 ____________________________________________________________________________
16941 [ 29554] By: nicholas                              on 2006/12/14  11:23:16
16942         Log: Turn a tab into 2 spaces to make more room for comments about SV flags.
16943              Sorry about damaging the change history - dig through this change with
16944              http://public.activestate.com/cgi-bin/perlbrowse?show_blame=Show+Annotated+File&filename=sv.h&rev=&change=29552
16945      Branch: perl
16946            ! sv.h
16947 ____________________________________________________________________________
16948 [ 29553] By: steveh                                on 2006/12/14  09:37:45
16949         Log: Silence a VC compiler warning
16950      Branch: perl
16951            ! op.c
16952 ____________________________________________________________________________
16953 [ 29552] By: nicholas                              on 2006/12/13  20:56:24
16954         Log: Swap the order of PERL_FBM_PREVIOUS_{L,H}_OFFSET_FROM_TABLE on little
16955              endian machines to hint to the compiler that a 16 bit read could work.
16956      Branch: perl
16957            ! sv.h
16958 ____________________________________________________________________________
16959 [ 29551] By: nicholas                              on 2006/12/13  19:55:08
16960         Log: Restore the two comments describing BmRARE and BmPREVIOUS that I'd
16961              inadvertently deleted. Explain the setting and testing of
16962              SVpbm_VALID.
16963      Branch: perl
16964            ! sv.h
16965 ____________________________________________________________________________
16966 [ 29550] By: stevep                                on 2006/12/13  19:53:02
16967         Log: Subject: [PATCH 5.8.8] Text mode wrongly set on pipe file descriptors
16968              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
16969              Date: Tue, 12 Dec 2006 23:28:25 -0800
16970              Message-ID: <20061213072825.GA26300@powdermilk.math.berkeley.edu>
16971      Branch: perl
16972            ! t/io/pipe.t util.c
16973 ____________________________________________________________________________
16974 [ 29549] By: davem                                 on 2006/12/13  17:24:49
16975         Log: make -Dpv display the parser stack before reduction
16976              (rather than afterwards)
16977      Branch: perl
16978            ! perly.c
16979 ____________________________________________________________________________
16980 [ 29548] By: davem                                 on 2006/12/13  17:16:22
16981         Log: misc MAD coredump fixes and parser leak fixes
16982              
16983              - fix MAD coredump in tr///
16984              - fix mad coredump in multi-line string literals
16985              - kill some MAD uninit value warnings
16986              - don't allow assignment to $n in perly.y
16987              - make op_dump handle op_latefree flags
16988      Branch: perl
16989            ! dump.c op.c perly.act perly.h perly.tab perly.y regen_perly.pl
16990            ! toke.c
16991 ____________________________________________________________________________
16992 [ 29547] By: davem                                 on 2006/12/13  12:47:35
16993         Log: fix double free introduced by #29543 (spotted by Nicholas)
16994      Branch: perl
16995            ! op.c
16996 ____________________________________________________________________________
16997 [ 29546] By: rgs                                   on 2006/12/13  10:40:36
16998         Log: Subject: [PATCH] t/op/groups.t: prevent failure on modern FreeBSDs
16999              From: Anton Berezin <tobez@tobez.org>
17000              Date: Tue, 12 Dec 2006 19:59:38 +0100
17001              Message-ID: <20061212185938.GB49084@heechee.tobez.org>
17002      Branch: perl
17003            ! t/op/groups.t
17004 ____________________________________________________________________________
17005 [ 29545] By: steveh                                on 2006/12/13  10:37:11
17006         Log: Do the same as #29514 for Win32
17007      Branch: perl
17008            ! win32/FindExt.pm
17009 ____________________________________________________________________________
17010 [ 29544] By: nicholas                              on 2006/12/13  08:35:43
17011         Log: Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.
17012              Add the placeholder for new type, temporarily named BIND, for binding
17013              and aliasing in 6 on 5.
17014      Branch: perl
17015            ! dump.c ext/B/B.xs ext/Storable/Storable.xs op.h
17016            ! pod/perltodo.pod pp_hot.c sv.c sv.h util.c
17017 ____________________________________________________________________________
17018 [ 29543] By: davem                                 on 2006/12/13  01:47:34
17019         Log: fix parser leaks caused by croaking while shifting or reducing
17020              e.g. these no longer leak:
17021              eval q[my $x; local $x] while 1;
17022              eval q[$s = sub <> {}]  while 1;
17023      Branch: perl
17024            ! op.c op.h perly.c
17025 ____________________________________________________________________________
17026 [ 29542] By: davem                                 on 2006/12/13  00:16:18
17027         Log: fixup some ival/opval type changes from perly.y/madly.y merger
17028      Branch: perl
17029            ! perly.act perly.h perly.tab perly.y
17030 ____________________________________________________________________________
17031 [ 29541] By: nicholas                              on 2006/12/12  23:02:56
17032         Log: In theory Perl_magic_setbm() should clear SvTAIL() too. In practice,
17033              I don't think that it matters as this routine is never actualy called
17034              because nothing exposes PVBMs to the world so that the world can assign
17035              to them.
17036      Branch: perl
17037            ! mg.c
17038 ____________________________________________________________________________
17039 [ 29540] By: nicholas                              on 2006/12/12  22:30:29
17040         Log: Correct the dumping logic for the various bits of flag bending
17041              associated with change 27313 or therabouts.
17042      Branch: perl
17043            ! dump.c
17044 ____________________________________________________________________________
17045 [ 29539] By: nicholas                              on 2006/12/12  22:03:21
17046         Log: Oops. As of some point one stopped being able to assign integers and
17047              floating point values to typeglobs.
17048      Branch: perl
17049            ! sv.c t/op/glob.t
17050 ____________________________________________________________________________
17051 [ 29538] By: nicholas                              on 2006/12/12  21:54:22
17052         Log: Correct some assumptions about PVBM table offset in B.xs
17053      Branch: perl
17054            ! ext/B/B.xs
17055 ____________________________________________________________________________
17056 [ 29537] By: nicholas                              on 2006/12/12  21:31:10
17057         Log: Assert that SvPAD_TYPED_on(), SvPAD_OUR_on() and SvPAD_STATE_on()
17058              are never called on PVGVs.
17059      Branch: perl
17060            ! sv.h
17061 ____________________________________________________________________________
17062 [ 29536] By: nicholas                              on 2006/12/12  21:00:37
17063         Log: Assert that PVGVs are never SvVALID() in the PVBM sense.
17064      Branch: perl
17065            ! gv.h sv.h
17066 ____________________________________________________________________________
17067 [ 29535] By: nicholas                              on 2006/12/12  19:54:05
17068         Log: pads haven't actually contained any PVGVs since change 27313.
17069              So correct the docs and assert this in the code.
17070      Branch: perl
17071            ! pad.c sv.c
17072 ____________________________________________________________________________
17073 [ 29534] By: nicholas                              on 2006/12/12  18:52:55
17074         Log: Shrink Perl_sv_peek() and Perl_do_sv_dump() by using type to name
17075              lookup tables.
17076      Branch: perl
17077            ! dump.c
17078 ____________________________________________________________________________
17079 [ 29533] By: steveh                                on 2006/12/12  18:02:19
17080         Log: Restore (differently) the setting of $Config{osvers} on Win32
17081              that was removed by #29509
17082      Branch: perl
17083            ! win32/config_sh.PL
17084 ____________________________________________________________________________
17085 [ 29532] By: steveh                                on 2006/12/12  17:49:51
17086         Log: Silence VC warnings about possible operator precedence problems
17087              and signed/unsigned mismatches
17088      Branch: perl
17089            ! regexec.c sv.h util.c
17090 ____________________________________________________________________________
17091 [ 29531] By: rgs                                   on 2006/12/12  13:32:01
17092         Log: Subject: [PATCH] mg.c: #ifdef only the different bits
17093              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
17094              Date: Tue, 12 Dec 2006 15:18:53 +0200 (EET)
17095              Message-Id: <20061212131853.C2CBA43A67@anubis.hut.fi>
17096      Branch: perl
17097            ! mg.c
17098 ____________________________________________________________________________
17099 [ 29530] By: merijn                                on 2006/12/12  11:36:41
17100         Log: The overly-picky AIX xlc compiler doesn't like the style
17101              from patch #29446
17102      Branch: perl
17103            ! mg.c
17104 ____________________________________________________________________________
17105 [ 29529] By: rgs                                   on 2006/12/12  11:07:27
17106         Log: Skip IO::Compress::Zlib in perlivp, since that's a distribution name,
17107              not a proper module name.
17108      Branch: perl
17109            ! utils/perlivp.PL
17110 ____________________________________________________________________________
17111 [ 29528] By: rgs                                   on 2006/12/12  10:20:04
17112         Log: Subject: [PATCH] get ext/Win32/Win32.xs to compile on cygwin
17113              From: Jan Dubois <jand@ActiveState.com>
17114              Date: Mon, 11 Dec 2006 13:09:09 -0800
17115              Message-ID: <isfrn2tbfleo1svmmi5kh673f4uh69am11@4ax.com>
17116              
17117              and:
17118              Date: Mon, 11 Dec 2006 15:08:53 -0800
17119              Message-ID: <kvorn2h0d14jo3khmmj2a9svsp2mplrodv@4ax.com>
17120      Branch: perl
17121            ! ext/Win32/Win32.xs win32/win32.c
17122 ____________________________________________________________________________
17123 [ 29527] By: nicholas                              on 2006/12/12  00:07:48
17124         Log: By moving xbm_previous into the SvPVX, we save a U16 from struct xpvbm,
17125              which will likely equate to 4 bytes with padding. (But we add 2 bytes
17126              to the SvPVX buffer...). However, the real win is that xpvbm is now
17127              identical to xpvmg, and all active FBM compiled strings are SvVALID()
17128              true, so now we can eliminate xpvbm, freeing a type for 6 on 5 proxies.
17129      Branch: perl
17130            ! sv.h
17131 ____________________________________________________________________________
17132 [ 29526] By: nicholas                              on 2006/12/11  23:44:30
17133         Log: Fix allocation bug in change 29524.
17134      Branch: perl
17135            ! util.c
17136 ____________________________________________________________________________
17137 [ 29525] By: nicholas                              on 2006/12/11  22:52:46
17138         Log: Add BmPREVIOUS_set(), and use it in the one place that BmPREVIOUS is
17139              modified.
17140      Branch: perl
17141            ! sv.h util.c
17142 ____________________________________________________________________________
17143 [ 29524] By: nicholas                              on 2006/12/11  22:18:53
17144         Log: Move PERL_FBM_TABLE_OFFSET and PERL_FBM_FLAGS_OFFSET_FROM_TABLE to sv.h
17145              Stow BmRARE in the SvPVX, and so delete xbm_rare.
17146              Can you see what it is yet?
17147      Branch: perl
17148            ! sv.h util.c
17149 ____________________________________________________________________________
17150 [ 29523] By: nicholas                              on 2006/12/11  21:52:12
17151         Log: Fix typo in change 29518 which broke non-debugging builds.
17152              (Here Mark, you can have the spare ; back again)
17153      Branch: perl
17154            ! sv.h
17155 ____________________________________________________________________________
17156 [ 29522] By: nicholas                              on 2006/12/11  21:21:09
17157         Log: Convert the -1 to a more explicit PERL_FBM_FLAGS_OFFSET_FROM_TABLE.
17158      Branch: perl
17159            ! util.c
17160 ____________________________________________________________________________
17161 [ 29521] By: nicholas                              on 2006/12/11  21:15:06
17162         Log: Assert that BmRARE() BmPREVIOUS() and BmUSEFUL() are only called on
17163              valid PVBMs.
17164      Branch: perl
17165            ! sv.h
17166 ____________________________________________________________________________
17167 [ 29520] By: nicholas                              on 2006/12/11  20:55:20
17168         Log: Rename FBM_TABLE_OFFSET to PERL_FBM_TABLE_OFFSET prior to moving it
17169              to a header.
17170      Branch: perl
17171            ! util.c
17172 ____________________________________________________________________________
17173 [ 29519] By: rgs                                   on 2006/12/11  18:33:21
17174         Log: Don't load the Win32 module on non-win32 platforms
17175      Branch: perl
17176            ! lib/File/CheckTree.t
17177 ____________________________________________________________________________
17178 [ 29518] By: nicholas                              on 2006/12/11  18:26:31
17179         Log: Change SvTAIL() to check that both SVpbm_TAIL|SVpbm_VALID are true.
17180              SVpbm_VALID is the same bit value is SVf_IVisUV, which means that
17181              PVBMs can't actually ever be IOK. Therefore move BmUSEFUL() into the
17182              IV union, and save one I32 per PVBM.
17183      Branch: perl
17184            ! sv.h util.c
17185 ____________________________________________________________________________
17186 [ 29516] By: rgs                                   on 2006/12/11  17:09:17
17187         Log: Changes and README are not needed for Switch.pm
17188      Branch: perl
17189            - lib/Switch/Changes lib/Switch/README
17190            ! MANIFEST
17191 ____________________________________________________________________________
17192 [ 29515] By: rgs                                   on 2006/12/11  16:53:58
17193         Log: As pointed out by Valentin Guignon, there is most
17194              probably one \n too many in the end-of-pod marker.
17195      Branch: perl
17196            ! lib/Switch.pm
17197 ____________________________________________________________________________
17198 [ 29514] By: rgs                                   on 2006/12/11  16:49:06
17199         Log: Configure needs to know about the extensions IO/Compress/Base
17200              and IO/Compress/Zlib, so they get built.
17201      Branch: perl
17202            ! Configure
17203 ____________________________________________________________________________
17204 [ 29513] By: rgs                                   on 2006/12/11  16:16:46
17205         Log: Move files from ext/Compress/IO to ext/IO/Compress
17206      Branch: perl
17207           +> (branch 94 files)
17208            - ext/Compress/IO/Base/Changes ext/Compress/IO/Base/Makefile.PL
17209            - ext/Compress/IO/Base/README
17210            - ext/Compress/IO/Base/lib/File/GlobMapper.pm
17211            - ext/Compress/IO/Base/lib/IO/Compress/Base.pm
17212            - ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
17213            - ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
17214            - ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
17215            - ext/Compress/IO/Base/private/MakeUtil.pm
17216            - ext/Compress/IO/Base/t/01misc.t
17217            - ext/Compress/IO/Base/t/globmapper.t
17218            - ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/Makefile.PL
17219            - ext/Compress/IO/Zlib/README
17220            - ext/Compress/IO/Zlib/examples/gzappend
17221            - ext/Compress/IO/Zlib/examples/gzcat
17222            - ext/Compress/IO/Zlib/examples/gzgrep
17223            - ext/Compress/IO/Zlib/examples/gzstream
17224            - ext/Compress/IO/Zlib/examples/unzip
17225            - ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
17226            - ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
17227            - ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
17228            - ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
17229            - ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
17230            - ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
17231            - ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
17232            - ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
17233            - ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
17234            - ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
17235            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
17236            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
17237            - ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
17238            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
17239            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
17240            - ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
17241            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
17242            - ext/Compress/IO/Zlib/private/MakeUtil.pm
17243            - ext/Compress/IO/Zlib/t/001zlib-generic-deflate.t
17244            - ext/Compress/IO/Zlib/t/001zlib-generic-gzip.t
17245            - ext/Compress/IO/Zlib/t/001zlib-generic-rawdeflate.t
17246            - ext/Compress/IO/Zlib/t/001zlib-generic-zip.t
17247            - ext/Compress/IO/Zlib/t/002any-deflate.t
17248            - ext/Compress/IO/Zlib/t/002any-gzip.t
17249            - ext/Compress/IO/Zlib/t/002any-rawdeflate.t
17250            - ext/Compress/IO/Zlib/t/002any-transparent.t
17251            - ext/Compress/IO/Zlib/t/002any-zip.t
17252            - ext/Compress/IO/Zlib/t/004gziphdr.t
17253            - ext/Compress/IO/Zlib/t/005defhdr.t
17254            - ext/Compress/IO/Zlib/t/010examples.t
17255            - ext/Compress/IO/Zlib/t/020isize.t
17256            - ext/Compress/IO/Zlib/t/050interop-gzip.t
17257            - ext/Compress/IO/Zlib/t/100generic-deflate.t
17258            - ext/Compress/IO/Zlib/t/100generic-gzip.t
17259            - ext/Compress/IO/Zlib/t/100generic-rawdeflate.t
17260            - ext/Compress/IO/Zlib/t/100generic-zip.t
17261            - ext/Compress/IO/Zlib/t/101truncate-deflate.t
17262            - ext/Compress/IO/Zlib/t/101truncate-gzip.t
17263            - ext/Compress/IO/Zlib/t/101truncate-rawdeflate.t
17264            - ext/Compress/IO/Zlib/t/101truncate-zip.t
17265            - ext/Compress/IO/Zlib/t/102tied-deflate.t
17266            - ext/Compress/IO/Zlib/t/102tied-gzip.t
17267            - ext/Compress/IO/Zlib/t/102tied-rawdeflate.t
17268            - ext/Compress/IO/Zlib/t/102tied-zip.t
17269            - ext/Compress/IO/Zlib/t/103newtied-deflate.t
17270            - ext/Compress/IO/Zlib/t/103newtied-gzip.t
17271            - ext/Compress/IO/Zlib/t/103newtied-rawdeflate.t
17272            - ext/Compress/IO/Zlib/t/103newtied-zip.t
17273            - ext/Compress/IO/Zlib/t/104destroy-deflate.t
17274            - ext/Compress/IO/Zlib/t/104destroy-gzip.t
17275            - ext/Compress/IO/Zlib/t/104destroy-rawdeflate.t
17276            - ext/Compress/IO/Zlib/t/104destroy-zip.t
17277            - ext/Compress/IO/Zlib/t/105oneshot-deflate.t
17278            - ext/Compress/IO/Zlib/t/105oneshot-gzip-only.t
17279            - ext/Compress/IO/Zlib/t/105oneshot-gzip.t
17280            - ext/Compress/IO/Zlib/t/105oneshot-rawdeflate.t
17281            - ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
17282            - ext/Compress/IO/Zlib/t/105oneshot-zip.t
17283            - ext/Compress/IO/Zlib/t/106prime-deflate.t
17284            - ext/Compress/IO/Zlib/t/106prime-gzip.t
17285            - ext/Compress/IO/Zlib/t/106prime-rawdeflate.t
17286            - ext/Compress/IO/Zlib/t/106prime-zip.t
17287            - ext/Compress/IO/Zlib/t/107multi-deflate.t
17288            - ext/Compress/IO/Zlib/t/107multi-gzip.t
17289            - ext/Compress/IO/Zlib/t/107multi-rawdeflate.t
17290            - ext/Compress/IO/Zlib/t/107multi-zip.t
17291            - ext/Compress/IO/Zlib/t/108anyunc-deflate.t
17292            - ext/Compress/IO/Zlib/t/108anyunc-gzip.t
17293            - ext/Compress/IO/Zlib/t/108anyunc-rawdeflate.t
17294            - ext/Compress/IO/Zlib/t/108anyunc-transparent.t
17295            - ext/Compress/IO/Zlib/t/108anyunc-zip.t
17296            - ext/Compress/IO/Zlib/t/109merge-deflate.t
17297            - ext/Compress/IO/Zlib/t/109merge-gzip.t
17298            - ext/Compress/IO/Zlib/t/109merge-rawdeflate.t
17299            - ext/Compress/IO/Zlib/t/109merge-zip.t
17300            ! MANIFEST
17301 ____________________________________________________________________________
17302 [ 29512] By: rgs                                   on 2006/12/11  14:58:43
17303         Log: Subject: Re: [PATCH] Deparse.pm bugfix
17304              From: Bo Lindbergh <blgl@hagernas.com>
17305              Date: Sat, 9 Dec 2006 12:17:53 +0100
17306              Message-Id: <A4BDE74B-DB3A-41C0-B2BE-FCEE0E15AB54@hagernas.com>
17307      Branch: perl
17308            ! ext/B/B/Deparse.pm ext/B/t/concise-xs.t
17309 ____________________________________________________________________________
17310 [ 29511] By: rgs                                   on 2006/12/11  13:23:55
17311         Log: Subject: re: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs
17312              From: Jan Dubois <jand@ActiveState.com>
17313              Date: Sun, 10 Dec 2006 11:47:58 -0800
17314              Message-ID: <9moon29qtn5c23t9fer229ealsu06bkf11@4ax.com>
17315      Branch: perl
17316            ! ext/Storable/Storable.xs ext/Win32/Win32.pm win32/win32.c
17317 ____________________________________________________________________________
17318 [ 29510] By: rgs                                   on 2006/12/11  13:22:11
17319         Log: Second patch from:
17320              Subject: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs
17321              From: Jan Dubois <jand@ActiveState.com>
17322              Date: Fri, 08 Dec 2006 19:07:06 -0800
17323              Message-ID: <lc9kn2tb0p5sdd4q69rbc7067r4imar59r@4ax.com>
17324      Branch: perl
17325            ! ext/Win32/Win32.xs win32/win32.c
17326 ____________________________________________________________________________
17327 [ 29509] By: rgs                                   on 2006/12/11  13:21:28
17328         Log: First patch from:
17329              Subject: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs
17330              From: Jan Dubois <jand@ActiveState.com>
17331              Date: Fri, 08 Dec 2006 19:07:06 -0800
17332              Message-ID: <lc9kn2tb0p5sdd4q69rbc7067r4imar59r@4ax.com>
17333      Branch: perl
17334            ! ext/SDBM_File/Makefile.PL lib/Cwd.pm lib/ExtUtils/MM.pm
17335            ! lib/File/CheckTree.t lib/File/Copy.pm t/op/fork.t
17336            ! win32/FindExt.pm win32/config_sh.PL
17337            ! win32/ext/Win32API/File/t/file.t
17338 ____________________________________________________________________________
17339 [ 29508] By: davem                                 on 2006/12/11  11:41:10
17340         Log: remove extraneous debugging code introduced by #29504
17341      Branch: perl
17342            ! perly.c
17343 ____________________________________________________________________________
17344 [ 29507] By: rgs                                   on 2006/12/11  10:32:47
17345         Log: Subject: [PATCH] Fatal v1.03
17346              From: Jerrad Pierce <belg4mit@MIT.EDU>
17347              Date: Sun, 10 Dec 2006 14:38:18 -0500
17348              Message-Id: <200612101938.kBAJcI9D008026@all-night-tool.mit.edu>
17349              
17350              Allow to make fatal built-ins in CORE::GLOBAL
17351      Branch: perl
17352            ! lib/Fatal.pm
17353 ____________________________________________________________________________
17354 [ 29506] By: rgs                                   on 2006/12/11  10:28:13
17355         Log: Subject: [PATCH] Re: [perl #41065] Out of memory!, while extending scalar
17356              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
17357              Date: Sun, 10 Dec 2006 22:32:32 +0100
17358              Message-ID: <20061210223232.0f3a5318@r2d2>
17359      Branch: perl
17360            ! doop.c
17361 ____________________________________________________________________________
17362 [ 29505] By: rgs                                   on 2006/12/11  09:41:45
17363         Log: perlhack.pod nit by Jarkko
17364      Branch: perl
17365            ! pod/perlhack.pod
17366 ____________________________________________________________________________
17367 [ 29504] By: davem                                 on 2006/12/11  00:48:06
17368         Log: fix eval qw(BEGIN{die}) style leaks (second attempt).
17369              
17370              Repeat of change #28319 (backed out by change #28720), this time
17371              freeing ops using the right pad. Also backs out the remempad
17372              parser addition from change #29501; instead a new auxiliary
17373              paser stack is added, which records the current value of
17374              PL_comppad for every state.
17375      Branch: perl
17376            ! perly.act perly.c perly.h perly.tab perly.y t/comp/parser.t
17377 ____________________________________________________________________________
17378 [ 29503] By: nicholas                              on 2006/12/10  23:05:25
17379         Log: Remove code duplication in S_to_utf8_substr() and S_to_byte_substr()
17380              by taking advantage of how anchored_* and float_* are stored in arrays
17381              to use a loop.
17382      Branch: perl
17383            ! regcomp.h regexec.c
17384 ____________________________________________________________________________
17385 [ 29502] By: nicholas                              on 2006/12/10  22:31:56
17386         Log: Downgrading a fixed or floating substring of a pattern whilst matching
17387              a studied string seems to get to a "should not happen" [bug #41067]
17388              It seems that Perl_regexec_flags() assumes that if the pre-downgraded
17389              substring is FBM compiled, then the downgraded version will be too,
17390              hence changing the downgrade and upgrade routines to FBM compile seems
17391              to be a correct fix.
17392      Branch: perl
17393            ! regexec.c t/op/re_tests
17394 ____________________________________________________________________________
17395 [ 29501] By: davem                                 on 2006/12/10  18:50:05
17396         Log: #28315 could crash when freeing ops with different pads
17397              Add hook to parser to record current PL_comppad, then use this
17398              when popping ops off the parser stack after parser error
17399      Branch: perl
17400            ! perly.act perly.c perly.h perly.tab perly.y t/comp/parser.t
17401 ____________________________________________________________________________
17402 [ 29500] By: davem                                 on 2006/12/10  17:18:00
17403         Log: parser: expand yy_is_opval[] to include all value types
17404              and rename to yy_type_tab[]. Then use this table to improve stack
17405              dumping with -Dpv
17406      Branch: perl
17407            ! perly.act perly.c perly.h perly.tab perly.y regen_perly.pl
17408 ____________________________________________________________________________
17409 [ 29499] By: gbarr                                 on 2006/12/10  16:28:34
17410         Log: Restore change 27486 accidently removed (also added to 1.19 before release)
17411      Branch: perl
17412            ! ext/List/Util/multicall.h
17413 ____________________________________________________________________________
17414 [ 29498] By: gbarr                                 on 2006/12/10  16:17:14
17415         Log: Upgrade to Scalar-List-Utils-1.19
17416      Branch: perl
17417            ! ext/List/Util/Changes ext/List/Util/README
17418            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
17419            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/multicall.h
17420 ____________________________________________________________________________
17421 [ 29497] By: stevep                                on 2006/12/10  02:23:10
17422         Log: Subject: Re: [PATCH 5.8.8] Build on OS/2 - missing part
17423              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
17424              Date: Sat, 9 Dec 2006 16:33:41 -0800
17425              Message-ID: <20061210003341.GA14200@powdermilk.math.berkeley.edu>
17426      Branch: perl
17427            ! Makefile.SH os2/Makefile.SHs
17428 ____________________________________________________________________________
17429 [ 29496] By: nicholas                              on 2006/12/10  01:13:09
17430         Log: Swap SVpbm_TAIL and SVpbm_VALID.
17431      Branch: perl
17432            ! sv.h
17433 ____________________________________________________________________________
17434 [ 29495] By: stevep                                on 2006/12/09  22:44:27
17435         Log: Upgrade to Time-HiRes-1.9703
17436      Branch: perl
17437            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
17438            ! ext/Time/HiRes/Makefile.PL
17439 ____________________________________________________________________________
17440 [ 29494] By: nicholas                              on 2006/12/09  21:19:45
17441         Log: PVBMs mustn't enter anything that turns SVIVisUV_on().
17442      Branch: perl
17443            ! sv.c
17444 ____________________________________________________________________________
17445 [ 29493] By: nicholas                              on 2006/12/09  21:17:37
17446         Log: Exterminate! 2 pieces of superfluous code related to UV setting.
17447      Branch: perl
17448            ! sv.c
17449 ____________________________________________________________________________
17450 [ 29492] By: nicholas                              on 2006/12/08  23:49:51
17451         Log: In Perl_fbm_instr(), no need to calculate the address of the table if
17452              we're going to return anyway.
17453      Branch: perl
17454            ! util.c
17455 ____________________________________________________________________________
17456 [ 29491] By: nicholas                              on 2006/12/08  23:22:31
17457         Log: assert that SvTAIL() isn't being called on PVAVs or PVHVs
17458      Branch: perl
17459            ! sv.h
17460 ____________________________________________________________________________
17461 [ 29490] By: nicholas                              on 2006/12/08  22:56:54
17462         Log: Wrap some macro arguments in () to avoid precedence problems.
17463      Branch: perl
17464            ! sv.h
17465 ____________________________________________________________________________
17466 [ 29489] By: nicholas                              on 2006/12/08  22:56:08
17467         Log: Perl_screaminstr() must be called with littlestr as a PVBM.
17468      Branch: perl
17469            ! util.c
17470 ____________________________________________________________________________
17471 [ 29488] By: davem                                 on 2006/12/08  22:20:41
17472         Log: add missing OP_REFCNT_LOCK/UNLOCKs and document it
17473      Branch: perl
17474            ! op.h sv.c
17475 ____________________________________________________________________________
17476 [ 29487] By: nicholas                              on 2006/12/08  22:11:56
17477         Log: Assert that BmRARE, BmUSEFUL and BmPREVIOUS are only called on SVtPVBM
17478      Branch: perl
17479            ! sv.h
17480 ____________________________________________________________________________
17481 [ 29486] By: nicholas                              on 2006/12/08  21:09:57
17482         Log: No need to upgrade if all we're going to do is return.
17483      Branch: perl
17484            ! util.c
17485 ____________________________________________________________________________
17486 [ 29485] By: steveh                                on 2006/12/07  12:34:10
17487         Log: Make use of $Config{d_pseudofork} in a couple of core tests
17488              
17489              Can't really use it in ext/IO/t/*.t and lib/Test/Simple/t/fork.t
17490              because they are dual-lived modules and must work with older perls
17491              that don't have d_pseudofork
17492      Branch: perl
17493            ! ext/Socket/t/socketpair.t t/op/fork.t
17494 ____________________________________________________________________________
17495 [ 29483] By: steveh                                on 2006/12/07  09:12:45
17496         Log: Subject: [PATCH] Move Win32 from win32/ext/Win32 to ext/Win32
17497              From: Jan Dubois <jand@ActiveState.com>
17498              Date: Wed, 06 Dec 2006 16:31:42 -0800
17499              Message-ID: <1unen2lsrq4pnnt06933h96pqj1d8luh3b@4ax.com>
17500      Branch: perl
17501           +> ext/Win32/Makefile.PL ext/Win32/Win32.pm ext/Win32/Win32.xs
17502            - win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm
17503            - win32/ext/Win32/Win32.xs
17504            ! Configure MANIFEST
17505 ____________________________________________________________________________
17506 [ 29482] By: rgs                                   on 2006/12/07  09:07:25
17507         Log: Subject: [PATCH] Perl_save_destructor is not a mathom
17508              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
17509              Date: Wed, 6 Dec 2006 11:12:13 -0800 (PST)
17510              Message-ID: <20061206191213.35036.qmail@web30206.mail.mud.yahoo.com>
17511      Branch: perl
17512            ! mathoms.c scope.c
17513 ____________________________________________________________________________
17514 [ 29481] By: steveh                                on 2006/12/07  08:53:15
17515         Log: Subject: [PATCH] Makefile.PL changes to compiler Win32.xs using cygwin
17516              From: Jan Dubois <jand@ActiveState.com>
17517              Date: Wed, 06 Dec 2006 16:26:38 -0800
17518              Message-ID: <5nnen2p2h4lhremj0qf1tmpkl0asvk87hr@4ax.com>
17519      Branch: perl
17520            ! win32/ext/Win32/Makefile.PL
17521 ____________________________________________________________________________
17522 [ 29480] By: steveh                                on 2006/12/06  17:28:03
17523         Log: Better fix than #29479 for exporting refcounted_he_chain_2hv
17524      Branch: perl
17525            ! embed.fnc pod/perlapi.pod pod/perlintern.pod
17526 ____________________________________________________________________________
17527 [ 29479] By: rgs                                   on 2006/12/06  17:05:18
17528         Log: Subject: Re: [PATCH] User pragmas now accessible from B
17529              From: demerphq <demerphq@gmail.com>
17530              Date: Wed, 6 Dec 2006 17:52:08 +0100
17531              Message-ID: <9b18b3110612060852s7cfbba66id5aae25e5bb20ae0@mail.gmail.com>
17532      Branch: perl
17533            ! embed.fnc embed.h ext/B/B.xs global.sym pod/perlapi.pod
17534            ! pod/perlintern.pod
17535 ____________________________________________________________________________
17536 [ 29478] By: steveh                                on 2006/12/06  14:19:55
17537         Log: Upgrade to Time-HiRes 1.9702
17538      Branch: perl
17539            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
17540            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
17541            ! ext/Time/HiRes/t/HiRes.t
17542 ____________________________________________________________________________
17543 [ 29477] By: steveh                                on 2006/12/06  14:08:49
17544         Log: Subject: [PATCH] Re: When should PERL_SYS_TERM() be called? [was: Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testing]
17545              From: Jarkko Hietaniemi <jhi@iki.fi>
17546              Date: Tue, 05 Dec 2006 16:08:33 -0500
17547              Message-ID: <4575DFD1.1060108@iki.fi>
17548              
17549              Fixes a problem spotted by Jan Dubois:
17550              
17551              The PerlMemShared pool is only shared between the interpreters that
17552              can share data structures (interpreters created by perl_clone(), which
17553              mean pseudo-fork, and threads.xs).  The pool is not shared between
17554              interpreters that are created separately by perl_alloc().
17555              [...]
17556              I guess this means PL_perlio_fd_refcnt needs to be allocated and
17557              freed by standard malloc() and not go through any abstraction.
17558      Branch: perl
17559            ! perlio.c
17560 ____________________________________________________________________________
17561 [ 29476] By: rgs                                   on 2006/12/06  13:26:18
17562         Log: save_I8 is not a mathom.
17563      Branch: perl
17564            ! mathoms.c scope.c
17565 ____________________________________________________________________________
17566 [ 29475] By: rgs                                   on 2006/12/06  12:51:34
17567         Log: Subject: [PATCH] User pragmas now accessible from B
17568              From: "Joshua ben Jore" <twists@gmail.com>
17569              Date: Tue, 5 Dec 2006 13:18:21 -0800
17570              Message-ID: <dc5c751d0612051318n2e2f08bfh185fab6323a980b@mail.gmail.com>
17571      Branch: perl
17572            + ext/B/t/pragma.t
17573            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/typemap t/lib/mypragma.pm
17574            ! t/lib/mypragma.t
17575 ____________________________________________________________________________
17576 [ 29474] By: craigb                                on 2006/12/06  05:29:50
17577         Log: Avoid my_regdupe type mismatch warning after #29430
17578      Branch: perl
17579            ! ext/re/re.xs
17580 ____________________________________________________________________________
17581 [ 29473] By: craigb                                on 2006/12/06  04:48:35
17582         Log: d_pseudofork for configure.com
17583      Branch: perl
17584            ! configure.com
17585 ____________________________________________________________________________
17586 [ 29472] By: nicholas                              on 2006/12/05  22:40:56
17587         Log: Subject: Re: [PATCH] Further tweaks to make it easier to create regexp engine plug ins.
17588              From: demerphq <demerphq@gmail.com>
17589              Message-ID: <9b18b3110612051353k7745792byabfdf98e18eb48c9@mail.gmail.com>
17590              Date: Tue, 5 Dec 2006 22:53:48 +0100
17591              
17592              Fixes a minor bug in change 29468.
17593      Branch: perl
17594            ! regcomp.c
17595 ____________________________________________________________________________
17596 [ 29471] By: stevep                                on 2006/12/05  21:00:38
17597         Log: Silence a warning from Module::CoreList that occurs when the module version is
17598              something like X.XX_XX.
17599      Branch: perl
17600            ! lib/Module/CoreList.pm
17601 ____________________________________________________________________________
17602 [ 29470] By: steveh                                on 2006/12/05  16:41:55
17603         Log: Make the check for PERL_IMPLICIT_SYS better
17604      Branch: perl
17605            ! win32/config_sh.PL
17606 ____________________________________________________________________________
17607 [ 29469] By: steveh                                on 2006/12/05  16:06:31
17608         Log: Extend d_pseudofork to Win32-land and set it when appropriate
17609              (namely, when we have USE_ITHREADS and PERL_IMPLICIT_SYSTEM)
17610      Branch: perl
17611            ! win32/config.bc win32/config.gc win32/config.vc
17612            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
17613            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
17614 ____________________________________________________________________________
17615 [ 29468] By: rgs                                   on 2006/12/05  15:39:39
17616         Log: Subject: [PATCH] Further tweaks to make it easier to create regexp engine plug ins.
17617              From: demerphq <demerphq@gmail.com>
17618              Date: Tue, 5 Dec 2006 16:13:36 +0100
17619              Message-ID: <9b18b3110612050713g77cac516x46fb5baac99b47c9@mail.gmail.com>
17620              
17621              (with tweaks)
17622      Branch: perl
17623            ! regcomp.c regcomp.h regexp.h
17624 ____________________________________________________________________________
17625 [ 29467] By: merijn                                on 2006/12/05  14:55:14
17626         Log: Introduction of d_pseudofork
17627      Branch: perl
17628            ! Configure Porting/Glossary Porting/config.sh config_h.SH
17629            ! handy.h uconfig.sh
17630 ____________________________________________________________________________
17631 [ 29465] By: steveh                                on 2006/12/05  09:41:44
17632         Log: Subject: [PATCH] Re: When should PERL_SYS_TERM() be called? [was: Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testing]
17633              From: Jarkko Hietaniemi <jhi@iki.fi>
17634              Date: Mon, 04 Dec 2006 22:53:03 -0500
17635              Message-ID: <4574ED1F.40508@iki.fi>
17636              
17637              Re-instates #29424 (previously reverted by #29451), now fixed to work
17638              with PERL_IMPLICIT_SYS, thanks to Jan Dubois. Also adds PERLIO_TERM to
17639              the Symbian port.
17640      Branch: perl
17641            ! perlio.c symbian/symbianish.h win32/win32.c win32/wince.c
17642 ____________________________________________________________________________
17643 [ 29464] By: steveh                                on 2006/12/05  09:38:14
17644         Log: Skip Perl_regdupe_internal rather than Perl_regdupe
17645              when building on Win32 without ithreads (see #29430)
17646      Branch: perl
17647            ! makedef.pl
17648 ____________________________________________________________________________
17649 [ 29463] By: nicholas                              on 2006/12/04  22:50:09
17650         Log: Move Perl_get_db_sub() from pp_hot.c to util.c
17651      Branch: perl
17652            ! pp_hot.c util.c
17653 ____________________________________________________________________________
17654 [ 29462] By: merijn                                on 2006/12/04  18:09:20
17655         Log: Revert #29454
17656      Branch: perl
17657            ! Configure
17658 ____________________________________________________________________________
17659 [ 29461] By: davem                                 on 2006/12/04  18:08:31
17660         Log: fix some casting issues with perly.y / madly.y merger
17661      Branch: perl
17662            ! perly.act perly.h perly.tab perly.y
17663 ____________________________________________________________________________
17664 [ 29459] By: rgs                                   on 2006/12/04  17:50:51
17665         Log: Better version of last patch, by Yves Orton.
17666              Actually the regexp engine structure only needs
17667              one compilation function hook.
17668      Branch: perl
17669            ! ext/re/re.xs ext/re/re_top.h regcomp.c regcomp.h regexp.h
17670 ____________________________________________________________________________
17671 [ 29458] By: rgs                                   on 2006/12/04  17:22:02
17672         Log: The new regexp compilation function must be added to the engine structure.
17673      Branch: perl
17674            ! ext/re/re.xs ext/re/re_top.h regcomp.h regexp.h
17675 ____________________________________________________________________________
17676 [ 29457] By: rgs                                   on 2006/12/04  16:24:09
17677         Log: Actually submit previous change.
17678      Branch: perl
17679            ! embed.fnc embed.h global.sym proto.h regcomp.c
17680 ____________________________________________________________________________
17681 [ 29456] By: rgs                                   on 2006/12/04  16:15:54
17682         Log: Split Perl_pregcomp in two functions. Patch by Audrey Tang,
17683              to facilitate pluging in other regexp engines.
17684      Branch: perl
17685            ! embed.fnc embed.h global.sym proto.h regcomp.c
17686 ____________________________________________________________________________
17687 [ 29455] By: davem                                 on 2006/12/04  15:38:05
17688         Log: merge perly.y and madlu.y
17689      Branch: perl
17690            - madly.act madly.h madly.tab madly.y
17691            ! MANIFEST Makefile.SH madly.c perly.act perly.c perly.h
17692            ! perly.tab perly.y
17693 ____________________________________________________________________________
17694 [ 29454] By: merijn                                on 2006/12/04  15:20:53
17695         Log: Subject: Re: install misses Compress/IO/{Base,Zlib}
17696              From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
17697              Date: Mon, 4 Dec 2006 15:48:12 +0100
17698              Message-ID: <b77c1dce0612040648j411247c5i27a305c86cbac401@mail.gmail.com>
17699      Branch: perl
17700            ! Configure
17701 ____________________________________________________________________________
17702 [ 29452] By: rgs                                   on 2006/12/04  15:06:34
17703         Log: Subject: [PATCH] Add File::Fetch to the core
17704              From: "Jos Boumans" <kane@dwim.org>
17705              Date: Fri, 1 Dec 2006 12:24:08 +0100 (CET)
17706              Message-ID: <22195.80.127.35.68.1164972248.squirrel@webmail.xs4all.nl>
17707      Branch: perl
17708            + lib/File/Fetch.pm lib/File/Fetch/Item.pm
17709            + lib/File/Fetch/t/01_File-Fetch.t
17710            ! MANIFEST
17711 ____________________________________________________________________________
17712 [ 29451] By: steveh                                on 2006/12/04  14:31:08
17713         Log: Change #29424 may well be correct in itself, but currently doesn't
17714              work when perl is built with PERL_IMPLICIT_SYS because PERLIO_TERM
17715              uses PerlMemShared_free() which, in that case, involves the perlhost
17716              that has already been freed itself by perl_free(), which is called
17717              before PERL_SYS_TERM().
17718              
17719              The order of perl_destruct(), perl_free(), PERL_SYS_TERM() cannot
17720              be changed (it is advertised in perlembed for a start), so just
17721              revert #29424 and the appropriate parts of #29442 for now.
17722              
17723              Perhaps PL_perlio_fd_refcnt needs allocating differently, or else
17724              the perlhost needs freeing later (after PerlIO)?
17725      Branch: perl
17726            ! win32/perllib.c win32/win32.c win32/wince.c
17727 ____________________________________________________________________________
17728 [ 29450] By: rgs                                   on 2006/12/04  13:49:20
17729         Log: Subject: [PATCH] Minor pod nit in perlre.
17730              From: demerphq <demerphq@gmail.com>
17731              Date: Mon, 4 Dec 2006 14:47:07 +0100
17732              Message-ID: <9b18b3110612040547k1bcff290qb8c9b0d7c9ed9640@mail.gmail.com>
17733      Branch: perl
17734            ! pod/perlre.pod
17735 ____________________________________________________________________________
17736 [ 29449] By: davem                                 on 2006/12/04  12:08:56
17737         Log: another fix for bison 2.3
17738      Branch: perl
17739            ! regen_perly.pl
17740 ____________________________________________________________________________
17741 [ 29448] By: merijn                                on 2006/12/04  11:24:57
17742         Log: Subject: -DDEBUGGING=both doesn't set -g
17743              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
17744              Date: Mon, 4 Dec 2006 03:10:31 -0800 (PST)
17745              Message-ID: <1176.63.226.246.123.1165230631.squirrel@63.226.246.123>
17746      Branch: perl
17747            ! Configure
17748 ____________________________________________________________________________
17749 [ 29446] By: rgs                                   on 2006/12/04  09:36:15
17750         Log: Subject: Re: [perl #38868] Changing $0 on darwin leads to excessive padding in 'ps'
17751              From: Chris Dolan <chris@chrisdolan.net>
17752              Date: Sat, 2 Dec 2006 09:37:08 -0600
17753              Message-Id: <005671A0-5C2B-464C-85B9-A91E52278194@chrisdolan.net>
17754      Branch: perl
17755            ! mg.c
17756 ____________________________________________________________________________
17757 [ 29445] By: rgs                                   on 2006/12/04  09:21:16
17758         Log: Subject: [PATCH] \R is supposed to mean something else so switch to \g and make it more useful in the process
17759              From: demerphq <demerphq@gmail.com>
17760              Date: Sun, 3 Dec 2006 16:55:55 +0100
17761              Message-ID: <9b18b3110612030755o241e6372o9870ecce9c42e3d5@mail.gmail.com>
17762      Branch: perl
17763            ! pod/perl595delta.pod pod/perldiag.pod pod/perlre.pod regcomp.c
17764            ! regexec.c t/op/pat.t t/op/re_tests
17765 ____________________________________________________________________________
17766 [ 29444] By: stevep                                on 2006/12/04  02:48:24
17767         Log: Upgrade to Test-Simple-0.66.
17768      Branch: perl
17769            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
17770            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
17771 ____________________________________________________________________________
17772 [ 29443] By: davem                                 on 2006/12/03  22:08:57
17773         Log: add support for bison 2.3
17774      Branch: perl
17775            ! perly.c regen_perly.pl
17776 ____________________________________________________________________________
17777 [ 29442] By: rgs                                   on 2006/12/03  19:16:17
17778         Log: Subject: Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testing
17779              From: demerphq <demerphq@gmail.com>
17780              Date: Sat, 2 Dec 2006 14:48:54 +0100
17781              Message-ID: <9b18b3110612020548l7c5aefd4m19cb0b5c4395abb4@mail.gmail.com>
17782      Branch: perl
17783            ! perlio.c win32/perllib.c
17784 ____________________________________________________________________________
17785 [ 29441] By: rgs                                   on 2006/12/03  18:37:15
17786         Log: Subject: Re: [perl #41010] (?(COND)) in pattern matching not working properly
17787              From: demerphq <demerphq@gmail.com>
17788              Date: Thu, 30 Nov 2006 01:12:25 +0100
17789              Message-ID: <9b18b3110611291612i137803f4lab2739e3d9af40f7@mail.gmail.com>
17790      Branch: perl
17791            ! embed.fnc embed.h proto.h regcomp.c t/op/pat.t
17792 ____________________________________________________________________________
17793 [ 29440] By: davem                                 on 2006/12/03  15:52:59
17794         Log: merge perly.c and madly.c
17795              
17796              madly.c is now just a wrapper that #includes perly.c
17797      Branch: perl
17798            ! madly.c perly.c
17799 ____________________________________________________________________________
17800 [ 29439] By: rgs                                   on 2006/12/03  13:58:52
17801         Log: Subject: Minor patch for Benchmark.pm
17802              From: christophe grosjean <christophe.grosjean@gmail.com>
17803              Date: Sun, 03 Dec 2006 01:31:58 +0100
17804              Message-Id: <1165105918.2718.90.camel@localhost.localdomain>
17805      Branch: perl
17806            ! lib/Benchmark.pm
17807 ____________________________________________________________________________
17808 [ 29438] By: davem                                 on 2006/12/02  18:38:35
17809         Log: synchronise perly.c and madly.c
17810      Branch: perl
17811            ! madly.c perly.c
17812 ____________________________________________________________________________
17813 [ 29437] By: mhx                                   on 2006/12/02  17:25:55
17814         Log: Upgrade to Devel::PPPort 3.10_02
17815      Branch: perl
17816            + ext/Devel/PPPort/parts/base/5009005
17817            + ext/Devel/PPPort/parts/todo/5009005
17818            ! MANIFEST ext/Devel/PPPort/Changes
17819            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/soak
17820 ____________________________________________________________________________
17821 [ 29436] By: mhx                                   on 2006/12/02  17:13:26
17822         Log: Upgrade to Devel::PPPort 3.10_01
17823      Branch: perl
17824            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL
17825            ! ext/Devel/PPPort/PPPort_xs.PL ext/Devel/PPPort/TODO
17826            ! ext/Devel/PPPort/devel/buildperl.pl
17827            ! ext/Devel/PPPort/mktests.PL
17828            ! ext/Devel/PPPort/parts/base/5005000
17829            ! ext/Devel/PPPort/parts/base/5007002
17830            ! ext/Devel/PPPort/parts/base/5009001
17831            ! ext/Devel/PPPort/parts/base/5009004
17832            ! ext/Devel/PPPort/parts/embed.fnc
17833            ! ext/Devel/PPPort/parts/inc/misc
17834            ! ext/Devel/PPPort/parts/inc/threads
17835            ! ext/Devel/PPPort/parts/inc/variables
17836            ! ext/Devel/PPPort/parts/todo/5009001
17837            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
17838            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
17839            ! ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/Sv_set.t
17840            ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/cop.t
17841            ! ext/Devel/PPPort/t/exception.t ext/Devel/PPPort/t/grok.t
17842            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
17843            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/memory.t
17844            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/newCONSTSUB.t
17845            ! ext/Devel/PPPort/t/newRV.t ext/Devel/PPPort/t/podtest.t
17846            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
17847            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/strlfuncs.t
17848            ! ext/Devel/PPPort/t/sv_xpvf.t ext/Devel/PPPort/t/threads.t
17849            ! ext/Devel/PPPort/t/uv.t ext/Devel/PPPort/t/variables.t
17850            ! ext/Devel/PPPort/t/warn.t
17851 ____________________________________________________________________________
17852 [ 29435] By: rgs                                   on 2006/12/02  09:10:01
17853         Log: Subject: [PATCH] perltodo.pod: add perlio todos/thinkabouts
17854              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
17855              Date: Fri, 1 Dec 2006 22:05:17 +0200 (EET)
17856              Message-Id: <200612012005.kB1K5Hn3448004@kosh.hut.fi>
17857      Branch: perl
17858            ! pod/perltodo.pod
17859 ____________________________________________________________________________
17860 [ 29434] By: nicholas                              on 2006/12/01  22:51:22
17861         Log: Make get_db_sub non-static, and call it from pp_goto, which allows the
17862              removal of duplicate code. (The conversion of GvSV(PL_DBsub) to
17863              GvSVn(PL_DBsub) implicit in this change should fix a failure with
17864              Devel::SmallProf.)
17865      Branch: perl
17866            ! embed.fnc embed.h pp_ctl.c pp_hot.c proto.h
17867 ____________________________________________________________________________
17868 [ 29433] By: nicholas                              on 2006/12/01  22:28:11
17869         Log: Remove the pp_entersub specific logic from S_get_db_sub.
17870      Branch: perl
17871            ! embed.fnc pp_ctl.c pp_hot.c proto.h
17872 ____________________________________________________________________________
17873 [ 29432] By: rgs                                   on 2006/12/01  16:56:01
17874         Log: Subject: Re: [PATCH] Make B::Lint use Module::Pluggable
17875              From: "Joshua ben Jore" <twists@gmail.com>
17876              Date: Wed, 29 Nov 2006 16:26:25 -0800
17877              Message-ID: <dc5c751d0611291626w51f85791h93d0c6b7d13ed4a2@mail.gmail.com>
17878      Branch: perl
17879            + ext/B/t/pluglib/B/Lint/Plugin/Test.pm
17880            ! MANIFEST ext/B/B/Lint.pm ext/B/t/lint.t
17881 ____________________________________________________________________________
17882 [ 29431] By: rgs                                   on 2006/12/01  14:03:22
17883         Log: Remove unused variable
17884      Branch: perl
17885            ! regcomp.c
17886 ____________________________________________________________________________
17887 [ 29430] By: rgs                                   on 2006/12/01  13:59:27
17888         Log: Subject: [PATCH] Continue split of perl internal regexp structures from ones that are engine specific.
17889              From: demerphq <demerphq@gmail.com>
17890              Date: Thu, 30 Nov 2006 22:06:38 +0100
17891              Message-ID: <9b18b3110611301306p5cad5deal4aa55559b8c8defd@mail.gmail.com>
17892      Branch: perl
17893            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h global.sym
17894            ! perl.h pod/perlreguts.pod proto.h regcomp.c regcomp.h regexp.h
17895            ! sv.c
17896 ____________________________________________________________________________
17897 [ 29429] By: rgs                                   on 2006/12/01  10:28:36
17898         Log: Verify that the debugger has an array where to store lines before
17899              doing so. This fixes an assertion failure when parsing a script
17900              that begins with '#!perl -d'.
17901              Also, code factorization in toke.c.
17902      Branch: perl
17903            ! embed.fnc embed.h op.c proto.h toke.c
17904 ____________________________________________________________________________
17905 [ 29428] By: steveh                                on 2006/12/01  09:41:47
17906         Log: Fix Time-HiRes linker error on Win32 introduced by upgrades
17907              from version 1.94 (#29423 and #29426)
17908              
17909              Subject: Re: Time::HiRes not happy?
17910              From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
17911              Date: Fri, 1 Dec 2006 10:26:48 +0100
17912              Message-ID: <b77c1dce0612010126o799d5b8bs4ef37d22d5c7e50@mail.gmail.com>
17913      Branch: perl
17914            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
17915 ____________________________________________________________________________
17916 [ 29427] By: stevep                                on 2006/11/30  14:21:40
17917         Log: -Dprefix failed on Cygwin unless the directory ${installbin} already
17918              existed prior to running make.
17919      Branch: perl
17920            ! cygwin/Makefile.SHs
17921 ____________________________________________________________________________
17922 [ 29426] By: stevep                                on 2006/11/30  14:11:57
17923         Log: Upgrade to Time-HiRes-1.96.
17924      Branch: perl
17925            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
17926            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
17927 ____________________________________________________________________________
17928 [ 29425] By: steveh                                on 2006/11/30  10:13:40
17929         Log: Don't try to export fd_refcnt symbols when building without USE_PERLIO
17930              to keep the Win32 linker happy
17931      Branch: perl
17932            ! makedef.pl
17933 ____________________________________________________________________________
17934 [ 29424] By: steveh                                on 2006/11/30  09:45:47
17935         Log: I think #29060 / #29073 missed this
17936      Branch: perl
17937            ! win32/win32.c win32/wince.c
17938 ____________________________________________________________________________
17939 [ 29423] By: stevep                                on 2006/11/30  04:44:54
17940         Log: Upgrade to Time-HiRes-1.95
17941      Branch: perl
17942            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
17943            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/fallback/const-c.inc
17944 ____________________________________________________________________________
17945 [ 29422] By: stevep                                on 2006/11/30  04:24:10
17946         Log: Subject: [PATCH] No code specified for -.
17947              From: Jarkko Hietaniemi <jhi@iki.fi>
17948              Date: Wed, 29 Nov 2006 19:06:09 -0500
17949              Message-ID: <456E2071.3010404@iki.fi>
17950      Branch: perl
17951            ! perl.c
17952 ____________________________________________________________________________
17953 [ 29421] By: stevep                                on 2006/11/29  15:32:58
17954         Log: Upgrade to CPAN-1.88_63.
17955      Branch: perl
17956            ! lib/CPAN.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm
17957 ____________________________________________________________________________
17958 [ 29420] By: rgs                                   on 2006/11/29  15:26:00
17959         Log: Subject: Re: Fix \k<foo> preceded by literal
17960              From: demerphq <demerphq@gmail.com>
17961              Date: Wed, 29 Nov 2006 16:18:34 +0100
17962              Message-ID: <9b18b3110611290718o685a07ddja39f595ed97c231a@mail.gmail.com>
17963      Branch: perl
17964            ! regcomp.c regcomp.h t/op/re_tests
17965 ____________________________________________________________________________
17966 [ 29419] By: stevep                                on 2006/11/29  15:24:21
17967         Log: Upgrade to Tie-RefHash-1.35_01, which is just a version change for
17968              bleadperl.
17969      Branch: perl
17970            ! lib/Tie/RefHash.pm
17971 ____________________________________________________________________________
17972 [ 29418] By: stevep                                on 2006/11/29  15:17:59
17973         Log: Upgrade to ExtUtils-ParseXS-2.17.  Actuall just caught up with 
17974              most of the patches to bleadperl.  The remaining change missing
17975              is #29252, so, the version has been bumped to 2.17_01.
17976      Branch: perl
17977            ! lib/ExtUtils/ParseXS.pm
17978 ____________________________________________________________________________
17979 [ 29417] By: rgs                                   on 2006/11/29  12:08:35
17980         Log: Patch by Derek Price to Time::Piece for CPAN bug #21255:
17981              NOTDATE - DATE should stringify DATE and let Perl handle things
17982      Branch: perl
17983            ! ext/Time/Piece/Piece.pm ext/Time/Piece/t/06subclass.t
17984 ____________________________________________________________________________
17985 [ 29416] By: rgs                                   on 2006/11/29  11:34:10
17986         Log: Subject: [perl #41008] Setting $0 invalidates environment shown by ps 
17987              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
17988              Date: Tue, 28 Nov 2006 05:09:31 -0800
17989              Message-ID: <rt-3.5.HEAD-32013-1164719371-480.41008-75-0@perl.org>
17990      Branch: perl
17991            ! mg.c
17992 ____________________________________________________________________________
17993 [ 29415] By: rgs                                   on 2006/11/29  11:01:06
17994         Log: Subject: [PATCH perl5db.pl] MacOSX debugger fork support
17995              From: Richard Foley <Richard.Foley@rfi.net>
17996              Date: Wed, 29 Nov 2006 12:00:53 +0100
17997              Message-Id: <200611291200.53429.Richard.Foley@rfi.net>
17998      Branch: perl
17999            ! lib/perl5db.pl
18000 ____________________________________________________________________________
18001 [ 29414] By: nicholas                              on 2006/11/29  10:19:19
18002         Log: Fix Attribute::Handlers to cope with proxy constant subroutines.
18003      Branch: perl
18004            + lib/Attribute/Handlers/t/constants.t
18005            ! MANIFEST lib/Attribute/Handlers.pm
18006 ____________________________________________________________________________
18007 [ 29413] By: rgs                                   on 2006/11/29  09:30:02
18008         Log: Change in handling of \RNNN inside nested patterns
18009              Subject: Re: New development release in sight
18010              From: demerphq <demerphq@gmail.com>
18011              Date: Wed, 29 Nov 2006 01:07:43 +0100
18012              Message-ID: <9b18b3110611281607i3d583febtd549989dc3cabc8a@mail.gmail.com>
18013      Branch: perl
18014            ! pod/perlre.pod regcomp.c t/op/pat.t t/op/re_tests
18015 ____________________________________________________________________________
18016 [ 29412] By: nicholas                              on 2006/11/28  23:31:15
18017         Log: Bring the joy of strict to Attribute::Handlers.
18018      Branch: perl
18019            ! lib/Attribute/Handlers.pm
18020 ____________________________________________________________________________
18021 [ 29411] By: rgs                                   on 2006/11/28  17:19:40
18022         Log: Remove DOS line endings
18023              (perforce should take care of line encodings on checkout)
18024      Branch: perl
18025            ! lib/IPC/Cmd/t/02_Interactive.t lib/Log/Message.pm
18026            ! lib/Log/Message/Config.pm lib/Log/Message/Handlers.pm
18027            ! lib/Log/Message/Item.pm lib/Log/Message/t/conf/config_file
18028            ! lib/Module/Load/Conditional/t/to_load/Commented.pm
18029            ! lib/Module/Load/Conditional/t/to_load/LoadIt.pm
18030            ! lib/Module/Load/Conditional/t/to_load/Must/Be/Loaded.pm
18031 ____________________________________________________________________________
18032 [ 29410] By: steveh                                on 2006/11/28  16:43:17
18033         Log: Fix IPC-Cmd test failure on Win32: check current directory as well
18034              as those listed in $ENV{PATH} when searching for binaries
18035      Branch: perl
18036            ! lib/IPC/Cmd.pm
18037 ____________________________________________________________________________
18038 [ 29409] By: steveh                                on 2006/11/28  16:01:55
18039         Log: Building with Visual C++ 2005 now works except for one test failure
18040      Branch: perl
18041            ! README.win32 win32/Makefile win32/makefile.mk
18042 ____________________________________________________________________________
18043 [ 29408] By: steveh                                on 2006/11/28  15:57:45
18044         Log: Silence VC++ 8 warnings about "possible loss of data"
18045      Branch: perl
18046            ! ext/POSIX/POSIX.xs pp_sys.c
18047 ____________________________________________________________________________
18048 [ 29407] By: rgs                                   on 2006/11/28  14:59:03
18049         Log: OS/2 compilation fixes by Ilya
18050              
18051              Subject: [PATCH 5.8.8] Build on OS/2
18052              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
18053              Date: Tue, 28 Nov 2006 03:36:29 -0800
18054              Message-ID: <20061128113629.GA18108@powdermilk.math.berkeley.edu>
18055      Branch: perl
18056            ! config_h.SH perlvars.h
18057 ____________________________________________________________________________
18058 [ 29406] By: steveh                                on 2006/11/28  14:58:14
18059         Log: Silence 4 "unreferenced local variable" warnings from VC++
18060      Branch: perl
18061            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
18062 ____________________________________________________________________________
18063 [ 29405] By: rgs                                   on 2006/11/28  14:39:58
18064         Log: Subject: Re: [PATCH 5.8.8] Build on OS/2
18065              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
18066              Date: Tue, 28 Nov 2006 05:02:20 -0800
18067              Message-ID: <20061128130220.GA18386@powdermilk.math.berkeley.edu>
18068      Branch: perl
18069            ! ext/Devel/DProf/DProf.xs
18070 ____________________________________________________________________________
18071 [ 29404] By: rgs                                   on 2006/11/28  13:50:37
18072         Log: Add Module::Pluggable
18073              (required by CPANPLUS)
18074      Branch: perl
18075            + lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
18076            + lib/Module/Pluggable/t/01use.t
18077            + lib/Module/Pluggable/t/02alsoworks.t
18078            + lib/Module/Pluggable/t/02works.t
18079            + lib/Module/Pluggable/t/02works_taint.t
18080            + lib/Module/Pluggable/t/03diffname.t
18081            + lib/Module/Pluggable/t/04acmedir.t
18082            + lib/Module/Pluggable/t/04acmedir_single.t
18083            + lib/Module/Pluggable/t/04acmepath.t
18084            + lib/Module/Pluggable/t/04acmepath_single.t
18085            + lib/Module/Pluggable/t/05postpath.t
18086            + lib/Module/Pluggable/t/06multipath.t
18087            + lib/Module/Pluggable/t/07instantiate.t
18088            + lib/Module/Pluggable/t/08nothing.t
18089            + lib/Module/Pluggable/t/09require.t
18090            + lib/Module/Pluggable/t/10innerpack.t
18091            + lib/Module/Pluggable/t/10innerpack_inner.t
18092            + lib/Module/Pluggable/t/10innerpack_noinner.t
18093            + lib/Module/Pluggable/t/10innerpack_override.t
18094            + lib/Module/Pluggable/t/11usetwice.t
18095            + lib/Module/Pluggable/t/12only.t
18096            + lib/Module/Pluggable/t/12onlyarray.t
18097            + lib/Module/Pluggable/t/12onlyregex.t
18098            + lib/Module/Pluggable/t/13except.t
18099            + lib/Module/Pluggable/t/13exceptarray.t
18100            + lib/Module/Pluggable/t/13exceptregex.t
18101            + lib/Module/Pluggable/t/14package.t
18102            + lib/Module/Pluggable/t/15topicsafe.t
18103            + lib/Module/Pluggable/t/16different_extension.t
18104            + lib/Module/Pluggable/t/17devel_inner_package.t
18105            + lib/Module/Pluggable/t/18skipped_package.t
18106            + lib/Module/Pluggable/t/19can_ok_clobber.t
18107            + lib/Module/Pluggable/t/20dodgy_files.t
18108            + lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
18109            + lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
18110            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
18111            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
18112            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
18113            + lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm
18114            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
18115            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
18116            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
18117            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
18118            + lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
18119            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm
18120            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm
18121            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
18122            + lib/Module/Pluggable/t/lib/No/Middle.pm
18123            + lib/Module/Pluggable/t/lib/OddTest/Plugin/-Dodgy.pm
18124            + lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm
18125            + lib/Module/Pluggable/t/lib/TA/C/A/I.pm
18126            ! MANIFEST
18127 ____________________________________________________________________________
18128 [ 29403] By: rgs                                   on 2006/11/28  13:32:26
18129         Log: Subject: [PATCH 5.8.8] perl5db on miniperl
18130              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
18131              Date: Tue, 28 Nov 2006 03:39:05 -0800
18132              Message-ID: <20061128113905.GA18135@powdermilk.math.berkeley.edu>
18133      Branch: perl
18134            ! lib/perl5db.pl
18135 ____________________________________________________________________________
18136 [ 29402] By: steveh                                on 2006/11/28  11:57:35
18137         Log: Give perl.exe an icon when built with MinGW and Borland
18138              
18139              It already gets an icon when built with VC++, but the MinGW and Borland
18140              builds were not making any use of the resource file.
18141              
18142              Also add the top-level directory into MinGW's resource compiler search
18143              path to assist ActivePerl builds: see:
18144              http://downloads.activestate.com/ActivePerl/src/5.8/AP819_diff.txt
18145      Branch: perl
18146            ! win32/makefile.mk
18147 ____________________________________________________________________________
18148 [ 29401] By: rgs                                   on 2006/11/28  10:45:06
18149         Log: Add IPC::Cmd to the core
18150      Branch: perl
18151            + lib/IPC/Cmd.pm lib/IPC/Cmd/t/01_IPC-Cmd.t
18152            + lib/IPC/Cmd/t/02_Interactive.t lib/IPC/Cmd/t/src/child.pl
18153            ! MANIFEST
18154 ____________________________________________________________________________
18155 [ 29400] By: rgs                                   on 2006/11/28  10:09:01
18156         Log: Typo fix (by Dominic Dunlop)
18157      Branch: perl
18158            ! cflags.SH
18159 ____________________________________________________________________________
18160 [ 29399] By: rgs                                   on 2006/11/28  09:57:24
18161         Log: Subject: [PATCH[ threads 1.53
18162              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
18163              Date: Mon, 27 Nov 2006 09:26:08 -0800 (PST)
18164              Message-ID: <965653.3725.qm@web30206.mail.mud.yahoo.com>
18165      Branch: perl
18166            ! ext/threads/Changes ext/threads/README
18167            ! ext/threads/shared/t/cond.t ext/threads/t/exit.t
18168            ! ext/threads/t/libc.t ext/threads/t/stress_re.t
18169            ! ext/threads/t/thread.t ext/threads/threads.pm
18170            ! ext/threads/threads.xs
18171 ____________________________________________________________________________
18172 [ 29398] By: stevep                                on 2006/11/28  01:32:07
18173         Log: Subject: [PATCH] Re: [PATCH] perlhack: some portability updates
18174              From: Dominic Dunlop <shouldbedomo@mac.com>
18175              Date: Sun, 26 Nov 2006 12:01:16 +0100
18176              Message-Id: <253514EB-BA57-4A43-93FA-75D6F3CF27BC@mac.com>
18177      Branch: perl
18178            ! cflags.SH perl.h pod/perlhack.pod
18179 ____________________________________________________________________________
18180 [ 29397] By: steveh                                on 2006/11/27  17:44:27
18181         Log: Add missing d_printf_format_null/PRINTF_FORMAT_NULL_OK to Win32 canned
18182              configs
18183              
18184              See:
18185              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00923.html
18186      Branch: perl
18187            ! perl.h win32/config.bc win32/config.gc win32/config.vc
18188            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
18189            ! win32/config_H.vc win32/config_H.vc64
18190 ____________________________________________________________________________
18191 [ 29396] By: steveh                                on 2006/11/27  17:39:00
18192         Log: Make the win32/makefile.mk a little safer
18193              
18194              - Add a few missing s,\,$B, substitutions. We were living dangerously
18195              with various unescaped backslashes not causing problems purely because
18196              they don't make valid ecape codes anyway, e.g. ..\perl59.dll was only
18197              working because \p isn't an escape code so it didn't get mapped to
18198              anything nasty.
18199              
18200              - Move the $(BLINK_FLAGS) out of $(mktmp ...)'s because it could contain
18201              backslashes which would otherwise need escaping. (Adding in the
18202              escaping would be another fix but other cases don't put $(BLINK_FLAGS)
18203              into $(mktmp ...) files in the first place.)
18204      Branch: perl
18205            ! win32/makefile.mk
18206 ____________________________________________________________________________
18207 [ 29395] By: rgs                                   on 2006/11/27  16:54:26
18208         Log: Add missing file to MANIFEST
18209      Branch: perl
18210            ! MANIFEST
18211 ____________________________________________________________________________
18212 [ 29394] By: nicholas                              on 2006/11/27  08:02:35
18213         Log: Move words and revcharmap out of struct _rev_trie_data and duplicate
18214              them on thread clone.
18215      Branch: perl
18216            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
18217 ____________________________________________________________________________
18218 [ 29393] By: nicholas                              on 2006/11/26  23:32:29
18219         Log: Move widecharmap out of the shared structure _reg_trie_data into the
18220              top level regdata array, so that it can be correctly duplicated on
18221              thread clone.
18222      Branch: perl
18223            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
18224 ____________________________________________________________________________
18225 [ 29392] By: nicholas                              on 2006/11/26  23:01:46
18226         Log: Swap _reg_ac_data.trie to U32 offset into the regdata array, as
18227              preliminary to moving _reg_trie_data.widecharmap out too.
18228      Branch: perl
18229            ! regcomp.c regcomp.h regexec.c
18230 ____________________________________________________________________________
18231 [ 29391] By: nicholas                              on 2006/11/26  22:21:02
18232         Log: Moving the reference count to the front of both _reg_trie_data and
18233              _reg_ac_data allows smaller code in Perl_regdupe.
18234      Branch: perl
18235            ! regcomp.c regcomp.h
18236 ____________________________________________________________________________
18237 [ 29390] By: nicholas                              on 2006/11/26  20:52:49
18238         Log: A little reodering of the switch statement in Perl_regdupe makes a 
18239              smaller executable.
18240      Branch: perl
18241            ! regcomp.c
18242 ____________________________________________________________________________
18243 [ 29389] By: nicholas                              on 2006/11/26  20:03:16
18244         Log: Eliminated unitialised clone_params value bug accidentally added with
18245              change 28229.
18246      Branch: perl
18247            ! ext/threads/threads.xs
18248 ____________________________________________________________________________
18249 [ 29388] By: nicholas                              on 2006/11/26  20:00:36
18250         Log: Stage 1 of threadsafe-ing the trie strucutres - use shared malloc.
18251      Branch: perl
18252            ! regcomp.c
18253 ____________________________________________________________________________
18254 [ 29387] By: nicholas                              on 2006/11/26  18:44:57
18255         Log: Simplify S_add_data(), given that realloc will NULL acts as malloc().
18256      Branch: perl
18257            ! regcomp.c
18258 ____________________________________________________________________________
18259 [ 29386] By: nicholas                              on 2006/11/26  18:26:53
18260         Log: Change (well, correct) S_add_data to take and return a U32.
18261      Branch: perl
18262            ! embed.fnc proto.h regcomp.c
18263 ____________________________________________________________________________
18264 [ 29385] By: nicholas                              on 2006/11/26  18:00:05
18265         Log: Make the cache in Carp::trusts actually persist across calls :-)
18266              I made a similar mistake once long ago, and now spot the pattern.
18267      Branch: perl
18268            ! lib/Carp/Heavy.pm
18269 ____________________________________________________________________________
18270 [ 29384] By: nicholas                              on 2006/11/26  17:33:05
18271         Log: Remove unused lexical present since change 13426.
18272      Branch: perl
18273            ! lib/Carp/Heavy.pm
18274 ____________________________________________________________________________
18275 [ 29383] By: stevep                                on 2006/11/26  14:14:54
18276         Log: Adding Time::Piece to the core...again.
18277      Branch: perl
18278            + ext/Time/Piece/Changes ext/Time/Piece/Makefile.PL
18279            + ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
18280            + ext/Time/Piece/README ext/Time/Piece/Seconds.pm
18281            + ext/Time/Piece/t/01base.t ext/Time/Piece/t/02core.t
18282            + ext/Time/Piece/t/03compare.t ext/Time/Piece/t/04mjd.t
18283            + ext/Time/Piece/t/05overload.t ext/Time/Piece/t/06subclass.t
18284            ! MANIFEST Porting/Maintainers.pl
18285 ____________________________________________________________________________
18286 [ 29382] By: nicholas                              on 2006/11/26  12:38:20
18287         Log: Stop mod_perl looping forever in &Carp::shortmess_jmp as it somehow
18288              manages to forcibly re-load Carp.pm without re-loading Carp/Heavy.pm
18289      Branch: perl
18290            ! lib/Carp.pm lib/Carp/Heavy.pm
18291 ____________________________________________________________________________
18292 [ 29381] By: stevep                                on 2006/11/25  23:11:36
18293         Log: Skip test for Module::Load::Conditional that appears to be setting
18294              $^X, but not getting it right.  I'll wait to see if Jos has a fix.
18295      Branch: perl
18296            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
18297 ____________________________________________________________________________
18298 [ 29380] By: craigb                                on 2006/11/25  22:19:14
18299         Log: xterm debugger support for VMS from John Malmberg (with revisions)
18300      Branch: perl
18301            ! configure.com lib/perl5db.pl vms/descrip_mms.template
18302            ! vms/vms.c
18303 ____________________________________________________________________________
18304 [ 29379] By: stevep                                on 2006/11/25  17:49:26
18305         Log: Subject: [PATCH] Add Module::Load::Conditional to the core
18306              From: "Jos Boumans" <kane@dwim.org>
18307              Date: Fri, 24 Nov 2006 18:07:54 +0100 (CET)
18308              Message-ID: <23336.80.127.35.68.1164388074.squirrel@webmail.xs4all.nl>
18309      Branch: perl
18310            + lib/Module/Load/Conditional.pm
18311            + lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
18312            + lib/Module/Load/Conditional/t/to_load/Commented.pm
18313            + lib/Module/Load/Conditional/t/to_load/LoadIt.pm
18314            + lib/Module/Load/Conditional/t/to_load/LoadMe.pl
18315            + lib/Module/Load/Conditional/t/to_load/Must/Be/Loaded.pm
18316            + lib/Module/Load/Conditional/t/to_load/ToBeLoaded
18317            ! MANIFEST
18318 ____________________________________________________________________________
18319 [ 29378] By: stevep                                on 2006/11/25  17:34:09
18320         Log: Subject: [PATCH] smoke signs suppression
18321              From: Jarkko Hietaniemi <jhi@iki.fi>
18322              Date: Sat, 25 Nov 2006 11:45:24 -0500
18323              Message-ID: <45687324.3040102@iki.fi>
18324      Branch: perl
18325            ! ext/re/re.xs iperlsys.h pp_hot.c regcomp.c regexec.c
18326 ____________________________________________________________________________
18327 [ 29377] By: stevep                                on 2006/11/25  17:29:55
18328         Log: Subject: [PATCH] perlhack: some portability updates
18329              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
18330              Date: Sat, 25 Nov 2006 17:57:23 +0200 (EET)
18331              Message-Id: <200611251557.kAPFvNKw011342@kosh.hut.fi>
18332      Branch: perl
18333            ! pod/perlhack.pod
18334 ____________________________________________________________________________
18335 [ 29376] By: steveh                                on 2006/11/24  17:11:34
18336         Log: Remove redundant macros from win32 makefiles
18337              
18338              In the course of removing redundant ByteLoader references I found that
18339              various long lists of extensions are hopelessly out of date, e.g.
18340              Compress/Zlib should be Compress/Raw/Zlib and PerlIO/*, threads/* and
18341              others are missing. It seems that these lists of extensions serve no
18342              useful purpose anyway: in Makefile they are used to delete files that
18343              should already have been deleted by the Makefile for each module, and
18344              in makefile.mk DYNAMIC_EXT wasn't used at all! So the simplest remedy
18345              is to remove them. One less maintenance headache.
18346      Branch: perl
18347            ! win32/Makefile win32/makefile.mk
18348 ____________________________________________________________________________
18349 [ 29375] By: steveh                                on 2006/11/24  15:44:23
18350         Log: Cleanup manifest file left by test script when using VC8
18351      Branch: perl
18352            ! lib/ExtUtils/t/Embed.t
18353 ____________________________________________________________________________
18354 [ 29374] By: steveh                                on 2006/11/24  15:38:24
18355         Log: Embed manifest files in DLLs built with Module-Build when using VC8
18356              
18357              This change does for Module-Build what part of #29266 did for
18358              ExtUtils-MakeMaker.
18359      Branch: perl
18360            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
18361 ____________________________________________________________________________
18362 [ 29373] By: rgs                                   on 2006/11/24  15:03:55
18363         Log: Subject: [perl #36689] &=, |= and ^= overloads are nbot documented
18364              From: "Adriano Rodrigues" <a.r.ferreira@gmail.com>
18365              Date: Thu, 23 Nov 2006 17:43:12 -0200
18366              Message-ID: <73ddeb6c0611231143y1e3461dbqf30f5fce16698b5c@mail.gmail.com>
18367      Branch: perl
18368            ! lib/overload.pm lib/overload.t
18369 ____________________________________________________________________________
18370 [ 29372] By: rgs                                   on 2006/11/24  10:16:07
18371         Log: Revert change #29098 (that introduced a new warning,
18372              "Variable length character upgraded in print")
18373      Branch: perl
18374            ! doio.c pod/perl595delta.pod pod/perldiag.pod
18375 ____________________________________________________________________________
18376 [ 29371] By: rgs                                   on 2006/11/24  09:58:43
18377         Log: Un-TODO one test in pat.t ($1 kept safe after a /g match)
18378      Branch: perl
18379            ! t/op/pat.t
18380 ____________________________________________________________________________
18381 [ 29370] By: craigb                                on 2006/11/24  04:45:30
18382         Log: Even better configure.com handling for checkcfgvar.pl
18383      Branch: perl
18384            ! Porting/checkcfgvar.pl
18385 ____________________________________________________________________________
18386 [ 29369] By: craigb                                on 2006/11/24  04:42:43
18387         Log: Initialize targetarch in configure.com
18388      Branch: perl
18389            ! configure.com
18390 ____________________________________________________________________________
18391 [ 29368] By: nicholas                              on 2006/11/23  23:17:44
18392         Log: Subject: Re: [PATCH] Cleanup regexp flags and structure
18393              From: demerphq <demerphq@gmail.com>
18394              Message-ID: <9b18b3110611231021l561a9cb4te985db3f0648e097@mail.gmail.com>
18395              Date: Thu, 23 Nov 2006 19:21:38 +0100
18396              
18397              Attached patch completes the splitting out of the core from the regexp
18398              internal data.
18399      Branch: perl
18400            ! regcomp.c regexec.c regexp.h
18401 ____________________________________________________________________________
18402 [ 29367] By: stevep                                on 2006/11/23  20:51:11
18403         Log: Module::Pluggable diff had some hidden binary files in it.  I'm
18404              backing it out while Jos verifies whether those files are actually
18405              needed in the distribution or not.
18406      Branch: perl
18407            - lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
18408            - lib/Module/Pluggable/t/01use.t
18409            - lib/Module/Pluggable/t/02alsoworks.t
18410            - lib/Module/Pluggable/t/02works.t
18411            - lib/Module/Pluggable/t/03diffname.t
18412            - lib/Module/Pluggable/t/04acmedir.t
18413            - lib/Module/Pluggable/t/04acmedir_single.t
18414            - lib/Module/Pluggable/t/04acmepath.t
18415            - lib/Module/Pluggable/t/04acmepath_single.t
18416            - lib/Module/Pluggable/t/05postpath.t
18417            - lib/Module/Pluggable/t/06multipath.t
18418            - lib/Module/Pluggable/t/07instantiate.t
18419            - lib/Module/Pluggable/t/08nothing.t
18420            - lib/Module/Pluggable/t/09require.t
18421            - lib/Module/Pluggable/t/10innerpack.t
18422            - lib/Module/Pluggable/t/10innerpack_inner.t
18423            - lib/Module/Pluggable/t/10innerpack_noinner.t
18424            - lib/Module/Pluggable/t/10innerpack_override.t
18425            - lib/Module/Pluggable/t/11usetwice.t
18426            - lib/Module/Pluggable/t/12only.t
18427            - lib/Module/Pluggable/t/12onlyarray.t
18428            - lib/Module/Pluggable/t/12onlyregex.t
18429            - lib/Module/Pluggable/t/13except.t
18430            - lib/Module/Pluggable/t/13exceptarray.t
18431            - lib/Module/Pluggable/t/13exceptregex.t
18432            - lib/Module/Pluggable/t/14package.t
18433            - lib/Module/Pluggable/t/15topicsafe.t
18434            - lib/Module/Pluggable/t/16different_extension.t
18435            - lib/Module/Pluggable/t/17devel_inner_package.t
18436            - lib/Module/Pluggable/t/18skipped_package.t
18437            - lib/Module/Pluggable/t/19can_ok_clobber.t
18438            - lib/Module/Pluggable/t/20dodgy_files.t
18439            - lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
18440            - lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
18441            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
18442            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
18443            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
18444            - lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm
18445            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
18446            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
18447            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
18448            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
18449            - lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
18450            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm
18451            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm
18452            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
18453            - lib/Module/Pluggable/t/lib/No/Middle.pm
18454            - lib/Module/Pluggable/t/lib/OddTest/Plugin/%23Dodgy.pm
18455            - lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm
18456            - lib/Module/Pluggable/t/lib/TA/C/A/I.pm
18457            ! MANIFEST
18458 ____________________________________________________________________________
18459 [ 29366] By: stevep                                on 2006/11/23  20:09:57
18460         Log: Subject: [PATCH] Add Module::Pluggable to the core
18461              From: "Jos Boumans" <kane@xs4all.net>
18462              Date: Sun, 19 Nov 2006 16:06:00 +0100 (CET)
18463              Message-ID: <4188.80.127.35.68.1163948760.squirrel@webmail.xs4all.nl>
18464      Branch: perl
18465            + lib/Devel/InnerPackage.pm lib/Module/Pluggable.pm
18466            + lib/Module/Pluggable/Object.pm lib/Module/Pluggable/t/01use.t
18467            + lib/Module/Pluggable/t/02alsoworks.t
18468            + lib/Module/Pluggable/t/02works.t
18469            + lib/Module/Pluggable/t/03diffname.t
18470            + lib/Module/Pluggable/t/04acmedir.t
18471            + lib/Module/Pluggable/t/04acmedir_single.t
18472            + lib/Module/Pluggable/t/04acmepath.t
18473            + lib/Module/Pluggable/t/04acmepath_single.t
18474            + lib/Module/Pluggable/t/05postpath.t
18475            + lib/Module/Pluggable/t/06multipath.t
18476            + lib/Module/Pluggable/t/07instantiate.t
18477            + lib/Module/Pluggable/t/08nothing.t
18478            + lib/Module/Pluggable/t/09require.t
18479            + lib/Module/Pluggable/t/10innerpack.t
18480            + lib/Module/Pluggable/t/10innerpack_inner.t
18481            + lib/Module/Pluggable/t/10innerpack_noinner.t
18482            + lib/Module/Pluggable/t/10innerpack_override.t
18483            + lib/Module/Pluggable/t/11usetwice.t
18484            + lib/Module/Pluggable/t/12only.t
18485            + lib/Module/Pluggable/t/12onlyarray.t
18486            + lib/Module/Pluggable/t/12onlyregex.t
18487            + lib/Module/Pluggable/t/13except.t
18488            + lib/Module/Pluggable/t/13exceptarray.t
18489            + lib/Module/Pluggable/t/13exceptregex.t
18490            + lib/Module/Pluggable/t/14package.t
18491            + lib/Module/Pluggable/t/15topicsafe.t
18492            + lib/Module/Pluggable/t/16different_extension.t
18493            + lib/Module/Pluggable/t/17devel_inner_package.t
18494            + lib/Module/Pluggable/t/18skipped_package.t
18495            + lib/Module/Pluggable/t/19can_ok_clobber.t
18496            + lib/Module/Pluggable/t/20dodgy_files.t
18497            + lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
18498            + lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
18499            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
18500            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
18501            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
18502            + lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm
18503            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
18504            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
18505            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
18506            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
18507            + lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
18508            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm
18509            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm
18510            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
18511            + lib/Module/Pluggable/t/lib/No/Middle.pm
18512            + lib/Module/Pluggable/t/lib/OddTest/Plugin/%23Dodgy.pm
18513            + lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm
18514            + lib/Module/Pluggable/t/lib/TA/C/A/I.pm
18515            ! MANIFEST
18516 ____________________________________________________________________________
18517 [ 29365] By: nicholas                              on 2006/11/23  19:29:57
18518         Log: Change 29364 forgot to turn the POK flag on.
18519      Branch: perl
18520            ! sv.c
18521 ____________________________________________________________________________
18522 [ 29364] By: nicholas                              on 2006/11/23  17:16:34
18523         Log: Assigning to a PVCV effectively just sets the prototype, so make this
18524              the exact behaviour. (Fixes bug #40681, which prevents mod_perl from
18525              building)
18526      Branch: perl
18527            ! sv.c
18528 ____________________________________________________________________________
18529 [ 29363] By: nicholas                              on 2006/11/23  16:59:04
18530         Log: Remove superfluous SvROK()
18531      Branch: perl
18532            ! sv.c
18533 ____________________________________________________________________________
18534 [ 29362] By: craigb                                on 2006/11/23  16:11:16
18535         Log: Tune configure.com checking to ignore trailing comments.
18536      Branch: perl
18537            ! Porting/checkcfgvar.pl
18538 ____________________________________________________________________________
18539 [ 29361] By: rgs                                   on 2006/11/23  15:55:47
18540         Log: Fix for bug #38631: tied variables don't work with .= <>
18541      Branch: perl
18542            ! pp_hot.c t/op/readline.t
18543 ____________________________________________________________________________
18544 [ 29360] By: rgs                                   on 2006/11/23  12:57:18
18545         Log: Subject: [PATCH] Cleanup regexp flags and structure
18546              From: demerphq <demerphq@gmail.com>
18547              Date: Thu, 23 Nov 2006 12:36:24 +0100
18548              Message-ID: <9b18b3110611230336p3ce3b16du47cd5398dea8d873@mail.gmail.com>
18549      Branch: perl
18550            ! dump.c ext/re/re.xs mg.c op.c op.h pp.c pp_hot.c regcomp.c
18551            ! regexec.c regexp.h
18552 ____________________________________________________________________________
18553 [ 29359] By: rgs                                   on 2006/11/23  11:28:28
18554         Log: More safety in free()s
18555      Branch: perl
18556            ! op.c
18557 ____________________________________________________________________________
18558 [ 29358] By: steveh                                on 2006/11/23  11:06:47
18559         Log: Silence VC8's warnings about "unsafe" CRT functions and POSIX CRT
18560              function names being deprecated, and add a note to perltodo to
18561              revisit this one day.
18562      Branch: perl
18563            ! pod/perltodo.pod win32/Makefile win32/makefile.mk
18564 ____________________________________________________________________________
18565 [ 29357] By: rgs                                   on 2006/11/23  10:05:43
18566         Log: Subject: [PATCH lib/ExtUtils/t/build_man.t] installman3dir is null
18567              From: "Robin Barker" <Robin.Barker@npl.co.uk>
18568              Date: Tue, 21 Nov 2006 16:48:35 -0000
18569              Message-ID: <2C2E01334A940D4792B3E115F95B7226120ABE@exchsvr1.npl.ad.local>
18570      Branch: perl
18571            ! lib/ExtUtils/t/build_man.t
18572 ____________________________________________________________________________
18573 [ 29356] By: stevep                                on 2006/11/23  03:09:08
18574         Log: Upgrade to PathTools-3.24.
18575      Branch: perl
18576            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
18577            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
18578 ____________________________________________________________________________
18579 [ 29355] By: steveh                                on 2006/11/22  17:20:05
18580         Log: Update makefile.mk as per Makefile w.r.t. #29308 and #29323
18581      Branch: perl
18582            ! win32/makefile.mk
18583 ____________________________________________________________________________
18584 [ 29354] By: rgs                                   on 2006/11/22  17:09:33
18585         Log: Subject: \G with /g results in infinite loop in 5.6 and later
18586              From: demerphq <demerphq@gmail.com>
18587              Date: Wed, 22 Nov 2006 17:11:02 +0100
18588              Message-ID: <9b18b3110611220811k1a54f650t1bd7c6a9450b0a7e@mail.gmail.com>
18589      Branch: perl
18590            ! pod/perldiag.pod pod/perlre.pod pp_hot.c regcomp.c regcomp.h
18591            ! regcomp.sym regexec.c regexp.h t/op/pat.t t/op/regmesg.t
18592 ____________________________________________________________________________
18593 [ 29353] By: stevep                                on 2006/11/22  17:00:54
18594         Log: Subject: POSIX::remove() and directories
18595              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
18596              Date: Wed, 22 Nov 2006 17:41:55 +0100
18597              Message-ID: <3852726AFA94DE4F87E616F13F416A5F0A912F@naimucu1.ffz00k.rootdom.net>
18598      Branch: perl
18599            ! ext/POSIX/POSIX.pm
18600 ____________________________________________________________________________
18601 [ 29352] By: steveh                                on 2006/11/22  16:49:10
18602         Log: VC8 regards 60 seconds as an invalid parameter for strftime()
18603              so skip the test in that case.
18604      Branch: perl
18605            ! ext/POSIX/t/posix.t
18606 ____________________________________________________________________________
18607 [ 29351] By: rgs                                   on 2006/11/22  15:17:54
18608         Log: Don't AUTOLOAD DESTROY from Attribute::Handlers.
18609              (patch by Jerry D. Hedden for CPAN bug #1911)
18610      Branch: perl
18611            ! lib/Attribute/Handlers.pm
18612 ____________________________________________________________________________
18613 [ 29350] By: steveh                                on 2006/11/22  15:11:41
18614         Log: Fix infinite loop in Perl_my_strftime() for failing strftime()
18615      Branch: perl
18616            ! util.c
18617 ____________________________________________________________________________
18618 [ 29349] By: rgs                                   on 2006/11/22  14:30:19
18619         Log: More doc nits on Switch, and bump version to 2.11 for upcoming CPAN release.
18620      Branch: perl
18621            ! lib/Switch.pm
18622 ____________________________________________________________________________
18623 [ 29348] By: stevep                                on 2006/11/22  14:10:07
18624         Log: Subject: Re: [perl #40917] Benchmark fails under -Mbignum
18625              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18626              Date: Wed, 22 Nov 2006 22:32:46 +0900
18627              Message-Id: <20061122223227.193E.BQW10602@nifty.com>
18628      Branch: perl
18629            ! lib/Benchmark.pm
18630 ____________________________________________________________________________
18631 [ 29347] By: rgs                                   on 2006/11/22  13:57:12
18632         Log: Fix a number of documentation issues in Switch.pm (code examples
18633              that do not compile, typos, obscure examples)
18634      Branch: perl
18635            ! lib/Switch.pm
18636 ____________________________________________________________________________
18637 [ 29346] By: rgs                                   on 2006/11/22  10:03:51
18638         Log: Remove tests for POD or POD coverage -- they're always skipped.
18639      Branch: perl
18640            - ext/Compress/IO/Base/t/99pod.t ext/Compress/IO/Zlib/t/999pod.t
18641            - ext/Compress/Raw/Zlib/t/99pod.t ext/Compress/Zlib/t/99pod.t
18642            - ext/Digest/SHA/t/0-pod-coverage.t ext/Digest/SHA/t/0-pod.t
18643            - lib/Term/ANSIColor/t/pod.t lib/Test/Harness/t/pod.t
18644            - lib/Text/Balanced/t/pod-coverage.t lib/Text/Balanced/t/pod.t
18645            ! MANIFEST
18646 ____________________________________________________________________________
18647 [ 29345] By: rgs                                   on 2006/11/22  09:56:14
18648         Log: - Restore two Text::Balanced tests, more comprehensive in bleadperl than
18649              in CPAN.
18650              - Restore a local bugfix, tested by the above tests.
18651              - Fix a few typos in the POD for Text::Balanced
18652              - Bump version of Text::Balanced
18653      Branch: perl
18654            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extmul.t
18655            ! lib/Text/Balanced/t/extqlk.t
18656 ____________________________________________________________________________
18657 [ 29344] By: rgs                                   on 2006/11/22  09:12:16
18658         Log: Sync Text::Balanced with the CPAN version (1.99.1)
18659      Branch: perl
18660            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
18661            ! lib/Text/Balanced/README lib/Text/Balanced/t/extmul.t
18662            ! lib/Text/Balanced/t/extqlk.t
18663 ____________________________________________________________________________
18664 [ 29343] By: rgs                                   on 2006/11/21  17:24:19
18665         Log: Remove assertions.pm review from perltodo
18666      Branch: perl
18667            ! pod/perltodo.pod
18668 ____________________________________________________________________________
18669 [ 29342] By: rgs                                   on 2006/11/21  16:32:42
18670         Log: Subject: [PATCH] threads 1.52
18671              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
18672              Date: Tue, 21 Nov 2006 08:26:28 -0800 (PST)
18673              Message-ID: <204140.57721.qm@web30207.mail.mud.yahoo.com>
18674      Branch: perl
18675            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
18676            ! ext/threads/t/thread.t ext/threads/threads.pm
18677            ! ext/threads/threads.xs
18678 ____________________________________________________________________________
18679 [ 29341] By: merijn                                on 2006/11/21  16:18:49
18680         Log: Upgrade warning should only be issued if upgrade happens
18681      Branch: perl
18682            ! hints/hpux.sh
18683 ____________________________________________________________________________
18684 [ 29340] By: rgs                                   on 2006/11/21  16:08:34
18685         Log: Regenerate Changes, add nits in perldelta
18686      Branch: perl
18687            ! Changes pod/perl595delta.pod
18688 ____________________________________________________________________________
18689 [ 29339] By: merijn                                on 2006/11/21  16:03:30
18690         Log: Silence some warnings during Configure
18691      Branch: perl
18692            ! hints/hpux.sh
18693 ____________________________________________________________________________
18694 [ 29338] By: merijn                                on 2006/11/21  15:16:46
18695         Log: No more 5005thread messages from Configure for 5.9.x and up
18696      Branch: perl
18697            ! Configure Porting/Glossary config_h.SH
18698 ____________________________________________________________________________
18699 [ 29336] By: rgs                                   on 2006/11/21  14:45:19
18700         Log: Invalidate the method lookup cache when assigning to a glob
18701              named "isa". (That happens when importing "isa" from UNIVERSAL,
18702              for example.) Fixes bug #24824.
18703      Branch: perl
18704            ! pp_hot.c t/op/universal.t
18705 ____________________________________________________________________________
18706 [ 29335] By: rgs                                   on 2006/11/21  10:22:21
18707         Log: Remove warnings against WHOA THERE warnings from the hints files.
18708      Branch: perl
18709            ! hints/machten.sh hints/machten_2.sh hints/sco.sh
18710            ! hints/solaris_2.sh hints/sunos_4_1.sh hints/ultrix_4.sh
18711            ! hints/umips.sh
18712 ____________________________________________________________________________
18713 [ 29334] By: rgs                                   on 2006/11/21  10:17:36
18714         Log: Remove description of WHOA THERE messages for recommended hint values,
18715              removed by change #29288.
18716      Branch: perl
18717            ! INSTALL
18718 ____________________________________________________________________________
18719 [ 29333] By: rgs                                   on 2006/11/21  09:15:43
18720         Log: Remove the test counter checker at the end of t/op/pat.t : it
18721              doesn't get updated correctly.
18722      Branch: perl
18723            ! t/op/pat.t
18724 ____________________________________________________________________________
18725 [ 29332] By: stevep                                on 2006/11/21  03:59:34
18726         Log: "This is going to be slow."  This change switches OpenBSD locale
18727              tests from the spaghetti doneness test to specifically testing
18728              locales in its /usr/share/locale.  Speeds up lib/locale.t to 
18729              13 minutes a run vs. the previous time of over two hours.
18730      Branch: perl
18731            ! lib/locale.t
18732 ____________________________________________________________________________
18733 [ 29331] By: nicholas                              on 2006/11/20  22:53:39
18734         Log: Correct typo in test description.
18735      Branch: perl
18736            ! t/op/pat.t
18737 ____________________________________________________________________________
18738 [ 29330] By: rgs                                   on 2006/11/20  18:03:43
18739         Log: Unify the two warnings "Can't declare %s in %s", in line with what's
18740              documented in perldiag.
18741      Branch: perl
18742            ! op.c t/op/attrs.t
18743 ____________________________________________________________________________
18744 [ 29329] By: rgs                                   on 2006/11/20  16:05:33
18745         Log: Subject: [PATCH] Re: thread free problem
18746              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
18747              Date: Mon, 20 Nov 2006 07:32:36 -0800 (PST)
18748              Message-ID: <696736.39963.qm@web30204.mail.mud.yahoo.com>
18749      Branch: perl
18750            ! op.c
18751 ____________________________________________________________________________
18752 [ 29328] By: rgs                                   on 2006/11/20  15:31:03
18753         Log: Actually, undef $SIG{FOO} should restore the default signal
18754              handler. Else, once we exit a block where the signal handler was
18755              localized, it becomes ignored.
18756      Branch: perl
18757            ! mg.c
18758 ____________________________________________________________________________
18759 [ 29327] By: rgs                                   on 2006/11/20  15:19:36
18760         Log: Make undef $SIG{FOO} ignore the signal FOO
18761      Branch: perl
18762            ! mg.c
18763 ____________________________________________________________________________
18764 [ 29326] By: rgs                                   on 2006/11/20  14:51:46
18765         Log: Subject: [patch@29297] perl5db.pl detecting forked debugger on VMS.
18766              From: "John E. Malmberg" <wb8tyw@qsl.net>
18767              Date: Sat, 18 Nov 2006 23:07:17 -0500
18768              Message-ID: <455FD875.8050007@qsl.net>
18769      Branch: perl
18770            ! lib/perl5db.pl
18771 ____________________________________________________________________________
18772 [ 29325] By: rgs                                   on 2006/11/20  14:04:22
18773         Log: Fix precedence problem
18774      Branch: perl
18775            ! mg.c
18776 ____________________________________________________________________________
18777 [ 29324] By: rgs                                   on 2006/11/20  13:36:10
18778         Log: Patch by Yves Orton to fix the regression reported in :
18779              Subject: 28325/6 break DateTime::Format::Strptime
18780              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
18781              Date: Sun, 19 Nov 2006 05:41:53 +0100
18782              Message-ID: <877ixs6oa6.fsf@k75.linux.bogus>
18783      Branch: perl
18784            ! ext/re/t/lexical_debug.pl ext/re/t/lexical_debug.t
18785            ! ext/re/t/regop.t pp.sym pp_proto.h regcomp.c regexec.c
18786            ! t/op/pat.t
18787 ____________________________________________________________________________
18788 [ 29323] By: rgs                                   on 2006/11/20  11:19:29
18789         Log: Extend the test-reonly make target on windows (Yves Orton)
18790      Branch: perl
18791            ! win32/Makefile
18792 ____________________________________________________________________________
18793 [ 29322] By: rgs                                   on 2006/11/20  11:18:03
18794         Log: Un-TODO tests for bug #32840, plus some new tests,
18795              by Yves Orton
18796      Branch: perl
18797            ! t/op/rxcode.t
18798 ____________________________________________________________________________
18799 [ 29321] By: steveh                                on 2006/11/20  10:38:07
18800         Log: Revert #29307. It doesn't fix the XXX after all. Using "$(shell @type )"
18801              on a temporary file just inserts the contents of the file in question
18802              into the command-line, exactly like putting the data there in the first
18803              place would achieve. It doesn't avoid creating a long command-line as we
18804              would like to do.
18805      Branch: perl
18806            ! win32/makefile.mk
18807 ____________________________________________________________________________
18808 [ 29320] By: rgs                                   on 2006/11/20  09:54:10
18809         Log: Update Text::Tabs and Text::Wrap to version 2006.1117
18810      Branch: perl
18811            + lib/Text/TabsWrap/t/Jacobson.t lib/Text/TabsWrap/t/Jacobson2.t
18812            ! MANIFEST lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG
18813            ! lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
18814            ! lib/Text/Wrap.pm
18815 ____________________________________________________________________________
18816 [ 29319] By: rgs                                   on 2006/11/19  15:36:29
18817         Log: Subject: [PATCH] ExtUtils/typemap: better error messages + constant string optimization
18818              From: Alexey Tourbin <at@altlinux.ru>
18819              Date: Sat, 18 Nov 2006 05:06:47 +0300
18820              Message-ID: <20061118020647.GA23287@localhost.localdomain>
18821      Branch: perl
18822            ! lib/ExtUtils/typemap
18823 ____________________________________________________________________________
18824 [ 29318] By: rgs                                   on 2006/11/19  13:56:32
18825         Log: Subject: Re: [PATCH] Study SUSPEND (and recursion) properly
18826              From: demerphq <demerphq@gmail.com>
18827              Date: Fri, 17 Nov 2006 13:34:42 +0100
18828              Message-ID: <9b18b3110611170434w218b4e86x7d61df2d1166a746@mail.gmail.com>
18829      Branch: perl
18830            ! regcomp.c
18831 ____________________________________________________________________________
18832 [ 29317] By: craigb                                on 2006/11/18  17:02:38
18833         Log: Update skip count for VMS.
18834      Branch: perl
18835            ! t/uni/class.t
18836 ____________________________________________________________________________
18837 [ 29316] By: nicholas                              on 2006/11/18  16:14:18
18838         Log: Subject: [perl #40921] shellwords.pl cannot handle trailing backslash
18839              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
18840              Message-ID: <rt-3.5.HEAD-32013-1163784707-1469.40921-75-0@perl.org>
18841              Date: Fri, 17 Nov 2006 09:31:48 -0800
18842              
18843              (and convert the example to a test)
18844      Branch: perl
18845            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
18846 ____________________________________________________________________________
18847 [ 29315] By: nicholas                              on 2006/11/18  15:32:04
18848         Log: Convert lib/Text/ParseWords.t to Test::More
18849      Branch: perl
18850            ! lib/Text/ParseWords.t
18851 ____________________________________________________________________________
18852 [ 29314] By: stevep                                on 2006/11/18  05:42:14
18853         Log: Sync up the function definitions for Perl_my_popen with the prototype.
18854      Branch: perl
18855            ! util.c
18856 ____________________________________________________________________________
18857 [ 29313] By: stevep                                on 2006/11/18  05:04:42
18858         Log: Tweaks needed to get Perl compiling with g++ on OpenBSD.
18859      Branch: perl
18860            ! perl.h perlio.c
18861 ____________________________________________________________________________
18862 [ 29312] By: merijn                                on 2006/11/17  20:46:20
18863         Log: Subject: [perl #18209] bug in regex s/\s$word\s/ /gi; and $& 
18864              From: "yves orton via RT" <perlbug-followup@perl.org>
18865              Date: Fri, 17 Nov 2006 10:17:48 -0800
18866              Message-ID: <rt-3.5.HEAD-1713-1163787467-1300.18209-15-0@perl.org>
18867      Branch: perl
18868            ! mg.c t/op/pat.t
18869 ____________________________________________________________________________
18870 [ 29311] By: merijn                                on 2006/11/17  20:28:27
18871         Log: Subject: [perl #18209] bug in regex s/\s$word\s/ /gi; and $& 
18872              From: "yves orton via RT" <perlbug-followup@perl.org>
18873              Date: Fri, 17 Nov 2006 10:17:48 -0800
18874              Message-ID: <rt-3.5.HEAD-1713-1163787467-1300.18209-15-0@perl.org>
18875      Branch: perl
18876            ! t/op/pat.t
18877 ____________________________________________________________________________
18878 [ 29310] By: merijn                                on 2006/11/17  20:25:27
18879         Log: Subject: [perl #22395] regexp /(.*)[bc]/ 10000 times slower in 5.8.0 vs 5.6.1 
18880              From: "yves orton via RT" <perlbug-followup@perl.org>
18881              Date: Fri, 17 Nov 2006 09:48:14 -0800
18882              Message-ID: <rt-3.5.HEAD-1666-1163785693-404.22395-15-0@perl.org>
18883      Branch: perl
18884            ! regcomp.c t/op/pat.t
18885 ____________________________________________________________________________
18886 [ 29309] By: merijn                                on 2006/11/17  20:12:20
18887         Log: Subject: [perl #17542] regex confusion 
18888              From: "yves orton via RT" <perlbug-followup@perl.org>
18889              Date: Fri, 17 Nov 2006 07:40:15 -0800
18890              Message-ID: <rt-3.5.HEAD-32013-1163778013-580.17542-15-0@perl.org>
18891      Branch: perl
18892            ! t/op/subst.t
18893 ____________________________________________________________________________
18894 [ 29308] By: merijn                                on 2006/11/17  19:54:49
18895         Log: Subject: [perl #36909] $^R undefined on matches involving backreferences
18896              From: yves orton via RT <bugs-perl5@bugs6.perl.org>
18897              Date: Nov 17, 2006 4:07 PM
18898      Branch: perl
18899            ! regcomp.c regexec.c t/op/pat.t t/op/subst.t win32/Makefile
18900 ____________________________________________________________________________
18901 [ 29307] By: steveh                                on 2006/11/17  17:07:33
18902         Log: Fix the XXX in #29303
18903      Branch: perl
18904            ! win32/makefile.mk
18905 ____________________________________________________________________________
18906 [ 29306] By: steveh                                on 2006/11/17  15:55:51
18907         Log: Tidy up Makefile part of #29260 and apply to makefile.mk too
18908      Branch: perl
18909            ! win32/Makefile win32/makefile.mk
18910 ____________________________________________________________________________
18911 [ 29305] By: steveh                                on 2006/11/17  15:45:26
18912         Log: Install perl-static.exe if it was built
18913              
18914              Perhaps this should be done via "installperl" so as to get, e.g.,
18915              perl5.9.5-static.exe and honour INST_VER and INST_ARCH?
18916              
18917              Just do it quick-and-dirty for now, as is done for wperl.exe. It
18918              can always be fixed later if anyone wants it.
18919      Branch: perl
18920            ! win32/Makefile win32/makefile.mk
18921 ____________________________________________________________________________
18922 [ 29304] By: rgs                                   on 2006/11/17  15:45:23
18923         Log: Subject: [patch@29297] d_printf_format_null needed in configure.com
18924              From: "John E. Malmberg" <wb8tyw@qsl.net>
18925              Date: Fri, 17 Nov 2006 10:22:50 -0500
18926              Message-ID: <455DD3CA.6050405@qsl.net>
18927      Branch: perl
18928            ! configure.com
18929 ____________________________________________________________________________
18930 [ 29303] By: steveh                                on 2006/11/17  15:12:12
18931         Log: Add perl-static.exe support to win32/makefile.mk
18932              
18933              This applies the same changes that were made in win32/Makefile by
18934              changes #29285 and #29296, plus a tweak to win32/runperl.c to fix
18935              a linker error when using MinGW/gcc
18936      Branch: perl
18937            ! win32/makefile.mk win32/runperl.c
18938 ____________________________________________________________________________
18939 [ 29302] By: nicholas                              on 2006/11/17  13:01:51
18940         Log: Change 29297 omitted a semicolon.
18941      Branch: perl
18942            ! t/op/taint.t
18943 ____________________________________________________________________________
18944 [ 29301] By: rgs                                   on 2006/11/17  11:06:48
18945         Log: Subject: [PATCH] Study SUSPEND (and recursion) properly
18946              From: demerphq <demerphq@gmail.com>
18947              Date: Thu, 16 Nov 2006 20:32:11 +0100
18948              Message-ID: <9b18b3110611161132j695ee86ata939a149b08efb11@mail.gmail.com>
18949      Branch: perl
18950            ! regcomp.c t/op/pat.t
18951 ____________________________________________________________________________
18952 [ 29300] By: rgs                                   on 2006/11/17  09:45:56
18953         Log: Doc nits to re.pm
18954      Branch: perl
18955            ! ext/re/re.pm
18956 ____________________________________________________________________________
18957 [ 29299] By: rgs                                   on 2006/11/17  09:38:56
18958         Log: Subject: [PATCH] add regmust() to re.pm/re.xs
18959              From: demerphq <demerphq@gmail.com>
18960              Date: Fri, 17 Nov 2006 00:54:13 +0100
18961              Message-ID: <9b18b3110611161554m222446bay7912ec1f778d3aaa@mail.gmail.com>
18962      Branch: perl
18963            ! ext/re/re.pm ext/re/re.xs ext/re/t/re_funcs.t pod/perltodo.pod
18964 ____________________________________________________________________________
18965 [ 29298] By: steveh                                on 2006/11/17  08:53:21
18966         Log: Add missing d_ctermid/HAS_CTERMID to Win32 canned configs
18967      Branch: perl
18968            ! win32/config.bc win32/config.gc win32/config.vc
18969            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
18970            ! win32/config_H.vc win32/config_H.vc64
18971 ____________________________________________________________________________
18972 [ 29297] By: stevep                                on 2006/11/17  04:20:01
18973         Log: Change #27951 added tests to t/op/taint.t involving taint, opening 
18974              "|-".  Unfortunately, this usually reacts badly on OpenBSD with
18975              threaded Perls, causing zombie processes nearly every time this is run.
18976              For now, skipping the test seem reasonable while working on a solution
18977              to the problem.
18978      Branch: perl
18979            ! t/op/taint.t
18980 ____________________________________________________________________________
18981 [ 29296] By: steveh                                on 2006/11/16  14:28:59
18982         Log: Fix Extensions_static dependencies to avoid relinking every time
18983              
18984              Subject: Re: [PATCH@29224] RE: [patch-at-29217] static linkage for perl.ex e fo r win32
18985              From: demerphq <demerphq@gmail.com>
18986              Date: Thu, 16 Nov 2006 13:58:32 +0100
18987              Message-ID: <9b18b3110611160458r6bebb7f6k8421abe68b474997@mail.gmail.com>
18988      Branch: perl
18989            ! win32/Makefile
18990 ____________________________________________________________________________
18991 [ 29295] By: rgs                                   on 2006/11/16  13:35:14
18992         Log: Remove duplicate declaration
18993      Branch: perl
18994            ! regexp.h
18995 ____________________________________________________________________________
18996 [ 29294] By: rgs                                   on 2006/11/16  11:55:07
18997         Log: Clarifications to close() docs, pointed out by Peter Dintelmann
18998      Branch: perl
18999            ! pod/perlfunc.pod
19000 ____________________________________________________________________________
19001 [ 29293] By: rgs                                   on 2006/11/16  10:24:47
19002         Log: Subject: [PATCH] threads 1.51
19003              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
19004              Date: Wed, 15 Nov 2006 11:36:58 -0800 (PST)
19005              Message-ID: <71793.95536.qm@web30213.mail.mud.yahoo.com>
19006      Branch: perl
19007            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
19008            ! ext/threads/t/thread.t ext/threads/threads.pm
19009            ! ext/threads/threads.xs
19010 ____________________________________________________________________________
19011 [ 29292] By: steveh                                on 2006/11/16  09:30:48
19012         Log: Update checkcfgvars.pl: config.ce is in win32/ in 5.9.x
19013              Leave wince/config.ce in the list as well, though, because that still
19014              exists in 5.8.x
19015      Branch: perl
19016            ! Porting/checkcfgvar.pl
19017 ____________________________________________________________________________
19018 [ 29291] By: merijn                                on 2006/11/16  09:13:08
19019         Log: Extended uconfig.sh based on Porting/checkcfgvar.pl findings
19020      Branch: perl
19021            ! uconfig.sh
19022 ____________________________________________________________________________
19023 [ 29289] By: merijn                                on 2006/11/16  08:07:33
19024         Log: Yet another step in generation a more reliable Glossary
19025      Branch: perl
19026            ! Porting/Glossary Porting/config.sh
19027 ____________________________________________________________________________
19028 [ 29288] By: merijn                                on 2006/11/15  21:36:30
19029         Log: 1. Less Whoa there, based on a suggestion by Andy Dougherty
19030              2. d_printf_format_null, based on a patch by Robin Barker
19031      Branch: perl
19032            ! Configure Porting/Glossary config_h.SH
19033 ____________________________________________________________________________
19034 [ 29285] By: steveh                                on 2006/11/15  18:07:44
19035         Log: Add support for building a perl-static.exe that doesn't depend on
19036              the perl59.dll. It currently can't load DLL extension modules, so
19037              any that are required must be statically linked too. This may be
19038              fixed sometime.  Changes to win32/makefile.mk also to follow.
19039              
19040              Subject: RE: [PATCH@29224] RE: [patch-at-29217] static linkage for perl.exe fo r win32
19041              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
19042              Date: Mon, 13 Nov 2006 19:45:05 +0100
19043              Message-ID: <E3FB32585BF1D411B9E900805FF51A080207FA41@ru0022exch001u.ru.lucent.com>
19044              
19045              (with minor tweaks for cleanup and embedding manifest file)
19046      Branch: perl
19047            ! win32/Makefile
19048 ____________________________________________________________________________
19049 [ 29284] By: steveh                                on 2006/11/15  17:32:24
19050         Log: Fix tests added by #29248 and #29249
19051      Branch: perl
19052            ! ext/XS/APItest/APItest.xs ext/XS/APItest/core_or_not.inc
19053 ____________________________________________________________________________
19054 [ 29283] By: rgs                                   on 2006/11/15  15:28:53
19055         Log: Subject: [perl #39026] Tie::Memoize::EXISTS not caching the value 
19056              From: Len Weisberg (via RT) <perlbug-followup@perl.org>
19057              Date: Fri, 28 Apr 2006 20:36:05 -0700
19058              Message-ID: <rt-3.0.11-39026-132847.17.5801704932685@perl.org>
19059      Branch: perl
19060            ! lib/Tie/Memoize.pm
19061 ____________________________________________________________________________
19062 [ 29282] By: rgs                                   on 2006/11/15  13:56:52
19063         Log: FAQ sync
19064      Branch: perl
19065            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
19066            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
19067            ! pod/perlfaq9.pod
19068 ____________________________________________________________________________
19069 [ 29281] By: rgs                                   on 2006/11/15  13:03:34
19070         Log: Fix a signedness cast warning
19071      Branch: perl
19072            ! sv.c
19073 ____________________________________________________________________________
19074 [ 29280] By: rgs                                   on 2006/11/15  12:51:48
19075         Log: Tweaks to the debugger test by Richard Foley,
19076              plus fix auxiliary file path
19077      Branch: perl
19078            ! lib/perl5db.t
19079 ____________________________________________________________________________
19080 [ 29279] By: rgs                                   on 2006/11/15  12:41:24
19081         Log: Subject: Re: [PATCH] Fix RT#19049 and add relative backreferences
19082              From: demerphq <demerphq@gmail.com>
19083              Date: Wed, 15 Nov 2006 12:29:39 +0100
19084              Message-ID: <9b18b3110611150329l206e4552w887ae5f0a3f7ca80@mail.gmail.com>
19085      Branch: perl
19086            ! ext/re/re.xs pod/perl595delta.pod pod/perldiag.pod
19087            ! pod/perlre.pod pod/perlreguts.pod regcomp.c regexec.c regexp.h
19088            ! t/op/pat.t t/op/re_tests
19089 ____________________________________________________________________________
19090 [ 29278] By: rgs                                   on 2006/11/15  11:12:30
19091         Log: Move the test files for the debugger in a t/ subdirectory, so they
19092              don't get installed
19093      Branch: perl
19094           +> lib/perl5db/t/eval-line-bug
19095            - lib/perl5db/eval-line-bug
19096            ! MANIFEST
19097 ____________________________________________________________________________
19098 [ 29277] By: rgs                                   on 2006/11/15  10:37:58
19099         Log: Subject: Re: Fix linker error on Win32
19100              From: demerphq <demerphq@gmail.com>
19101              Date: Wed, 15 Nov 2006 10:36:34 +0100
19102              Message-ID: <9b18b3110611150136n7c90d187t5cf49847f153a537@mail.gmail.com>
19103      Branch: perl
19104            ! ext/XS/APItest/core_or_not.inc
19105 ____________________________________________________________________________
19106 [ 29276] By: stevep                                on 2006/11/15  04:33:20
19107         Log: Subject: [PATCH] Makefile.SH: lib/re.pm often messes restarted parallel makes
19108              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
19109              Date: Wed, 15 Nov 2006 05:48:32 +0200 (EET)
19110              Message-Id: <20061115034832.43B7E8B3E7@seth.hut.fi>
19111      Branch: perl
19112            ! Makefile.SH
19113 ____________________________________________________________________________
19114 [ 29275] By: davem                                 on 2006/11/14  23:24:45
19115         Log: debugger test could hang if run with umask 0002
19116      Branch: perl
19117            ! lib/perl5db.t
19118 ____________________________________________________________________________
19119 [ 29274] By: rgs                                   on 2006/11/14  16:59:45
19120         Log: A first regression test for the debugger, by Shlomi Fish
19121              and Richard Foley.
19122      Branch: perl
19123            + lib/perl5db.t lib/perl5db/eval-line-bug
19124            ! MANIFEST
19125 ____________________________________________________________________________
19126 [ 29273] By: rgs                                   on 2006/11/14  14:19:46
19127         Log: Fix bug #39037: rcatline doesn't stringify references
19128      Branch: perl
19129            ! pp_hot.c t/op/readline.t
19130 ____________________________________________________________________________
19131 [ 29272] By: rgs                                   on 2006/11/14  12:36:15
19132         Log: Doc patch by Thomas O Smailus :
19133              Subject: Fwd: [perl #40866] Error on doc page? (File::Basename)
19134              From: "Adriano Rodrigues" <a.r.ferreira@gmail.com>
19135              Date: Tue, 14 Nov 2006 10:24:38 -0200
19136              Message-ID: <73ddeb6c0611140424t26b01d0aq667ca95e77f25e6@mail.gmail.com>
19137      Branch: perl
19138            ! lib/File/Basename.pm
19139 ____________________________________________________________________________
19140 [ 29271] By: rgs                                   on 2006/11/14  11:35:04
19141         Log: Assert that we don't access strings saved for $1 etc. out of bounds
19142      Branch: perl
19143            ! mg.c
19144 ____________________________________________________________________________
19145 [ 29270] By: rgs                                   on 2006/11/14  10:18:00
19146         Log: Subject: Re: Why aren't %Carp::Internal and %Carp::CarpInternal documented?
19147              From: "Ben Tilly" <btilly@gmail.com>
19148              Date: Sun, 22 Oct 2006 14:07:23 -0700
19149              Message-ID: <acc274b30610221407o39e0157gad44ad5828c2bc21@mail.gmail.com>
19150      Branch: perl
19151            ! lib/Carp.pm lib/Carp.t lib/Carp/Heavy.pm
19152 ____________________________________________________________________________
19153 [ 29269] By: rgs                                   on 2006/11/14  09:40:43
19154         Log: Subject: [PATCH] ParseXS.pm: small optimization for "Usage: ..." constant strings
19155              From: Alexey Tourbin <at@altlinux.ru>
19156              Date: Tue, 14 Nov 2006 05:45:40 +0300
19157              Message-ID: <20061114024540.GA21986@localhost.localdomain>
19158      Branch: perl
19159            ! lib/ExtUtils/ParseXS.pm
19160 ____________________________________________________________________________
19161 [ 29268] By: rgs                                   on 2006/11/14  09:36:17
19162         Log: Subject: Fwd: Memory leak with s/// and hashes
19163              From: demerphq <demerphq@gmail.com>
19164              Date: Tue, 14 Nov 2006 00:38:31 +0100
19165              Message-ID: <9b18b3110611131538kc00175ft4db7ff71df22e766@mail.gmail.com>
19166      Branch: perl
19167            ! regcomp.c regexec.c regexp.h
19168 ____________________________________________________________________________
19169 [ 29267] By: rgs                                   on 2006/11/14  06:59:03
19170         Log: Subject: [PATCH] Allow negative indexing in recursive patterns
19171              From: demerphq <demerphq@gmail.com>
19172              Date: Mon, 13 Nov 2006 18:59:32 +0100
19173              Message-ID: <9b18b3110611130959k1fdd2485yd8eb1cd428de570a@mail.gmail.com>
19174      Branch: perl
19175            ! pod/perlre.pod regcomp.c t/op/pat.t t/op/re_tests
19176 ____________________________________________________________________________
19177 [ 29266] By: steveh                                on 2006/11/13  18:09:58
19178         Log: Embed manifest files in EXEs and DLLs when building with VC++ 8.x
19179              
19180              See the thread starting here for details:
19181              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00398.html
19182              
19183              (Still need to do something for Module::Build somtime...)
19184      Branch: perl
19185            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
19186            ! win32/Makefile win32/makefile.mk
19187 ____________________________________________________________________________
19188 [ 29265] By: rgs                                   on 2006/11/13  15:52:54
19189         Log: Todo (nice to have): an improvement to ~~
19190      Branch: perl
19191            ! pod/perltodo.pod
19192 ____________________________________________________________________________
19193 [ 29264] By: stevep                                on 2006/11/13  15:10:16
19194         Log: Upgrade to CPAN-1.88_62
19195      Branch: perl
19196            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
19197            ! lib/CPAN/SIGNATURE
19198 ____________________________________________________________________________
19199 [ 29263] By: rgs                                   on 2006/11/13  15:05:27
19200         Log: Fix a bug in the debugger tracing variables when one was eval'ing
19201              a string including a "#line" directive containing the actual
19202              name of the file already. (following-up change #25409)
19203      Branch: perl
19204            ! toke.c
19205 ____________________________________________________________________________
19206 [ 29262] By: rgs                                   on 2006/11/13  14:30:15
19207         Log: The latest regression test to Scalar::Util doesn't pass with threaded perls
19208      Branch: perl
19209            ! ext/List/Util/t/readonly.t
19210 ____________________________________________________________________________
19211 [ 29261] By: rgs                                   on 2006/11/13  14:15:33
19212         Log: A new regression test from:
19213              
19214              Subject: [PATHCH]  Scalar::Util::readonly &  compression (was RE: Change 29117: [PATCH] IO::Compress modules)
19215              From: "Paul Marquess" <paul.marquess@ntlworld.com>
19216              Date: Sun, 29 Oct 2006 21:03:21 -0000
19217              Message-ID: <02cf01c6fb9d$ade808a0$6501a8c0@myopwv.com>
19218      Branch: perl
19219            ! ext/List/Util/t/readonly.t
19220 ____________________________________________________________________________
19221 [ 29260] By: rgs                                   on 2006/11/13  14:00:41
19222         Log: Subject: Re: [PATCH] New regex syntax omnibus
19223              From: demerphq <demerphq@gmail.com>
19224              Date: Thu, 9 Nov 2006 17:09:34 +0100
19225              Message-ID: <9b18b3110611090809l667860c9t6c27453d7c86a21e@mail.gmail.com>
19226      Branch: perl
19227            ! pod/perl595delta.pod pod/perlre.pod regcomp.c regcomp.h
19228            ! regcomp.pl regcomp.sym regexec.c regexp.h regnodes.h
19229            ! t/op/pat.t win32/Makefile
19230 ____________________________________________________________________________
19231 [ 29259] By: rgs                                   on 2006/11/13  11:38:02
19232         Log: Subject: [PATCH] was RE: Perl_die() / Perl_croak()
19233              From: "Robin Barker" <Robin.Barker@npl.co.uk>
19234              Date: Mon, 13 Nov 2006 10:25:08 -0000
19235              Message-ID: <2C2E01334A940D4792B3E115F95B7226149377@exchsvr1.npl.ad.local>
19236      Branch: perl
19237            ! embed.fnc embed.pl perl.h proto.h
19238 ____________________________________________________________________________
19239 [ 29258] By: rgs                                   on 2006/11/13  11:17:10
19240         Log: Parsing fix: it wasn't possible to call a function with a (_) prototype
19241              (that is, a function mimicing an unary op) without parentheses.
19242              Bug reported by Ã†var Arnfjörð Bjarmason.
19243      Branch: perl
19244            ! madly.act madly.tab madly.y perly.act perly.tab perly.y
19245            ! t/comp/uproto.t
19246 ____________________________________________________________________________
19247 [ 29257] By: rgs                                   on 2006/11/13  10:13:52
19248         Log: Subject: Re: [perl #27053] /^/m doesn't match after a newline at the end of the string
19249              From: demerphq <demerphq@gmail.com>
19250              Date: Sat, 11 Nov 2006 16:25:17 +0100
19251              Message-ID: <9b18b3110611110725t3dc1e447v751ef5880363aa9b@mail.gmail.com>
19252      Branch: perl
19253            ! pod/perlre.pod
19254 ____________________________________________________________________________
19255 [ 29256] By: rgs                                   on 2006/11/13  10:12:34
19256         Log: Casting nit
19257      Branch: perl
19258            ! regcomp.c
19259 ____________________________________________________________________________
19260 [ 29255] By: rgs                                   on 2006/11/13  09:55:11
19261         Log: POD fixes and nits in re.pm
19262      Branch: perl
19263            ! ext/re/re.pm
19264 ____________________________________________________________________________
19265 [ 29254] By: rgs                                   on 2006/11/13  09:40:35
19266         Log: Subject: [PATCH DOC] minor nit in binmode docs
19267              From: Paul Johnson <paul@pjcj.net>
19268              Date: Fri, 10 Nov 2006 12:17:37 +0100
19269              Message-ID: <20061110111737.GP17047@pjcj.net>
19270      Branch: perl
19271            ! pod/perlfunc.pod
19272 ____________________________________________________________________________
19273 [ 29253] By: stevep                                on 2006/11/13  02:23:29
19274         Log: The DynaLoader test isn't happy with OpenBSD's libc.so.39.3.
19275      Branch: perl
19276            ! ext/DynaLoader/t/DynaLoader.t
19277 ____________________________________________________________________________
19278 [ 29252] By: stevep                                on 2006/11/13  02:19:12
19279         Log: Subject: [PATCH] Regex Utility Functions and Substituion Fix (XML::Twig core dump)
19280              From: demerphq <demerphq@gmail.com>
19281              Date: Sun, 12 Nov 2006 23:29:41 +0100
19282              Message-ID: <9b18b3110611121429g1fc9d6c1t4007dc711f9e8396@mail.gmail.com>
19283              
19284              Plus a couple tweaks to ext/re/re.pm and t/op/pat.t to those patches
19285              to apply cleanly.
19286      Branch: perl
19287            + ext/re/t/re_funcs.t
19288            ! MANIFEST embed.fnc embed.h ext/re/re.pm ext/re/re.xs
19289            ! ext/re/re_top.h lib/ExtUtils/ParseXS.pm perl.h
19290            ! pod/perlreguts.pod pp.c pp_hot.c proto.h regcomp.c regcomp.h
19291            ! regexp.h sv.c t/op/pat.t
19292 ____________________________________________________________________________
19293 [ 29251] By: nicholas                              on 2006/11/12  23:09:46
19294         Log: Re-order ops to the implementation order in pp_sys.c - this makes a
19295              branch table corresponding to a switch statement slightly smaller.
19296      Branch: perl
19297            ! opcode.h opcode.pl opnames.h
19298 ____________________________________________________________________________
19299 [ 29250] By: nicholas                              on 2006/11/12  22:17:30
19300         Log: Avoid ext/Safe/t/safeops.t needing to keep its tests in lockstep with
19301              opcode.pl OP order.
19302      Branch: perl
19303            ! ext/Safe/t/safeops.t
19304 ____________________________________________________________________________
19305 [ 29249] By: nicholas                              on 2006/11/12  21:57:22
19306         Log: Forgot to add the new files for 29248.
19307      Branch: perl
19308            + ext/XS/APItest/core.c ext/XS/APItest/core_or_not.inc
19309            + ext/XS/APItest/notcore.c ext/XS/APItest/t/svsetsv.t
19310 ____________________________________________________________________________
19311 [ 29248] By: nicholas                              on 2006/11/12  20:22:28
19312         Log: Change 24714 was arguably over-ambitious, in that non-core modules
19313              can't be expected to know that sv_setsv() may now not "really" copy a
19314              scalar. So arrange things so that COW of shared hash key scalars is
19315              only done for calls within the the PERL_CORE.
19316      Branch: perl
19317            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
19318            ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL sv.c sv.h
19319 ____________________________________________________________________________
19320 [ 29247] By: nicholas                              on 2006/11/12  18:16:52
19321         Log: Looks like I didn't actually test the COW conditional code in
19322              change 27533. Perl now compiles, but
19323              ext/Compress/Raw/Zlib/t/07bufsize.t fails.
19324      Branch: perl
19325            ! pp_ctl.c regexec.c
19326 ____________________________________________________________________________
19327 [ 29246] By: rgs                                   on 2006/11/12  13:35:24
19328         Log: Subject: [PATCH] (2nd version) small tweaks based on smoke signs
19329              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19330              Date: Sat, 11 Nov 2006 06:18:56 +0200 (EET)
19331              Message-Id: <200611110418.kAB4Ium5350338@kosh.hut.fi>
19332      Branch: perl
19333            ! hv.c regcomp.c regexec.c
19334 ____________________________________________________________________________
19335 [ 29245] By: rgs                                   on 2006/11/12  13:11:07
19336         Log: Reinstate warning 'Useless use of "re" pragma'
19337      Branch: perl
19338            ! ext/re/re.pm
19339 ____________________________________________________________________________
19340 [ 29244] By: stevep                                on 2006/11/10  22:55:01
19341         Log: Upgrade to Test-Simple-0.65.
19342      Branch: perl
19343            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
19344            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
19345            ! lib/Test/Simple/Changes
19346 ____________________________________________________________________________
19347 [ 29243] By: rgs                                   on 2006/11/09  15:58:11
19348         Log: Add to Attribute::Handlers the ability to report caller's file and line
19349              number. Based on:
19350              
19351              Subject: FW: Attribute::Handlers
19352              From: "David Feldman" <David.Feldman@tudor.com>
19353              Date: Wed, 25 Oct 2006 16:34:26 -0400
19354              Message-ID: <BA9AB162DD5CED46AC03DC5904B19C5B3736B4@tudor.com>
19355              
19356              plus docs and tests.
19357      Branch: perl
19358            + lib/Attribute/Handlers/t/linerep.t
19359            ! MANIFEST lib/Attribute/Handlers.pm
19360            ! lib/Attribute/Handlers/t/multi.t
19361 ____________________________________________________________________________
19362 [ 29242] By: rgs                                   on 2006/11/09  13:33:57
19363         Log: Silence warnings in Pod::Man
19364      Branch: perl
19365            ! lib/Pod/t/man.t
19366 ____________________________________________________________________________
19367 [ 29241] By: rgs                                   on 2006/11/09  12:32:41
19368         Log: Subject: [PATCH regexec.c regexp.h] ***speculative***  was RE: [PATCH] regexec.c - silence compiler warning
19369              From: "Robin Barker" <Robin.Barker@npl.co.uk>
19370              Date: Wed, 8 Nov 2006 15:29:47 -0000
19371              Message-ID: <2C2E01334A940D4792B3E115F95B7226120AA6@exchsvr1.npl.ad.local>
19372      Branch: perl
19373            ! regexec.c regexp.h
19374 ____________________________________________________________________________
19375 [ 29240] By: rgs                                   on 2006/11/09  11:05:24
19376         Log: Subject: [PATCH] regcomp.c: printf arg casts
19377              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
19378              Date: Thu, 9 Nov 2006 06:47:53 +0200 (EET)
19379              Message-Id: <200611090447.kA94lreg223840@kosh.hut.fi>
19380      Branch: perl
19381            ! regcomp.c
19382 ____________________________________________________________________________
19383 [ 29239] By: davem                                 on 2006/11/08  19:13:57
19384         Log: perl parser bug leading to memory corruption
19385              quoted-string parser naughtily maintained a pointer into an SV
19386              which could get realloc()ed.
19387      Branch: perl
19388            ! toke.c
19389 ____________________________________________________________________________
19390 [ 29238] By: merijn                                on 2006/11/08  16:39:21
19391         Log: Subject: Configure patch to add detection for DIR.dd_fd member variable
19392              From: "Steve Peters" <steve.peters@gmail.com>
19393              Date: Sun, 5 Nov 2006 01:40:34 -0600
19394              Message-ID: <fd7a59d30611042340p5543442ctad306aeb748b6bfe@mail.gmail.com>
19395      Branch: perl
19396            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
19397            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
19398            ! handy.h plan9/config_sh.sample symbian/config.sh uconfig.sh
19399            ! win32/config.bc win32/config.gc win32/config.vc
19400            ! win32/config.vc64
19401 ____________________________________________________________________________
19402 [ 29236] By: rgs                                   on 2006/11/08  15:33:02
19403         Log: Subject: [PATCH t/op/inccode.t] fails under minitest
19404              From: "Robin Barker" <Robin.Barker@npl.co.uk>
19405              Date: Wed, 8 Nov 2006 15:18:23 -0000
19406              Message-ID: <2C2E01334A940D4792B3E115F95B7226120AA5@exchsvr1.npl.ad.local>
19407      Branch: perl
19408            ! t/op/inccode.t
19409 ____________________________________________________________________________
19410 [ 29235] By: rgs                                   on 2006/11/08  15:14:31
19411         Log: Change the documentation of the return values of @INC-hooks to match
19412              what is tested to work. (It's a bit confusing that optional values
19413              might appear at the middle, too.)
19414      Branch: perl
19415            ! pod/perlfunc.pod
19416 ____________________________________________________________________________
19417 [ 29234] By: rgs                                   on 2006/11/08  14:02:46
19418         Log: Subject: [PATCH] Supress df warning in stat.t on OS X
19419              From: Michael G Schwern <schwern@gmail.com>
19420              Date: Wed, 08 Nov 2006 08:51:50 -0500
19421              Message-ID: <4551E0F6.20108@gmail.com>
19422      Branch: perl
19423            ! t/op/stat.t
19424 ____________________________________________________________________________
19425 [ 29233] By: steveh                                on 2006/11/08  13:53:52
19426         Log: Don't use the PERL_MSVCRT_READFIX when using VC++ 7.x onwards.
19427              
19428              VC++ 7.x onwards use their own MSVCR7x.dll, MSVCR8x.dll, etc, rather
19429              than MSVCRT.dll, so they do not require the read() fix.
19430              
19431              Therefore, we also don't need to update the ioinfo struct used by the
19432              read() fix w.r.t. VC++ 8.x, so back out that part of change #29218
19433      Branch: perl
19434            ! win32/Makefile win32/makefile.mk win32/win32.h
19435 ____________________________________________________________________________
19436 [ 29232] By: rgs                                   on 2006/11/08  13:27:14
19437         Log: Type change to avoid signed/unsigned compiler warnings
19438              (thanks to Robin Barker)
19439      Branch: perl
19440            ! regexec.c
19441 ____________________________________________________________________________
19442 [ 29231] By: rgs                                   on 2006/11/08  13:14:20
19443         Log: Regenerate Changes; update perldelta
19444      Branch: perl
19445            ! Changes pod/perl595delta.pod
19446 ____________________________________________________________________________
19447 [ 29230] By: rgs                                   on 2006/11/08  11:23:13
19448         Log: Subject: Re: New version diagnostic breaks a bunch of modules.
19449              From: Glenn Linderman <perl@NevCal.com>
19450              Date: Mon, 30 Oct 2006 12:50:21 -0800
19451              Message-ID: <4546658D.6090507@NevCal.com>
19452      Branch: perl
19453            ! pod/perlfunc.pod
19454 ____________________________________________________________________________
19455 [ 29229] By: rgs                                   on 2006/11/08  10:43:52
19456         Log: Subject: [PATCH] Perl_die() / Perl_croak()
19457              From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
19458              Date: Tue, 07 Nov 2006 23:27:40 -0800
19459              Message-ID: <455186EC.8010906@p6m7g8.com>
19460              
19461              (backported to embed.fnc)
19462      Branch: perl
19463            ! embed.fnc proto.h
19464 ____________________________________________________________________________
19465 [ 29228] By: rgs                                   on 2006/11/08  10:28:49
19466         Log: Subject: Patch for bug in SelfLoader.pm
19467              From: Mike Schilli <m@perlmeister.com>
19468              Date: Tue, 7 Nov 2006 13:39:30 -0800 (PST)
19469              Message-ID: <20061107132809.I31331@spiral.corp.yahoo.com>
19470      Branch: perl
19471            ! lib/SelfLoader.pm
19472 ____________________________________________________________________________
19473 [ 29227] By: rgs                                   on 2006/11/07  17:31:02
19474         Log: Use $HOME/localperl as default prefix for installing perl
19475              in the terse installation instructions in README.
19476      Branch: perl
19477            ! README
19478 ____________________________________________________________________________
19479 [ 29226] By: rgs                                   on 2006/11/07  16:50:47
19480         Log: More notes in perldelta
19481      Branch: perl
19482            ! pod/perl595delta.pod
19483 ____________________________________________________________________________
19484 [ 29225] By: rgs                                   on 2006/11/07  14:23:08
19485         Log: Forbid using tainted formats in printf and sprintf
19486      Branch: perl
19487            ! pod/perl595delta.pod pp.c pp_sys.c t/op/taint.t
19488 ____________________________________________________________________________
19489 [ 29224] By: rgs                                   on 2006/11/07  11:16:54
19490         Log: Subject: Re: [PATCH] [perl #40668] Data::Dumper fails to dump all hash keys when itertaor is not at start
19491              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
19492              Date: Mon, 6 Nov 2006 08:57:04 -0800 (PST)
19493              Message-ID: <20061106165704.939.qmail@web30214.mail.mud.yahoo.com>
19494      Branch: perl
19495            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/bugs.t
19496 ____________________________________________________________________________
19497 [ 29223] By: rgs                                   on 2006/11/07  10:45:26
19498         Log: Subject: Because I like pain. An update to README
19499              From: Jesse Vincent <jesse@fsck.com>
19500              Date: Mon, 6 Nov 2006 19:52:35 -0500
19501              Message-Id: <7BF48AB1-5285-4A9D-929B-8DD697348664@fsck.com>
19502      Branch: perl
19503            ! README
19504 ____________________________________________________________________________
19505 [ 29222] By: rgs                                   on 2006/11/07  10:21:25
19506         Log: Subject: [PATCH] New regex syntax omnibus
19507              From: demerphq <demerphq@gmail.com>
19508              Date: Mon, 6 Nov 2006 13:06:28 +0100
19509              Message-ID: <9b18b3110611060406u2fa1572as57073949a5df9e62@mail.gmail.com>
19510              
19511              Plus a portability fix (in string comparison for regex verbs)
19512              and doc tweaks / podchecker fixes
19513      Branch: perl
19514            ! embed.fnc embed.h ext/re/t/regop.t pod/perl595delta.pod
19515            ! pod/perldiag.pod pod/perlre.pod proto.h regcomp.c regcomp.h
19516            ! regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
19517            ! t/op/re_tests
19518 ____________________________________________________________________________
19519 [ 29221] By: nicholas                              on 2006/11/06  22:21:05
19520         Log: assert() that SvPV_set() isn't used on arrays.
19521      Branch: perl
19522            ! av.c cop.h mathoms.c pp.c pp_ctl.c pp_hot.c pp_sort.c sv.c
19523            ! sv.h
19524 ____________________________________________________________________________
19525 [ 29220] By: nicholas                              on 2006/11/06  21:05:59
19526         Log: assert() that SvPV_set() isn't used on hashes.
19527      Branch: perl
19528            ! sv.c sv.h
19529 ____________________________________________________________________________
19530 [ 29219] By: nicholas                              on 2006/11/06  20:02:38
19531         Log: assert() that scalars are of the correct type in *set macros.
19532      Branch: perl
19533            ! sv.h
19534 ____________________________________________________________________________
19535 [ 29218] By: steveh                                on 2006/11/06  16:26:48
19536         Log: Get Visual C++ 2005 (aka Visual C++ 8.x) support off the ground
19537              
19538              This is not a complete fix yet by any means (there are lots of compiler
19539              warnings and lots of test failures), but it's a step in the right
19540              direction.
19541              
19542              See the thread starting here:
19543              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-10/msg00893.html
19544              and continuing here:
19545              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00102.html
19546              for further information
19547      Branch: perl
19548            ! win32/Makefile win32/makefile.mk win32/win32.c win32/win32.h
19549 ____________________________________________________________________________
19550 [ 29217] By: merijn                                on 2006/11/06  15:19:38
19551         Log: Subject: Re: [PATCH] Detecting bad /dev/null's in Configure
19552              From: Michael Cummings <mcummings@gentoo.org>
19553              Date: Fri, 25 Aug 2006 15:48:44 -0400
19554              Message-ID: <44EF541C.7050801@gentoo.org>
19555      Branch: perl
19556            ! Configure
19557 ____________________________________________________________________________
19558 [ 29215] By: rgs                                   on 2006/11/06  14:37:32
19559         Log: Subject: Re: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.
19560              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19561              Date: Mon, 06 Nov 2006 23:31:50 +0900
19562              Message-Id: <20061106233139.A2BC.BQW10602@nifty.com>
19563      Branch: perl
19564            ! t/op/time.t
19565 ____________________________________________________________________________
19566 [ 29214] By: rgs                                   on 2006/11/06  14:05:41
19567         Log: Sync Pod::Usage with the CPAN version
19568      Branch: perl
19569            ! lib/Pod/Usage.pm
19570 ____________________________________________________________________________
19571 [ 29213] By: merijn                                on 2006/11/06  13:58:56
19572         Log: The non-unix parts for localtime_r_needs_tzset
19573              Plus forced Glossary entry. That is a TODO for automation
19574      Branch: perl
19575            ! Cross/config.sh-arm-linux NetWare/config.wc Porting/Glossary
19576            ! Porting/config_H config_h.SH configure.com epoc/config.sh
19577            ! handy.h plan9/config.plan9 plan9/config_h.sample
19578            ! plan9/config_sh.sample uconfig.sh win32/config.bc
19579            ! win32/config.ce win32/config.gc win32/config.vc
19580            ! win32/config.vc64 win32/config_H.bc win32/config_H.ce
19581            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
19582 ____________________________________________________________________________
19583 [ 29212] By: rgs                                   on 2006/11/06  13:18:25
19584         Log: Subject: [PATCH] Re: the new t/run/cloexec.t failing in Solaris and Tru64
19585              From: Andrew Savige <ajsavige@yahoo.com.au>
19586              Date: Tue, 7 Nov 2006 00:06:46 +1100 (EST)
19587              Message-ID: <20061106130647.57891.qmail@web56411.mail.re3.yahoo.com>
19588      Branch: perl
19589            ! t/run/cloexec.t
19590 ____________________________________________________________________________
19591 [ 29211] By: rgs                                   on 2006/11/06  10:59:16
19592         Log: Upgrade to Test::Simple 0.64_03
19593      Branch: perl
19594            + lib/Test/Simple/t/carp.t
19595            ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
19596            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
19597            ! lib/Test/Simple/Changes
19598            ! lib/Test/Simple/t/00test_harness_check.t
19599            ! lib/Test/Simple/t/tbt_01basic.t
19600            ! lib/Test/Simple/t/tbt_02fhrestore.t
19601            ! lib/Test/Simple/t/tbt_03die.t
19602            ! lib/Test/Simple/t/tbt_04line_num.t
19603            ! lib/Test/Simple/t/tbt_05faildiag.t
19604            ! lib/Test/Simple/t/tbt_06errormess.t
19605            ! lib/Test/Simple/t/tbt_07args.t
19606 ____________________________________________________________________________
19607 [ 29210] By: rgs                                   on 2006/11/06  10:09:12
19608         Log: Change reentr.pl to generate reentr.h accordingly to change 29209
19609      Branch: perl
19610            ! reentr.pl
19611 ____________________________________________________________________________
19612 [ 29209] By: merijn                                on 2006/11/06  09:43:30
19613         Log: RE: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.
19614              From: "Benjamin Holzman" <bholzman@longitude.com>
19615              Date: Wed, 19 Jul 2006 07:11:09 -0400
19616              Message-ID: <010801c6ab24$09b9ed30$ce0515ac@office.iseoptions.com>
19617      Branch: perl
19618            ! Configure Porting/Glossary config_h.SH reentr.h t/op/time.t
19619 ____________________________________________________________________________
19620 [ 29208] By: rgs                                   on 2006/11/06  09:30:41
19621         Log: Silence a cast warning
19622      Branch: perl
19623            ! regcomp.c
19624 ____________________________________________________________________________
19625 [ 29206] By: nicholas                              on 2006/11/06  08:13:09
19626         Log: PVCVs no longer allocate memory for the SvNVX slot, so assert that
19627              no-one is trying to access it.
19628      Branch: perl
19629            ! sv.h
19630 ____________________________________________________________________________
19631 [ 29205] By: craigb                                on 2006/11/06  01:37:13
19632         Log: In pipe_exit_routine in vms/vms.c, mark a subprocess we've deleted
19633              as done.  Courtesy of Scott Lepage.
19634      Branch: perl
19635            ! vms/vms.c
19636 ____________________________________________________________________________
19637 [ 29204] By: merijn                                on 2006/11/04  19:15:19
19638         Log: Subject: Re: [perl #40641] crash with unicode characters in regex comment
19639              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19640              Date: Sat, 04 Nov 2006 21:53:50 +0900
19641              Message-Id: <20061104215302.3325.BQW10602@nifty.com>
19642      Branch: perl
19643            + t/uni/greek.t t/uni/latin2.t
19644            ! MANIFEST embed.fnc embed.h global.sym pod/perldiag.pod proto.h
19645            ! regcomp.c t/uni/tr_utf8.t
19646 ____________________________________________________________________________
19647 [ 29203] By: nicholas                              on 2006/11/04  18:56:33
19648         Log: Change 27506 wasn't quite correct - the copy of the AMAGIC flag should
19649              be as part of RvDEEPCP() in gv.c (Perl_amagic_call())
19650      Branch: perl
19651            ! gv.c sv.c
19652 ____________________________________________________________________________
19653 [ 29202] By: stevep                                on 2006/11/04  15:39:57
19654         Log: Subject: [PATCH] New test for close-on-exec ($^F): t/run/cloexec.t
19655              From: Andrew Savige <ajsavige@yahoo.com.au>
19656              Date: Sat, 4 Nov 2006 21:24:14 +1100 (EST)
19657              Message-ID: <20061104102414.78987.qmail@web56403.mail.re3.yahoo.com>
19658      Branch: perl
19659            + t/run/cloexec.t
19660            ! MANIFEST
19661 ____________________________________________________________________________
19662 [ 29201] By: rgs                                   on 2006/11/03  16:04:48
19663         Log: Subject: [PATCH] replace S_sv_pos_b2u_forwards with utf8_length (was: sv_pos_b2u dislikes the extended UTF-8)
19664              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19665              Date: Sun, 21 May 2006 14:00:43 +0900
19666              Message-Id: <20060521140011.358D.BQW10602@nifty.com>
19667      Branch: perl
19668            ! embed.fnc embed.h proto.h sv.c t/op/index.t
19669 ____________________________________________________________________________
19670 [ 29200] By: rgs                                   on 2006/11/03  15:04:15
19671         Log: The assignment to $VERSION must be on its own line, for
19672              ExtUtils::MM_Unix::parse_version to be happy.
19673      Branch: perl
19674            ! ext/DynaLoader/DynaLoader_pm.PL
19675 ____________________________________________________________________________
19676 [ 29199] By: rgs                                   on 2006/11/03  14:01:30
19677         Log: Subject: [PATCH] threads 1.49
19678              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
19679              Date: Fri, 3 Nov 2006 05:37:16 -0800 (PST)
19680              Message-ID: <20061103133716.95143.qmail@web30214.mail.mud.yahoo.com>
19681      Branch: perl
19682            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
19683            ! ext/threads/t/thread.t ext/threads/threads.pm
19684            ! ext/threads/threads.xs
19685 ____________________________________________________________________________
19686 [ 29198] By: rgs                                   on 2006/11/03  13:32:31
19687         Log: Wrap the $VERSION initialization of DynaLoader in a BEGIN block
19688              
19689              Subject: [perl #40651] (Obscure) Bug in Dynaloader 
19690              From: gml4410@ggr.co.uk (via RT) <perlbug-followup@perl.org>
19691              Date: Thu, 02 Nov 2006 09:30:34 -0800
19692              Message-ID: <rt-3.5.HEAD-4979-1162488633-1267.40651-75-0@perl.org>
19693      Branch: perl
19694            ! ext/DynaLoader/DynaLoader_pm.PL
19695 ____________________________________________________________________________
19696 [ 29197] By: rgs                                   on 2006/11/03  10:09:19
19697         Log: When code is loaded through an @INC-hook, and when this hook
19698              has set a filename entry in %INC, make sure __FILE__ is set
19699              for this code accordingly to the contents of that %INC entry.
19700      Branch: perl
19701            ! pp_ctl.c t/op/inccode.t
19702 ____________________________________________________________________________
19703 [ 29196] By: gisle                                 on 2006/11/03  07:08:18
19704         Log: Typo fixes by Troy Topnik.
19705      Branch: perl
19706            ! pod/perlretut.pod
19707 ____________________________________________________________________________
19708 [ 29195] By: merijn                                on 2006/11/02  17:49:53
19709         Log: Change #29193 makes this addition unneeded
19710      Branch: perl
19711            ! t/lib/common.pl
19712 ____________________________________________________________________________
19713 [ 29194] By: davem                                 on 2006/11/02  17:36:33
19714         Log: add test that eval undef clears $@
19715      Branch: perl
19716            ! t/op/eval.t
19717 ____________________________________________________________________________
19718 [ 29193] By: davem                                 on 2006/11/02  17:07:00
19719         Log: eval $undef should emit one warning, not three.
19720              Also ensure that eval $undef clears $@ (it did, but only by luck)
19721      Branch: perl
19722            ! pp_ctl.c t/lib/warnings/9uninit toke.c
19723 ____________________________________________________________________________
19724 [ 29192] By: rgs                                   on 2006/11/02  16:45:13
19725         Log: Fix case in external pod link
19726      Branch: perl
19727            ! pod/perlop.pod
19728 ____________________________________________________________________________
19729 [ 29191] By: rgs                                   on 2006/11/02  13:51:21
19730         Log: say() has the same syntax than print(), so forbid to override it
19731              (like print())
19732      Branch: perl
19733            ! perl_keyword.pl t/op/cproto.t toke.c
19734 ____________________________________________________________________________
19735 [ 29190] By: rgs                                   on 2006/11/02  13:04:10
19736         Log: This volatile modifier is not on the referent, but on the pointer
19737              (see change 28606)
19738      Branch: perl
19739            ! op.c
19740 ____________________________________________________________________________
19741 [ 29189] By: rgs                                   on 2006/11/02  12:26:47
19742         Log: Subject: [PATCH] Add more backtracking control verbs to regex engine (?CUT), (?ERROR)
19743              From: demerphq <demerphq@gmail.com>
19744              Date: Thu, 2 Nov 2006 12:35:10 +0100
19745              Message-ID: <9b18b3110611020335h7ea469a8g28ca483f6832816d@mail.gmail.com>
19746      Branch: perl
19747            ! embed.fnc ext/re/re.pm pod/perl595delta.pod pod/perlre.pod
19748            ! proto.h regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
19749            ! regexp.h regnodes.h t/op/pat.t
19750 ____________________________________________________________________________
19751 [ 29188] By: rgs                                   on 2006/11/02  11:59:23
19752         Log: Subject: [patch at 21983] factor out $^O eq 'darwin' from XSLoader.pm
19753              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
19754              Date: Thu, 2 Nov 2006 12:36:49 +0100 
19755              Message-ID: <E3FB32585BF1D411B9E900805FF51A080204E833@ru0022exch001u.ru.lucent.com>
19756      Branch: perl
19757            ! ext/DynaLoader/XSLoader_pm.PL
19758 ____________________________________________________________________________
19759 [ 29187] By: rgs                                   on 2006/11/02  11:14:42
19760         Log: Subject: Re: $, and say
19761              From: Gisle Aas <gisle@ActiveState.com>
19762              Date: 27 Jan 2006 14:46:00 -0800
19763              Message-ID: <lrek2t1e8n.fsf@caliper.activestate.com>
19764              
19765              with tweaks so "say;" continues to default to $_
19766              plus a regression test
19767      Branch: perl
19768            ! embed.fnc embed.h op.c opcode.h opcode.pl pod/perlfunc.pod
19769            ! pp.sym pp_hot.c pp_proto.h proto.h t/io/say.t
19770 ____________________________________________________________________________
19771 [ 29186] By: rgs                                   on 2006/11/02  11:01:29
19772         Log: Silence a gcc warning
19773      Branch: perl
19774            ! regexec.c
19775 ____________________________________________________________________________
19776 [ 29185] By: rgs                                   on 2006/11/02  10:32:18
19777         Log: More regression tests for the _ prototype
19778      Branch: perl
19779            ! t/comp/uproto.t
19780 ____________________________________________________________________________
19781 [ 29184] By: rgs                                   on 2006/11/02  10:06:37
19782         Log: More heuristics to make warnings.t pass under different
19783              combinations of PERL_UNICODE / locale
19784      Branch: perl
19785            ! t/lib/common.pl
19786 ____________________________________________________________________________
19787 [ 29183] By: rgs                                   on 2006/11/01  17:05:03
19788         Log: Subject: [PATCH] Add a commit verb to regex engine to allow fine tuning of backtracking control.
19789              From: demerphq <demerphq@gmail.com>
19790              Date: Tue, 31 Oct 2006 22:49:57 +0100
19791              Message-ID: <9b18b3110610311349n5947cc8fsf0b2e6ddd9a7ee01@mail.gmail.com>
19792      Branch: perl
19793            ! pod/perlre.pod regcomp.c regcomp.sym regexec.c regnodes.h
19794            ! t/op/pat.t
19795 ____________________________________________________________________________
19796 [ 29182] By: rgs                                   on 2006/11/01  16:29:05
19797         Log: Fix the failures in warnings tests when PERL_UNICODE is defined
19798              that show up in the smokes under UTF-8 locales. Based on :
19799              
19800              Subject: Re: UTF-8 Failures in smoke ($PERL_UNICODE)
19801              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
19802              Date: Wed, 1 Nov 2006 17:03:55 +0100
19803              Message-ID: <20061101170355.7c57b515@pc09>
19804      Branch: perl
19805            ! t/lib/common.pl t/lib/warnings/9uninit
19806 ____________________________________________________________________________
19807 [ 29181] By: steveh                                on 2006/11/01  13:22:16
19808         Log: Forgot to bump Time-HiRes $VERSION in change #29180
19809              (IO's $VERSION is bumped already)
19810      Branch: perl
19811            ! ext/Time/HiRes/HiRes.pm
19812 ____________________________________________________________________________
19813 [ 29180] By: steveh                                on 2006/11/01  13:07:37
19814         Log: Silence VC++ compiler warnings
19815              See: http://www.nntp.perl.org/group/perl.daily-build.reports/42208
19816      Branch: perl
19817            ! ext/IO/IO.xs ext/Time/HiRes/HiRes.xs regexec.c
19818 ____________________________________________________________________________
19819 [ 29179] By: rgs                                   on 2006/11/01  12:39:39
19820         Log: Subject: [PATCH] Remove beta status from compression modules
19821              From: "Paul Marquess" <paul.marquess@ntlworld.com>
19822              Date: Wed, 1 Nov 2006 10:34:52 -0000
19823              Message-ID: <02b301c6fda1$5d799950$4e3c140a@myopwv.com>
19824      Branch: perl
19825            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
19826            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
19827            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
19828            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
19829            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
19830            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/README
19831            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
19832            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
19833            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
19834            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
19835            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
19836            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
19837            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
19838            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
19839            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
19840            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
19841            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
19842            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
19843            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
19844            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
19845            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
19846            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
19847            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
19848            ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README
19849            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
19850            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
19851            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
19852 ____________________________________________________________________________
19853 [ 29178] By: rgs                                   on 2006/11/01  10:44:58
19854         Log: Regression test by Yves Orton for : [perl #36046] Special var @-
19855              becomes arbitrarily large
19856      Branch: perl
19857            ! t/op/pat.t
19858 ____________________________________________________________________________
19859 [ 29177] By: nicholas                              on 2006/10/31  22:36:40
19860         Log: Missed a ) in a comment.
19861      Branch: perl
19862            ! perl.c
19863 ____________________________________________________________________________
19864 [ 29176] By: rgs                                   on 2006/10/31  16:28:33
19865         Log: Don't run ext/Sys/Syslog/t/constants.t with taint mode, so it's
19866              not systematically skipped
19867      Branch: perl
19868            ! ext/Sys/Syslog/t/constants.t
19869 ____________________________________________________________________________
19870 [ 29175] By: rgs                                   on 2006/10/31  16:02:03
19871         Log: Some diagnostic output was giving warnings in op/pack.t
19872              under UTF-8 locales, and warnings where fatal by default.
19873              Make them non-fatal for diagnostics.
19874      Branch: perl
19875            ! t/op/pack.t
19876 ____________________________________________________________________________
19877 [ 29174] By: rgs                                   on 2006/10/31  14:47:25
19878         Log: Fix a case of segfault in ithread destruction
19879      Branch: perl
19880            ! ext/threads/threads.xs
19881 ____________________________________________________________________________
19882 [ 29173] By: rgs                                   on 2006/10/31  14:29:07
19883         Log: Doc clarification for PerlIO::encoding
19884              (thanks to Steve Hay)
19885      Branch: perl
19886            ! ext/PerlIO/encoding/encoding.pm
19887 ____________________________________________________________________________
19888 [ 29172] By: rgs                                   on 2006/10/31  14:10:25
19889         Log: threads::shared doesn't use ppport.h in the core
19890      Branch: perl
19891            ! mkppport.lst
19892 ____________________________________________________________________________
19893 [ 29171] By: rgs                                   on 2006/10/31  14:03:30
19894         Log: Subject: [PATCH] threads 1.47
19895              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
19896              Date: Tue, 31 Oct 2006 05:26:25 -0800 (PST)
19897              Message-ID: <20061031132626.18317.qmail@web30214.mail.mud.yahoo.com>
19898      Branch: perl
19899            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
19900            ! ext/threads/t/stack.t ext/threads/t/thread.t
19901            ! ext/threads/threads.pm ext/threads/threads.xs
19902 ____________________________________________________________________________
19903 [ 29170] By: rgs                                   on 2006/10/31  13:51:38
19904         Log: Silence a warning and call readpipe_override() correctly.
19905      Branch: perl
19906            ! toke.c
19907 ____________________________________________________________________________
19908 [ 29169] By: rgs                                   on 2006/10/31  13:49:26
19909         Log: Make S_readpipe_override() compile with threads; regenerate perlapi.pod
19910      Branch: perl
19911            ! embed.fnc embed.h pod/perlapi.pod proto.h toke.c
19912 ____________________________________________________________________________
19913 [ 29168] By: rgs                                   on 2006/10/31  13:34:30
19914         Log: Make readpipe() overridable (and also `` and qx//)
19915      Branch: perl
19916            ! opcode.h opcode.pl pod/perlsub.pod pod/perltodo.pod pp.c
19917            ! t/op/cproto.t t/op/override.t toke.c
19918 ____________________________________________________________________________
19919 [ 29167] By: rgs                                   on 2006/10/31  10:59:02
19920         Log: Remove duplicated entries
19921      Branch: perl
19922            ! pod/perltodo.pod
19923 ____________________________________________________________________________
19924 [ 29166] By: gisle                                 on 2006/10/30  20:13:04
19925         Log: Improve documentation of av_len and av_fill.
19926      Branch: perl
19927            ! av.c
19928 ____________________________________________________________________________
19929 [ 29165] By: nicholas                              on 2006/10/30  18:37:41
19930         Log: Avoid Devel::DProf failing an assertion during global destruction.
19931      Branch: perl
19932            ! ext/Devel/DProf/DProf.xs
19933 ____________________________________________________________________________
19934 [ 29164] By: stevep                                on 2006/10/30  18:29:30
19935         Log: It seems only HWND__* is needed by MinGW g++.
19936      Branch: perl
19937            ! win32/win32.c
19938 ____________________________________________________________________________
19939 [ 29162] By: rgs                                   on 2006/10/30  17:56:33
19940         Log: The second patch from:
19941              Subject: [PATCH] regex engine optimiser should grok subroutine patterns, and, name subroutine regops more intuitively
19942              From: demerphq <demerphq@gmail.com>
19943              Date: Mon, 30 Oct 2006 19:15:13 +0200
19944              Message-ID: <9b18b3110610300915x3abf6cddu9c2071a70bea48e1@mail.gmail.com>
19945      Branch: perl
19946            ! pod/perldiag.pod regcomp.c regcomp.sym regexec.c regnodes.h
19947 ____________________________________________________________________________
19948 [ 29161] By: rgs                                   on 2006/10/30  17:36:18
19949         Log: The first patch from:
19950              Subject: [PATCH] regex engine optimiser should grok subroutine patterns, and, name subroutine regops more intuitively
19951              From: demerphq <demerphq@gmail.com>
19952              Date: Mon, 30 Oct 2006 19:15:13 +0200
19953              Message-ID: <9b18b3110610300915x3abf6cddu9c2071a70bea48e1@mail.gmail.com>
19954      Branch: perl
19955            ! embed.fnc embed.h proto.h regcomp.c regcomp.sym regexec.c
19956            ! regnodes.h
19957 ____________________________________________________________________________
19958 [ 29160] By: rgs                                   on 2006/10/30  17:07:46
19959         Log: Mention that field hashes are for inside-out objects
19960              (this will be useful for perl5100delta.)
19961      Branch: perl
19962            ! pod/perl594delta.pod
19963 ____________________________________________________________________________
19964 [ 29159] By: stevep                                on 2006/10/30  16:46:13
19965         Log: Subject: Patch 29155 breaks VC
19966              From: demerphq <demerphq@gmail.com>
19967              Date: Mon, 30 Oct 2006 18:08:17 +0200
19968              Message-ID: <9b18b3110610300808u39cc6cefxbee1468a149dc186@mail.gmail.com>
19969              
19970              Plus an additional casting.
19971      Branch: perl
19972            ! win32/win32.c
19973 ____________________________________________________________________________
19974 [ 29158] By: rgs                                   on 2006/10/30  16:29:35
19975         Log: Update perldelta with changes up to 28867
19976      Branch: perl
19977            ! pod/perl595delta.pod
19978 ____________________________________________________________________________
19979 [ 29157] By: stevep                                on 2006/10/30  15:53:50
19980         Log: VOL should be used instead of volatile in the core.
19981      Branch: perl
19982            ! op.c perl.c
19983 ____________________________________________________________________________
19984 [ 29156] By: merijn                                on 2006/10/30  14:14:25
19985         Log: $hex is already hex, so cannot be used in %X if starting with [A-F]
19986      Branch: perl
19987            ! lib/charnames.pm
19988 ____________________________________________________________________________
19989 [ 29155] By: stevep                                on 2006/10/30  13:58:15
19990         Log: Initial cleanups to support compiling Win32 with MinGW g++.
19991      Branch: perl
19992            ! perlio.c win32/win32.c
19993 ____________________________________________________________________________
19994 [ 29154] By: rgs                                   on 2006/10/30  11:25:39
19995         Log: Subject: Re: Closures with named subs
19996              From: Christian Winter <bitpoet@linux-config.de>
19997              Date: Sun, 29 Oct 2006 21:34:25 +0100
19998              Message-ID: <45451051.4080200@linux-config.de>
19999      Branch: perl
20000            ! pod/perlref.pod
20001 ____________________________________________________________________________
20002 [ 29153] By: rgs                                   on 2006/10/30  10:38:09
20003         Log: Subject: [PATCH] threads 1.46
20004              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
20005              Date: Fri, 27 Oct 2006 17:01:11 -0700 (PDT)
20006              Message-ID: <20061028000111.23729.qmail@web30207.mail.mud.yahoo.com>
20007      Branch: perl
20008            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
20009            ! ext/threads/threads.pm ext/threads/threads.xs
20010 ____________________________________________________________________________
20011 [ 29152] By: rgs                                   on 2006/10/30  10:13:22
20012         Log: Silence a g++ warning reported by Jarkko.
20013      Branch: perl
20014            ! ext/Data/Dumper/Dumper.xs
20015 ____________________________________________________________________________
20016 [ 29151] By: rgs                                   on 2006/10/30  10:08:24
20017         Log: Delete Encode's MANIFEST (or else the make process complains
20018              about the missing Encode's META.yml file)
20019      Branch: perl
20020            - ext/Encode/MANIFEST
20021            ! MANIFEST
20022 ____________________________________________________________________________
20023 [ 29150] By: steveh                                on 2006/10/30  10:02:35
20024         Log: Bump $VERSION in Term::UI following change #29120
20025      Branch: perl
20026            ! lib/Term/UI.pm
20027 ____________________________________________________________________________
20028 [ 29149] By: rgs                                   on 2006/10/30  09:52:05
20029         Log: Subject: [PATCH] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.68.tar.gz
20030              From: John Peacock <jpeacock@rowman.com>
20031              Date: Sun, 29 Oct 2006 14:47:51 -0500
20032              Message-ID: <45450567.7040609@rowman.com>
20033      Branch: perl
20034            ! lib/version.pm lib/version.t
20035 ____________________________________________________________________________
20036 [ 29148] By: rgs                                   on 2006/10/30  09:43:30
20037         Log: Subject: [patch] simplify optree test support
20038              From: Jim Cromie <jim.cromie@gmail.com>
20039              Date: Sun, 29 Oct 2006 14:50:02 -0700
20040              Message-ID: <4545220A.6060500@gmail.com>
20041      Branch: perl
20042            ! ext/B/t/OptreeCheck.pm
20043 ____________________________________________________________________________
20044 [ 29147] By: steveh                                on 2006/10/30  09:38:21
20045         Log: Add some missing targets to win32/makefile.mk
20046              
20047              This updates makefile.mk w.r.t. Makefile, following changes #28293,
20048              #28832, #28904 and #29131
20049      Branch: perl
20050            ! win32/makefile.mk
20051 ____________________________________________________________________________
20052 [ 29146] By: rgs                                   on 2006/10/30  09:33:33
20053         Log: In vim, modelines are not taken into account if they begin on the
20054              first character. Also, regenerate perlintern.pod.
20055      Branch: perl
20056            ! autodoc.pl pod/perlapi.pod pod/perlintern.pod
20057 ____________________________________________________________________________
20058 [ 29145] By: merijn                                on 2006/10/30  07:17:18
20059         Log: Subject: [PATCH@29157] wince patch
20060              From: Vadim <vadim@vkonovalov.ru>
20061              Date: Sat, 28 Oct 2006 23:48:46 +0400
20062              Message-ID: <4543B41E.3070006@vkonovalov.ru>
20063      Branch: perl
20064            ! README.ce win32/Makefile.ce
20065 ____________________________________________________________________________
20066 [ 29144] By: craigb                                on 2006/10/30  00:33:34
20067         Log: When we open a file and pass it along to PerlIO, be sure to enter the
20068              PerlIO world via Unix I/O.  If you start from stdio, a Unix I/O counter
20069              will get decremented on close even though it was never incremented (and 
20070              may not even exist).  Exposed by #29065.
20071      Branch: perl
20072            ! vms/ext/Stdio/Stdio.xs
20073 ____________________________________________________________________________
20074 [ 29143] By: craigb                                on 2006/10/30  00:23:35
20075         Log: Change the non-mkstemp, non-win32 code path of PerlIO_tmpfile
20076              to use PerlIO_fdopen so that when the tmpfile is closed we do
20077              not decrement a ref count that doesn't exist or is zero.
20078      Branch: perl
20079            ! perlio.c
20080 ____________________________________________________________________________
20081 [ 29142] By: stevep                                on 2006/10/30  00:22:00
20082         Log: Changes to get perl to compile with g++ on Cygwin.  Some additional
20083              changes will be needed to get it to link though.
20084      Branch: perl
20085            ! cygwin/cygwin.c malloc.c perl.h sv.c
20086 ____________________________________________________________________________
20087 [ 29140] By: nicholas                              on 2006/10/29  22:01:17
20088         Log: Subject: [PATHCH]  Scalar::Util::readonly &  compression (was RE: Change 29117: [PATCH] IO::Compress modules)
20089              From: "Paul Marquess" <paul.marquess@ntlworld.com>
20090              Message-ID: <02cf01c6fb9d$ade808a0$6501a8c0@myopwv.com>
20091              Date: Sun, 29 Oct 2006 21:03:21 -0000
20092      Branch: perl
20093            ! ext/Compress/IO/Base/t/01misc.t t/lib/compress/oneshot.pl
20094 ____________________________________________________________________________
20095 [ 29139] By: nicholas                              on 2006/10/29  21:54:29
20096         Log: Fix a typo in my description for change 26427.
20097      Branch: perl
20098            ! Changes
20099 ____________________________________________________________________________
20100 [ 29138] By: nicholas                              on 2006/10/29  21:23:12
20101         Log: Modify autodoc.pl to add read-only editor boilerplate for perlapi.pod
20102              and perlguts.pod
20103      Branch: perl
20104            ! autodoc.pl pod/perlapi.pod pod/perlguts.pod
20105 ____________________________________________________________________________
20106 [ 29133] By: nicholas                              on 2006/10/29  19:27:45
20107         Log: Subject: [PATCH] Re: Deparse bug?
20108              From: Stephen McCamant <smcc@mit.edu>
20109              Message-ID: <17732.55694.646895.706177@apocalypse.OCF.Berkeley.EDU>
20110              Date: Sun, 29 Oct 2006 08:40:46 -0800
20111      Branch: perl
20112            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
20113 ____________________________________________________________________________
20114 [ 29131] By: merijn                                on 2006/10/29  18:32:55
20115         Log: Subject: [PATCH] Add a few useful developers maketargets to win32/Makefile
20116              From: demerphq <demerphq@gmail.com>
20117              Date: Sun, 29 Oct 2006 13:28:31 +0200
20118              Message-ID: <9b18b3110610290328v71956891s7df10e40efd2350c@mail.gmail.com>
20119      Branch: perl
20120            ! win32/Makefile
20121 ____________________________________________________________________________
20122 [ 29130] By: nicholas                              on 2006/10/29  18:30:25
20123         Log: Add the note from change 25773 about auditing for destruction ordering.
20124      Branch: perl
20125            ! pod/perltodo.pod
20126 ____________________________________________________________________________
20127 [ 29128] By: nicholas                              on 2006/10/29  18:23:01
20128         Log: I shrunk struct context, so remove it from perltodo.
20129      Branch: perl
20130            ! pod/perltodo.pod
20131 ____________________________________________________________________________
20132 [ 29127] By: nicholas                              on 2006/10/27  21:40:40
20133         Log: Change 27779 failed to free() memory in two places in Perl_magic_set(),
20134              and hence was leaking like the proverbial Jumblie maritime craft.
20135      Branch: perl
20136            ! mg.c
20137 ____________________________________________________________________________
20138 [ 29126] By: stevep                                on 2006/10/27  13:29:05
20139         Log: Upgrade to Pod-Parser-1.35.
20140      Branch: perl
20141            + t/pod/p2u_data.pl t/pod/twice.t
20142            ! MANIFEST lib/Pod/Checker.pm lib/Pod/ParseUtils.pm
20143            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
20144            ! lib/Pod/Usage.pm t/pod/testcmp.pl
20145 ____________________________________________________________________________
20146 [ 29125] By: rgs                                   on 2006/10/27  09:45:33
20147         Log: Document the limitation of Attribute::Handlers w.r.t. UNITCHECK blocks.
20148      Branch: perl
20149            ! lib/Attribute/Handlers.pm
20150 ____________________________________________________________________________
20151 [ 29124] By: rgs                                   on 2006/10/27  08:43:26
20152         Log: Subject: [PATCH] Change MY_CXT ref in perl.h
20153              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
20154              Date: Thu, 26 Oct 2006 08:35:46 -0700 (PDT)
20155              Message-ID: <20061026153546.71547.qmail@web30214.mail.mud.yahoo.com>
20156      Branch: perl
20157            ! perl.h
20158 ____________________________________________________________________________
20159 [ 29123] By: rgs                                   on 2006/10/27  08:41:45
20160         Log: Subject: [PATCH] Make 'threads' conform to perlguts
20161              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
20162              Date: Thu, 26 Oct 2006 11:10:57 -0700 (PDT)
20163              Message-ID: <20061026181057.74650.qmail@web30211.mail.mud.yahoo.com>
20164      Branch: perl
20165            ! ext/threads/threads.xs
20166 ____________________________________________________________________________
20167 [ 29122] By: stevep                                on 2006/10/27  04:48:43
20168         Log: Spelling fixes for re.pm.
20169      Branch: perl
20170            ! ext/re/re.pm
20171 ____________________________________________________________________________
20172 [ 29121] By: stevep                                on 2006/10/27  03:48:34
20173         Log: Spelling nits from Debian bug list...
20174              
20175              Subject: Bug#395426: perl: spelling errors
20176              From: Matt Taggart <taggart@debian.org>
20177              Date: Thu, 26 Oct 2006 15:23:29 -0700
20178              Message-Id: <20061026222329.8B8CF1AAC6D@cyrix.home.bogus>
20179      Branch: perl
20180            ! ext/Encode/bin/enc2xs lib/ExtUtils/xsubpp x2p/find2perl.PL
20181            ! x2p/s2p.PL
20182 ____________________________________________________________________________
20183 [ 29120] By: steveh                                on 2006/10/26  16:26:56
20184         Log: Close temporary test file before unlinking (for the sake of Win32)
20185      Branch: perl
20186            ! lib/Term/UI/t/02_ui.t
20187 ____________________________________________________________________________
20188 [ 29119] By: rgs                                   on 2006/10/26  16:11:26
20189         Log: Document the new (?FAIL) assertion (Yves Orton)
20190      Branch: perl
20191            ! pod/perlre.pod
20192 ____________________________________________________________________________
20193 [ 29118] By: rgs                                   on 2006/10/26  15:58:18
20194         Log: Subject: [PATCH] Fix a problem with jump-tries, add (?FAIL) pattern.
20195              From: demerphq <demerphq@gmail.com>
20196              Date: Thu, 26 Oct 2006 14:59:11 +0200
20197              Message-ID: <9b18b3110610260559k3efa98barc28987e88c581a8a@mail.gmail.com>
20198      Branch: perl
20199            ! regcomp.c regcomp.sym regexec.c regexp.h regnodes.h
20200            ! t/op/re_tests
20201 ____________________________________________________________________________
20202 [ 29117] By: rgs                                   on 2006/10/26  15:42:40
20203         Log: Subject: [PATCH] IO::Compress modules
20204              From: "Paul Marquess" <paul.marquess@ntlworld.com>
20205              Date: Thu, 26 Oct 2006 15:29:43 +0100
20206              Message-ID: <028201c6f90b$2de7a4b0$4e3c140a@myopwv.com>
20207      Branch: perl
20208            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/Makefile.PL
20209            ! ext/Compress/IO/Base/README
20210            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
20211            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
20212            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
20213            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
20214            ! ext/Compress/IO/Base/private/MakeUtil.pm
20215            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
20216            ! ext/Compress/IO/Zlib/README
20217            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
20218            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
20219            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
20220            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
20221            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
20222            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
20223            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
20224            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
20225            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
20226            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
20227            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
20228            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
20229            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
20230            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
20231            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
20232            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
20233            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
20234            ! ext/Compress/IO/Zlib/private/MakeUtil.pm
20235            ! ext/Compress/Raw/Zlib/Changes
20236            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
20237            ! ext/Compress/Raw/Zlib/Zlib.xs
20238            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
20239            ! ext/Compress/Raw/Zlib/private/MakeUtil.pm
20240            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
20241            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
20242            ! ext/Compress/Zlib/private/MakeUtil.pm
20243            ! t/lib/compress/CompTestUtils.pm t/lib/compress/generic.pl
20244            ! t/lib/compress/multi.pl t/lib/compress/oneshot.pl
20245 ____________________________________________________________________________
20246 [ 29116] By: rgs                                   on 2006/10/26  15:30:52
20247         Log: Subject: Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefix
20248              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20249              Date: Fri, 27 Oct 2006 00:19:34 +0900
20250              Message-Id: <20061027001924.B158.BQW10602@nifty.com>
20251      Branch: perl
20252            ! pod/perlfunc.pod sv.c t/op/sprintf.t
20253 ____________________________________________________________________________
20254 [ 29115] By: merijn                                on 2006/10/26  14:08:03
20255         Log: Subject: [PATCH] Fix typo in File::Find POD
20256              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
20257              Date: Thu, 26 Oct 2006 06:50:04 -0700 (PDT)
20258              Message-ID: <20061026135004.79720.qmail@web30211.mail.mud.yahoo.com>
20259      Branch: perl
20260            ! lib/File/Find.pm
20261 ____________________________________________________________________________
20262 [ 29114] By: rgs                                   on 2006/10/26  12:22:07
20263         Log: Add Term::UI and Object::Accessor to the list of dual-life modules
20264      Branch: perl
20265            ! Porting/Maintainers.pl
20266 ____________________________________________________________________________
20267 [ 29113] By: rgs                                   on 2006/10/26  12:16:49
20268         Log: Subject: [PATCH] Add Object::Accessor to the core
20269              From: "Jos Boumans" <kane@xs4all.net>
20270              Date: Thu, 26 Oct 2006 14:04:44 +0200 (CEST)
20271              Message-ID: <18983.80.127.35.68.1161864284.squirrel@webmail.xs4all.nl>
20272      Branch: perl
20273            + lib/Object/Accessor.pm
20274            + lib/Object/Accessor/t/00_Object-Accessor.t
20275            + lib/Object/Accessor/t/01_Object-Accessor-Subclassed.t
20276            + lib/Object/Accessor/t/02_Object-Accessor-allow.t
20277            + lib/Object/Accessor/t/03_Object-Accessor-local.t
20278            + lib/Object/Accessor/t/04_Object-Accessor-lvalue.t
20279            + lib/Object/Accessor/t/05_Object-Accessor-callback.t
20280            ! MANIFEST
20281 ____________________________________________________________________________
20282 [ 29112] By: rgs                                   on 2006/10/26  12:13:59
20283         Log: Subject: [PATCH] Add Term::UI to the core
20284              From: "Jos Boumans" <kane@xs4all.net>
20285              Date: Mon, 23 Oct 2006 12:07:23 +0200 (CEST)
20286              Message-ID: <19689.80.127.35.68.1161598043.squirrel@webmail.xs4all.nl>
20287      Branch: perl
20288            + lib/Term/UI.pm lib/Term/UI/History.pm lib/Term/UI/t/00_load.t
20289            + lib/Term/UI/t/01_history.t lib/Term/UI/t/02_ui.t
20290            ! MANIFEST
20291 ____________________________________________________________________________
20292 [ 29111] By: rgs                                   on 2006/10/26  11:02:15
20293         Log: Fix a memory leak :
20294              Subject: Re: Valgrind findings
20295              From: demerphq <demerphq@gmail.com>
20296              Date: Thu, 26 Oct 2006 12:34:43 +0200
20297              Message-ID: <9b18b3110610260334t6b77c2dbu2ca8207d822402da@mail.gmail.com>
20298      Branch: perl
20299            ! regexec.c
20300 ____________________________________________________________________________
20301 [ 29110] By: rgs                                   on 2006/10/26  10:42:03
20302         Log: Subject: [PATCH] threads-shared 1.05
20303              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
20304              Date: Wed, 25 Oct 2006 11:27:15 -0700 (PDT)
20305              Message-ID: <20061025182715.561.qmail@web30211.mail.mud.yahoo.com>
20306      Branch: perl
20307            ! ext/threads/shared/Changes ext/threads/shared/Makefile.PL
20308            ! ext/threads/shared/README ext/threads/shared/shared.pm
20309            ! ext/threads/shared/shared.xs
20310 ____________________________________________________________________________
20311 [ 29109] By: rgs                                   on 2006/10/26  10:37:43
20312         Log: Subject: [PATCH] threads 1.45
20313              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
20314              Date: Wed, 25 Oct 2006 11:26:29 -0700 (PDT)
20315              Message-ID: <20061025182629.16434.qmail@web30209.mail.mud.yahoo.com>
20316      Branch: perl
20317            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
20318            ! ext/threads/t/thread.t ext/threads/threads.pm
20319 ____________________________________________________________________________
20320 [ 29108] By: rgs                                   on 2006/10/25  16:19:50
20321         Log: Fix small leak with -F at interpreter destruction
20322      Branch: perl
20323            ! perl.c
20324 ____________________________________________________________________________
20325 [ 29107] By: rgs                                   on 2006/10/25  13:51:55
20326         Log: Plug a memory leak in newCONSTSUB
20327      Branch: perl
20328            ! op.c
20329 ____________________________________________________________________________
20330 [ 29106] By: rgs                                   on 2006/10/25  12:16:08
20331         Log: I'll finally get it right. (thanks to Sadahiro Tomoyuki)
20332      Branch: perl
20333            ! pod/perlfunc.pod
20334 ____________________________________________________________________________
20335 [ 29105] By: rgs                                   on 2006/10/25  11:18:27
20336         Log: Fix nit in previous patch, spotted by Gisle
20337      Branch: perl
20338            ! pod/perlfunc.pod
20339 ____________________________________________________________________________
20340 [ 29104] By: rgs                                   on 2006/10/25  10:59:55
20341         Log: Add a %B sprintf format
20342              
20343              Subject: Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefix
20344              From: Nicholas Clark <nick@ccl4.org>
20345              Date: Mon, 23 Oct 2006 18:19:51 +0100
20346              Message-ID: <20061023171951.GA3262@plum.flirble.org>
20347              (plus docs)
20348      Branch: perl
20349            ! pod/perlfunc.pod sv.c t/op/sprintf.t
20350 ____________________________________________________________________________
20351 [ 29103] By: rgs                                   on 2006/10/25  10:27:05
20352         Log: Subject: [PATCH] FindBin.pm: better fix for PATH entries
20353              From: Alexey Tourbin <at@altlinux.ru>
20354              Date: Wed, 25 Oct 2006 14:02:55 +0400
20355              Message-ID: <20061025100255.GE7821@localhost.localdomain>
20356      Branch: perl
20357            ! lib/FindBin.pm
20358 ____________________________________________________________________________
20359 [ 29102] By: rgs                                   on 2006/10/25  09:56:06
20360         Log: Document that warnings.pm doesn't load Carp anymore
20361      Branch: perl
20362            ! pod/perl595delta.pod
20363 ____________________________________________________________________________
20364 [ 29101] By: craigb                                on 2006/10/25  03:58:38
20365         Log: Initialize d_ctermid and i_gdbm in configure.com.
20366      Branch: perl
20367            ! configure.com
20368 ____________________________________________________________________________
20369 [ 29100] By: stevep                                on 2006/10/24  15:44:22
20370         Log: Upgrade to CPAN-1.88_57.
20371      Branch: perl
20372            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
20373            ! lib/CPAN/SIGNATURE
20374 ____________________________________________________________________________
20375 [ 29099] By: rgs                                   on 2006/10/24  14:42:13
20376         Log: Silence an expected warning (when playing with utf8ness and string overloading)
20377      Branch: perl
20378            ! t/uni/overload.t
20379 ____________________________________________________________________________
20380 [ 29098] By: rgs                                   on 2006/10/24  12:53:14
20381         Log: New UTF-8 warning : Variable length character upgraded in print.
20382              
20383              Subject: Re: Changing the internal encoding (was: Re: utf8 regexp performance problem)
20384              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20385              Date: Sun, 22 Oct 2006 14:32:34 +0900
20386              Message-Id: <20061022142512.A7D3.BQW10602@nifty.com>
20387              
20388              (but with ckWARN_d replaced by ckWARN)
20389      Branch: perl
20390            ! doio.c pod/perldiag.pod
20391 ____________________________________________________________________________
20392 [ 29097] By: rgs                                   on 2006/10/24  09:46:57
20393         Log: No warning was produced if perl failed to load PerlIO::scalar
20394              (contrary to other PerlIO layers.)
20395      Branch: perl
20396            ! perlio.c
20397 ____________________________________________________________________________
20398 [ 29096] By: merijn                                on 2006/10/23  15:43:15
20399         Log: Fix for RT#38169 & RT#38945
20400              Configure won't handle versions 5.10.0 or 5.8.10.
20401      Branch: perl
20402            ! Configure config_h.SH
20403 ____________________________________________________________________________
20404 [ 29093] By: rgs                                   on 2006/10/23  13:43:32
20405         Log: Document that the %#X printf format prefixes the output with 0X, not 0x.
20406      Branch: perl
20407            ! pod/perlfunc.pod
20408 ____________________________________________________________________________
20409 [ 29092] By: rgs                                   on 2006/10/23  09:33:26
20410         Log: Update Changes
20411      Branch: perl
20412            ! Changes
20413 ____________________________________________________________________________
20414 [ 29091] By: rgs                                   on 2006/10/23  09:22:05
20415         Log: Some notes about the recent changes in perldelta
20416      Branch: perl
20417            ! pod/perl595delta.pod
20418 ____________________________________________________________________________
20419 [ 29090] By: rgs                                   on 2006/10/23  08:51:02
20420         Log: Subject: [PATCH] base.pm
20421              From: Ovid <publiustemp-p5p3@yahoo.com>
20422              Date: Thu, 19 Oct 2006 08:47:48 -0700 (PDT)
20423              Message-ID: <20061019154748.87433.qmail@web60824.mail.yahoo.com>
20424      Branch: perl
20425            ! lib/base.pm lib/base/t/base.t
20426 ____________________________________________________________________________
20427 [ 29089] By: rgs                                   on 2006/10/23  08:28:08
20428         Log: Protection against overwriting defsubs.h via a symlink
20429              (by Jim Cromie)
20430      Branch: perl
20431            ! ext/B/defsubs_h.PL
20432 ____________________________________________________________________________
20433 [ 29088] By: rgs                                   on 2006/10/23  08:27:05
20434         Log: Subject: [patch] make test.valgrind capable of running cachegrind
20435              From: Jim Cromie <jim.cromie@gmail.com>
20436              Date: Fri, 20 Oct 2006 14:49:03 -0600
20437              Message-ID: <4539363F.9020205@gmail.com>
20438      Branch: perl
20439            ! t/TEST
20440 ____________________________________________________________________________
20441 [ 29086] By: nicholas                              on 2006/10/22  22:51:59
20442         Log: Fix the other bug introduced by change 29079
20443      Branch: perl
20444            ! sv.c
20445 ____________________________________________________________________________
20446 [ 29085] By: nicholas                              on 2006/10/22  22:35:42
20447         Log: Fix bug in change 27321 - Perl_ss_dup should also have been updated.
20448      Branch: perl
20449            ! sv.c
20450 ____________________________________________________________________________
20451 [ 29084] By: nicholas                              on 2006/10/22  22:12:57
20452         Log: Fix a bug introduced by change 29079
20453      Branch: perl
20454            ! sv.c
20455 ____________________________________________________________________________
20456 [ 29083] By: stevep                                on 2006/10/22  21:47:11
20457         Log: Removed typo that caused a variable to shadow an existing variable
20458              in an external scope.
20459      Branch: perl
20460            ! ext/threads/Makefile.PL
20461 ____________________________________________________________________________
20462 [ 29082] By: nicholas                              on 2006/10/22  21:02:28
20463         Log: Merge cases in Perl_ss_dup().
20464      Branch: perl
20465            ! sv.c
20466 ____________________________________________________________________________
20467 [ 29079] By: nicholas                              on 2006/10/22  19:06:14
20468         Log: const the variable used for the save stack type in Perl_ss_dup().
20469      Branch: perl
20470            ! sv.c
20471 ____________________________________________________________________________
20472 [ 29078] By: rgs                                   on 2006/10/22  13:15:39
20473         Log: Make the overrides of built-ins in the bytes pragma use the new prototype _.
20474      Branch: perl
20475            ! lib/bytes.pm lib/bytes_heavy.pl
20476 ____________________________________________________________________________
20477 [ 29077] By: nicholas                              on 2006/10/21  23:01:45
20478         Log: Add PERLIO_INIT and PERLIO_TERM to PERL_SYS_INIT* and PERL_SYS_TERM*
20479              in */*ish.h headers.
20480      Branch: perl
20481            ! epoc/epocish.h mpeix/mpeixish.h os2/os2ish.h plan9/plan9ish.h
20482            ! vms/vmsish.h
20483 ____________________________________________________________________________
20484 [ 29076] By: nicholas                              on 2006/10/21  22:40:28
20485         Log: Subject: Re: Change 29050: Memory leak fix, by Jarkko
20486              From: Jarkko Hietaniemi <jhi@iki.fi>
20487              Message-ID: <453A97FA.5090403@iki.fi>
20488              Date: Sat, 21 Oct 2006 17:58:18 -0400
20489              
20490              (Make AIX linker happy)
20491      Branch: perl
20492            ! makedef.pl
20493 ____________________________________________________________________________
20494 [ 29075] By: nicholas                              on 2006/10/21  21:53:48
20495         Log: Semicolon consistency between PERL_FPU_INIT and the other INITs.
20496      Branch: perl
20497            ! perl.h unixish.h
20498 ____________________________________________________________________________
20499 [ 29074] By: nicholas                              on 2006/10/21  21:31:20
20500         Log: Add PERLIO_INIT to PERL_SYS_INIT.
20501              I infer that this was accidentally omitted from change 29060
20502      Branch: perl
20503            ! dosish.h perl.h unixish.h
20504 ____________________________________________________________________________
20505 [ 29073] By: nicholas                              on 2006/10/21  21:02:53
20506         Log: Always defining PERLIO_TERM, even if it's empty, makes for a simpler
20507              PERL_SYS_TERM
20508      Branch: perl
20509            ! dosish.h perl.h unixish.h
20510 ____________________________________________________________________________
20511 [ 29072] By: stevep                                on 2006/10/21  18:16:53
20512         Log: Changes for threads::shared to all building with g++.
20513      Branch: perl
20514            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.xs
20515 ____________________________________________________________________________
20516 [ 29071] By: stevep                                on 2006/10/21  16:45:38
20517         Log: Fixes for Storable.xs when compiling a threaded Perl with g++.
20518      Branch: perl
20519            ! ext/Storable/Storable.xs
20520 ____________________________________________________________________________
20521 [ 29070] By: stevep                                on 2006/10/21  16:17:58
20522         Log: Fix in perl.h for compiling with g++.
20523      Branch: perl
20524            ! perl.h
20525 ____________________________________________________________________________
20526 [ 29069] By: stevep                                on 2006/10/21  13:28:13
20527         Log: Better solution to silencing prereq warnings from threads's
20528              Makefile.PL
20529      Branch: perl
20530            ! ext/threads/Makefile.PL
20531 ____________________________________________________________________________
20532 [ 29068] By: stevep                                on 2006/10/21  02:04:19
20533         Log: Quiet a warning in pp_sys.c on AIX.
20534      Branch: perl
20535            ! pp_sys.c
20536 ____________________________________________________________________________
20537 [ 29067] By: stevep                                on 2006/10/20  19:28:46
20538         Log: Comment out Hash::Util and IO::File from prereqs of threads, since
20539              they are both available in the core.
20540      Branch: perl
20541            ! ext/threads/Makefile.PL
20542 ____________________________________________________________________________
20543 [ 29066] By: rgs                                   on 2006/10/20  15:31:36
20544         Log: Adjustment to symbol lists after latest changes (by Jarkko)
20545      Branch: perl
20546            ! makedef.pl perlio.sym
20547 ____________________________________________________________________________
20548 [ 29065] By: rgs                                   on 2006/10/20  15:04:47
20549         Log: Enable perlio mutexes under threads (by Jarkko)
20550      Branch: perl
20551            ! perlio.c perlvars.h
20552 ____________________________________________________________________________
20553 [ 29064] By: rgs                                   on 2006/10/20  13:01:14
20554         Log: regen headers
20555      Branch: perl
20556            ! embedvar.h perlapi.h
20557 ____________________________________________________________________________
20558 [ 29063] By: davem                                 on 2006/10/20  13:00:52
20559         Log: only do \C hackery if \C is seen
20560              
20561              From: demerphq <demerphq@gmail.com>
20562              Date: Fri, 20 Oct 2006 12:38:13 +0200
20563              Subject: Re: utf8 regexp performance problem
20564              Message-ID: <9b18b3110610200338k5df1d3afpf829fbc0f3663a75@mail.gmail.com>
20565      Branch: perl
20566            ! mg.c
20567 ____________________________________________________________________________
20568 [ 29062] By: rgs                                   on 2006/10/20  11:51:57
20569         Log: Subject: [PATCH] B:: changes for UNITCHECK blocks
20570              From: Alex Gough <alex-p5p@earth.li>
20571              Date: Fri, 20 Oct 2006 02:05:20 +0100
20572              Message-ID: <20061020010520.GC12290@the.earth.li>
20573      Branch: perl
20574            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Deparse.pm
20575            ! ext/B/t/concise-xs.t ext/B/t/optree_specials.t
20576 ____________________________________________________________________________
20577 [ 29061] By: rgs                                   on 2006/10/20  10:32:20
20578         Log: Let's undocument -Dusesfio in INSTALL.
20579      Branch: perl
20580            ! INSTALL
20581 ____________________________________________________________________________
20582 [ 29060] By: rgs                                   on 2006/10/20  10:20:18
20583         Log: More leak fixes, by Jarkko
20584      Branch: perl
20585            ! dosish.h perl.h perlio.c perliol.h perlvars.h unixish.h
20586 ____________________________________________________________________________
20587 [ 29059] By: davem                                 on 2006/10/20  10:06:57
20588         Log: zero length $1 took too long to detect utf8-ness
20589      Branch: perl
20590            ! mg.c
20591 ____________________________________________________________________________
20592 [ 29058] By: rgs                                   on 2006/10/20  09:04:49
20593         Log: Silence some warnings
20594      Branch: perl
20595            ! pp_ctl.c regcomp.c
20596 ____________________________________________________________________________
20597 [ 29057] By: nicholas                              on 2006/10/19  20:52:31
20598         Log: Subject: Re: Off by one in the trie code?
20599              From: demerphq <demerphq@gmail.com>
20600              Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com>
20601              Date: Wed, 18 Oct 2006 20:51:41 +0200
20602              
20603              1. code necessary to make patterns with interpolated vars behave
20604              correctly under lexical re 'debug', including additional tests.
20605              2. changes necessary to resolve the off by one error,
20606              3. tweaks to re.pm to document that re 'debug' is lexical,
20607      Branch: perl
20608            ! ext/re/re.pm ext/re/t/lexical_debug.pl
20609            ! ext/re/t/lexical_debug.t ext/re/t/regop.pl ext/re/t/regop.t
20610            ! pp_ctl.c regcomp.c regcomp.h
20611 ____________________________________________________________________________
20612 [ 29056] By: nicholas                              on 2006/10/19  20:47:53
20613         Log: Subject: Re: Off by one in the trie code?
20614              From: demerphq <demerphq@gmail.com>
20615              Date: Wed, 18 Oct 2006 20:51:41 +0200
20616              Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com>
20617              
20618              change test files that do a require "./test.pl"; without a BEGIN block
20619              to ensure prototypes are seen, plus fix any breakage this reveals.
20620      Branch: perl
20621            ! ext/Devel/Peek/t/Peek.t ext/POSIX/t/posix.t lib/vmsish.t
20622            ! t/comp/parser.t t/comp/utf.t t/io/argv.t t/io/utf8.t
20623            ! t/op/stash.t t/run/switchC.t t/run/switchd.t t/run/switches.t
20624 ____________________________________________________________________________
20625 [ 29055] By: merijn                                on 2006/10/19  16:40:08
20626         Log: <tr> isnb't the same as C<tr>, and <tr> looks so stupid in man
20627      Branch: perl
20628            ! pod/perlop.pod
20629 ____________________________________________________________________________
20630 [ 29054] By: rgs                                   on 2006/10/19  16:20:41
20631         Log: Trim perltodo.
20632      Branch: perl
20633            ! pod/perltodo.pod
20634 ____________________________________________________________________________
20635 [ 29053] By: rgs                                   on 2006/10/19  15:54:15
20636         Log: Subject: [PATCH] stab at UNITCHECK blocks
20637              From: Alex Gough <alex-p5p@earth.li>
20638              Date: Thu, 19 Oct 2006 13:04:12 +0100
20639              Message-ID: <20061019120412.GA12290@the.earth.li>
20640      Branch: perl
20641            + t/op/blocks.t
20642            ! MANIFEST cv.h embedvar.h intrpvar.h keywords.h keywords.pl
20643            ! madly.act madly.h madly.tab madly.y op.c perl.c
20644            ! perl_keyword.pl perlapi.h perly.act perly.tab perly.y
20645            ! pod/perldebug.pod pod/perldiag.pod pod/perlfunc.pod
20646            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod pp_ctl.c sv.c
20647            ! toke.c
20648 ____________________________________________________________________________
20649 [ 29052] By: stevep                                on 2006/10/19  13:49:56
20650         Log: Subject: [PATCH] Add Log::Message and Log::Message::Simple to the core
20651              From: "Jos Boumans" <kane@xs4all.net>
20652              Date: Fri, 13 Oct 2006 17:12:57 +0200 (CEST)
20653              Message-ID: <13003.80.127.35.68.1160752377.squirrel@webmail.xs4all.nl>
20654      Branch: perl
20655            + lib/Log/Message.pm lib/Log/Message/Config.pm
20656            + lib/Log/Message/Handlers.pm lib/Log/Message/Item.pm
20657            + lib/Log/Message/Simple.pm lib/Log/Message/Simple/t/01_use.t
20658            + lib/Log/Message/Simple/t/02_imports.t
20659            + lib/Log/Message/Simple/t/03_functions.t
20660            + lib/Log/Message/t/01_Log-Message-Config.t
20661            + lib/Log/Message/t/02_Log-Message.t
20662            + lib/Log/Message/t/conf/LoadMe.pl
20663            + lib/Log/Message/t/conf/config_file
20664            ! MANIFEST Porting/Maintainers.pl
20665 ____________________________________________________________________________
20666 [ 29051] By: rgs                                   on 2006/10/19  12:17:18
20667         Log: Make prototype("CORE::mkdir") work. That's a special case,
20668              since from the OA_* flags we can't figure out which parameter
20669              is going to default to $_.
20670      Branch: perl
20671            ! pp.c t/op/cproto.t
20672 ____________________________________________________________________________
20673 [ 29050] By: rgs                                   on 2006/10/19  12:08:24
20674         Log: Memory leak fix, by Jarkko
20675      Branch: perl
20676            ! perlio.c
20677 ____________________________________________________________________________
20678 [ 29049] By: rgs                                   on 2006/10/19  10:27:20
20679         Log: Adjust documentation for previous change
20680      Branch: perl
20681            ! pod/perlsub.pod
20682 ____________________________________________________________________________
20683 [ 29048] By: rgs                                   on 2006/10/19  10:26:54
20684         Log: Allow the _ prototype character to be followed by optional arguments
20685      Branch: perl
20686            ! op.c t/comp/uproto.t
20687 ____________________________________________________________________________
20688 [ 29047] By: rgs                                   on 2006/10/19  08:56:14
20689         Log: Make all JAPH tests pass
20690      Branch: perl
20691            ! t/japh/abigail.t
20692 ____________________________________________________________________________
20693 [ 29046] By: rgs                                   on 2006/10/19  08:04:04
20694         Log: Remove free() part of change #29045, which causes
20695              panics from miniperl in FreeBSD/multithreaded
20696      Branch: perl
20697            ! perlio.c
20698 ____________________________________________________________________________
20699 [ 29045] By: stevep                                on 2006/10/19  01:18:50
20700         Log: Subject: [PATCH] blead valgrind finding
20701              From: Jarkko Hietaniemi <jhi@iki.fi>
20702              Date: Wed, 18 Oct 2006 20:07:54 -0400
20703              Message-ID: <4536C1DA.4060600@iki.fi>
20704      Branch: perl
20705            ! perlio.c
20706 ____________________________________________________________________________
20707 [ 29044] By: rgs                                   on 2006/10/18  20:26:37
20708         Log: Make prototype("CORE::foo") return prototypes with _ when it should
20709              (except for mkdir)
20710      Branch: perl
20711            ! pp.c t/op/cproto.t
20712 ____________________________________________________________________________
20713 [ 29043] By: rgs                                   on 2006/10/18  19:37:01
20714         Log: Add a regression test for change #29041
20715      Branch: perl
20716            ! t/comp/uproto.t
20717 ____________________________________________________________________________
20718 [ 29042] By: nicholas                              on 2006/10/18  19:11:55
20719         Log: Using explicit printf-like APIs with a format of "%s" isn't the world's
20720              most efficient idea.
20721      Branch: perl
20722            ! XSUB.h dump.c
20723 ____________________________________________________________________________
20724 [ 29041] By: rgs                                   on 2006/10/18  17:40:57
20725         Log: Functions with a (_) prototype should behave as unary operators
20726              (which is not the case of functions with a (;$) prototype)
20727      Branch: perl
20728            ! toke.c
20729 ____________________________________________________________________________
20730 [ 29040] By: nicholas                              on 2006/10/18  17:35:06
20731         Log: panic if we attempt to sv_setsv to or from an already freed SV.
20732      Branch: perl
20733            ! sv.c
20734 ____________________________________________________________________________
20735 [ 29039] By: rgs                                   on 2006/10/18  14:41:26
20736         Log: Test for the interaction between ; and _ in prototypes
20737      Branch: perl
20738            ! t/comp/uproto.t
20739 ____________________________________________________________________________
20740 [ 29038] By: rgs                                   on 2006/10/18  14:34:26
20741         Log: Document _ prototype in perlsub
20742      Branch: perl
20743            ! pod/perlsub.pod
20744 ____________________________________________________________________________
20745 [ 29037] By: rgs                                   on 2006/10/18  14:30:57
20746         Log: Fix prototype to mimic built-in in perlsub examples
20747      Branch: perl
20748            ! pod/perlsub.pod
20749 ____________________________________________________________________________
20750 [ 29036] By: rgs                                   on 2006/10/18  14:01:59
20751         Log: The _ character is only allowed to be at the end of prototypes
20752      Branch: perl
20753            ! op.c t/comp/uproto.t
20754 ____________________________________________________________________________
20755 [ 29035] By: rgs                                   on 2006/10/18  12:54:34
20756         Log: Improvements and fixes to the _ prototype
20757      Branch: perl
20758            ! op.c t/comp/uproto.t
20759 ____________________________________________________________________________
20760 [ 29034] By: rgs                                   on 2006/10/18  08:49:01
20761         Log: FAQ sync
20762      Branch: perl
20763            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
20764            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
20765            ! pod/perlfaq7.pod pod/perlfaq9.pod
20766 ____________________________________________________________________________
20767 [ 29033] By: rgs                                   on 2006/10/18  08:24:30
20768         Log: Subject: [perl #40557] regexec.c saves context stack position improperly 
20769              From: Dave Bailey (via RT) <perlbug-followup@perl.org>
20770              Date: Tue, 17 Oct 2006 09:37:28 -0700
20771              Message-ID: <rt-3.5.HEAD-4979-1161103047-337.40557-75-0@perl.org>
20772      Branch: perl
20773            ! regexec.c scope.c scope.h
20774 ____________________________________________________________________________
20775 [ 29032] By: rgs                                   on 2006/10/17  16:07:04
20776         Log: First attempt at implementing the _ prototype
20777      Branch: perl
20778            + t/comp/uproto.t
20779            ! MANIFEST op.c toke.c
20780 ____________________________________________________________________________
20781 [ 29031] By: stevep                                on 2006/10/17  15:43:05
20782         Log: Upgrade to Time-HiRes-1.94.
20783      Branch: perl
20784            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
20785            ! ext/Time/HiRes/t/HiRes.t
20786 ____________________________________________________________________________
20787 [ 29030] By: rgs                                   on 2006/10/17  14:13:52
20788         Log: Subject: Re: [PATCH] remove leaveit from toke.c:scan_const
20789              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20790              Date: Tue, 17 Oct 2006 23:10:04 +0900
20791              Message-Id: <20061017230958.41A2.BQW10602@nifty.com>
20792      Branch: perl
20793            ! pod/perldiag.pod
20794 ____________________________________________________________________________
20795 [ 29029] By: stevep                                on 2006/10/17  12:42:04
20796         Log: Upgrade to CPAN-1.88_55.
20797      Branch: perl
20798            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/SIGNATURE
20799 ____________________________________________________________________________
20800 [ 29028] By: rgs                                   on 2006/10/17  07:44:09
20801         Log: Less brace nesting.
20802      Branch: perl
20803            ! toke.c
20804 ____________________________________________________________________________
20805 [ 29027] By: rgs                                   on 2006/10/16  12:59:07
20806         Log: The "Unrecognized escape" warning can now be emitted in category
20807              "regexp" after change 29026 
20808      Branch: perl
20809            ! pod/perldiag.pod
20810 ____________________________________________________________________________
20811 [ 29026] By: rgs                                   on 2006/10/16  12:55:28
20812         Log: Subject: [PATCH] remove leaveit from toke.c:scan_const
20813              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20814              Date: Sun, 15 Oct 2006 22:23:00 +0900
20815              Message-Id: <20061015222223.BC38.BQW10602@nifty.com>
20816      Branch: perl
20817            ! pod/perlop.pod t/lib/warnings/regcomp t/lib/warnings/toke
20818            ! t/op/pat.t t/op/regmesg.t toke.c
20819 ____________________________________________________________________________
20820 [ 29025] By: rgs                                   on 2006/10/16  09:26:17
20821         Log: Subject: [PATCH] Re: sprintf 64 test
20822              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20823              Date: Sun, 15 Oct 2006 16:51:34 +0900
20824              Message-Id: <20061015165052.77AD.BQW10602@nifty.com>
20825              
20826              1. nullify 0 flag in integer conversions when precision is given
20827              2. ignore space after a plus sign as a sign for a nonnegative number
20828              3. make a negative precision through * working as if the precision
20829              is omitted
20830      Branch: perl
20831            ! pod/perlfunc.pod sv.c t/op/sprintf.t t/op/sprintf2.t
20832 ____________________________________________________________________________
20833 [ 29024] By: nicholas                              on 2006/10/16  04:41:30
20834         Log: Fix change 28770 to cope with the strange 32 bit bool type on VMS.
20835              (I should have seen this one coming - the two structures weren't
20836              textually identical)
20837      Branch: perl
20838            ! cop.h
20839 ____________________________________________________________________________
20840 [ 29023] By: stevep                                on 2006/10/15  17:17:32
20841         Log: Upgrade to Time-HiRes-1.93.
20842      Branch: perl
20843            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
20844            ! ext/Time/HiRes/t/HiRes.t
20845 ____________________________________________________________________________
20846 [ 29020] By: stevep                                on 2006/10/14  23:18:29
20847         Log: Upgrade to CPAN-1.88_54.
20848      Branch: perl
20849            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
20850 ____________________________________________________________________________
20851 [ 29019] By: stevep                                on 2006/10/14  23:11:23
20852         Log: Upgrade to Digest-SHA-5.44.
20853      Branch: perl
20854            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
20855            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/SHA.xs
20856            ! ext/Digest/SHA/bin/shasum ext/Digest/SHA/src/hmac.c
20857            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
20858            ! ext/Digest/SHA/src/sha.h
20859 ____________________________________________________________________________
20860 [ 29018] By: nicholas                              on 2006/10/14  23:06:52
20861         Log: Avoid undefined behaviour for -DPERL_MEM_LOG by not using a
20862              dereference of member of the structure being reallocated as part of
20863              the size calculation. (This one was well hidden by macros)
20864      Branch: perl
20865            ! regcomp.c
20866 ____________________________________________________________________________
20867 [ 29017] By: stevep                                on 2006/10/14  23:00:35
20868         Log: Upgrade to XSLoader-0.07.
20869      Branch: perl
20870            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
20871 ____________________________________________________________________________
20872 [ 29016] By: nicholas                              on 2006/10/14  22:40:00
20873         Log: Avoid undefined behaviour for -DPERL_MEM_LOG by not using a direct
20874              dereference of member of the structure being reallocated as part of
20875              the size calculation. (There may be other similar bugs).
20876      Branch: perl
20877            ! regcomp.c
20878 ____________________________________________________________________________
20879 [ 29015] By: nicholas                              on 2006/10/14  20:38:59
20880         Log: Use Perl_croak_nocontext() rather than Perl_croak() for the snprintf()
20881              and vsnprintf() macros.
20882      Branch: perl
20883            ! perl.h
20884 ____________________________________________________________________________
20885 [ 29012] By: nicholas                              on 2006/10/14  14:32:28
20886         Log: Fix typo.
20887      Branch: perl
20888            ! Changes
20889 ____________________________________________________________________________
20890 [ 29011] By: nicholas                              on 2006/10/13  20:35:44
20891         Log: Subject: Re: SVpvs vs SVpvn
20892              From: Jim Cromie <jim.cromie@gmail.com>
20893              Message-ID: <452FED1D.1000504@gmail.com>
20894              Date: Fri, 13 Oct 2006 13:46:37 -0600
20895              
20896              plus the last newSVpvn() in toke.c that his regexp missed.
20897      Branch: perl
20898            ! toke.c
20899 ____________________________________________________________________________
20900 [ 29010] By: stevep                                on 2006/10/13  14:11:04
20901         Log: Upgrade to Time-HiRes-1.92.
20902      Branch: perl
20903            + ext/Time/HiRes/hints/aix.pl
20904            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
20905            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
20906            ! ext/Time/HiRes/t/HiRes.t
20907 ____________________________________________________________________________
20908 [ 29009] By: nicholas                              on 2006/10/13  13:53:16
20909         Log: Correct one "parenthesis" to "parentheses".
20910      Branch: perl
20911            ! pod/perlre.pod
20912 ____________________________________________________________________________
20913 [ 29008] By: rgs                                   on 2006/10/13  12:12:04
20914         Log: Don't bother checking for bad characters in prototypes if we're not
20915              going to warn about them.
20916      Branch: perl
20917            ! toke.c
20918 ____________________________________________________________________________
20919 [ 29007] By: rgs                                   on 2006/10/13  11:27:54
20920         Log: Subject: [PATCH] compiler warning noreturn
20921              From: "Robin Barker" <Robin.Barker@npl.co.uk>
20922              Date: Fri, 13 Oct 2006 11:49:11 +0100
20923              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A70@exchsvr1.npl.ad.local>
20924      Branch: perl
20925            ! doio.c
20926 ____________________________________________________________________________
20927 [ 29006] By: rgs                                   on 2006/10/13  09:15:43
20928         Log: Fix nit in possessive quantifier descriptions.
20929              Add some =head3 headings.
20930      Branch: perl
20931            ! pod/perlre.pod
20932 ____________________________________________________________________________
20933 [ 29005] By: rgs                                   on 2006/10/13  09:02:05
20934         Log: Subject: [PATCH] Add possessive quantifiers to regex engine.
20935              From: demerphq <demerphq@gmail.com>
20936              Date: Thu, 12 Oct 2006 21:23:15 +0200
20937              Message-ID: <9b18b3110610121223m191e47ddtce3398cb0e8ba320@mail.gmail.com>
20938              
20939              With doc tweaks
20940      Branch: perl
20941            ! pod/perl595delta.pod pod/perlre.pod pod/perltodo.pod regcomp.c
20942            ! regcomp.h t/op/re_tests t/op/regexp.t
20943 ____________________________________________________________________________
20944 [ 29004] By: stevep                                on 2006/10/12  15:07:17
20945         Log: Upgrade to PathTools-3.23.
20946      Branch: perl
20947            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
20948            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
20949 ____________________________________________________________________________
20950 [ 29003] By: rgs                                   on 2006/10/12  14:52:42
20951         Log: Subject: [PATCH] threads::shared 1.04
20952              From: Jerry Hedden <jdhedden@yahoo.com>
20953              Date: Thu, 12 Oct 2006 07:47:37 -0700 (PDT)
20954              Message-ID: <20061012144737.56305.qmail@web30207.mail.mud.yahoo.com>
20955      Branch: perl
20956            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
20957            ! ext/threads/shared/shared.pm
20958 ____________________________________________________________________________
20959 [ 29002] By: rgs                                   on 2006/10/12  14:26:37
20960         Log: Subject: [PATCH] threads 1.44
20961              From: Jerry Hedden <jdhedden@yahoo.com>
20962              Date: Wed, 11 Oct 2006 05:57:43 -0700 (PDT)
20963              Message-ID: <20061011125743.68567.qmail@web30211.mail.mud.yahoo.com>
20964      Branch: perl
20965            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
20966            ! ext/threads/threads.pm
20967 ____________________________________________________________________________
20968 [ 29001] By: rgs                                   on 2006/10/12  14:19:33
20969         Log: Subject: [PATCH] fix format errors; was RE: g++ compile and make test 100%
20970              From: "Robin Barker" <Robin.Barker@npl.co.uk>
20971              Date: Wed, 11 Oct 2006 17:02:01 +0100
20972              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A69@exchsvr1.npl.ad.local>
20973      Branch: perl
20974            ! regcomp.c
20975 ____________________________________________________________________________
20976 [ 29000] By: rgs                                   on 2006/10/12  14:03:55
20977         Log: Subject: [PATCH] RE: g++ compile and make test 100%
20978              From: "Robin Barker" <Robin.Barker@npl.co.uk>
20979              Date: Wed, 11 Oct 2006 16:58:10 +0100
20980              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A68@exchsvr1.npl.ad.local>
20981      Branch: perl
20982            ! ext/ODBM_File/t/odbm.t
20983 ____________________________________________________________________________
20984 [ 28999] By: rgs                                   on 2006/10/12  13:57:57
20985         Log: Subject: [PATCH] More regexp documentation
20986              From: demerphq <demerphq@gmail.com>
20987              Date: Thu, 12 Oct 2006 14:45:25 +0200
20988              Message-ID: <9b18b3110610120545m3002e17cqace30f908b0e2277@mail.gmail.com>
20989      Branch: perl
20990            ! pod/perlre.pod pod/perlreguts.pod regcomp.c
20991 ____________________________________________________________________________
20992 [ 28998] By: rgs                                   on 2006/10/12  08:43:20
20993         Log: Subject: [PATCH] Add Regex conditionals. Various bugfixes. More tests.
20994              From: demerphq <demerphq@gmail.com>
20995              Date: Thu, 12 Oct 2006 00:46:50 +0200
20996              Message-ID: <9b18b3110610111546j74ca490dg21bd9fd1e7e10d42@mail.gmail.com>
20997      Branch: perl
20998            ! embed.fnc embed.h pod/perlre.pod proto.h regcomp.c regcomp.sym
20999            ! regexec.c regnodes.h t/op/pat.t t/op/re_tests
21000 ____________________________________________________________________________
21001 [ 28997] By: rgs                                   on 2006/10/11  15:01:52
21002         Log: Subject: RE: g++ compile and make test 100%
21003              From: "Robin Barker" <Robin.Barker@npl.co.uk>
21004              Date: Wed, 11 Oct 2006 15:29:43 +0100
21005              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A65@exchsvr1.npl.ad.local>
21006      Branch: perl
21007            ! ext/NDBM_File/typemap
21008 ____________________________________________________________________________
21009 [ 28996] By: stevep                                on 2006/10/11  14:48:45
21010         Log: Fix typo in NDBM_File.xs and bump up the version number.
21011      Branch: perl
21012            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
21013 ____________________________________________________________________________
21014 [ 28995] By: rgs                                   on 2006/10/11  09:59:15
21015         Log: Fix aliasing to an non-existent element of %+
21016              (by Yves Orton)
21017      Branch: perl
21018            ! hv.c
21019 ____________________________________________________________________________
21020 [ 28994] By: rgs                                   on 2006/10/11  09:38:37
21021         Log: Update comment (by Yves Orton), plus POD fixes
21022      Branch: perl
21023            ! ext/re/re.pm
21024 ____________________________________________________________________________
21025 [ 28993] By: rgs                                   on 2006/10/11  08:03:03
21026         Log: Missing % in format string
21027      Branch: perl
21028            ! perl.h
21029 ____________________________________________________________________________
21030 [ 28992] By: merijn                                on 2006/10/11  07:02:56
21031         Log: Subject: [PATCH] ext re: C++: EXTERN_C needed, and where did sub install() go?
21032              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
21033              Date: Wed, 11 Oct 2006 09:53:59 +0300 (EEST)
21034              Message-Id: <20061011065359.DFC4C8B3A1@seth.hut.fi>
21035      Branch: perl
21036            ! ext/re/re.pm ext/re/re.xs
21037 ____________________________________________________________________________
21038 [ 28991] By: stevep                                on 2006/10/11  00:52:58
21039         Log: Grrr...moved the files, but forgot to update Soundex.pm
21040      Branch: perl
21041            ! ext/Text/Soundex/Soundex.pm
21042 ____________________________________________________________________________
21043 [ 28990] By: rgs                                   on 2006/10/10  16:26:31
21044         Log: Subject: [PATCH] C++: class is a keyword
21045              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
21046              Date: Tue, 10 Oct 2006 19:20:26 +0300 (EEST)
21047              Message-Id: <20061010162026.190BE8B37C@seth.hut.fi>
21048      Branch: perl
21049            ! lib/ExtUtils/ParseXS/t/XSTest.xs
21050 ____________________________________________________________________________
21051 [ 28989] By: rgs                                   on 2006/10/10  16:23:48
21052         Log: Adjust test count for ExtUtils::Command
21053      Branch: perl
21054            ! lib/ExtUtils/t/eu_command.t
21055 ____________________________________________________________________________
21056 [ 28988] By: stevep                                on 2006/10/10  15:04:09
21057         Log: Upgrade to ExtUtils-Manifest-1.49.
21058      Branch: perl
21059            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
21060 ____________________________________________________________________________
21061 [ 28987] By: stevep                                on 2006/10/10  15:01:21
21062         Log: Upgrade to ExtUtils-Command-1.12.
21063      Branch: perl
21064            ! lib/ExtUtils/Command.pm lib/ExtUtils/t/eu_command.t
21065 ____________________________________________________________________________
21066 [ 28986] By: stevep                                on 2006/10/10  14:49:47
21067         Log: Upgrade to CPAN-1.88_53.
21068      Branch: perl
21069            ! lib/CPAN.pm lib/CPAN/HandleConfig.pm lib/CPAN/Queue.pm
21070            ! lib/CPAN/SIGNATURE
21071 ____________________________________________________________________________
21072 [ 28985] By: rgs                                   on 2006/10/10  14:36:49
21073         Log: Subject: [perl #40473] sprintf width+precision fails on wide chars 
21074              From: Anatoly Vorobey (via RT) <perlbug-followup@perl.org>
21075              Date: Sun, 08 Oct 2006 17:58:16 -0700
21076              Message-ID: <rt-3.5.HEAD-31259-1160355496-1702.40473-75-0@perl.org>
21077      Branch: perl
21078            ! sv.c t/op/sprintf2.t
21079 ____________________________________________________________________________
21080 [ 28984] By: stevep                                on 2006/10/10  14:33:53
21081         Log: Upgrade to ExtUtils-Makemaker-6.31.
21082      Branch: perl
21083            ! lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
21084            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
21085            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_AIX.pm
21086            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
21087            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
21088            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
21089            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_QNX.pm
21090            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
21091            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_VOS.pm
21092            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
21093            ! lib/ExtUtils/MY.pm lib/ExtUtils/MakeMaker.pm
21094            ! lib/ExtUtils/MakeMaker/Config.pm
21095            ! lib/ExtUtils/MakeMaker/bytes.pm
21096            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Mkbootstrap.pm
21097            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/README
21098            ! lib/ExtUtils/TODO lib/ExtUtils/t/basic.t
21099            ! lib/ExtUtils/testlib.pm
21100 ____________________________________________________________________________
21101 [ 28983] By: stevep                                on 2006/10/10  14:05:52
21102         Log: Update to PathTools-3.22.
21103      Branch: perl
21104            ! ext/Cwd/Changes ext/Text/Soundex/Soundex.xs lib/Cwd.pm
21105            ! lib/File/Spec.pm lib/File/Spec/Unix.pm lib/File/Spec/t/Spec.t
21106            ! lib/File/Spec/t/crossplatform.t
21107 ____________________________________________________________________________
21108 [ 28982] By: merijn                                on 2006/10/10  14:02:16
21109         Log: New shiny models
21110      Branch: perl
21111            ! README.hpux
21112 ____________________________________________________________________________
21113 [ 28981] By: rgs                                   on 2006/10/10  13:13:18
21114         Log: Subject: [PATCH] Regexp Recurse by name.
21115              From: demerphq <demerphq@gmail.com>
21116              Date: Mon, 9 Oct 2006 20:36:20 +0200
21117              Message-ID: <9b18b3110610091136g48e5b154tf16d00d38e80a6dc@mail.gmail.com>
21118              
21119              (with doc nits)
21120      Branch: perl
21121            ! embed.fnc embed.h ext/re/re.pm pod/perlre.pod proto.h
21122            ! regcomp.c t/op/re_tests
21123 ____________________________________________________________________________
21124 [ 28980] By: rgs                                   on 2006/10/10  11:25:58
21125         Log: Subject: [PATCH] enc2xs and C++: add extern "C" to  data
21126              From: Jarkko Hietaniemi <jhi@iki.fi>
21127              Date: Tue, 10 Oct 2006 13:52:57 +0300
21128              Message-ID: <452B7B89.201@iki.fi>
21129      Branch: perl
21130            ! ext/Encode/bin/enc2xs
21131 ____________________________________________________________________________
21132 [ 28979] By: rgs                                   on 2006/10/10  11:20:19
21133         Log: Subject: [PATCH] Linux and Solaris hints: C++ vs dlerror
21134              From: Jarkko Hietaniemi <jhi@iki.fi>
21135              Date: Tue, 10 Oct 2006 14:00:40 +0300
21136              Message-ID: <452B7D58.1090009@iki.fi>
21137      Branch: perl
21138            ! hints/linux.sh hints/solaris_2.sh
21139 ____________________________________________________________________________
21140 [ 28978] By: steveh                                on 2006/10/10  10:25:06
21141         Log: Updates for building on Win32 with Visual C++ 2005 Express Edition
21142              
21143              Add some instructions in README.win32, clarify macro comments and add
21144              missing macros to makefile.mk, and drop the GLOBEXEBUILD macro from
21145              Makefile--the Express Edition of Visual C++ 2005 is free and includes
21146              setargv.obj, so there is no need to support the .NET 2.0 SDK compiler
21147              which didn't include it.
21148              
21149              Unfortunately, the build still doesn't work yet--my attempt got as far
21150              as building extensions, but miniperl.exe crashed.  Hopefully this can
21151              be sorted out soon.
21152      Branch: perl
21153            ! README.win32 win32/Makefile win32/makefile.mk
21154 ____________________________________________________________________________
21155 [ 28977] By: craigb                                on 2006/10/10  03:29:50
21156         Log: fix a doc typo and a warning typo in VMS::DCLsym
21157      Branch: perl
21158            ! vms/ext/DCLsym/DCLsym.pm
21159 ____________________________________________________________________________
21160 [ 28976] By: stevep                                on 2006/10/09  20:17:07
21161         Log: Make g++ happy when compiling NDBM_File on a system that
21162              is likely using the GDBM compatibility headers that 
21163              g++ (and other C++ implementations) cannot handle.
21164      Branch: perl
21165            ! ext/NDBM_File/Makefile.PL ext/NDBM_File/NDBM_File.xs
21166 ____________________________________________________________________________
21167 [ 28975] By: davem                                 on 2006/10/09  16:35:02
21168         Log: fix bad free in do_exec3()
21169      Branch: perl
21170            ! doio.c
21171 ____________________________________________________________________________
21172 [ 28974] By: rgs                                   on 2006/10/09  14:29:52
21173         Log: Subject: [PATCH] Encode.xs: add an explicit cast to make g++ happier
21174              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
21175              Date: Mon,  9 Oct 2006 16:54:12 +0300 (EEST)
21176              Message-Id: <20061009135412.47F7A8B3A0@seth.hut.fi>
21177      Branch: perl
21178            ! ext/Encode/Encode.xs
21179 ____________________________________________________________________________
21180 [ 28973] By: rgs                                   on 2006/10/09  14:13:25
21181         Log: Address update for Jerry D. Hedden
21182      Branch: perl
21183            ! AUTHORS
21184 ____________________________________________________________________________
21185 [ 28972] By: rgs                                   on 2006/10/09  12:53:40
21186         Log: Update perldelta for recent regexp changes, based on a text by Yves Orton.
21187      Branch: perl
21188            ! pod/perl595delta.pod
21189 ____________________________________________________________________________
21190 [ 28971] By: rgs                                   on 2006/10/09  12:28:11
21191         Log: Subject: [PATCH] Digest::SHA 5.43_01 - ANSIfy src/hmac.c
21192              From: Jarkko Hietaniemi <jhi@iki.fi>
21193              Date: Mon, 09 Oct 2006 14:24:09 +0300
21194              Message-ID: <452A3159.3060003@iki.fi>
21195      Branch: perl
21196            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/hmac.c
21197 ____________________________________________________________________________
21198 [ 28970] By: rgs                                   on 2006/10/09  10:32:06
21199         Log: Add perl595delta
21200      Branch: perl
21201            + pod/perl595delta.pod
21202            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
21203            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
21204            ! win32/pod.mak
21205 ____________________________________________________________________________
21206 [ 28969] By: rgs                                   on 2006/10/09  10:11:09
21207         Log: Bump version to 5.9.5
21208      Branch: perl
21209            ! Cross/config.sh-arm-linux NetWare/Makefile NetWare/config_H.wc
21210            ! epoc/config.sh epoc/createpkg.pl patchlevel.h
21211            ! plan9/config.plan9 win32/Makefile win32/Makefile.ce
21212            ! win32/config_H.bc win32/config_H.ce win32/config_H.gc
21213            ! win32/config_H.vc win32/config_H.vc64 win32/makefile.mk
21214 ____________________________________________________________________________
21215 [ 28968] By: rgs                                   on 2006/10/09  10:02:08
21216         Log: Subject: Re: [PATCH] regexec.c: goto crossing initialization
21217              From: Jarkko Hietaniemi <jhi@iki.fi>
21218              Date: Mon, 09 Oct 2006 12:47:11 +0300
21219              Message-ID: <452A1A9F.4080103@iki.fi>
21220      Branch: perl
21221            ! regexec.c
21222 ____________________________________________________________________________
21223 [ 28967] By: rgs                                   on 2006/10/08  19:53:10
21224         Log: Subject: Re: [perl #40468] Not OK: perl 5.9.4 +patchaperlup: on i686-linux-64int 2.6.17-2-k7 (UNINSTALLED)
21225              From: demerphq <demerphq@gmail.com>
21226              Date: Sun, 8 Oct 2006 20:14:24 +0200
21227              Message-ID: <9b18b3110610081114g11dabafaw860181598ab54bd6@mail.gmail.com>
21228      Branch: perl
21229            ! hv.c regcomp.c t/op/pat.t
21230 ____________________________________________________________________________
21231 [ 28966] By: rgs                                   on 2006/10/08  19:39:00
21232         Log: Revert change 28962 (at least until a better solution is found)
21233      Branch: perl
21234            ! XSUB.h perl.h sv.c
21235 ____________________________________________________________________________
21236 [ 28965] By: rgs                                   on 2006/10/08  17:07:42
21237         Log: Clarifications on the usage of setlocale() and LC_NUMERIC to
21238              affect the decimal point in output, by Jarkko.
21239      Branch: perl
21240            ! pod/perldata.pod pod/perlfunc.pod pod/perllocale.pod
21241 ____________________________________________________________________________
21242 [ 28964] By: nicholas                              on 2006/10/08  00:25:07
21243         Log: Document the growth policy, and Yves suggested a better arbitary
21244              constant. (The original plan was add 80 if free space is less than 80,
21245              which wasn't a noticable improvement. Hence 40 was 80/2 for plan B)
21246      Branch: perl
21247            ! ext/Data/Dumper/Dumper.xs
21248 ____________________________________________________________________________
21249 [ 28963] By: nicholas                              on 2006/10/07  23:42:56
21250         Log: Yves said that the XS version of Data::Dumper was inefficient because
21251              it keeps triggering realloc() due to sv_cat(). Here's a rather brute
21252              force approach to pre-stretching the buffer - if there are less than
21253              40 bytes free, grow it by 50%.
21254              
21255              Surprisingly effective for my test program
21256              ./perl -Ilib -MData::Dumper -MStorable=retrieve -we \
21257              'print Dumper(retrieve(shift))' ~/.cpan/Metadata >/dev/null
21258              
21259              Before
21260              real    2m42.921s
21261              user    1m43.321s
21262              sys     0m55.611s
21263              
21264              
21265              After
21266              real    0m5.205s
21267              user    0m4.885s
21268              sys     0m0.255s
21269              
21270              Same 25M of output, byte for byte. :-)
21271      Branch: perl
21272            ! ext/Data/Dumper/Dumper.xs
21273 ____________________________________________________________________________
21274 [ 28962] By: nicholas                              on 2006/10/07  22:24:28
21275         Log: No need to create a new magic vtable if it's all 0 pointers.
21276              [And these are function pointers, so they're not NULL :-)]
21277      Branch: perl
21278            ! XSUB.h perl.h sv.c
21279 ____________________________________________________________________________
21280 [ 28961] By: nicholas                              on 2006/10/07  22:06:19
21281         Log: Make reference stringification (blessed and unblessed) about as fast as
21282              is possible, because I'm told it's used quite frequently.
21283      Branch: perl
21284            ! sv.c
21285 ____________________________________________________________________________
21286 [ 28960] By: nicholas                              on 2006/10/07  17:16:01
21287         Log: Use packed addresses for the seen tracking hash, rather than
21288              "stringified" references. These use less memory, and should be faster
21289              as there is no call to sprintf().
21290      Branch: perl
21291            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
21292 ____________________________________________________________________________
21293 [ 28959] By: nicholas                              on 2006/10/07  16:08:04
21294         Log: Eliminate two more unneeded strlen()s from Dumper.xs
21295      Branch: perl
21296            ! ext/Data/Dumper/Dumper.xs
21297 ____________________________________________________________________________
21298 [ 28958] By: rgs                                   on 2006/10/07  16:01:55
21299         Log: Subject: [PATCH] threads 1.43 - stringify
21300              From: Jerry Hedden <jdhedden@yahoo.com>
21301              Date: Fri, 6 Oct 2006 12:19:41 -0700 (PDT)
21302              Message-ID: <20061006191941.22457.qmail@web30205.mail.mud.yahoo.com>
21303      Branch: perl
21304            - ext/threads/typemap
21305            ! MANIFEST ext/threads/Changes ext/threads/Makefile.PL
21306            ! ext/threads/README ext/threads/t/basic.t
21307            ! ext/threads/t/thread.t ext/threads/threads.pm
21308 ____________________________________________________________________________
21309 [ 28957] By: rgs                                   on 2006/10/07  14:30:32
21310         Log: Subject: Re: [PATCH] Initial attempt at named captures for perls regexp engine
21311              From: demerphq <demerphq@gmail.com>
21312              Date: Fri, 6 Oct 2006 19:16:01 +0200
21313              Message-ID: <9b18b3110610061016x5ddce965u30d9a821f632d450@mail.gmail.com>
21314      Branch: perl
21315            ! XSUB.h doop.c dump.c embed.fnc embed.h gv.c hv.c perl.h
21316            ! pod/perlre.pod pod/perltodo.pod pod/perlvar.pod pp.c proto.h
21317            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
21318            ! sv.c t/op/pat.t t/op/re_tests t/op/regexp.t toke.c
21319 ____________________________________________________________________________
21320 [ 28956] By: nicholas                              on 2006/10/07  13:53:36
21321         Log: Change sprintf() to my_sprintf(), and use the returned length from
21322              that and my_snprintf() to avoid calls to strlen()
21323      Branch: perl
21324            ! ext/Data/Dumper/Dumper.xs
21325 ____________________________________________________________________________
21326 [ 28955] By: merijn                                on 2006/10/07  11:56:31
21327         Log: Subject: [PATCH] cflags.SH: strip -std=c89 for g++
21328              From: Jarkko Hietaniemi <jhi@iki.fi>
21329              Date: Sat, 07 Oct 2006 13:37:04 +0300
21330              Message-ID: <45278350.8020707@iki.fi>
21331      Branch: perl
21332            ! cflags.SH
21333 ____________________________________________________________________________
21334 [ 28954] By: merijn                                on 2006/10/07  11:52:04
21335         Log: Subject: [PATCH] another g++ patch (Util.xs)
21336              From: "Paul Marquess" <paul.marquess@ntlworld.com>
21337              Date: Fri, 6 Oct 2006 11:14:03 +0100
21338              Message-ID: <00ea01c6e930$269f3d70$4e3c140a@myopwv.com>
21339      Branch: perl
21340            ! ext/List/Util/Util.xs
21341 ____________________________________________________________________________
21342 [ 28953] By: stevep                                on 2006/10/07  01:34:15
21343         Log: Upgrade to Test-Harness-2.64
21344      Branch: perl
21345            + lib/Test/Harness/Results.pm
21346            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
21347            ! lib/Test/Harness/Straps.pm lib/Test/Harness/Util.pm
21348            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
21349            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/failure.t
21350            ! lib/Test/Harness/t/prove-switches.t
21351            ! lib/Test/Harness/t/strap-analyze.t
21352            ! lib/Test/Harness/t/test-harness.t
21353 ____________________________________________________________________________
21354 [ 28952] By: nicholas                              on 2006/10/06  21:56:46
21355         Log: Make the executable slightly smaller by using PL_hexdigit in
21356              Perl_sv_vcatpvfn.
21357      Branch: perl
21358            ! sv.c
21359 ____________________________________________________________________________
21360 [ 28951] By: nicholas                              on 2006/10/06  21:27:13
21361         Log: Fix typo spotted by Rafael. Close the file handle explicity and check
21362              for errors. Add overload.pl to regen.pl
21363      Branch: perl
21364            ! overload.pl regen.pl
21365 ____________________________________________________________________________
21366 [ 28950] By: nicholas                              on 2006/10/06  21:19:26
21367         Log: Generate the overload enum and names array programatically, which
21368              allows experimentation with the order. The new order shaves nearly
21369              900 bytes from gv.o, because the compiler can make smaller branch
21370              tables for switch statements.
21371      Branch: perl
21372            + overload.h overload.pl
21373            ! MANIFEST perl.h
21374 ____________________________________________________________________________
21375 [ 28949] By: nicholas                              on 2006/10/06  21:01:00
21376         Log: Reoder struct am_table and am_table_short to save 8 bytes on LP64
21377              systems, by placing the two U32 fields next to each other.
21378      Branch: perl
21379            ! perl.h
21380 ____________________________________________________________________________
21381 [ 28948] By: stevep                                on 2006/10/06  20:02:48
21382         Log: Upgrade to PathTools-3.21
21383      Branch: perl
21384            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
21385            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
21386            ! lib/File/Spec/t/Spec.t
21387 ____________________________________________________________________________
21388 [ 28947] By: nicholas                              on 2006/10/06  18:05:45
21389         Log: Don't bother generating the "Operation \"%s\": no method found..."
21390              message text if we're not going to use it.
21391      Branch: perl
21392            ! gv.c
21393 ____________________________________________________________________________
21394 [ 28946] By: davem                                 on 2006/10/05  18:16:19
21395         Log: Document the new regmatch() backtracking mechanism
21396      Branch: perl
21397            ! regexec.c
21398 ____________________________________________________________________________
21399 [ 28945] By: davem                                 on 2006/10/05  16:05:57
21400         Log: remove REGMATCH detritus and shrink the size of the backtrack structure
21401      Branch: perl
21402            ! regexec.c regexp.h
21403 ____________________________________________________________________________
21404 [ 28944] By: davem                                 on 2006/10/05  14:00:38
21405         Log: migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigm
21406      Branch: perl
21407            ! regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
21408 ____________________________________________________________________________
21409 [ 28943] By: rgs                                   on 2006/10/05  12:39:53
21410         Log: Subject: Re: [perl #8835] fairly large regex optimization bug with 5.7.3
21411              From: demerphq <demerphq@gmail.com>
21412              Date: Wed, 4 Oct 2006 19:08:47 +0200
21413              Message-ID: <9b18b3110610041008v2bd63d14g9294f93804122dec@mail.gmail.com>
21414      Branch: perl
21415            ! regcomp.c regcomp.h
21416 ____________________________________________________________________________
21417 [ 28942] By: rgs                                   on 2006/10/05  12:23:24
21418         Log: Nit in regcomp, discovered by a gcc warning, fixed by Yves
21419      Branch: perl
21420            ! regcomp.c
21421 ____________________________________________________________________________
21422 [ 28941] By: rgs                                   on 2006/10/05  12:20:28
21423         Log: Fix a couple of casting warnings
21424      Branch: perl
21425            ! regcomp.c
21426 ____________________________________________________________________________
21427 [ 28940] By: stevep                                on 2006/10/05  11:30:56
21428         Log: Fix a few pod nits in perlre.
21429      Branch: perl
21430            ! pod/perlre.pod
21431 ____________________________________________________________________________
21432 [ 28939] By: rgs                                   on 2006/10/05  10:23:08
21433         Log: Subject: Re: [PATCH] Add recursive regexes similar to PCRE
21434              From: demerphq <demerphq@gmail.com>
21435              Date: Wed, 4 Oct 2006 15:45:15 +0200
21436              Message-ID: <9b18b3110610040645s563220a2id6f235494b497e90@mail.gmail.com>
21437              
21438              Subject: Re: [PATCH] Add recursive regexes similar to PCRE
21439              From: demerphq <demerphq@gmail.com>
21440              Date: Wed, 4 Oct 2006 21:05:10 +0200
21441              Message-ID: <9b18b3110610041205m2660eb43m1315cf4b0653db96@mail.gmail.com>
21442      Branch: perl
21443            ! embed.fnc embed.h pod/perlre.pod pod/perltodo.pod proto.h
21444            ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c regexp.h
21445            ! regnodes.h t/op/pat.t t/op/re_tests
21446 ____________________________________________________________________________
21447 [ 28938] By: rgs                                   on 2006/10/05  08:43:25
21448         Log: Upgrade to Module::CoreList 2.09:
21449              - make the dependency on version.pm optional
21450              - improve doc of corelist(1)
21451      Branch: perl
21452            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
21453 ____________________________________________________________________________
21454 [ 28937] By: rgs                                   on 2006/10/05  08:00:57
21455         Log: Change md5sum of MD5.xs after change 28936 (on UNIX, might
21456              need adjustments on other platforms)
21457      Branch: perl
21458            ! ext/Digest/MD5/t/files.t
21459 ____________________________________________________________________________
21460 [ 28936] By: stevep                                on 2006/10/04  19:56:13
21461         Log: Change to sv_reftype return value caused compile for Digest::MD5
21462              with g++ to fail.
21463      Branch: perl
21464            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
21465 ____________________________________________________________________________
21466 [ 28935] By: stevep                                on 2006/10/04  19:44:58
21467         Log: Subject: [PATCH] Give zlib the ASNI C treatmant
21468              From: "Paul Marquess" <paul.marquess@ntlworld.com>
21469              Date: Wed, 4 Oct 2006 17:14:05 +0100
21470              Message-ID: <018901c6e7d0$1f06c8f0$7565140a@myopwv.com>
21471      Branch: perl
21472            ! ext/Compress/Raw/Zlib/zlib-src/adler32.c
21473            ! ext/Compress/Raw/Zlib/zlib-src/compress.c
21474            ! ext/Compress/Raw/Zlib/zlib-src/crc32.c
21475            ! ext/Compress/Raw/Zlib/zlib-src/deflate.c
21476            ! ext/Compress/Raw/Zlib/zlib-src/infback.c
21477            ! ext/Compress/Raw/Zlib/zlib-src/inffast.c
21478            ! ext/Compress/Raw/Zlib/zlib-src/inflate.c
21479            ! ext/Compress/Raw/Zlib/zlib-src/inftrees.c
21480            ! ext/Compress/Raw/Zlib/zlib-src/trees.c
21481            ! ext/Compress/Raw/Zlib/zlib-src/uncompr.c
21482            ! ext/Compress/Raw/Zlib/zlib-src/zutil.c
21483 ____________________________________________________________________________
21484 [ 28934] By: stevep                                on 2006/10/04  18:45:37
21485         Log: Fixes to compile Perl with g++ and DEBUGGING.
21486      Branch: perl
21487            ! regcomp.pl regnodes.h x2p/a2p.c
21488 ____________________________________________________________________________
21489 [ 28933] By: rgs                                   on 2006/10/04  07:16:04
21490         Log: Subject: [PATCH] Update Stratus VOS files.
21491              From: "Green, Paul" <Paul.Green@stratus.com>
21492              Date: Tue, 3 Oct 2006 17:40:03 -0400
21493              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB022CA121@EXNA.corp.stratus.com>
21494      Branch: perl
21495            + vos/syslog.h
21496            ! MANIFEST vos/Changes vos/vos.c
21497 ____________________________________________________________________________
21498 [ 28932] By: rgs                                   on 2006/10/03  16:39:58
21499         Log: Text::Soundex is now dual-lived.
21500      Branch: perl
21501            ! Porting/Maintainers.pl
21502 ____________________________________________________________________________
21503 [ 28931] By: rgs                                   on 2006/10/03  15:52:33
21504         Log: Subject: [PATCH] threads-shared 1.03 - Changes, Makefile.PL
21505              From: Jerry Hedden <jdhedden@yahoo.com>
21506              Date: Tue, 3 Oct 2006 07:49:37 -0700 (PDT)
21507              Message-ID: <20061003144937.58522.qmail@web30202.mail.mud.yahoo.com>
21508      Branch: perl
21509            + ext/threads/shared/Changes
21510            ! MANIFEST ext/threads/shared/Makefile.PL
21511 ____________________________________________________________________________
21512 [ 28930] By: stevep                                on 2006/10/03  15:36:55
21513         Log: Upgrade to CGI.pm-3.25
21514      Branch: perl
21515            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Util.pm
21516 ____________________________________________________________________________
21517 [ 28929] By: stevep                                on 2006/10/03  15:08:35
21518         Log: Quiet warnings in new test for ExtUtils::Command.
21519      Branch: perl
21520            ! lib/ExtUtils/t/eu_command.t
21521 ____________________________________________________________________________
21522 [ 28928] By: rgs                                   on 2006/10/03  14:53:33
21523         Log: Subject: PATCH: clarify docs for lib.pm
21524              From: Mark Stosberg <mark@summersault.com>
21525              Date: Mon, 25 Sep 2006 15:53:44 -0400
21526              Message-ID: <20060925195512.27418.qmail@lists.develooper.com>
21527              
21528              (further modified by Merijn)
21529      Branch: perl
21530            ! lib/lib_pm.PL
21531 ____________________________________________________________________________
21532 [ 28927] By: stevep                                on 2006/10/03  14:52:45
21533         Log: Move Text::Soundex from lib/ to ext/ and upgrade it to 
21534              Text-Soundex-3.02.
21535      Branch: perl
21536            + ext/Text/Soundex/Changes ext/Text/Soundex/Makefile.PL
21537            + ext/Text/Soundex/README ext/Text/Soundex/Soundex.pm
21538            + ext/Text/Soundex/Soundex.xs
21539           +> ext/Text/Soundex/t/Soundex.t
21540            - lib/Text/Soundex.pm lib/Text/Soundex.t
21541            ! MANIFEST
21542 ____________________________________________________________________________
21543 [ 28926] By: rgs                                   on 2006/10/03  14:36:59
21544         Log: Subject: [patch] convert spare debug flag to DEBUG_U, for Unofficial, User hacking.
21545              From: Jim Cromie <jim.cromie@gmail.com>
21546              Date: Fri, 29 Sep 2006 12:38:56 -0600
21547              Message-ID: <451D6840.3020408@gmail.com>
21548      Branch: perl
21549            ! perl.c perl.h
21550 ____________________________________________________________________________
21551 [ 28925] By: rgs                                   on 2006/10/03  14:29:48
21552         Log: Un-TODO some B tests
21553      Branch: perl
21554            ! ext/B/t/optree_constants.t
21555 ____________________________________________________________________________
21556 [ 28924] By: stevep                                on 2006/10/03  13:51:30
21557         Log: Upgrade to version-0.6701  
21558      Branch: perl
21559            ! lib/version.pm
21560 ____________________________________________________________________________
21561 [ 28923] By: stevep                                on 2006/10/03  13:46:26
21562         Log: Upgrade to threads-shared-1.03
21563      Branch: perl
21564            ! ext/threads/shared/README ext/threads/shared/shared.pm
21565            ! ext/threads/shared/shared.xs ext/threads/shared/t/0nothread.t
21566            ! ext/threads/shared/t/av_refs.t
21567            ! ext/threads/shared/t/av_simple.t
21568            ! ext/threads/shared/t/blessed.t ext/threads/shared/t/cond.t
21569            ! ext/threads/shared/t/disabled.t ext/threads/shared/t/hv_refs.t
21570            ! ext/threads/shared/t/hv_simple.t
21571            ! ext/threads/shared/t/no_share.t
21572            ! ext/threads/shared/t/shared_attr.t
21573            ! ext/threads/shared/t/sv_refs.t
21574            ! ext/threads/shared/t/sv_simple.t ext/threads/shared/t/wait.t
21575            ! mkppport.lst
21576 ____________________________________________________________________________
21577 [ 28922] By: stevep                                on 2006/10/03  13:28:30
21578         Log: Upgrade to threads-1.42
21579      Branch: perl
21580            ! ext/threads/Changes ext/threads/README ext/threads/t/libc.t
21581            ! ext/threads/t/thread.t ext/threads/threads.pm
21582 ____________________________________________________________________________
21583 [ 28921] By: stevep                                on 2006/10/03  13:19:48
21584         Log: Upgrade to ExtUtils-Manifest-1.48
21585      Branch: perl
21586            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
21587 ____________________________________________________________________________
21588 [ 28920] By: stevep                                on 2006/10/03  13:13:53
21589         Log: Upgrade to CPAN-1.88_52
21590      Branch: perl
21591            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm
21592            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
21593            ! lib/CPAN/t/10version.t
21594 ____________________________________________________________________________
21595 [ 28919] By: stevep                                on 2006/10/03  13:08:35
21596         Log: Upgrade to Time-HiRes-1.91
21597      Branch: perl
21598            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21599            ! ext/Time/HiRes/HiRes.xs
21600 ____________________________________________________________________________
21601 [ 28918] By: stevep                                on 2006/10/03  13:06:06
21602         Log: Update to ExtUtils-Command-1.11
21603      Branch: perl
21604            + lib/ExtUtils/t/eu_command.t
21605            - lib/ExtUtils/t/Command.t
21606            ! MANIFEST lib/ExtUtils/Command.pm
21607 ____________________________________________________________________________
21608 [ 28917] By: rgs                                   on 2006/10/03  11:58:46
21609         Log: Subject: [perl #40427] Segfault in pack 
21610              From: dgay@acm.org (via RT) <perlbug-followup@perl.org>
21611              Date: Thu, 28 Sep 2006 17:30:37 -0700
21612              Message-ID: <rt-3.5.HEAD-31259-1159489837-428.40427-75-0@perl.org>
21613      Branch: perl
21614            ! pp_pack.c
21615 ____________________________________________________________________________
21616 [ 28916] By: rgs                                   on 2006/10/03  07:51:03
21617         Log: Regenerate proto.h
21618      Branch: perl
21619            ! proto.h
21620 ____________________________________________________________________________
21621 [ 28915] By: merijn                                on 2006/10/03  06:56:41
21622         Log: Subject: [PATCH] const sv_reftype
21623              From: Jarkko Hietaniemi <jhi@iki.fi>
21624              Date: Tue, 03 Oct 2006 08:05:24 +0300
21625              Message-ID: <4521EF94.5080602@iki.fi>
21626      Branch: perl
21627            ! embed.fnc pod/perlapi.pod sv.c
21628 ____________________________________________________________________________
21629 [ 28914] By: merijn                                on 2006/10/02  20:50:18
21630         Log: Subject: Re: [PATCH] cflags.SH: rethink of the gcc -std=c89 and -pedantic
21631              From: Jarkko Hietaniemi <jhi@iki.fi>
21632              Date: Mon, 02 Oct 2006 13:04:14 +0300
21633              Message-ID: <4520E41E.8040300@iki.fi>
21634      Branch: perl
21635            ! cflags.SH
21636 ____________________________________________________________________________
21637 [ 28913] By: merijn                                on 2006/10/02  11:10:21
21638         Log: doc typo change on jhi's request
21639      Branch: perl
21640            ! pod/perldiag.pod
21641 ____________________________________________________________________________
21642 [ 28912] By: merijn                                on 2006/10/02  10:09:48
21643         Log: Subject: [PATCH] perldiag.pod: followup on the PerlIO::scalar patch
21644              From: Jarkko Hietaniemi <jhi@iki.fi>
21645              Date: Mon, 02 Oct 2006 12:58:18 +0300
21646              Message-ID: <4520E2BA.1000309@iki.fi>
21647      Branch: perl
21648            ! pod/perldiag.pod
21649 ____________________________________________________________________________
21650 [ 28911] By: nicholas                              on 2006/10/01  20:22:02
21651         Log: In PerlIO_debug(), if tainting or set*id, set PL_perlio_debug_fd to -1
21652              first time through to reduce the checks on subsequent calls.
21653      Branch: perl
21654            ! perlio.c
21655 ____________________________________________________________________________
21656 [ 28910] By: nicholas                              on 2006/10/01  19:29:50
21657         Log: In pp_binmode, call mode_from_discipline() once and remember the result.
21658      Branch: perl
21659            ! pp_sys.c
21660 ____________________________________________________________________________
21661 [ 28909] By: stevep                                on 2006/09/30  14:17:55
21662         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.88_51.tar.gz
21663              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
21664              Date: Sat, 30 Sep 2006 13:44:02 +0200
21665              Message-ID: <87ejttmvel.fsf@k75.linux.bogus>
21666      Branch: perl
21667            + lib/CPAN/Queue.pm
21668            ! MANIFEST lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
21669            ! lib/CPAN/HandleConfig.pm lib/CPAN/SIGNATURE
21670            ! lib/CPAN/t/03pkgs.t
21671 ____________________________________________________________________________
21672 [ 28908] By: davem                                 on 2006/09/30  11:31:14
21673         Log: remove backing up outercc->cur in regmatch()/WHILEM
21674      Branch: perl
21675            ! regexec.c
21676 ____________________________________________________________________________
21677 [ 28907] By: davem                                 on 2006/09/30  00:29:10
21678         Log: assert that backing up outercc->cur in regmatch()/WHILEM is not needed
21679      Branch: perl
21680            ! regexec.c
21681 ____________________________________________________________________________
21682 [ 28906] By: davem                                 on 2006/09/30  00:22:20
21683         Log: add stress test for CURLYX/WHILEM regex ops
21684      Branch: perl
21685            ! t/op/pat.t
21686 ____________________________________________________________________________
21687 [ 28905] By: davem                                 on 2006/09/30  00:07:49
21688         Log: rationalise sayYES and sayNO code in regmatch()
21689      Branch: perl
21690            ! regexec.c regexp.h
21691 ____________________________________________________________________________
21692 [ 28904] By: merijn                                on 2006/09/29  17:54:12
21693         Log: Subject: [PATCH] Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns.
21694              From: demerphq <demerphq@gmail.com>
21695              Date: Fri, 29 Sep 2006 17:39:16 +0200
21696              Message-ID: <9b18b3110609290839i58fa703u59259e4ec1d9f2d9@mail.gmail.com>
21697      Branch: perl
21698            ! ext/re/re.pm regcomp.c regcomp.h win32/Makefile
21699 ____________________________________________________________________________
21700 [ 28903] By: stevep                                on 2006/09/29  15:10:41
21701         Log: Subject: [PATCH] PerlIO::scalar (aka open(my $fh, >\$foo)): zero-filling seekand don't talk to negative strangers
21702              From: Jarkko Hietaniemi <jhi@iki.fi>
21703              Date: Fri, 29 Sep 2006 17:41:28 +0300
21704              Message-ID: <451D3098.1000305@iki.fi>
21705      Branch: perl
21706            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
21707            ! pod/perldiag.pod
21708 ____________________________________________________________________________
21709 [ 28902] By: merijn                                on 2006/09/29  15:05:22
21710         Log: Subject: Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re pluggable under threads)
21711              From: demerphq <demerphq@gmail.com>
21712              Date: Fri, 29 Sep 2006 16:57:07 +0200
21713              Message-ID: <9b18b3110609290757n62b3484i7bb948f965524191@mail.gmail.com>
21714      Branch: perl
21715            ! perl.h regcomp.c regexp.h
21716 ____________________________________________________________________________
21717 [ 28901] By: stevep                                on 2006/09/29  13:55:55
21718         Log: Fix debug format in regcomp.c that was failing under
21719              -Doptimize="-g"
21720      Branch: perl
21721            ! regcomp.c
21722 ____________________________________________________________________________
21723 [ 28900] By: merijn                                on 2006/09/29  12:29:24
21724         Log: Subject: Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re pluggable under threads)
21725              From: demerphq <demerphq@gmail.com>
21726              Date: Fri, 29 Sep 2006 12:41:26 +0200
21727              Message-ID: <9b18b3110609290341p11767110sec20a6fee2038a00@mail.gmail.com>
21728      Branch: perl
21729            + ext/re/t/lexical_debug.pl ext/re/t/lexical_debug.t
21730            ! MANIFEST embed.fnc embed.h embedvar.h ext/re/re.pm
21731            ! ext/re/re.xs ext/re/t/re.t op.c perl.h perlapi.h pp.c pp_ctl.c
21732            ! pp_hot.c proto.h regcomp.c regcomp.h regcomp.pl regexec.c
21733            ! regexp.h regnodes.h sv.c thrdvar.h
21734 ____________________________________________________________________________
21735 [ 28899] By: nicholas                              on 2006/09/28  22:15:57
21736         Log: Silence two warnings from gcc when being -pedantic
21737      Branch: perl
21738            ! perl.h
21739 ____________________________________________________________________________
21740 [ 28898] By: merijn                                on 2006/09/28  11:23:38
21741         Log: Subject: Re: reentr reshuffle
21742              From: Jarkko Hietaniemi <jhi@iki.fi>
21743              Date: Thu, 28 Sep 2006 14:15:45 +0300
21744              Message-ID: <451BAEE1.1070509@iki.fi>
21745      Branch: perl
21746            ! reentr.h reentr.pl
21747 ____________________________________________________________________________
21748 [ 28897] By: merijn                                on 2006/09/28  10:36:00
21749         Log: Regen for #28896
21750      Branch: perl
21751            ! reentr.c reentr.h
21752 ____________________________________________________________________________
21753 [ 28896] By: merijn                                on 2006/09/28  10:30:21
21754         Log: Subject: reentr reshuffle
21755              From: Jarkko Hietaniemi <jhi@iki.fi>
21756              Date: Thu, 28 Sep 2006 12:40:04 +0300
21757              Message-ID: <451B9874.7060000@iki.fi>
21758      Branch: perl
21759            ! pod/perlembed.pod pod/perlxs.pod reentr.pl
21760 ____________________________________________________________________________
21761 [ 28895] By: rgs                                   on 2006/09/27  08:45:02
21762         Log: Saddest patch I ever had to apply.
21763      Branch: perl
21764            ! Porting/Maintainers.pl
21765 ____________________________________________________________________________
21766 [ 28894] By: steveh                                on 2006/09/27  08:37:23
21767         Log: I think we need to skip PL_regdupe as well as Perl_regdupe
21768              when USE_ITHREADS is not defined
21769              
21770              See: http://www.nntp.perl.org/group/perl.daily-build.reports/41274
21771      Branch: perl
21772            ! makedef.pl
21773 ____________________________________________________________________________
21774 [ 28893] By: nicholas                              on 2006/09/26  22:29:09
21775         Log: Make Perl_regdupe only exist for threaded perls.
21776      Branch: perl
21777            ! embed.fnc embed.h ext/re/re.xs makedef.pl proto.h regcomp.c
21778            ! thrdvar.h
21779 ____________________________________________________________________________
21780 [ 28892] By: davem                                 on 2006/09/25  22:01:36
21781         Log: Automate generation of the regmatch() state constants
21782              
21783              Subject:  Re: Problem with EVAL handling in bleads iterative regex code.
21784              From:  demerphq <demerphq@gmail.com>
21785              Date:  Mon, 25 Sep 2006 20:09:07 +0200
21786              Message-Id:  <9b18b3110609251109t4cb1d443y87d7a7dc94fcfc24@mail.gmail.com>
21787      Branch: perl
21788            ! regcomp.c regcomp.pl regcomp.sym regexec.c regnodes.h
21789 ____________________________________________________________________________
21790 [ 28891] By: nicholas                              on 2006/09/25  20:47:34
21791         Log: Subject: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re
21792              From: demerphq <demerphq@gmail.com>
21793              Message-ID: <9b18b3110609170557r73d94c18v90285bd57a38b876@mail.gmail.com>
21794              Date: Sun, 17 Sep 2006 14:57:57 +0200
21795      Branch: perl
21796            ! embed.fnc embed.h embedvar.h ext/re/re.xs ext/re/re_top.h
21797            ! global.sym perl.h perlapi.h proto.h regcomp.c sv.c thrdvar.h
21798 ____________________________________________________________________________
21799 [ 28890] By: rgs                                   on 2006/09/25  13:28:24
21800         Log: Remove three X<...> that cannot be handled by pod2text currently
21801              (spotted by David Landgren)
21802      Branch: perl
21803            ! pod/perlref.pod
21804 ____________________________________________________________________________
21805 [ 28889] By: rgs                                   on 2006/09/25  13:10:45
21806         Log: Subject: [PATCH] perlref clarification (was: Re: Is this a bug or a feature?)
21807              From: David Landgren <david@landgren.net>
21808              Date: Mon, 25 Sep 2006 15:03:33 +0200
21809              Message-ID: <4517D3A5.4010200@landgren.net>
21810      Branch: perl
21811            ! pod/perlref.pod
21812 ____________________________________________________________________________
21813 [ 28888] By: davem                                 on 2006/09/25  10:03:41
21814         Log: Fix re debug formatting nits
21815              
21816              From: demerphq <demerphq@gmail.com>
21817              Message-ID: <9b18b3110609250237h4dcf1784s487f1979b2b431b9@mail.gmail.com>
21818              Date: Mon, 25 Sep 2006 11:37:36 +0200
21819              Subject: Re: Problem with EVAL handling in bleads iterative regex code.
21820      Branch: perl
21821            ! regexec.c
21822 ____________________________________________________________________________
21823 [ 28887] By: rgs                                   on 2006/09/25  08:31:37
21824         Log: Typo fix in overload docs
21825      Branch: perl
21826            ! lib/overload.pm
21827 ____________________________________________________________________________
21828 [ 28886] By: nicholas                              on 2006/09/25  07:12:36
21829         Log: Subject: Re: Change 28877: [PATCH] deal with some gcc warnings
21830              From: Jarkko Hietaniemi <jhi@iki.fi>
21831              Message-ID: <45175CA4.3020900@iki.fi>
21832              Date: Mon, 25 Sep 2006 07:35:48 +0300
21833              
21834              remove casts that were causing failure on FreeBSD -Duse64bitint, and
21835              some other cleanups.
21836      Branch: perl
21837            ! doio.c reentr.c reentr.pl
21838 ____________________________________________________________________________
21839 [ 28885] By: davem                                 on 2006/09/25  01:23:31
21840         Log: eliminate PL_regindent and improve -Mre=Debug,STATE output
21841      Branch: perl
21842            ! perl.c regexec.c regexp.h
21843 ____________________________________________________________________________
21844 [ 28884] By: davem                                 on 2006/09/24  22:31:59
21845         Log: fix regression introduced in #27778: must backtrack into inner regex
21846              "aa" =~ /(??{"a+"})a/
21847      Branch: perl
21848            ! regexec.c regexp.h t/op/pat.t t/op/re_tests
21849 ____________________________________________________________________________
21850 [ 28883] By: davem                                 on 2006/09/24  22:03:05
21851         Log: in S_regmatch(), convert state var st->cc into local var cur_curlyx
21852      Branch: perl
21853            ! regexec.c regexp.h
21854 ____________________________________________________________________________
21855 [ 28882] By: davem                                 on 2006/09/24  21:23:28
21856         Log: allow fields in re_tests to include \x{nnn} etc
21857      Branch: perl
21858            ! t/op/re_tests t/op/regexp.t
21859 ____________________________________________________________________________
21860 [ 28881] By: stevep                                on 2006/09/23  16:58:17
21861         Log: Upgrade to CPAN-1.8801.
21862      Branch: perl
21863            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Tarzip.pm
21864 ____________________________________________________________________________
21865 [ 28880] By: rgs                                   on 2006/09/21  15:08:54
21866         Log: Document the values that mad_key can hold
21867              (by Larry)
21868      Branch: perl
21869            ! op.h
21870 ____________________________________________________________________________
21871 [ 28879] By: rgs                                   on 2006/09/21  14:52:15
21872         Log: Subject: RE: Combining UTF-16 output with :crlf is awkward
21873              From: "Jan Dubois" <jand@ActiveState.com>
21874              Date: Thu, 6 Apr 2006 18:37:21 -0700
21875              Message-ID: <0bbe01c659e3$d0c334a0$2217a8c0@candy>
21876      Branch: perl
21877            ! perlio.c
21878 ____________________________________________________________________________
21879 [ 28878] By: merijn                                on 2006/09/21  12:02:14
21880         Log: Subject: Re: \N{...} in regular expression [PATCH]
21881              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
21882              Date: Thu, 21 Sep 2006 20:47:02 +0900
21883              Message-Id: <20060921204520.80A6.BQW10602@nifty.com>
21884      Branch: perl
21885            ! pod/perlop.pod
21886 ____________________________________________________________________________
21887 [ 28877] By: rgs                                   on 2006/09/21  07:54:10
21888         Log: Subject: [PATCH] deal with some gcc warnings
21889              From: Jarkko Hietaniemi <jhi@iki.fi>
21890              Date: Thu, 21 Sep 2006 09:08:47 +0300
21891              Message-ID: <45122C6F.9080904@iki.fi>
21892      Branch: perl
21893            ! doio.c reentr.c reentr.pl regcomp.c regexec.c sv.c toke.c
21894            ! util.c
21895 ____________________________________________________________________________
21896 [ 28876] By: stevep                                on 2006/09/21  02:17:30
21897         Log: Subject: [perl #40369] File::Find mishandles non-dangling symlinks
21898              From: ammon@rhythm.com (via RT) <perlbug-followup@perl.org>
21899              Date: Tue, 19 Sep 2006 20:56:32 -0700
21900              Message-ID: <rt-3.5.HEAD-31258-1158724592-1714.40369-75-0@perl.org>
21901      Branch: perl
21902            ! lib/File/Find.pm
21903 ____________________________________________________________________________
21904 [ 28875] By: rgs                                   on 2006/09/20  16:12:14
21905         Log: Deliver SIGILL, SIGBUS and SIGSEGV always in an "unsafe" manner.
21906              
21907              Subject: Safe signals and SIGSEGV
21908              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
21909              Date: Fri, 8 Sep 2006 17:43:41 +0200
21910              Message-ID: <20060908174341.0cc7988f@grubert.mandriva.com>
21911      Branch: perl
21912            ! mg.c
21913 ____________________________________________________________________________
21914 [ 28874] By: rgs                                   on 2006/09/20  15:22:22
21915         Log: prototype() wasn't working to get the prototype of optional core
21916              keywords (like say, err, given.) Fix this by adding a parameter to
21917              Perl_keyword to always get the keyword number, even if the feature
21918              isn't in effect.
21919      Branch: perl
21920            ! embed.fnc embed.h perl_keyword.pl pp.c proto.h t/op/cproto.t
21921            ! toke.c
21922 ____________________________________________________________________________
21923 [ 28873] By: rgs                                   on 2006/09/20  11:53:59
21924         Log: Subject: Re: [PATCH] Patch for win32.c to fix #38723 and #39531
21925              From: Andrew Savige <ajsavige@yahoo.com.au>
21926              Date: Tue, 19 Sep 2006 23:42:31 +1000 (EST)
21927              Message-ID: <20060919134231.87370.qmail@web56407.mail.re3.yahoo.com>
21928      Branch: perl
21929            ! win32/win32.c
21930 ____________________________________________________________________________
21931 [ 28872] By: merijn                                on 2006/09/19  19:09:36
21932         Log: Subject: Re: \N{...} in regular expression [PATCH]
21933              From: demerphq <demerphq@gmail.com>
21934              Date: Tue, 19 Sep 2006 20:36:17 +0200
21935              Message-ID: <9b18b3110609191136v4d595f37pa0a52b8c20851588@mail.gmail.com>
21936      Branch: perl
21937            ! regcomp.c
21938 ____________________________________________________________________________
21939 [ 28871] By: rgs                                   on 2006/09/19  14:05:48
21940         Log: Upgrade to podlators 2.0.5
21941      Branch: perl
21942            + lib/Pod/t/pod-parser.t
21943            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/t/basic.man
21944            ! lib/Pod/t/basic.t lib/Pod/t/filehandle.t lib/Pod/t/man.t
21945 ____________________________________________________________________________
21946 [ 28870] By: merijn                                on 2006/09/19  11:16:11
21947         Log: Changed +DA2.0w to +DD64; Added notes about C ANSI C updates
21948              on HP-UX 11.00.
21949      Branch: perl
21950            ! README.hpux
21951 ____________________________________________________________________________
21952 [ 28869] By: rgs                                   on 2006/09/19  07:54:24
21953         Log: Subject: Re: [PATCH] lib/File/Copy.t - test descriptions and minor fixes
21954              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
21955              Date: Mon, 18 Sep 2006 17:36:50 -0300
21956              Message-ID: <73ddeb6c0609181336g53a90dceo9a29777f7686e372@mail.gmail.com>
21957      Branch: perl
21958            ! lib/File/Copy.t
21959 ____________________________________________________________________________
21960 [ 28868] By: merijn                                on 2006/09/19  06:56:36
21961         Log: Subject: Re: \N{...} in regular expression [PATCH]
21962              From: demerphq <demerphq@gmail.com>
21963              Date: Tue, 19 Sep 2006 01:37:19 +0200
21964              Message-ID: <9b18b3110609181637m796d6c16o1b2741edc5f09eb2@mail.gmail.com>
21965      Branch: perl
21966            + t/lib/Cname.pm
21967            ! MANIFEST embed.fnc embed.h pod/perldiag.pod proto.h regcomp.c
21968            ! regexec.c t/op/pat.t toke.c
21969 ____________________________________________________________________________
21970 [ 28867] By: merijn                                on 2006/09/19  06:45:26
21971         Log: Subject: [PATCH] C++: add -Wno-used-parameter, and drop ODBM_File
21972              From: Jarkko Hietaniemi <jhi@iki.fi>
21973              Date: Tue, 19 Sep 2006 09:19:22 +0300
21974              Message-ID: <450F8BEA.1010802@iki.fi>
21975      Branch: perl
21976            ! Makefile.SH cflags.SH
21977 ____________________________________________________________________________
21978 [ 28866] By: rgs                                   on 2006/09/18  09:04:02
21979         Log: Fix declaration-after-statement problem
21980              
21981              Subject: [bug] IO::Socket's IO.xs fails to compile
21982              From: Sebastian Steinlechner <steinlechner@gmx.net>
21983              Date: Mon, 18 Sep 2006 01:38:31 +0200
21984              Message-ID: <450DDC77.2060405@gmx.net>
21985      Branch: perl
21986            ! ext/IO/IO.xs
21987 ____________________________________________________________________________
21988 [ 28865] By: rgs                                   on 2006/09/18  08:37:21
21989         Log: Subject: [PATCH] bleed -  silence warning in sv.c
21990              From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
21991              Date: Mon, 18 Sep 2006 01:30:05 -0700
21992              Message-ID: <450E590D.1060205@p6m7g8.com>
21993      Branch: perl
21994            ! sv.c
21995 ____________________________________________________________________________
21996 [ 28864] By: rgs                                   on 2006/09/18  08:35:21
21997         Log: Subject: [PATCH] Re: [perl #37714] XSUB.h version check may fail due to locale
21998              From: John Peacock <jpeacock@rowman.com>
21999              Date: Sun, 17 Sep 2006 16:58:58 -0400
22000              Message-ID: <450DB712.4040703@rowman.com>
22001      Branch: perl
22002            ! universal.c util.c
22003 ____________________________________________________________________________
22004 [ 28863] By: nicholas                              on 2006/09/17  19:26:01
22005         Log: Fix one genuine unitialised code path spotted by gcc, and a signed/
22006              unsigned warning.
22007      Branch: perl
22008            ! doio.c
22009 ____________________________________________________________________________
22010 [ 28862] By: nicholas                              on 2006/09/17  18:52:00
22011         Log: Avoid compiler warning about a variable that isn't used when
22012              -DDEBUGGING is not in force.
22013      Branch: perl
22014            ! regcomp.c
22015 ____________________________________________________________________________
22016 [ 28861] By: rgs                                   on 2006/09/17  13:32:18
22017         Log: A better version of change #28847
22018      Branch: perl
22019            ! universal.c util.c
22020 ____________________________________________________________________________
22021 [ 28860] By: rgs                                   on 2006/09/17  12:07:27
22022         Log: Subject: [PATCH] util.c: restore Perl_my_setenv() to pre-28814
22023              From: Jarkko Hietaniemi <jhi@iki.fi>
22024              Date: Sun, 17 Sep 2006 10:29:08 +0300
22025              Message-ID: <450CF944.7000402@iki.fi>
22026      Branch: perl
22027            ! util.c
22028 ____________________________________________________________________________
22029 [ 28859] By: nicholas                              on 2006/09/17  10:39:27
22030         Log: Some notes about struct block_loop
22031      Branch: perl
22032            ! cop.h
22033 ____________________________________________________________________________
22034 [ 28858] By: nicholas                              on 2006/09/17  00:06:53
22035         Log: Store a pointer to the op in struct block_loop, rather than the 
22036              pointers to last and redo. (for ithreads also drop the next pointer,
22037              as pp_ctl.c doesn't re-write it for ithreads). This shrinks the struct
22038              to 40 bytes on ILP32 systems, and therefore struct block to 64 bytes.
22039      Branch: perl
22040            ! cop.h pp_ctl.c scope.c sv.c
22041 ____________________________________________________________________________
22042 [ 28857] By: stevep                                on 2006/09/16  20:19:08
22043         Log: Upgrade to CPAN-CPAN-1.87_64
22044      Branch: perl
22045            ! lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
22046            ! lib/CPAN/HandleConfig.pm lib/CPAN/Nox.pm lib/CPAN/SIGNATURE
22047            ! lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
22048 ____________________________________________________________________________
22049 [ 28856] By: stevep                                on 2006/09/16  19:37:51
22050         Log: Upgrade to ExtUtils-ParseXS-2.16.  There actually are a couple of
22051              changes in bleadperl not in the new version, so version was bumped
22052              to 2.16_01.
22053      Branch: perl
22054            ! lib/ExtUtils/ParseXS.pm
22055 ____________________________________________________________________________
22056 [ 28855] By: nicholas                              on 2006/09/16  17:59:17
22057         Log: Shrink the interpreter structure by 4 bytes (usually) by making
22058              PL_in_eval a U8 and PL_delaymagic a U16. (And corresponding changes
22059              in struct block_eval in cop.h to avoid any possible compiler warnings)
22060      Branch: perl
22061            ! cop.h thrdvar.h
22062 ____________________________________________________________________________
22063 [ 28853] By: nicholas                              on 2006/09/16  17:07:03
22064         Log: Revert changes 28772, 28773, 28774 as they won't gain us anything - I
22065              failed to realise that struct block_sub is not the largest of the
22066              4 structures in the block.blk_u union. (It's actually block_loop)
22067      Branch: perl
22068            ! cop.h pp_ctl.c pp_hot.c scope.c sv.c
22069 ____________________________________________________________________________
22070 [ 28851] By: craigb                                on 2006/09/16  15:14:36
22071         Log: return value of -1 without errno set is ok in 
22072              ext/POSIX/t/sysconf.t (it just means the feature is
22073              not implemented, not defined, or has no limit)
22074      Branch: perl
22075            ! ext/POSIX/t/sysconf.t
22076 ____________________________________________________________________________
22077 [ 28850] By: rgs                                   on 2006/09/16  06:32:36
22078         Log: No declarations after statements ! (noticed by Sadahiro Tomoyuki)
22079      Branch: perl
22080            ! util.c
22081 ____________________________________________________________________________
22082 [ 28849] By: nicholas                              on 2006/09/15  22:03:53
22083         Log: Avoid warnings when $Config{d_cplusplus} is undefined.
22084      Branch: perl
22085            ! ext/Encode/bin/enc2xs
22086 ____________________________________________________________________________
22087 [ 28848] By: craigb                                on 2006/09/15  00:39:32
22088         Log: More hacking in util.c's ifdef jungle following 28844 to avoid
22089              duplicate definition of Perl_my_setenv on VMS.
22090      Branch: perl
22091            ! util.c
22092 ____________________________________________________________________________
22093 [ 28847] By: rgs                                   on 2006/09/14  15:31:22
22094         Log: Fix for bug #37714: XSUB.h version check may fail due to locale
22095              Always convert version to number under C locale settings
22096      Branch: perl
22097            ! util.c
22098 ____________________________________________________________________________
22099 [ 28846] By: stevep                                on 2006/09/14  15:24:04
22100         Log: Subject: [PATCH] C++ Encode
22101              From: Jarkko Hietaniemi <jhi@iki.fi>
22102              Date: Thu, 14 Sep 2006 09:05:10 +0300
22103              Message-ID: <4508F116.40606@iki.fi>
22104      Branch: perl
22105            ! ext/Encode/bin/enc2xs
22106 ____________________________________________________________________________
22107 [ 28845] By: rgs                                   on 2006/09/14  14:18:32
22108         Log: MakeMaker is being split in new sub-distributions on CPAN
22109      Branch: perl
22110            ! Porting/Maintainers.pl
22111 ____________________________________________________________________________
22112 [ 28844] By: rgs                                   on 2006/09/14  12:39:16
22113         Log: Subject: Re: Re: [PATCH] C++: Solaris CC now compiles "perl"
22114              From: demerphq <demerphq@gmail.com>
22115              Date: Thu, 14 Sep 2006 14:28:16 +0200
22116              Message-ID: <9b18b3110609140528x49e063aay724169d7f1e49531@mail.gmail.com>
22117      Branch: perl
22118            ! util.c
22119 ____________________________________________________________________________
22120 [ 28843] By: craigb                                on 2006/09/14  03:50:18
22121         Log: Define d_cplusplus on VMS when appropriate
22122      Branch: perl
22123            ! configure.com
22124 ____________________________________________________________________________
22125 [ 28842] By: stevep                                on 2006/09/14  01:36:13
22126         Log: Subject: [PATCH] (1) g++ 4.x (or Mac OS X) (2) Solaris g++ or CC
22127              From: Jarkko Hietaniemi <jhi@iki.fi>
22128              Date: Wed, 13 Sep 2006 20:19:04 +0300
22129              Message-ID: <45083D88.7050207@iki.fi>
22130              
22131              Plus a tweak to the name of CC.
22132      Branch: perl
22133            ! cflags.SH hints/solaris_2.sh perl.h
22134 ____________________________________________________________________________
22135 [ 28841] By: stevep                                on 2006/09/14  01:10:01
22136         Log: Regenerated mktables.lst per Yves Orton's suggestion.
22137      Branch: perl
22138            ! lib/unicore/mktables.lst
22139 ____________________________________________________________________________
22140 [ 28840] By: stevep                                on 2006/09/13  16:05:33
22141         Log: darwin also seems to be lacking a dl_unload_file() in its
22142              DynaLoader, so some additional skips are needed.  If I only
22143              had a NeXT to test with now...
22144      Branch: perl
22145            ! ext/DynaLoader/t/DynaLoader.t
22146 ____________________________________________________________________________
22147 [ 28839] By: stevep                                on 2006/09/13  15:34:46
22148         Log: Add darwin to the list of OS's that fail to pass test 
22149              op/sprintf.t #157.  Newer versions appear to be OK, 
22150              but Mac OS X 10.2.X regularly fail with this test.
22151      Branch: perl
22152            ! t/op/sprintf.t
22153 ____________________________________________________________________________
22154 [ 28838] By: stevep                                on 2006/09/13  14:59:01
22155         Log: Test cases for version cannot handle Test::More versions that
22156              end with _0X.  TODO-ing the failing test cases for now.
22157      Branch: perl
22158            ! lib/version.t
22159 ____________________________________________________________________________
22160 [ 28837] By: rgs                                   on 2006/09/13  14:23:38
22161         Log: Upgrade to CPAN 1.87_63
22162      Branch: perl
22163            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
22164            ! lib/CPAN/SIGNATURE
22165 ____________________________________________________________________________
22166 [ 28836] By: stevep                                on 2006/09/13  13:35:32
22167         Log: Upgrade to Test-Simple-0.64_02
22168      Branch: perl
22169            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
22170            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
22171            ! lib/Test/Simple/Changes
22172            ! lib/Test/Simple/t/00test_harness_check.t
22173            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
22174            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
22175            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/fail_one.t
22176            ! lib/Test/Simple/t/harness_active.t
22177            ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/is_fh.t
22178            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
22179            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_bad.t
22180            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/sort_bug.t
22181            ! lib/Test/Simple/t/threads.t
22182 ____________________________________________________________________________
22183 [ 28835] By: rgs                                   on 2006/09/13  13:27:05
22184         Log: Bump version and other misc. changes. 3rd patch from:
22185              
22186              Subject: [PATCH] thread 1.41 - A drama in three parts
22187              From: "Jerry D. Hedden" <jdhedden@cpan.org>
22188              Date: Sun, 10 Sep 2006 09:12:06 -0700
22189              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
22190      Branch: perl
22191            ! ext/threads/Changes ext/threads/README ext/threads/t/state.t
22192            ! ext/threads/t/thread.t ext/threads/threads.pm
22193            ! ext/threads/threads.xs
22194 ____________________________________________________________________________
22195 [ 28834] By: rgs                                   on 2006/09/13  13:21:07
22196         Log: Statically allocate the main thread.
22197              2nd patch from:
22198              
22199              Subject: [PATCH] thread 1.41 - A drama in three parts
22200              From: "Jerry D. Hedden" <jdhedden@cpan.org>
22201              Date: Sun, 10 Sep 2006 09:12:06 -0700
22202              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
22203      Branch: perl
22204            ! ext/threads/threads.xs
22205 ____________________________________________________________________________
22206 [ 28833] By: rgs                                   on 2006/09/13  13:15:44
22207         Log: Race condition fix in threads.pm
22208              First patch from:
22209              
22210              Subject: [PATCH] thread 1.41 - A drama in three parts
22211              From: "Jerry D. Hedden" <jdhedden@cpan.org>
22212              Date: Sun, 10 Sep 2006 09:12:06 -0700
22213              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
22214      Branch: perl
22215            ! ext/threads/threads.xs
22216 ____________________________________________________________________________
22217 [ 28832] By: rgs                                   on 2006/09/13  09:55:09
22218         Log: Subject: mktables executes seven time per build sigh
22219              From: demerphq <demerphq@gmail.com>
22220              Date: Sun, 10 Sep 2006 17:52:10 +0200
22221              Message-ID: <9b18b3110609100852q2cfc2497ufceda5ff5d0875e3@mail.gmail.com>
22222              
22223              (Fix for Windows)
22224      Branch: perl
22225            ! lib/unicore/mktables win32/Makefile
22226 ____________________________________________________________________________
22227 [ 28831] By: rgs                                   on 2006/09/13  09:44:26
22228         Log: Subject: [perl #40328] B::Deparse pod does not list failure to grok outer lexical scopes in BUGS section 
22229              From: David Nicol (via RT) <perlbug-followup@perl.org>
22230              Date: Tue, 12 Sep 2006 13:21:24 -0700
22231              Message-ID: <rt-3.5.HEAD-31259-1158092484-244.40328-75-0@perl.org>
22232      Branch: perl
22233            ! ext/B/B/Deparse.pm
22234 ____________________________________________________________________________
22235 [ 28830] By: rgs                                   on 2006/09/13  09:36:11
22236         Log: Subject: [perl #40327] Doc patch for perlfunc.pod 
22237              From: merijnb@ms.com (via RT) <perlbug-followup@perl.org>
22238              Date: Tue, 12 Sep 2006 09:12:12 -0700
22239              Message-ID: <rt-3.5.HEAD-31259-1158077531-1067.40327-75-0@perl.org>
22240      Branch: perl
22241            ! pod/perlfunc.pod
22242 ____________________________________________________________________________
22243 [ 28829] By: merijn                                on 2006/09/13  06:51:55
22244         Log: Accumulated fixes from earlier backports, amongst of which:
22245              Subject: [PATCH] remove -Wdeclaration-after-statement scan from Configure
22246              From: Jarkko Hietaniemi <jhi@iki.fi>
22247              Date: Tue, 12 Sep 2006 07:19:32 +0300
22248              Message-ID: <45063554.1040301@iki.fi>
22249      Branch: perl
22250            ! Configure Porting/Glossary config_h.SH
22251 ____________________________________________________________________________
22252 [ 28827] By: rgs                                   on 2006/09/12  15:51:53
22253         Log: Disable study() for utf-8 strings
22254              
22255              Subject: Re: Re: [Fwd: Smoke [5.9.4] 28821 FAIL(XF) OSF1 V5.1 (EV6/4 cpu)]
22256              From: demerphq <demerphq@gmail.com>
22257              Date: Tue, 12 Sep 2006 17:08:55 +0200
22258              Message-ID: <9b18b3110609120808jceb84ces55ef29c2f2b73ebc@mail.gmail.com>
22259      Branch: perl
22260            ! pp.c
22261 ____________________________________________________________________________
22262 [ 28826] By: stevep                                on 2006/09/12  15:30:57
22263         Log: Upgrade to CPAN-1.87_62
22264      Branch: perl
22265            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
22266 ____________________________________________________________________________
22267 [ 28825] By: rgs                                   on 2006/09/12  14:49:21
22268         Log: Upgrade to MakeMaker 6.30_04
22269      Branch: perl
22270            + lib/ExtUtils/t/build_man.t lib/ExtUtils/t/pm.t
22271            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Any.pm
22272            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
22273            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
22274            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
22275            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/MM_Win32.t
22276            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/revision.t
22277 ____________________________________________________________________________
22278 [ 28824] By: rgs                                   on 2006/09/12  14:04:54
22279         Log: More warnings silencing, including suggestions by Dominic Dunlop
22280      Branch: perl
22281            ! regcomp.c regexec.c
22282 ____________________________________________________________________________
22283 [ 28823] By: rgs                                   on 2006/09/12  07:26:46
22284         Log: Subject: [PATCH] Re: C++ status [Fwd: Smoke [5.9.4] 28776 FAIL(FM) OSF1 V5.1 (EV6/4 cpu)]
22285              From: Dominic Dunlop <domo@computer.org>
22286              Date: Tue, 12 Sep 2006 09:13:41 +0200
22287              Message-Id: <6FD7503D-349B-4BE4-B457-D79458900FA0@computer.org>
22288      Branch: perl
22289            ! sv.c
22290 ____________________________________________________________________________
22291 [ 28822] By: rgs                                   on 2006/09/12  07:22:40
22292         Log: Another warning-silencing cast
22293      Branch: perl
22294            ! regcomp.c
22295 ____________________________________________________________________________
22296 [ 28821] By: rgs                                   on 2006/09/11  13:05:16
22297         Log: POD fixes in perlce manpage
22298      Branch: perl
22299            ! README.ce
22300 ____________________________________________________________________________
22301 [ 28820] By: rgs                                   on 2006/09/11  12:32:35
22302         Log: FAQ sync
22303      Branch: perl
22304            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
22305            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
22306            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
22307            ! pod/perlfaq9.pod
22308 ____________________________________________________________________________
22309 [ 28819] By: rgs                                   on 2006/09/11  11:51:04
22310         Log: Fix a few more printf format warnings
22311      Branch: perl
22312            ! regexec.c
22313 ____________________________________________________________________________
22314 [ 28818] By: rgs                                   on 2006/09/11  10:19:20
22315         Log: Fix definition of macro HOP3 (spotted by a gcc warning)
22316      Branch: perl
22317            ! regexec.c
22318 ____________________________________________________________________________
22319 [ 28817] By: rgs                                   on 2006/09/11  10:12:32
22320         Log: Fix some compilation warnings
22321      Branch: perl
22322            ! regcomp.c
22323 ____________________________________________________________________________
22324 [ 28816] By: rgs                                   on 2006/09/11  10:04:19
22325         Log: Subject: [PATCH] Teach regex optimiser how to handle (?=) and (?<=) properly.
22326              From: demerphq <demerphq@gmail.com>
22327              Date: Sat, 9 Sep 2006 22:00:05 +0200
22328              Message-ID: <9b18b3110609091300x1fd0b15dt32932902a0a80674@mail.gmail.com>
22329      Branch: perl
22330            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regcomp.sym
22331            ! regexec.c regnodes.h sv.c t/op/re_tests t/op/regexp.t
22332 ____________________________________________________________________________
22333 [ 28815] By: rgs                                   on 2006/09/11  09:14:58
22334         Log: Subject: Re: [perl #40302] sigtrap(3pm) man page is vague
22335              From: "David Nicol" <davidnicol@gmail.com>
22336              Date: Fri, 8 Sep 2006 11:19:23 -0500
22337              Message-ID: <934f64a20609080919g3d0add8cr1ca3d1c7ea9a5d32@mail.gmail.com>
22338      Branch: perl
22339            ! lib/sigtrap.pm
22340 ____________________________________________________________________________
22341 [ 28814] By: rgs                                   on 2006/09/11  08:56:21
22342         Log: Subject: [PATCH] C++: Solaris CC now compiles "perl"
22343              From: Jarkko Hietaniemi <jhi@iki.fi>
22344              Date: Sat, 09 Sep 2006 15:29:12 +0300
22345              Message-ID: <4502B398.6060505@iki.fi>
22346      Branch: perl
22347            ! hints/solaris_2.sh opcode.h opcode.pl perl.h perlio.c
22348            ! unixish.h util.c
22349 ____________________________________________________________________________
22350 [ 28813] By: rgs                                   on 2006/09/11  08:41:50
22351         Log: Subject: NULL and sv_setpv vs. newSVpv
22352              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
22353              Date: Sun, 10 Sep 2006 20:31:46 -0700 (PDT)
22354              Message-ID: <8750.24.19.24.170.1157945506.squirrel@24.19.24.170>
22355      Branch: perl
22356            ! sv.c
22357 ____________________________________________________________________________
22358 [ 28812] By: steveh                                on 2006/09/08  16:08:53
22359         Log: Update Porting/Maintainers.pl w.r.t. #28811
22360      Branch: perl
22361            ! Porting/Maintainers.pl
22362 ____________________________________________________________________________
22363 [ 28811] By: steveh                                on 2006/09/08  16:05:53
22364         Log: Subject: [PATCH] Add Params::Check to the core
22365              From: "Jos Boumans" <kane@dwim.org>
22366              Date: Fri, 8 Sep 2006 13:57:16 +0200 (CEST)
22367              Message-ID: <8319.80.127.35.68.1157716636.squirrel@webmail.xs4all.nl>
22368              
22369              (Just the Params-Check part: Locale-Maketext-Simple has already been
22370              added by change #28809)
22371      Branch: perl
22372            + lib/Params/Check.pm lib/Params/Check/t/01_Params-Check.t
22373            ! MANIFEST
22374 ____________________________________________________________________________
22375 [ 28810] By: steveh                                on 2006/09/08  15:33:18
22376         Log: Update Porting/Maintainers.pl w.r.t. #28809
22377      Branch: perl
22378            ! Porting/Maintainers.pl
22379 ____________________________________________________________________________
22380 [ 28809] By: steveh                                on 2006/09/08  15:19:50
22381         Log: Subject: Re: [PATCH] Add Locale::Maketext::Simple to the core
22382              From: kane@xs4all.nl
22383              Date: Sun, 13 Aug 2006 15:51:58 +0200 (CEST)
22384              Message-ID: <24406.80.127.35.68.1155477118.squirrel@webmail.xs4all.nl>
22385              
22386              Actually added 0.18, rather than 0.17 which this PATCH contained, for
22387              an updated licence statement.
22388      Branch: perl
22389            + lib/Locale/Maketext/Simple.pm
22390            + lib/Locale/Maketext/Simple/t/0-signature.t
22391            + lib/Locale/Maketext/Simple/t/1-basic.t
22392            ! MANIFEST
22393 ____________________________________________________________________________
22394 [ 28808] By: rgs                                   on 2006/09/08  08:36:32
22395         Log: Use %^H instead of $^H for the assertions pragma
22396      Branch: perl
22397            ! lib/assertions.pm op.c perl.h
22398 ____________________________________________________________________________
22399 [ 28807] By: rgs                                   on 2006/09/08  07:39:10
22400         Log: Remove empty typemap file
22401      Branch: perl
22402            - ext/threads/shared/typemap
22403            ! MANIFEST
22404 ____________________________________________________________________________
22405 [ 28806] By: craigb                                on 2006/09/08  02:07:30
22406         Log: declaration after code nit in vms/vms.c (from Martin Vorlaender)
22407      Branch: perl
22408            ! vms/vms.c
22409 ____________________________________________________________________________
22410 [ 28805] By: stevep                                on 2006/09/07  18:39:22
22411         Log: Clean up some comments.
22412      Branch: perl
22413            ! cygwin/ld2.in
22414 ____________________________________________________________________________
22415 [ 28804] By: rgs                                   on 2006/09/07  15:21:56
22416         Log: Typo fix in #ifdef
22417      Branch: perl
22418            ! toke.c
22419 ____________________________________________________________________________
22420 [ 28803] By: stevep                                on 2006/09/07  14:24:18
22421         Log: Fix to first problem causing Cygwin Perl to fail to build 
22422              in a path with spaces in it. 
22423      Branch: perl
22424            ! cygwin/Makefile.SHs
22425 ____________________________________________________________________________
22426 [ 28802] By: gisle                                 on 2006/09/07  14:12:14
22427         Log: Document mkpath() return value in scalar context.
22428              Document that rmtree() return value include deleted
22429              directories.
22430      Branch: perl
22431            ! lib/File/Path.pm
22432 ____________________________________________________________________________
22433 [ 28801] By: rgs                                   on 2006/09/07  13:16:12
22434         Log: Subject: Re: [perl #40262] kill( 0, ... ) does not return alive status of child process
22435              From: "David Nicol" <davidnicol@gmail.com>
22436              Date: Fri, 1 Sep 2006 17:26:34 -0500
22437              Message-ID: <934f64a20609011526odd7f5bta847a3be1f6fa5f0@mail.gmail.com>
22438      Branch: perl
22439            ! pod/perlfunc.pod
22440 ____________________________________________________________________________
22441 [ 28800] By: rgs                                   on 2006/09/07  13:13:05
22442         Log: Subject: [perl #40293] perlsec talks erroneously about "Non-Finite Automaton" 
22443              From: premchai21@yahoo.com (via RT) <perlbug-followup@perl.org>
22444              Date: Wed, 06 Sep 2006 23:11:10 -0700
22445              Message-ID: <rt-3.5.HEAD-31258-1157609470-1994.40293-75-0@perl.org>
22446      Branch: perl
22447            ! pod/perlsec.pod
22448 ____________________________________________________________________________
22449 [ 28799] By: rgs                                   on 2006/09/07  11:46:40
22450         Log: Bump version of PerlIO::scalar
22451      Branch: perl
22452            ! ext/PerlIO/scalar/scalar.pm
22453 ____________________________________________________________________________
22454 [ 28798] By: rgs                                   on 2006/09/07  11:45:36
22455         Log: Fix for [perl #40267] PerlIO::scalar doesn't respect readonly-ness
22456      Branch: perl
22457            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
22458 ____________________________________________________________________________
22459 [ 28797] By: rgs                                   on 2006/09/07  09:49:31
22460         Log: Invalidate ISA and method caches when calling a safe compartment
22461              (bug #39887)
22462              
22463              Remove XS_VERSION, make it equal to VERSION
22464      Branch: perl
22465            ! ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm
22466            ! ext/Opcode/Opcode.xs
22467 ____________________________________________________________________________
22468 [ 28796] By: rgs                                   on 2006/09/07  09:25:18
22469         Log: Add Exporter in the dual-lived module list
22470      Branch: perl
22471            ! Porting/Maintainers.pl
22472 ____________________________________________________________________________
22473 [ 28795] By: rgs                                   on 2006/09/07  09:21:56
22474         Log: Subject: Dual life for Exporter
22475              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
22476              Date: Wed, 6 Sep 2006 16:40:28 -0300
22477              Message-ID: <73ddeb6c0609061240g34f60d9fodaf7727575778d8e@mail.gmail.com>
22478      Branch: perl
22479            ! lib/Exporter.t
22480 ____________________________________________________________________________
22481 [ 28794] By: stevep                                on 2006/09/07  02:07:57
22482         Log: Convert Errno.t to Test::More.  Increase the test coverage
22483              while in there as well. 
22484      Branch: perl
22485            ! ext/Errno/t/Errno.t
22486 ____________________________________________________________________________
22487 [ 28793] By: steveh                                on 2006/09/06  16:54:19
22488         Log: cxtype is a U16, not a U32 (Stops VC++ complaining)
22489      Branch: perl
22490            ! pp_ctl.c
22491 ____________________________________________________________________________
22492 [ 28792] By: stevep                                on 2006/09/06  14:33:06
22493         Log: Removed some leftover debugging accidentally added with
22494              change #28788.
22495      Branch: perl
22496            ! regexec.c
22497 ____________________________________________________________________________
22498 [ 28791] By: rgs                                   on 2006/09/06  14:11:09
22499         Log: Revert accidental file deletion
22500      Branch: perl
22501            + ext/threads/shared/typemap
22502 ____________________________________________________________________________
22503 [ 28790] By: rgs                                   on 2006/09/06  14:04:33
22504         Log: Remove perlcc and the byteloader
22505      Branch: perl
22506            - ext/B/B/Assembler.pm ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
22507            - ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Disassembler.pm
22508            - ext/B/B/Stackobj.pm ext/B/B/Stash.pm ext/B/B/assemble
22509            - ext/B/B/cc_harness ext/B/B/disassemble ext/B/B/makeliblinks
22510            - ext/B/C/C.xs ext/B/C/Makefile.PL ext/B/NOTES ext/B/README
22511            - ext/B/TESTS ext/B/Todo ext/B/ramblings/cc.notes
22512            - ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop
22513            - ext/B/ramblings/magic ext/B/ramblings/reg.alloc
22514            - ext/B/ramblings/runtime.porting ext/B/t/asmdata.t
22515            - ext/B/t/assembler.t ext/B/t/bblock.t ext/B/t/bytecode.t
22516            - ext/B/t/stash.t ext/ByteLoader/ByteLoader.pm
22517            - ext/ByteLoader/ByteLoader.xs ext/ByteLoader/Makefile.PL
22518            - ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
22519            - ext/ByteLoader/byterun.h ext/ByteLoader/hints/sunos.pl
22520            - ext/threads/shared/typemap utils/perlcc.PL
22521            ! MANIFEST Makefile.SH NetWare/Makefile bytecode.pl
22522            ! configure.com ext/B/B/Asmdata.pm pod/Makefile.SH
22523            ! pod/perlcompile.pod regen.pl t/TEST t/harness
22524            ! t/lib/1_compile.t utils.lst utils/Makefile
22525            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
22526            ! win32/pod.mak x2p/Makefile.SH
22527 ____________________________________________________________________________
22528 [ 28789] By: rgs                                   on 2006/09/06  09:18:31
22529         Log: Remove JPL
22530      Branch: perl
22531            - jpl/ChangeLog jpl/JNI/Changes jpl/JNI/Closer.java
22532            - jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/JNIConfig
22533            - jpl/JNI/JNIConfig.Win32 jpl/JNI/JNIConfig.kaffe
22534            - jpl/JNI/JNIConfig.noembed jpl/JNI/JNIConfig.standard
22535            - jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
22536            - jpl/JNI/typemap.gcc jpl/JNI/typemap.win32
22537            - jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
22538            - jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
22539            - jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
22540            - jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile.PL
22541            - jpl/PerlInterpreter/PerlInterpreter.c
22542            - jpl/PerlInterpreter/PerlInterpreter.h
22543            - jpl/PerlInterpreter/PerlInterpreter.java jpl/README
22544            - jpl/README.JUST-JNI jpl/SETVARS.PL jpl/Sample/Makefile.PL
22545            - jpl/Sample/Sample.jpl jpl/Test/Makefile.PL jpl/Test/Test.jpl
22546            - jpl/bin/jpl jpl/docs/Tutorial.pod jpl/get_jdk/README
22547            - jpl/get_jdk/get_jdk.pl jpl/get_jdk/jdk_hosts jpl/install-jpl
22548            ! MANIFEST
22549 ____________________________________________________________________________
22550 [ 28788] By: stevep                                on 2006/09/06  00:35:15
22551         Log: Subject: [PATCH] UCD 5.0.0
22552              From: Jarkko Hietaniemi <jhi@iki.fi>
22553              Date: Tue, 05 Sep 2006 21:29:45 +0300
22554              Message-ID: <44FDC219.8010006@iki.fi>
22555      Branch: perl
22556            + lib/unicore/NamedSqProv.txt
22557            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabicShaping.txt
22558            ! lib/unicore/BidiMirroring.txt lib/unicore/Blocks.txt
22559            ! lib/unicore/CaseFolding.txt
22560            ! lib/unicore/CompositionExclusions.txt
22561            ! lib/unicore/EastAsianWidth.txt
22562            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
22563            ! lib/unicore/Jamo.txt lib/unicore/LineBreak.txt
22564            ! lib/unicore/NamedSequences.txt lib/unicore/NamesList.txt
22565            ! lib/unicore/NormalizationCorrections.txt
22566            ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt
22567            ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl
22568            ! lib/unicore/Scripts.txt lib/unicore/SpecialCasing.txt
22569            ! lib/unicore/StandardizedVariants.txt
22570            ! lib/unicore/UnicodeData.txt lib/unicore/version regexec.c
22571            ! t/uni/class.t
22572 ____________________________________________________________________________
22573 [ 28787] By: rgs                                   on 2006/09/05  11:09:03
22574         Log: Fix a few warnings
22575      Branch: perl
22576            ! regcomp.c regexec.c
22577 ____________________________________________________________________________
22578 [ 28786] By: rgs                                   on 2006/09/05  10:40:25
22579         Log: Subject: [PATCH perl-current]; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warnings
22580              From: "Robin Barker" <Robin.Barker@npl.co.uk>
22581              Date: Fri, 1 Sep 2006 16:10:25 +0100
22582              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A21@exchsvr1.npl.ad.local>
22583      Branch: perl
22584            ! dump.c perl.h perlio.c pp.c pp_pack.c sv.c utf8.c
22585 ____________________________________________________________________________
22586 [ 28785] By: rgs                                   on 2006/09/05  10:21:57
22587         Log: Subject: Re: [PATCH] Trie jumping
22588              From: demerphq <demerphq@gmail.com>
22589              Date: Sat, 2 Sep 2006 16:40:12 +0200
22590              Message-ID: <9b18b3110609020740y2eb9004cpab313c3353a437ca@mail.gmail.com>
22591      Branch: perl
22592            ! embed.fnc embed.h ext/re/re.pm opcode.h proto.h regcomp.c
22593            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
22594            ! t/op/re_tests
22595 ____________________________________________________________________________
22596 [ 28783] By: rgs                                   on 2006/09/04  16:54:36
22597         Log: Subject: [perl #40239] New hints file for MidnightBSD 
22598              From: Lucas Holt (via RT) <perlbug-followup@perl.org>
22599              Date: Fri, 25 Aug 2006 20:16:40 -0700
22600              Message-ID: <rt-3.5.HEAD-31263-1156562199-1390.40239-75-0@perl.org>
22601      Branch: perl
22602            + hints/midnightbsd.sh
22603            ! MANIFEST
22604 ____________________________________________________________________________
22605 [ 28782] By: rgs                                   on 2006/09/04  15:50:17
22606         Log: Upgrade to Sys::Syslog 0.18
22607      Branch: perl
22608            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
22609            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
22610 ____________________________________________________________________________
22611 [ 28781] By: rgs                                   on 2006/09/04  14:53:00
22612         Log: Subject: [perl #40272] subroutine call with & in perlop example 
22613              From: yath-perlbug@yath.de (via RT) <perlbug-followup@perl.org>
22614              Date: Sun, 03 Sep 2006 13:03:28 -0700
22615              Message-ID: <rt-3.5.HEAD-31251-1157313807-430.40272-75-0@perl.org>
22616      Branch: perl
22617            ! pod/perlop.pod
22618 ____________________________________________________________________________
22619 [ 28780] By: rgs                                   on 2006/09/04  13:12:20
22620         Log: Documentation nit, found by Dr Ruud.
22621      Branch: perl
22622            ! pod/perldsc.pod
22623 ____________________________________________________________________________
22624 [ 28779] By: rgs                                   on 2006/09/04  13:11:01
22625         Log: Subject: [PATCH] Correction to POD for FETCH_*_ATTRIBUTES 
22626              From: "Jerry D. Hedden" <jerry@hedden.us>
22627              Date: Fri, 01 Sep 2006 12:43:46 -0700
22628              Message-ID: <20060901124346.fb30e530d17747c2b054d625b8945d88.0cfdb87cb8.wbe@email.secureserver.net>
22629      Branch: perl
22630            ! lib/attributes.pm
22631 ____________________________________________________________________________
22632 [ 28778] By: rgs                                   on 2006/09/04  12:41:39
22633         Log: Subject: Re: AW: [PATCH pod/*] Use Direct Object Constructor Calls
22634              From: chromatic <chromatic@wgz.org>
22635              Date: Fri, 1 Sep 2006 09:12:45 -0700
22636              Message-Id: <200609010912.46314.chromatic@wgz.org>
22637      Branch: perl
22638            ! pod/perllexwarn.pod pod/perlmodlib.PL pod/perlop.pod
22639            ! pod/perlothrtut.pod pod/perlref.pod pod/perltie.pod
22640 ____________________________________________________________________________
22641 [ 28777] By: rgs                                   on 2006/09/04  12:30:36
22642         Log: Subject: [PATCH pod/perlfunc.pod] Add Index Numbers to caller() Docs
22643              From: chromatic <chromatic@wgz.org>
22644              Date: Fri, 1 Sep 2006 05:42:17 -0700
22645              Message-Id: <200609010542.17571.chromatic@wgz.org>
22646      Branch: perl
22647            ! pod/perlfunc.pod
22648 ____________________________________________________________________________
22649 [ 28776] By: rgs                                   on 2006/09/03  12:51:57
22650         Log: Remove dead code from sort.pm
22651      Branch: perl
22652            ! lib/sort.pm
22653 ____________________________________________________________________________
22654 [ 28774] By: nicholas                              on 2006/09/01  17:25:50
22655         Log: Merge lval and hasargs into one U8 in struct block_sub
22656      Branch: perl
22657            ! cop.h
22658 ____________________________________________________________________________
22659 [ 28773] By: nicholas                              on 2006/09/01  16:27:48
22660         Log: Access to cx->blk_sub.lval via macros (as it's about to move).
22661      Branch: perl
22662            ! cop.h pp_ctl.c pp_hot.c scope.c sv.c
22663 ____________________________________________________________________________
22664 [ 28772] By: nicholas                              on 2006/09/01  15:05:10
22665         Log: Access cx->blk_sub.hasargs via a pair of macros (as it's about to
22666              move)
22667      Branch: perl
22668            ! cop.h pp_ctl.c scope.c sv.c
22669 ____________________________________________________________________________
22670 [ 28771] By: nicholas                              on 2006/08/31  09:05:50
22671         Log: Change the generation of {} and [] from 3 ops to 1, and avoid 1 mortal
22672              on the tempstack, by augmenting pp_anonlist and pp_anonhash to accept
22673              OPf_SPECIAL to mean "return a reference to the aggregate" on the stack
22674              rather than the aggregate itself.
22675      Branch: perl
22676            ! ext/B/B/Deparse.pm ext/B/t/concise-xs.t ext/B/t/f_map.t
22677            ! ext/B/t/f_sort.t ext/Devel/Peek/t/Peek.t op.c op.h pp.c
22678 ____________________________________________________________________________
22679 [ 28770] By: nicholas                              on 2006/08/31  08:26:13
22680         Log: Save 4 bytes from struct context (on ILP32) by moving cx_type into
22681              struct block and struct subst.
22682      Branch: perl
22683            ! cop.h
22684 ____________________________________________________________________________
22685 [ 28769] By: steveh                                on 2006/08/30  15:57:13
22686         Log: Silence some more Borland compiler warnings
22687              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471)
22688              
22689              - Change the cryptic pragma warn strings into numbers that are more
22690              easily recognized, and add a new one (8027).
22691              
22692              - Add a similar pragma warn line to fcrypt.c, which doesn't use
22693              win32.h.
22694      Branch: perl
22695            ! win32/fcrypt.c win32/win32.h
22696 ____________________________________________________________________________
22697 [ 28768] By: steveh                                on 2006/08/29  13:24:56
22698         Log: Silence Borland compiler warnings in XS::APItest and Win32
22699              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471)
22700      Branch: perl
22701            ! ext/XS/APItest/APItest.xs win32/ext/Win32/Win32.pm
22702            ! win32/ext/Win32/Win32.xs
22703 ____________________________________________________________________________
22704 [ 28767] By: rgs                                   on 2006/08/28  12:52:00
22705         Log: Revert bogus change 28763.
22706      Branch: perl
22707            ! EXTERN.h INTERN.h
22708 ____________________________________________________________________________
22709 [ 28766] By: rgs                                   on 2006/08/28  09:26:52
22710         Log: Fix PerlIO::scalar fileno() documentation as suggested in:
22711              Subject: [perl #40245] POD error for PerlIO::scalar in 5.8.8 
22712              From: "Shawn Boyette" (via RT) <perlbug-followup@perl.org>
22713              Date: Mon, 28 Aug 2006 00:21:25 -0700
22714              Message-ID: <rt-3.5.HEAD-31263-1156749685-634.40245-75-0@perl.org>
22715      Branch: perl
22716            ! ext/PerlIO/scalar/scalar.pm
22717 ____________________________________________________________________________
22718 [ 28765] By: stevep                                on 2006/08/27  17:53:17
22719         Log: Added an additional #ifndef based on comments by Jarkko and
22720              John Malmberg.
22721      Branch: perl
22722            ! x2p/INTERN.h
22723 ____________________________________________________________________________
22724 [ 28764] By: rgs                                   on 2006/08/27  16:05:09
22725         Log: Subject: [PATCH DOC] perlsyn incomplete duplicate definition of truth
22726              From: Daniel Frederick Crisman <daniel@crisman.org>
22727              Date: Thu, 24 Aug 2006 17:29:57 -0400
22728              Message-ID: <20060824212957.GA32557@fury.crisman.org>
22729      Branch: perl
22730            ! pod/perlsyn.pod
22731 ____________________________________________________________________________
22732 [ 28763] By: rgs                                   on 2006/08/27  15:57:39
22733         Log: More conditional defines of EXTERN_C, by Jarkko
22734      Branch: perl
22735            ! EXTERN.h INTERN.h
22736 ____________________________________________________________________________
22737 [ 28762] By: rgs                                   on 2006/08/27  15:51:25
22738         Log: Subject: [PATCH] Change #24364 broke Data::Dumper::Seen()
22739              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
22740              Date: Fri, 25 Aug 2006 22:35:33 +0200
22741              Message-ID: <20060825223533.04efdf2d@r2d2>
22742      Branch: perl
22743            ! ext/Data/Dumper/Dumper.pm
22744 ____________________________________________________________________________
22745 [ 28761] By: rgs                                   on 2006/08/27  15:46:54
22746         Log: Regression test for attributes 'reserved' warning,
22747              by Jerry D. Hedden
22748      Branch: perl
22749            ! t/op/attrs.t
22750 ____________________________________________________________________________
22751 [ 28760] By: rgs                                   on 2006/08/25  16:47:08
22752         Log: Put a plan in the last added test
22753      Branch: perl
22754            ! lib/SelfLoader-buggy.t
22755 ____________________________________________________________________________
22756 [ 28759] By: steveh                                on 2006/08/25  16:12:52
22757         Log: Silence a bunch of Borland compiler warnings in SDBM_File
22758              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40283)
22759      Branch: perl
22760            ! XSUB.h
22761 ____________________________________________________________________________
22762 [ 28758] By: rgs                                   on 2006/08/25  15:58:41
22763         Log: Subject: Re: [perl #40216] SelfLoader::croak doesn't protect $@ from being clobbered by require
22764              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
22765              Date: Thu, 24 Aug 2006 10:20:43 -0300
22766              Message-ID: <73ddeb6c0608240620s207124d1mc202aea6a4598576@mail.gmail.com>
22767      Branch: perl
22768            + lib/SelfLoader-buggy.t
22769            ! MANIFEST lib/SelfLoader.pm
22770 ____________________________________________________________________________
22771 [ 28757] By: rgs                                   on 2006/08/25  15:45:08
22772         Log: Following Jarkko's advice, it seems that ODBM_File cannot be
22773              compiled as C++ as-is.
22774      Branch: perl
22775            ! ext/ODBM_File/ODBM_File.xs
22776 ____________________________________________________________________________
22777 [ 28756] By: rgs                                   on 2006/08/25  15:24:28
22778         Log: Subject: [PATCH] RE: [perl #40227] 'reserved' warning not working
22779              From: "Jerry D. Hedden" <jdhedden@cpan.org>
22780              Date: Thu, 24 Aug 2006 09:04:12 -0700
22781              Message-ID: <20060824090412.fb30e530d17747c2b054d625b8945d88.e8ae12ccab.wbe@email.secureserver.net>
22782      Branch: perl
22783            ! lib/attributes.pm xsutils.c
22784 ____________________________________________________________________________
22785 [ 28755] By: stevep                                on 2006/08/24  15:07:58
22786         Log: Upgrade to File-Temp-0.17.  Also, a change to Tim Jenness's email.
22787      Branch: perl
22788            + lib/File/Temp/t/seekable.t
22789            ! AUTHORS MANIFEST lib/File/Temp.pm
22790 ____________________________________________________________________________
22791 [ 28754] By: rgs                                   on 2006/08/24  12:36:08
22792         Log: Subject: [PATCH ext/ODBM_File/ODBM_File.xs] change 28744 broke ODBM_File
22793              From: "Robin Barker" <Robin.Barker@npl.co.uk>
22794              Date: Thu, 24 Aug 2006 13:22:47 +0100
22795              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A1A@exchsvr1.npl.ad.local>
22796      Branch: perl
22797            ! ext/ODBM_File/ODBM_File.xs
22798 ____________________________________________________________________________
22799 [ 28753] By: rgs                                   on 2006/08/24  12:23:15
22800         Log: Subject: [PATCH] Don't promulgate Perl attributes
22801              From: "Jerry D. Hedden" <jdhedden@cpan.org>
22802              Date: Wed, 23 Aug 2006 10:07:05 -0700
22803              Message-ID: <20060823100705.fb30e530d17747c2b054d625b8945d88.87c0ee9326.wbe@email.secureserver.net>
22804      Branch: perl
22805            ! lib/attributes.pm xsutils.c
22806 ____________________________________________________________________________
22807 [ 28752] By: stevep                                on 2006/08/24  01:27:08
22808         Log: Upgrade to CGI.pm-3.22.
22809      Branch: perl
22810            ! lib/CGI.pm lib/CGI/Changes
22811 ____________________________________________________________________________
22812 [ 28751] By: stevep                                on 2006/08/23  16:08:17
22813         Log: Subject: [perl #40161] ccversion fix for hpux
22814              From: smoketst@hp46t243.cup.hp.com (via RT) <perlbug-followup@perl.org>
22815              Date: Wed, 16 Aug 2006 23:10:52 -0700
22816              Message-ID: <rt-3.5.HEAD-31263-1155795052-1297.40161-75-0@perl.org>
22817      Branch: perl
22818            ! hints/hpux.sh
22819 ____________________________________________________________________________
22820 [ 28750] By: stevep                                on 2006/08/23  03:04:47
22821         Log: The previous change causes compile failures with threaded Perls.
22822      Branch: perl
22823            ! reentr.h reentr.pl
22824 ____________________________________________________________________________
22825 [ 28749] By: stevep                                on 2006/08/22  20:16:55
22826         Log: Part of one of Jarkko's g++ patches that was missed.
22827      Branch: perl
22828            ! reentr.h reentr.pl
22829 ____________________________________________________________________________
22830 [ 28748] By: stevep                                on 2006/08/22  17:41:33
22831         Log: Update to Time-HiRes-1.90.
22832      Branch: perl
22833            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
22834            ! ext/Time/HiRes/HiRes.xs
22835 ____________________________________________________________________________
22836 [ 28747] By: stevep                                on 2006/08/22  16:43:52
22837         Log: Upgrade to Time-HiRes-1.89.
22838      Branch: perl
22839            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
22840            ! ext/Time/HiRes/HiRes.xs
22841 ____________________________________________________________________________
22842 [ 28746] By: stevep                                on 2006/08/22  14:18:16
22843         Log: Upgrade to CGI.pm-3.21
22844      Branch: perl
22845            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
22846 ____________________________________________________________________________
22847 [ 28745] By: stevep                                on 2006/08/22  14:14:23
22848         Log: Upgrade to Time-HiRes-1.88.
22849      Branch: perl
22850            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
22851            ! ext/Time/HiRes/HiRes.xs
22852 ____________________________________________________________________________
22853 [ 28744] By: stevep                                on 2006/08/22  14:07:13
22854         Log: Subject: [PATCH] g++: fix Digest::MD5, Math::BigInt::FastCalc, ODBM_File, XS::APItest (and Time::HiRes 1.88 in CPAN)
22855              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
22856              Date: Tue, 22 Aug 2006 10:45:41 +0300 (EEST)
22857              Message-Id: <200608220745.k7M7jfjP050939@kosh.hut.fi>
22858              
22859              ...plus various version bumps and Digest::MD5 test file fixes.
22860      Branch: perl
22861            ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs
22862            ! ext/Digest/MD5/t/files.t ext/Math/BigInt/FastCalc/FastCalc.pm
22863            ! ext/Math/BigInt/FastCalc/FastCalc.xs
22864            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
22865            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
22866 ____________________________________________________________________________
22867 [ 28743] By: stevep                                on 2006/08/22  02:12:16
22868         Log: Subject: [PATCH] perlhack.pod: small porta-tweaks (this time without pod2man :-)
22869              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
22870              Date: Mon, 21 Aug 2006 22:39:35 +0300 (EEST)
22871              Message-Id: <200608211939.k7LJdZ9P170671@kosh.hut.fi>
22872      Branch: perl
22873            ! pod/perlhack.pod
22874 ____________________________________________________________________________
22875 [ 28742] By: stevep                                on 2006/08/22  01:03:05
22876         Log: Subject: [PATCH] g++/x2p (better version)
22877              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
22878              Date: Mon, 21 Aug 2006 14:48:26 +0300 (EEST)
22879              Message-Id: <200608211148.k7LBmQGL161830@kosh.hut.fi>
22880      Branch: perl
22881            ! x2p/EXTERN.h x2p/INTERN.h x2p/hash.h
22882 ____________________________________________________________________________
22883 [ 28741] By: rgs                                   on 2006/08/21  10:15:30
22884         Log: Subject: [PATCH] g++/Tru64: got perl linking once got the linkage right
22885              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
22886              Date: Fri, 18 Aug 2006 13:03:17 +0300 (EEST)
22887              Message-Id: <200608181003.k7IA3Hso276655@kosh.hut.fi>
22888      Branch: perl
22889            ! hints/dec_osf.sh perl.h pp_sys.c
22890 ____________________________________________________________________________
22891 [ 28740] By: rgs                                   on 2006/08/20  10:13:12
22892         Log: Amendment to change #28739
22893      Branch: perl
22894            ! ext/B/B/Assembler.pm
22895 ____________________________________________________________________________
22896 [ 28739] By: rgs                                   on 2006/08/20  09:25:59
22897         Log: Subject: [PATCH] bytecode.t failures in Tru64: svtype (enum) is int, not long
22898              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
22899              Date: Sat, 19 Aug 2006 14:34:53 +0300 (EEST)
22900              Message-Id: <200608191134.k7JBYroK518962@kosh.hut.fi>
22901      Branch: perl
22902            ! ext/B/B/Assembler.pm
22903 ____________________________________________________________________________
22904 [ 28738] By: rgs                                   on 2006/08/20  09:15:21
22905         Log: perlthrtut update, by Jerry D. Hedden.
22906      Branch: perl
22907            ! pod/perlthrtut.pod
22908 ____________________________________________________________________________
22909 [ 28737] By: rgs                                   on 2006/08/20  08:46:33
22910         Log: Subject: [PATCH] g++/Solaris: force d_dlopen=define
22911              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
22912              Date: Fri, 18 Aug 2006 15:48:34 +0300 (EEST)
22913              Message-Id: <200608181248.k7ICmY2W028375@vipunen.hut.fi>
22914      Branch: perl
22915            ! hints/solaris_2.sh
22916 ____________________________________________________________________________
22917 [ 28736] By: rgs                                   on 2006/08/18  16:22:18
22918         Log: Phrasing nit in perlxstut (by Ville Koskinen)
22919      Branch: perl
22920            ! pod/perlxstut.pod
22921 ____________________________________________________________________________
22922 [ 28735] By: rgs                                   on 2006/08/18  15:46:18
22923         Log: A type change that apparently works around a compiler bug
22924              (gcc 4.1.1 on Solaris) (by Robin Barker)
22925      Branch: perl
22926            ! pp_hot.c
22927 ____________________________________________________________________________
22928 [ 28734] By: stevep                                on 2006/08/17  20:28:36
22929         Log: Subject: [PATCH] Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)
22930              From: Jarkko Hietaniemi <jhi@iki.fi>
22931              Date: Thu, 17 Aug 2006 19:16:09 +0300
22932              Message-ID: <44E49649.9090307@iki.fi>
22933      Branch: perl
22934            ! XSUB.h mathoms.c op.h perl.h perlio.c utf8.c
22935 ____________________________________________________________________________
22936 [ 28733] By: stevep                                on 2006/08/17  17:57:33
22937         Log: syscall() declaration in perl.h needs to have an EXTERN_C prefixing
22938              it for some C++ compiles.  Might as well fix usleep()'s 
22939              declaration too.
22940      Branch: perl
22941            ! perl.h
22942 ____________________________________________________________________________
22943 [ 28732] By: stevep                                on 2006/08/17  15:28:36
22944         Log: Fix to problem where CGI can lose the filehandle during an upload.
22945              Patch posted to the Debian bug list by Eric Wong 
22946              <eric@petta-tech.com>.
22947      Branch: perl
22948            ! lib/CGI.pm
22949 ____________________________________________________________________________
22950 [ 28731] By: stevep                                on 2006/08/17  14:50:36
22951         Log: gcc-4.1.1 on Fedora optimized away NULL chacks in Perl_do_close(),
22952              which caused core dumps.
22953      Branch: perl
22954            ! embed.fnc proto.h
22955 ____________________________________________________________________________
22956 [ 28730] By: stevep                                on 2006/08/16  17:44:44
22957         Log: Cast needed to compile bsd_glob.c with C++
22958      Branch: perl
22959            ! ext/File/Glob/bsd_glob.c
22960 ____________________________________________________________________________
22961 [ 28729] By: stevep                                on 2006/08/16  13:11:15
22962         Log: Additional changes to get C++ a little closer to a clean compile
22963              of Perl.
22964      Branch: perl
22965            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/bytecode.h
22966            ! ext/ByteLoader/byterun.c ext/DB_File/DB_File.pm
22967            ! ext/DB_File/DB_File.xs ext/Hash/Util/FieldHash/FieldHash.xs
22968            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
22969            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
22970 ____________________________________________________________________________
22971 [ 28728] By: stevep                                on 2006/08/15  18:57:11
22972         Log: Additional floating point strictness is needed to get Intel cc to pass
22973              its tests.
22974      Branch: perl
22975            ! hints/linux.sh
22976 ____________________________________________________________________________
22977 [ 28727] By: rgs                                   on 2006/08/15  10:01:48
22978         Log: Update Changes
22979      Branch: perl
22980            ! Changes
22981 ____________________________________________________________________________
22982 [ 28726] By: rgs                                   on 2006/08/15  09:59:24
22983         Log: Update Module::CoreList data with 5.9.4
22984      Branch: perl
22985            ! lib/Module/CoreList.pm
22986 ____________________________________________________________________________
22987 [ 28725] By: rgs                                   on 2006/08/15  09:55:27
22988         Log: 5.9.4 is today.
22989      Branch: perl
22990            ! pod/perlhist.pod
22991 ____________________________________________________________________________
22992 [ 28724] By: rgs                                   on 2006/08/15  09:54:02
22993         Log: Actually, Richard Clamp doesn't maintain Module::CoreList anymore.
22994      Branch: perl
22995            ! Porting/Maintainers.pl
22996 ____________________________________________________________________________
22997 [ 28723] By: rgs                                   on 2006/08/15  09:43:40
22998         Log: Regenerate perlmodlib and perltoc
22999      Branch: perl
23000            ! pod/perlmodlib.pod pod/perltoc.pod
23001 ____________________________________________________________________________
23002 [ 28722] By: rgs                                   on 2006/08/15  09:40:08
23003         Log: POD formatting nit
23004      Branch: perl
23005            ! pod/perl594delta.pod
23006 ____________________________________________________________________________
23007 [ 28721] By: rgs                                   on 2006/08/15  09:29:03
23008         Log: Remove some of the known problems documented in perldelta, which were
23009              caused by change #28319, just backed out. Add some Windows news (by
23010              Steve Hay)
23011      Branch: perl
23012            ! pod/perl594delta.pod
23013 ____________________________________________________________________________
23014 [ 28720] By: rgs                                   on 2006/08/15  09:22:54
23015         Log: Revert change 28319, which may cause segfaults with threaded perls
23016              on eval("syntax error") statements
23017      Branch: perl
23018            ! perly.c
23019 ____________________________________________________________________________
23020 [ 28719] By: rgs                                   on 2006/08/15  07:57:54
23021         Log: More perldelta nits found by my reviewers
23022      Branch: perl
23023            ! pod/perl594delta.pod
23024 ____________________________________________________________________________
23025 [ 28718] By: rgs                                   on 2006/08/14  22:30:18
23026         Log: Spelling fixes, thanks to Nicholas and to Ronald Kimball
23027      Branch: perl
23028            ! pod/perl594delta.pod
23029 ____________________________________________________________________________
23030 [ 28717] By: rgs                                   on 2006/08/14  21:58:15
23031         Log: More perldelta entries and fixes
23032      Branch: perl
23033            ! pod/perl594delta.pod
23034 ____________________________________________________________________________
23035 [ 28716] By: rgs                                   on 2006/08/14  21:31:43
23036         Log: Typo fix in the documentation of source filters in @INC
23037      Branch: perl
23038            ! pod/perlfunc.pod
23039 ____________________________________________________________________________
23040 [ 28715] By: mhx                                   on 2006/08/14  20:29:57
23041         Log: Only copy ppport.h to destination if it is different.
23042              This avoids unneccessary rebuilds.
23043      Branch: perl
23044            ! mkppport
23045 ____________________________________________________________________________
23046 [ 28714] By: mhx                                   on 2006/08/14  19:43:23
23047         Log: Upgrade to Devel::PPPort 3.10
23048      Branch: perl
23049            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL
23050            ! ext/Devel/PPPort/soak
23051 ____________________________________________________________________________
23052 [ 28713] By: rgs                                   on 2006/08/14  19:30:17
23053         Log: perldelta entry describing regexp work, by Yves Orton
23054      Branch: perl
23055            ! pod/perl594delta.pod
23056 ____________________________________________________________________________
23057 [ 28712] By: rgs                                   on 2006/08/14  15:27:51
23058         Log: Regenerate metafile
23059      Branch: perl
23060            ! META.yml
23061 ____________________________________________________________________________
23062 [ 28711] By: rgs                                   on 2006/08/14  14:24:19
23063         Log: New authors
23064      Branch: perl
23065            ! AUTHORS
23066 ____________________________________________________________________________
23067 [ 28710] By: rgs                                   on 2006/08/14  12:45:59
23068         Log: More perldelta entries; plus, credits.
23069      Branch: perl
23070            ! pod/perl594delta.pod
23071 ____________________________________________________________________________
23072 [ 28709] By: rgs                                   on 2006/08/14  12:35:13
23073         Log: Typo fix in perldiag
23074      Branch: perl
23075            ! pod/perldiag.pod
23076 ____________________________________________________________________________
23077 [ 28708] By: steveh                                on 2006/08/14  10:20:13
23078         Log: Update pod/perl594delta.pod w.r.t. #28706, and arrange list of modules
23079              alphabetically.
23080      Branch: perl
23081            ! pod/perl594delta.pod
23082 ____________________________________________________________________________
23083 [ 28707] By: steveh                                on 2006/08/14  10:15:04
23084         Log: Update Porting/Maintainers.pl w.r.t. #28695, #28703 and #28706.
23085      Branch: perl
23086            ! Porting/Maintainers.pl
23087 ____________________________________________________________________________
23088 [ 28706] By: steveh                                on 2006/08/14  10:10:07
23089         Log: Subject: [PATCH] Add Module::Loaded to the core
23090              From: kane@xs4all.nl
23091              Date: Sun, 13 Aug 2006 16:22:09 +0200 (CEST)
23092              Message-ID: <9310.80.127.35.68.1155478929.squirrel@webmail.xs4all.nl>
23093      Branch: perl
23094            + lib/Module/Loaded.pm lib/Module/Loaded/t/01_Module-Loaded.t
23095            ! MANIFEST
23096 ____________________________________________________________________________
23097 [ 28705] By: rgs                                   on 2006/08/14  09:30:38
23098         Log: More perldelta nits.
23099      Branch: perl
23100            ! pod/perl594delta.pod
23101 ____________________________________________________________________________
23102 [ 28704] By: rgs                                   on 2006/08/14  09:19:02
23103         Log: Make the NAME section of Package::Constants more conformant to
23104              man page conventions
23105      Branch: perl
23106            ! lib/Package/Constants.pm
23107 ____________________________________________________________________________
23108 [ 28703] By: steveh                                on 2006/08/14  09:09:40
23109         Log: Subject: [PATCH] Add Package::Constants to the core
23110              From: kane@xs4all.nl
23111              Date: Sat, 12 Aug 2006 23:57:58 +0200 (CEST)
23112              Message-ID: <9749.80.127.35.68.1155419878.squirrel@webmail.xs4all.nl>
23113      Branch: perl
23114            + lib/Package/Constants.pm lib/Package/Constants/t/01_list.t
23115            ! MANIFEST
23116 ____________________________________________________________________________
23117 [ 28702] By: nicholas                              on 2006/08/13  19:51:41
23118         Log: Regularise the indents of Changes to placate Porting/checkAUTHORS.pl
23119      Branch: perl
23120            ! Changes
23121 ____________________________________________________________________________
23122 [ 28701] By: rgs                                   on 2006/08/13  13:53:54
23123         Log: Fix URL of perlbug database
23124      Branch: perl
23125            ! pod/perl594delta.pod
23126 ____________________________________________________________________________
23127 [ 28700] By: rgs                                   on 2006/08/13  12:44:18
23128         Log: More perldelta entries
23129      Branch: perl
23130            ! pod/perl594delta.pod
23131 ____________________________________________________________________________
23132 [ 28699] By: rgs                                   on 2006/08/13  07:51:46
23133         Log: Fix a couple URLs in perlhack
23134      Branch: perl
23135            ! pod/perlhack.pod
23136 ____________________________________________________________________________
23137 [ 28698] By: rgs                                   on 2006/08/12  12:53:32
23138         Log: Subject: [PATCH] perlhack.pod: more portability pitfalls
23139              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23140              Date: Sat, 12 Aug 2006 10:33:38 +0300 (EEST)
23141              Message-Id: <200608120733.k7C7XcU0268432@kosh.hut.fi>
23142      Branch: perl
23143            ! pod/perlhack.pod
23144 ____________________________________________________________________________
23145 [ 28697] By: steveh                                on 2006/08/11  17:31:45
23146         Log: Resync win32/config_H.* and win32/config.* with config_h.SH
23147              and Porting/config.sh respectively
23148              
23149              No real changes except for the addition of the missing
23150              HAS_C99_VARIADIC_MACROS to win32/config_H.* and
23151              initialinstalllocation, madlyh, madlyobj and madlysrc to
23152              win32/config.*
23153      Branch: perl
23154            ! win32/config.bc win32/config.gc win32/config.vc
23155            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
23156            ! win32/config_H.vc win32/config_H.vc64
23157 ____________________________________________________________________________
23158 [ 28696] By: rgs                                   on 2006/08/11  16:02:32
23159         Log: More perldelta notes. Also, I did forget things
23160              in perl593delta...
23161      Branch: perl
23162            ! pod/perl593delta.pod pod/perl594delta.pod
23163 ____________________________________________________________________________
23164 [ 28695] By: steveh                                on 2006/08/11  12:52:51
23165         Log: Subject: [PATCH] Add Module::Load to 5.9.x
23166              From: kane@xs4all.nl
23167              Date: Wed, 9 Aug 2006 12:23:42 +0200 (CEST)
23168              Message-ID: <9866.194.109.0.185.1155119022.squirrel@webmail.xs4all.nl>
23169      Branch: perl
23170            + lib/Module/Load.pm lib/Module/Load/t/01_Module-Load.t
23171            + lib/Module/Load/t/to_load/LoadIt.pm
23172            + lib/Module/Load/t/to_load/LoadMe.pl
23173            + lib/Module/Load/t/to_load/Must/Be/Loaded.pm
23174            + lib/Module/Load/t/to_load/TestModule.pm
23175            + lib/Module/Load/t/to_load/ToBeLoaded
23176            + lib/Module/Load/t/to_load/config_file
23177            ! MANIFEST
23178 ____________________________________________________________________________
23179 [ 28694] By: steveh                                on 2006/08/11  12:49:00
23180         Log: Close file before unlinking (on Win32 at least!)
23181      Branch: perl
23182            ! t/op/stat.t
23183 ____________________________________________________________________________
23184 [ 28693] By: rgs                                   on 2006/08/10  16:46:07
23185         Log: Subject: [PATCH] Re: Smoke [5.9.4] 28683 FAIL(F) Solaris 2.11 (i386/1 cpu)
23186              From: Andrew Dougherty <doughera@lafayette.edu>
23187              Date: Thu, 10 Aug 2006 12:37:39 -0400 (EDT)
23188              Message-ID: <Pine.LNX.4.62.0608101230260.12531@fractal.phys.lafayette.edu>
23189      Branch: perl
23190            ! lib/open.t
23191 ____________________________________________________________________________
23192 [ 28692] By: rgs                                   on 2006/08/10  14:27:44
23193         Log: Update Changes
23194      Branch: perl
23195            ! Changes
23196 ____________________________________________________________________________
23197 [ 28691] By: rgs                                   on 2006/08/10  13:17:51
23198         Log: Some updates to the cross-compilation config script
23199      Branch: perl
23200            ! Cross/config.sh-arm-linux
23201 ____________________________________________________________________________
23202 [ 28690] By: rgs                                   on 2006/08/10  09:46:34
23203         Log: lstat on *GLOB{IO} with warnings on would segfault
23204              (noticed by Andrew Dougherty)
23205      Branch: perl
23206            ! pp_sys.c
23207 ____________________________________________________________________________
23208 [ 28689] By: rgs                                   on 2006/08/10  08:23:31
23209         Log: Subject: [PATCH] g++: gethostbyaddr, and more Tru64 defines
23210              From: Jarkko Hietaniemi <jhi@iki.fi>
23211              Date: Thu, 10 Aug 2006 09:00:44 +0300
23212              Message-ID: <44DACB8C.1080708@iki.fi>
23213      Branch: perl
23214            ! hints/dec_osf.sh pp_sys.c
23215 ____________________________________________________________________________
23216 [ 28688] By: rgs                                   on 2006/08/10  08:22:01
23217         Log: Subject: [PATCH] doio.c: vararg NULLs must be cast right
23218              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23219              Date: Thu, 10 Aug 2006 08:35:53 +0300 (EEST)
23220              Message-Id: <200608100535.k7A5Zr2Z156515@kosh.hut.fi>
23221      Branch: perl
23222            ! doio.c
23223 ____________________________________________________________________________
23224 [ 28687] By: rgs                                   on 2006/08/10  08:14:46
23225         Log: Upgrade to version.pm 0.67
23226      Branch: perl
23227            ! lib/version.pm lib/version.pod lib/version.t
23228 ____________________________________________________________________________
23229 [ 28686] By: stevep                                on 2006/08/09  21:54:08
23230         Log: A couple const's and a cast to get Sun CC to compile these files.
23231              Perl, however, still will not build with the Sun CC.  
23232      Branch: perl
23233            ! op.c pp_sort.c toke.c
23234 ____________________________________________________________________________
23235 [ 28685] By: stevep                                on 2006/08/09  19:45:06
23236         Log: Fix comment nit in config.h
23237      Branch: perl
23238            ! config_h.SH
23239 ____________________________________________________________________________
23240 [ 28684] By: rgs                                   on 2006/08/09  15:46:55
23241         Log: Subject: Re: [perl #37731] junk and uninit'ed values in tied scalars
23242              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23243              Date: Mon, 28 Nov 2005 01:26:31 -0800
23244              Message-ID: <20051128092605.GA2328@efn.org>
23245              
23246              plus a regression test
23247      Branch: perl
23248            ! sv.c t/op/tie.t
23249 ____________________________________________________________________________
23250 [ 28683] By: rgs                                   on 2006/08/09  12:43:19
23251         Log: Subject: PATCH: Sync Time::Local in blead to 1.13 on CPAN
23252              From: Dave Rolsky <autarch@urth.org>
23253              Date: Wed, 9 Aug 2006 04:38:28 -0500 (CDT)
23254              Message-ID: <Pine.LNX.4.64.0608090422450.8735@urth.org>
23255      Branch: perl
23256            ! lib/Time/Local.pm lib/Time/Local.t
23257 ____________________________________________________________________________
23258 [ 28682] By: rgs                                   on 2006/08/09  09:58:52
23259         Log: Add OS-specific core modules in Module::CoreList for 5.8.[78] and 5.9.[23]
23260      Branch: perl
23261            ! lib/Module/CoreList.pm
23262 ____________________________________________________________________________
23263 [ 28681] By: rgs                                   on 2006/08/09  09:52:38
23264         Log: Add OS-specific modules in Module::Corelist generation script
23265              (hinted by Steve Hay)
23266      Branch: perl
23267            ! Porting/corelist.pl
23268 ____________________________________________________________________________
23269 [ 28680] By: rgs                                   on 2006/08/09  09:42:34
23270         Log: Fix data for 5.9.2, 5.9.3, 5.8.7 and 5.8.8
23271      Branch: perl
23272            ! lib/Module/CoreList.pm
23273 ____________________________________________________________________________
23274 [ 28679] By: rgs                                   on 2006/08/09  09:23:02
23275         Log: More fixes in the Module::Corelist data generation process
23276      Branch: perl
23277            ! Porting/corelist.pl
23278 ____________________________________________________________________________
23279 [ 28678] By: rgs                                   on 2006/08/09  09:01:25
23280         Log: Really submit previous change
23281      Branch: perl
23282            ! Porting/corelist.pl
23283 ____________________________________________________________________________
23284 [ 28677] By: rgs                                   on 2006/08/09  08:34:42
23285         Log: Several fixes in Porting/corelist.pl
23286              - make it run with 5.8.x perls
23287              - make it handle new modules layout in bleadperl
23288      Branch: perl
23289            ! Porting/corelist.pl
23290 ____________________________________________________________________________
23291 [ 28676] By: rgs                                   on 2006/08/08  09:39:35
23292         Log: Subject: [PATCH] Small precision about $SIG{__WARN__}
23293              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
23294              Date: Tue, 08 Aug 2006 11:17:58 +0200
23295              Message-ID: <1155028678.44d856c64fa0d@imp6-g19.free.fr>
23296      Branch: perl
23297            ! pod/perlvar.pod
23298 ____________________________________________________________________________
23299 [ 28675] By: rgs                                   on 2006/08/08  09:22:27
23300         Log: Simplification in Perl_magic_clearsig, plus a fix similar and
23301              symmetrical to the one implemented in change #28669.
23302      Branch: perl
23303            ! mg.c
23304 ____________________________________________________________________________
23305 [ 28674] By: stevep                                on 2006/08/08  03:55:13
23306         Log: Subject: [PATCH] g++ stage 1 reached
23307              From: Jarkko Hietaniemi <jhi@iki.fi>
23308              Date: Tue, 08 Aug 2006 00:02:35 +0300
23309              Message-ID: <44D7AA6B.4040802@iki.fi>
23310      Branch: perl
23311            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
23312            ! Porting/config_H cflags.SH config_h.SH configure.com deb.c
23313            ! dump.c epoc/config.sh gv.c mathoms.c mg.c op.c opcode.h
23314            ! plan9/config.plan9 plan9/config_h.sample symbian/config.sh
23315            ! uconfig.h uconfig.sh win32/config.bc win32/config.ce
23316            ! win32/config.gc win32/config.vc win32/config.vc64
23317            ! win32/config_H.bc win32/config_H.ce win32/config_H.gc
23318            ! win32/config_H.vc win32/config_H.vc64
23319 ____________________________________________________________________________
23320 [ 28673] By: stevep                                on 2006/08/07  19:54:51
23321         Log: Upgrade to Module-Build-0.2805
23322      Branch: perl
23323            ! lib/Module/Build.pm lib/Module/Build/API.pod
23324            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
23325            ! lib/Module/Build/Changes lib/Module/Build/ModuleInfo.pm
23326            ! lib/Module/Build/Platform/MacOS.pm lib/Module/Build/Version.pm
23327            ! lib/Module/Build/t/moduleinfo.t
23328 ____________________________________________________________________________
23329 [ 28672] By: stevep                                on 2006/08/07  19:37:28
23330         Log: Upgrade to Digest-SHA-5.43
23331      Branch: perl
23332            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
23333            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
23334            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
23335            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
23336            ! ext/Digest/SHA/src/sha64bit.c
23337 ____________________________________________________________________________
23338 [ 28671] By: steveh                                on 2006/08/07  16:58:16
23339         Log: Subject: Define PERL_NO_DEV_RANDOM on Windows
23340              From: "Davies, Alex" <adavies@ptc.com>
23341              Date: Thu, 3 Aug 2006 13:31:14 -0400
23342              Message-ID: <A69AA663CE9BBC44AE1DA72483DE15DE04622D66@HQ-MAIL3.ptcnet.ptc.com>
23343              
23344              This stops perl from trying to read C:\dev\urandom on Windows
23345      Branch: perl
23346            ! dosish.h
23347 ____________________________________________________________________________
23348 [ 28670] By: steveh                                on 2006/08/07  16:21:40
23349         Log: Fixups for test failures caused by #28667 and #28668
23350      Branch: perl
23351            ! ext/B/B/Assembler.pm ext/B/t/assembler.t
23352 ____________________________________________________________________________
23353 [ 28669] By: rgs                                   on 2006/08/07  14:10:15
23354         Log: We shouldn't try to decrement the refcount of PL_warnhook
23355              if it has been set to PERL_WARNHOOK_FATAL.
23356      Branch: perl
23357            ! mg.c
23358 ____________________________________________________________________________
23359 [ 28668] By: steveh                                on 2006/08/07  10:24:39
23360         Log: Provide a BGET_svtype, required by #28667
23361      Branch: perl
23362            ! ext/ByteLoader/bytecode.h
23363 ____________________________________________________________________________
23364 [ 28667] By: rgs                                   on 2006/08/07  09:43:20
23365         Log: Try to reinstate the fix of change #28638 by patching bytecode.pl and
23366              not the file it generates
23367      Branch: perl
23368            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
23369 ____________________________________________________________________________
23370 [ 28666] By: rgs                                   on 2006/08/07  09:23:35
23371         Log: Restore modification in warnings.h from change 28662 by backporting it
23372              to warnings.pl
23373      Branch: perl
23374            ! warnings.h warnings.pl
23375 ____________________________________________________________________________
23376 [ 28665] By: rgs                                   on 2006/08/07  09:13:42
23377         Log: Subject: [PATCH] File::Basename add X<> tags, replace regex delimiters
23378              From: "Gabor Szabo" <szabgab@gmail.com>
23379              Date: Sat, 5 Aug 2006 23:00:14 +0300
23380              Message-ID: <d8a74af10608051300m4a1ebd93j491889b9b4e8523d@mail.gmail.com>
23381      Branch: perl
23382            ! lib/File/Basename.pm
23383 ____________________________________________________________________________
23384 [ 28664] By: rgs                                   on 2006/08/07  08:28:50
23385         Log: Subject: [PATCH] adding X<> to perlvar
23386              From: "Gabor Szabo" <szabgab@gmail.com>
23387              Date: Sun, 6 Aug 2006 13:59:28 +0300
23388              Message-ID: <d8a74af10608060359g7d4726dalf947f051a51c10e@mail.gmail.com>
23389      Branch: perl
23390            ! pod/perlvar.pod
23391 ____________________________________________________________________________
23392 [ 28663] By: rgs                                   on 2006/08/07  08:23:13
23393         Log: Regenerate files after previous change
23394      Branch: perl
23395            ! ext/ByteLoader/byterun.c warnings.h
23396 ____________________________________________________________________________
23397 [ 28662] By: rgs                                   on 2006/08/07  08:15:39
23398         Log: Subject: [PATCH] g++ large patch
23399              From: Jarkko Hietaniemi <jhi@iki.fi>
23400              Date: Fri, 04 Aug 2006 08:58:27 +0300
23401              Message-ID: <44D2E203.5050201@iki.fi>
23402      Branch: perl
23403            ! cflags.SH deb.c dump.c embed.fnc embed.h gv.c hv.c mathoms.c
23404            ! mg.c op.c perl.h perlio.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
23405            ! proto.h regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c
23406            ! warnings.h
23407 ____________________________________________________________________________
23408 [ 28661] By: rgs                                   on 2006/08/05  15:46:34
23409         Log: Subject: [PATCH] perlfunc.pod - unite gmtime and localtime
23410              From: "Gabor Szabo" <szabgab@gmail.com>
23411              Date: Thu, 27 Jul 2006 09:25:02 +0300
23412              Message-ID: <d8a74af10607262325n472b424cr78c9591c31ffe190@mail.gmail.com>
23413      Branch: perl
23414            ! pod/perlfunc.pod
23415 ____________________________________________________________________________
23416 [ 28660] By: rgs                                   on 2006/08/05  15:28:39
23417         Log: Subject: [PATCH] add more X<> tags to perlfunc
23418              From: "Gabor Szabo" <szabgab@gmail.com>
23419              Date: Thu, 27 Jul 2006 00:27:06 +0300
23420              Message-ID: <d8a74af10607261427g142f0c6bge6f77c2f5e59da40@mail.gmail.com>
23421      Branch: perl
23422            ! pod/perlfunc.pod
23423 ____________________________________________________________________________
23424 [ 28659] By: rgs                                   on 2006/08/05  15:22:18
23425         Log: Subject: [PATCH] File::Copy pod updated adding X<>
23426              From: "Gabor Szabo" <szabgab@gmail.com>
23427              Date: Tue, 1 Aug 2006 08:55:37 +0200
23428              Message-ID: <d8a74af10607312355t7f3fed91g1459cb74b9b50fcd@mail.gmail.com>
23429      Branch: perl
23430            ! lib/File/Copy.pm
23431 ____________________________________________________________________________
23432 [ 28658] By: stevep                                on 2006/08/04  16:42:54
23433         Log: Sorting the MANIFEST
23434      Branch: perl
23435            ! MANIFEST
23436 ____________________________________________________________________________
23437 [ 28657] By: rgs                                   on 2006/08/04  09:45:37
23438         Log: Subject: [PATCH blead] Re: [perl #39882] inconsistent list slice behaviour
23439              From: Rick Delaney <rick@bort.ca>
23440              Date: Thu, 3 Aug 2006 21:48:07 -0400
23441              Message-ID: <20060804014807.GW21381@localhost.localdomain>
23442      Branch: perl
23443            ! pp.c t/op/list.t
23444 ____________________________________________________________________________
23445 [ 28656] By: rgs                                   on 2006/08/04  09:20:31
23446         Log: Subject: [PATCH blead] Re: [perl #40055] B::Deparse double do
23447              From: Rick Delaney <rick@bort.ca>
23448              Date: Thu, 3 Aug 2006 17:30:06 -0400
23449              Message-ID: <20060803213006.GU21381@localhost.localdomain>
23450      Branch: perl
23451            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
23452 ____________________________________________________________________________
23453 [ 28655] By: stevep                                on 2006/08/03  20:18:28
23454         Log: Subject: [PATCH] Tru64 oops
23455              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23456              Date: Thu, 3 Aug 2006 22:59:37 +0300 (EEST)
23457              Message-Id: <200608031959.k73JxbsC395856@kosh.hut.fi>
23458      Branch: perl
23459            ! pp_sys.c
23460 ____________________________________________________________________________
23461 [ 28654] By: rgs                                   on 2006/08/03  08:15:51
23462         Log: Subject: [PATCH] more g++ in Tru64
23463              From: Jarkko Hietaniemi <jhi@iki.fi>
23464              Date: Thu, 03 Aug 2006 09:04:45 +0300
23465              Message-ID: <44D191FD.9030902@iki.fi>
23466      Branch: perl
23467            ! hints/dec_osf.sh perlio.c pp_sys.c
23468 ____________________________________________________________________________
23469 [ 28653] By: stevep                                on 2006/08/02  17:47:34
23470         Log: Upgrade to Archive-Tar-1.30.  Since change #27571 is not included,
23471              the bleadperl version is bumped to 1.30_01.
23472      Branch: perl
23473            ! lib/Archive/Tar.pm
23474 ____________________________________________________________________________
23475 [ 28652] By: rgs                                   on 2006/08/02  13:11:25
23476         Log: Cross-compilation makefile fails to copy Config_heavy.pl
23477              (noticed by Alexandre Jousset <mid@gtmp.org>)
23478      Branch: perl
23479            ! Cross/Makefile
23480 ____________________________________________________________________________
23481 [ 28651] By: merijn                                on 2006/08/02  11:21:30
23482         Log: Subject: [PATCH] g++ heavy shoveling
23483              From: Jarkko Hietaniemi <jhi@iki.fi>
23484              Date: Wed, 02 Aug 2006 00:04:42 +0300
23485              Message-ID: <44CFC1EA.2050702@iki.fi>
23486      Branch: perl
23487            ! Configure
23488 ____________________________________________________________________________
23489 [ 28649] By: rgs                                   on 2006/08/02  09:49:10
23490         Log: Subject: [PATCH blead] Re: [perl #39733] $AUTOLOAD is never tainted
23491              From: Rick Delaney <rick@bort.ca>
23492              Date: Sun, 9 Jul 2006 15:01:50 -0400
23493              Message-ID: <20060709190150.GA1922@localhost.localdomain>
23494              
23495              Plus a note in perldelta
23496      Branch: perl
23497            ! gv.c pod/perl594delta.pod t/op/taint.t
23498 ____________________________________________________________________________
23499 [ 28645] By: stevep                                on 2006/08/02  03:11:51
23500         Log: Subject: [PATCH] g++ heavy shoveling
23501              From: Jarkko Hietaniemi <jhi@iki.fi>
23502              Date: Wed, 02 Aug 2006 00:04:42 +0300
23503              Message-ID: <44CFC1EA.2050702@iki.fi>
23504      Branch: perl
23505            ! cflags.SH hints/linux.sh perl.h
23506 ____________________________________________________________________________
23507 [ 28644] By: rgs                                   on 2006/08/01  16:47:01
23508         Log: Subject: Re: New perltrap?
23509              From: Rick Delaney <rick@bort.ca>
23510              Date: Tue, 1 Aug 2006 08:43:36 -0400
23511              Message-ID: <20060801124336.GM21381@localhost.localdomain>
23512      Branch: perl
23513            ! pod/perlsec.pod
23514 ____________________________________________________________________________
23515 [ 28643] By: steveh                                on 2006/08/01  16:17:47
23516         Log: Silence a couple of Borland compiler warnings
23517      Branch: perl
23518            ! cop.h regexec.c win32/win32.h
23519 ____________________________________________________________________________
23520 [ 28642] By: rgs                                   on 2006/08/01  16:11:24
23521         Log: Subject: [PATCH] threads 1.38
23522              From: "Jerry D. Hedden" <jerry@hedden.us>
23523              Date: Tue, 01 Aug 2006 08:58:52 -0700
23524              Message-ID: <20060801085852.fb30e530d17747c2b054d625b8945d88.ad7fb0a136.wbe@email.secureserver.net>
23525      Branch: perl
23526            ! ext/threads/Changes ext/threads/README ext/threads/t/free.t
23527            ! ext/threads/t/free2.t ext/threads/t/thread.t
23528            ! ext/threads/threads.pm ext/threads/threads.xs
23529 ____________________________________________________________________________
23530 [ 28641] By: rgs                                   on 2006/08/01  15:11:15
23531         Log: Bump version of Module::CoreList
23532      Branch: perl
23533            ! lib/Module/CoreList.pm
23534 ____________________________________________________________________________
23535 [ 28640] By: rgs                                   on 2006/08/01  14:59:36
23536         Log: Patch by Marius Feraru <altblue@n0i.net> to handle dotted perl versions
23537              in the corelist utility, and to add an easy way to determine what was
23538              some module's version bundled with a specified Perl release.
23539      Branch: perl
23540            ! lib/Module/CoreList/bin/corelist
23541 ____________________________________________________________________________
23542 [ 28639] By: merijn                                on 2006/08/01  12:13:53
23543         Log: Subject: [PATCH] g++ dNOOP (luckily one can mix code and decls in C++)
23544              Somewhat modifies as per Steve Hay's comment
23545              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23546              Date: Tue, 1 Aug 2006 08:46:15 +0300 (EEST)
23547              Message-Id: <200608010546.k715kEdP017064@kosh.hut.fi>
23548      Branch: perl
23549            ! perl.h
23550 ____________________________________________________________________________
23551 [ 28638] By: steveh                                on 2006/08/01  11:20:47
23552         Log: Silence the VC7 compiler warning in the following smoke:
23553              http://www.nntp.perl.org/group/perl.daily-build.reports/39824
23554      Branch: perl
23555            ! ext/ByteLoader/byterun.c
23556 ____________________________________________________________________________
23557 [ 28637] By: merijn                                on 2006/08/01  08:44:58
23558         Log: ANSI-C headers in test snippets to please g++ (and the rest)
23559              Subject: [PATCH]  (back) towards g++ compilation (in Tru64, and elsewhere)
23560              From: Jarkko Hietaniemi <jhi@iki.fi>
23561              Date: Mon, 31 Jul 2006 23:44:55 +0300
23562              Message-ID: <44CE6BC7.8060805@iki.fi>
23563      Branch: perl
23564            ! Configure
23565 ____________________________________________________________________________
23566 [ 28635] By: steveh                                on 2006/08/01  08:10:07
23567         Log: Subject: [PATCH] op/stat.t: SKIP count fix in case of no dirfd()
23568              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23569              Date: Tue, 1 Aug 2006 08:04:26 +0300 (EEST)
23570              Message-Id: <200608010504.k7154QT3178692@kosh.hut.fi>
23571      Branch: perl
23572            ! t/op/stat.t
23573 ____________________________________________________________________________
23574 [ 28634] By: stevep                                on 2006/08/01  00:17:19
23575         Log: Subject: [PATCH] solution(?) to the "warning: comparison is always false dueto limited range of data type" with New*()
23576              From: Jarkko Hietaniemi <jhi@iki.fi>
23577              Date: Fri, 28 Jul 2006 09:00:28 +0300
23578              Message-ID: <44C9A7FC.1060801@iki.fi>
23579      Branch: perl
23580            ! handy.h
23581 ____________________________________________________________________________
23582 [ 28633] By: stevep                                on 2006/08/01  00:10:06
23583         Log: Subject: [PATCH] (back) towards g++ compilation (in Tru64, and elsewhere)
23584              From: Jarkko Hietaniemi <jhi@iki.fi>
23585              Date: Mon, 31 Jul 2006 23:44:55 +0300
23586              Message-ID: <44CE6BC7.8060805@iki.fi>
23587              
23588              Just the hints/dec_osf.sh changes from this set of patches.
23589      Branch: perl
23590            ! hints/dec_osf.sh
23591 ____________________________________________________________________________
23592 [ 28632] By: stevep                                on 2006/07/30  17:03:10
23593         Log: Tests to go with change #28628.
23594      Branch: perl
23595            ! t/op/stat.t
23596 ____________________________________________________________________________
23597 [ 28631] By: stevep                                on 2006/07/30  16:20:58
23598         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.87_55.tar.gz
23599              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
23600              Date: Sat, 29 Jul 2006 22:06:31 +0200
23601              Message-ID: <877j1w2n20.fsf@k75.linux.bogus>
23602      Branch: perl
23603            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
23604            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
23605 ____________________________________________________________________________
23606 [ 28630] By: steveh                                on 2006/07/28  16:37:48
23607         Log: Remove a (UINT) cast to silence a VC6 compiler warning
23608              (this was added by #27352, but Digest-SHA-5.37 changed the
23609              loop variable to be signed so the cast now needs to go).
23610              Also bump the VERSION since #27482 has not yet been applied
23611              to the CPAN version.
23612      Branch: perl
23613            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/sha.c
23614 ____________________________________________________________________________
23615 [ 28629] By: merijn                                on 2006/07/28  08:04:01
23616         Log: Subject: [PATCH] z/OS: an easy test nit
23617              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23618              Date: Thu, 27 Jul 2006 20:00:02 +0300 (EEST)
23619              Message-Id: <200607271700.k6RH02V1355005@kosh.hut.fi>
23620      Branch: perl
23621            ! ext/PerlIO/t/encoding.t
23622 ____________________________________________________________________________
23623 [ 28628] By: stevep                                on 2006/07/28  00:42:04
23624         Log: Change stat() and -X filetests so that they treat *FILE{IO} 
23625              filehandles like *FILE filehandles.  This resolves RT #8244.
23626      Branch: perl
23627            ! doio.c pp_sys.c
23628 ____________________________________________________________________________
23629 [ 28627] By: stevep                                on 2006/07/27  21:17:10
23630         Log: Upgrade to Digest-SHA-5.42
23631      Branch: perl
23632            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
23633            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
23634            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
23635            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
23636            ! ext/Digest/SHA/t/1-exist.t ext/Digest/SHA/t/2-nist-sha-oo.t
23637            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
23638            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
23639            ! ext/Digest/SHA/t/3-gillogly-hard.t
23640            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
23641 ____________________________________________________________________________
23642 [ 28626] By: steveh                                on 2006/07/27  16:25:41
23643         Log: Clear up most of the VC6 compiler warnings in the following smoke:
23644              http://www.nntp.perl.org/group/perl.daily-build.reports/39733
23645      Branch: perl
23646            ! doio.c ext/B/B.xs ext/XS/APItest/APItest.xs hv.c op.c pp.c
23647            ! pp_pack.c utf8.c
23648 ____________________________________________________________________________
23649 [ 28625] By: merijn                                on 2006/07/27  15:33:07
23650         Log: #7217: config.h comments for HAS_POLL incorrect
23651              http://rt.perl.org/rt3/Ticket/Display.html?id=7217
23652              Date: Mon, 2 Jul 2001 14:58:27 -0700
23653              From: David Dyck <dcd@tc.fluke.com>
23654              Subject: config.h comments for HAS_POLL incorrect
23655      Branch: perl
23656            ! config_h.SH
23657 ____________________________________________________________________________
23658 [ 28623] By: craigb                                on 2006/07/27  13:54:55
23659         Log: Subject: Re: Silence/fix more warnings from the regex engine
23660              From: demerphq <demerphq@gmail.com>
23661              Date: Tue, 18 Jul 2006 21:57:15 +0200
23662              Message-ID: <9b18b3110607181257l28cc424aj1de28ebfc4c196d7@mail.gmail.com>
23663              
23664              REGCP_SET should only set a value, not check the previous value of its arg
23665      Branch: perl
23666            ! regexec.c
23667 ____________________________________________________________________________
23668 [ 28622] By: stevep                                on 2006/07/27  11:00:18
23669         Log: Subject: [perl #39835] Patch for perlipc.pod to update TCP server example wrt safe signals and accept()
23670              From: Andy Wardley (via RT) <perlbug-followup@perl.org>
23671              Date: Fri, 14 Jul 2006 10:11:44 -0700      
23672              Message-ID: <rt-3.6.HEAD-20371-1152897103-1865.39835-75-0@perl.org>
23673      Branch: perl
23674            ! pod/perlipc.pod
23675 ____________________________________________________________________________
23676 [ 28621] By: rgs                                   on 2006/07/26  20:36:19
23677         Log: Some notes in perl594delta.
23678      Branch: perl
23679            ! pod/perl594delta.pod
23680 ____________________________________________________________________________
23681 [ 28620] By: rgs                                   on 2006/07/26  20:32:08
23682         Log: Subject: interpolation of @- (and @+) in patterns ([perl #27940] comes back)
23683              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23684              Date: Tue, 25 Jul 2006 00:15:50 +0900
23685              Message-Id: <20060725001517.3C5D.BQW10602@nifty.com>
23686      Branch: perl
23687            ! pod/perlop.pod t/op/pat.t t/op/subst.t t/op/tr.t toke.c
23688 ____________________________________________________________________________
23689 [ 28619] By: stevep                                on 2006/07/26  13:54:28
23690         Log: Added tests from CGI.pm that had not been integrated into core.
23691      Branch: perl
23692            + lib/CGI/t/start_end_asterisk.t lib/CGI/t/start_end_end.t
23693            + lib/CGI/t/start_end_start.t
23694            ! MANIFEST
23695 ____________________________________________________________________________
23696 [ 28618] By: rgs                                   on 2006/07/26  06:41:56
23697         Log: Add a few links to standard modules in perlfunc, by Gabor Szabo.
23698      Branch: perl
23699            ! pod/perlfunc.pod
23700 ____________________________________________________________________________
23701 [ 28617] By: stevep                                on 2006/07/26  01:59:06
23702         Log: Subject: [PATCH] Re: [ID 20000816.012] *foo = *_ is broken
23703              From: Mike Guy <mjtg@cam.ac.uk>
23704              Date: Thu, 17 Aug 2000 16:26:56 +0100
23705              Message-Id: <E13PRZI-0007Ge-00@libra.cus.cam.ac.uk>
23706              
23707              Only part regarding @ARG missing from the documentation was applied.
23708      Branch: perl
23709            ! pod/perlvar.pod
23710 ____________________________________________________________________________
23711 [ 28616] By: mhx                                   on 2006/07/25  18:54:08
23712         Log: Upgrade to Devel::PPPort 3.09_02
23713      Branch: perl
23714            + ext/Devel/PPPort/parts/inc/strlfuncs
23715            + ext/Devel/PPPort/t/strlfuncs.t
23716            ! MANIFEST ext/Devel/PPPort/Changes
23717            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
23718            ! ext/Devel/PPPort/parts/apicheck.pl
23719            ! ext/Devel/PPPort/parts/base/5009004
23720            ! ext/Devel/PPPort/parts/embed.fnc
23721            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
23722 ____________________________________________________________________________
23723 [ 28615] By: mhx                                   on 2006/07/25  18:42:26
23724         Log: Very recent development versions of gcc (4.2.0 20060715) seem
23725              to have switched from '<command line>' to '<command-line>'.
23726      Branch: perl
23727            ! makedepend.SH
23728 ____________________________________________________________________________
23729 [ 28614] By: stevep                                on 2006/07/24  17:30:38
23730         Log: Replace some sprintf()'s in Data::Dumper with my_snprintf()'s
23731      Branch: perl
23732            ! ext/Data/Dumper/Dumper.xs mkppport.lst
23733 ____________________________________________________________________________
23734 [ 28613] By: rgs                                   on 2006/07/23  20:32:33
23735         Log: Revert change 28603: this was a wrong fix, that didn't prevent
23736              a later crash. Reindent a bit of the same function.
23737      Branch: perl
23738            ! pp_hot.c
23739 ____________________________________________________________________________
23740 [ 28612] By: rgs                                   on 2006/07/23  19:59:55
23741         Log: Subject: [PATCH document] perlop: parsing quoted constructs 
23742              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23743              Date: Sun, 16 Jul 2006 20:06:33 +0900
23744              Message-Id: <20060716200218.2CE6.BQW10602@nifty.com>
23745      Branch: perl
23746            ! pod/perlop.pod
23747 ____________________________________________________________________________
23748 [ 28611] By: stevep                                on 2006/07/23  13:46:05
23749         Log: The rest of the changes for Sys-Syslog-0.17 which my new patch no
23750              longer automatically "p4 edits" for me.
23751      Branch: perl
23752            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
23753            ! ext/Sys/Syslog/README ext/Sys/Syslog/t/syslog.t
23754 ____________________________________________________________________________
23755 [ 28610] By: stevep                                on 2006/07/23  13:42:55
23756         Log: Upgrade to Sys-Syslog-0.17
23757      Branch: perl
23758            ! ext/Sys/Syslog/Syslog.pm
23759 ____________________________________________________________________________
23760 [ 28609] By: stevep                                on 2006/07/23  13:20:07
23761         Log: Subject: [PATCH] Tru64: if cc given both -O and -g, -g must be -g3
23762              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23763              Date: Sun, 23 Jul 2006 10:18:11 +0300 (EEST)
23764              Message-Id: <200607230718.k6N7IB4u009170@kosh.hut.fi>
23765      Branch: perl
23766            ! hints/dec_osf.sh
23767 ____________________________________________________________________________
23768 [ 28608] By: rgs                                   on 2006/07/23  13:17:48
23769         Log: Revert part of last change, that was causing utf8 test failures
23770      Branch: perl
23771            ! toke.c
23772 ____________________________________________________________________________
23773 [ 28607] By: rgs                                   on 2006/07/23  13:04:10
23774         Log: Subject: [PATCH] z/OS: pp_sys.c, reg*.c, toke.c, utf8.c
23775              From: Jarkko Hietaniemi <jhi@iki.fi>
23776              Date: Sat, 22 Jul 2006 18:51:48 +0300
23777              Message-ID: <44C24994.6020008@iki.fi>
23778      Branch: perl
23779            ! pp_sys.c regcomp.c regexec.c toke.c utf8.c
23780 ____________________________________________________________________________
23781 [ 28606] By: rgs                                   on 2006/07/23  12:51:02
23782         Log: Add another volatile modifier to protect against longjmp clobbering
23783      Branch: perl
23784            ! op.c
23785 ____________________________________________________________________________
23786 [ 28605] By: mhx                                   on 2006/07/21  17:56:39
23787         Log: Upgrade to Devel::PPPort 3.09_01
23788      Branch: perl
23789            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
23790            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
23791            ! ext/Devel/PPPort/mktests.PL ext/Devel/PPPort/parts/ppptools.pl
23792            ! ext/Devel/PPPort/soak
23793 ____________________________________________________________________________
23794 [ 28604] By: rgs                                   on 2006/07/21  15:27:20
23795         Log: More tweaks to threads 1.37, by Jerry D. Hedden
23796      Branch: perl
23797            ! ext/threads/Changes ext/threads/t/exit.t
23798            ! ext/threads/t/thread.t ext/threads/threads.pm
23799            ! ext/threads/threads.xs
23800 ____________________________________________________________________________
23801 [ 28603] By: rgs                                   on 2006/07/20  22:03:59
23802         Log: In pp_entersub, accept to handle a CV with a NULL padlist.
23803              This fixes a crash with mod_perl 1.29.
23804      Branch: perl
23805            ! pp_hot.c
23806 ____________________________________________________________________________
23807 [ 28602] By: rgs                                   on 2006/07/20  21:36:25
23808         Log: Upgrade to threads 1.37, by Jerry D. Hedden
23809      Branch: perl
23810            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
23811            ! ext/threads/t/thread.t ext/threads/threads.pm
23812            ! ext/threads/threads.xs
23813 ____________________________________________________________________________
23814 [ 28601] By: rgs                                   on 2006/07/19  21:34:05
23815         Log: Band-aid for segfault in ext/threads/t/blocks.t on SMP machines
23816      Branch: perl
23817            ! pp_hot.c
23818 ____________________________________________________________________________
23819 [ 28600] By: stevep                                on 2006/07/19  14:59:24
23820         Log: Subject: [perl #39876] Time::gmtime 1.02 examples patch
23821              From: Alexandr Ciornii (via RT) <perlbug-followup@perl.org>
23822              Date: Wed, 19 Jul 2006 05:46:36 -0700
23823              Message-ID: <rt-3.6.HEAD-25412-1153313196-897.39876-75-0@perl.org>
23824              
23825              Pod fixes for Time::gmtime.pm
23826      Branch: perl
23827            ! lib/Time/gmtime.pm
23828 ____________________________________________________________________________
23829 [ 28599] By: rgs                                   on 2006/07/18  21:43:52
23830         Log: Subject: [PATCH] make magic vtables const if PERL_GLOBAL_STRUCT_PRIVATE
23831              From: Jarkko Hietaniemi <jhi@iki.fi>
23832              Date: Mon, 17 Jul 2006 09:09:24 +0300
23833              Message-ID: <44BB2994.5090609@iki.fi>
23834      Branch: perl
23835            ! perl.h pod/perlguts.pod pod/perlhack.pod
23836 ____________________________________________________________________________
23837 [ 28598] By: rgs                                   on 2006/07/18  21:02:39
23838         Log: Subject: [PATCH] [Fwd: Smoke [5.9.4] 28575 FAIL(XF) OSF1 V5.1 (EV6/4 cpu)]
23839              From: "Jerry D. Hedden" <jerry@hedden.us>
23840              Date: Mon, 17 Jul 2006 05:00:01 -0700
23841              Message-ID: <20060717050001.fb30e530d17747c2b054d625b8945d88.b729fe881f.wbe@email.secureserver.net>
23842      Branch: perl
23843            ! ext/threads/t/basic.t ext/threads/t/free.t
23844 ____________________________________________________________________________
23845 [ 28597] By: steveh                                on 2006/07/18  12:11:36
23846         Log: Fix Borland problem with quoted pre-processor macros in response files
23847              
23848              This should clear up the errors from Module/Build/t/ppm.t and
23849              Module/Build/t/xs.t in the Borland smokes.
23850              
23851              Subject: Re: Smoke [5.9.4] 27656 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
23852              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
23853              Date: Thu, 06 Apr 2006 22:33:04 -0400
23854              Message-ID: <4435CF60.1000707@thepierianspring.org>
23855              
23856              See the thread here for details:
23857              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00027.html
23858      Branch: perl
23859            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
23860 ____________________________________________________________________________
23861 [ 28596] By: stevep                                on 2006/07/18  03:10:51
23862         Log: Additional reason for ssh passphrase failures.
23863      Branch: perl
23864            ! Porting/repository.pod
23865 ____________________________________________________________________________
23866 [ 28595] By: rgs                                   on 2006/07/17  21:11:52
23867         Log: Remove the C89 checking with gcc
23868              (but leave a note in perlhack)
23869      Branch: perl
23870            ! cflags.SH pod/perlhack.pod
23871 ____________________________________________________________________________
23872 [ 28594] By: steveh                                on 2006/07/17  14:32:19
23873         Log: Subject: Silence system warning during tests (only on win32 for now)
23874              From: demerphq <demerphq@gmail.com>
23875              Date: Sat, 15 Jul 2006 18:21:15 +0200
23876              Message-ID: <9b18b3110607150921p33be8e87wd51b2fd317a81587@mail.gmail.com>
23877      Branch: perl
23878            ! t/comp/opsubs.t
23879 ____________________________________________________________________________
23880 [ 28593] By: steveh                                on 2006/07/17  14:23:59
23881         Log: Avoid an error that VC++'s resource compiler seems to have
23882              with a reference to "perly.y" in "perly.h"
23883              
23884              See the thread here for details:
23885              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-07/msg00460.html
23886      Branch: perl
23887            ! perly.h regen_perly.pl
23888 ____________________________________________________________________________
23889 [ 28592] By: merijn                                on 2006/07/17  06:51:54
23890         Log: Cygwin doesn't cope (yet) with gcc flags -std=c89
23891      Branch: perl
23892            ! cflags.SH
23893 ____________________________________________________________________________
23894 [ 28591] By: rgs                                   on 2006/07/16  21:42:59
23895         Log: Check for taintedness of PERL5SHELL on Windows
23896              (bug #39832)
23897      Branch: perl
23898            ! taint.c
23899 ____________________________________________________________________________
23900 [ 28590] By: stevep                                on 2006/07/16  19:18:27
23901         Log: Subject: [PATCH] MIME::Base64 quoted-print.t: z/OS (EBCDIC)
23902              From: Jarkko Hietaniemi <jhi@iki.fi>
23903              Date: Sun, 16 Jul 2006 13:11:15 +0300
23904              Message-ID: <44BA10C3.8040007@iki.fi>
23905      Branch: perl
23906            ! ext/MIME/Base64/t/quoted-print.t
23907 ____________________________________________________________________________
23908 [ 28589] By: stevep                                on 2006/07/16  19:12:28
23909         Log: Subject: Re: Fix loads of warnings from the last escaping patch...
23910              From: demerphq <demerphq@gmail.com>
23911              Date: Sun, 16 Jul 2006 19:59:02 +0200
23912              Message-ID: <9b18b3110607161059j276ac869p450aa178150044ae@mail.gmail.com>
23913      Branch: perl
23914            ! dump.c embed.fnc ext/re/re.pm pod/perlapi.pod proto.h
23915            ! regcomp.c regcomp.h
23916 ____________________________________________________________________________
23917 [ 28588] By: stevep                                on 2006/07/16  19:06:01
23918         Log: Subject: [PATCH] perlhack: advertise Configure -Dgccansipedantic
23919              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
23920              Date: Sun, 16 Jul 2006 20:27:20 +0300 (EEST)
23921              Message-Id: <200607161727.k6GHRKFk069579@kosh.hut.fi>
23922      Branch: perl
23923            ! pod/perlhack.pod
23924 ____________________________________________________________________________
23925 [ 28587] By: stevep                                on 2006/07/16  15:40:29
23926         Log: Upgrade to Module-Build-0.2803
23927      Branch: perl
23928            ! lib/Module/Build.pm lib/Module/Build/Base.pm
23929            ! lib/Module/Build/Changes
23930 ____________________________________________________________________________
23931 [ 28586] By: stevep                                on 2006/07/16  14:54:58
23932         Log: Upgrade to Test-Simple-0.64
23933      Branch: perl
23934            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
23935            ! lib/Test/Simple/Changes lib/Test/Simple/t/skip.t
23936            ! lib/Test/Simple/t/tbt_01basic.t
23937            ! lib/Test/Simple/t/tbt_05faildiag.t
23938            ! lib/Test/Simple/t/tbt_06errormess.t
23939            ! lib/Test/Simple/t/tbt_07args.t
23940 ____________________________________________________________________________
23941 [ 28585] By: stevep                                on 2006/07/16  13:46:35
23942         Log: various safety/portability tweaks
23943              From: Jarkko Hietaniemi <jhi@iki.fi>
23944              Date: Sat, 15 Jul 2006 22:15:29 +0300
23945              Message-ID: <44B93ED1.7080000@iki.fi>
23946              
23947              Fix for change #28578.
23948      Branch: perl
23949            ! util.c
23950 ____________________________________________________________________________
23951 [ 28584] By: davem                                 on 2006/07/16  00:20:25
23952         Log: run regen_headerds
23953      Branch: perl
23954            ! embed.h global.sym proto.h
23955 ____________________________________________________________________________
23956 [ 28583] By: davem                                 on 2006/07/15  22:14:46
23957         Log: Subject:  [PATCH] comment update for scan_const
23958              From:  SADAHIRO Tomoyuki <bqw10602@nifty.com>
23959              Date:  Sat, 15 Jul 2006 20:16:01 +0900
23960              Message-Id:  <20060715201552.9FA5.BQW10602@nifty.com>
23961      Branch: perl
23962            ! toke.c
23963 ____________________________________________________________________________
23964 [ 28582] By: davem                                 on 2006/07/15  21:59:43
23965         Log: Subject:  Updated escaping code. utf8 regex debug output improvements
23966              From:  demerphq <demerphq@gmail.com>
23967              Date:  Sat, 15 Jul 2006 18:56:03 +0200
23968              Message-Id:  <9b18b3110607150956o6273a16clb1518911d1945d4@mail.gmail.com>
23969      Branch: perl
23970            ! dump.c embed.fnc ext/re/re.pm perl.h regcomp.c regcomp.h
23971            ! regexec.c
23972 ____________________________________________________________________________
23973 [ 28581] By: stevep                                on 2006/07/15  18:57:39
23974         Log: Adding Module::Build::Version missed in upgrade.
23975      Branch: perl
23976            + lib/Module/Build/Version.pm
23977            ! MANIFEST
23978 ____________________________________________________________________________
23979 [ 28580] By: stevep                                on 2006/07/15  15:22:35
23980         Log: Upgrade to ANSIColor-1.11
23981      Branch: perl
23982            + lib/Term/ANSIColor/t/basic.t lib/Term/ANSIColor/t/pod.t
23983            - lib/Term/ANSIColor/test.pl
23984            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
23985            ! lib/Term/ANSIColor/README
23986 ____________________________________________________________________________
23987 [ 28579] By: stevep                                on 2006/07/15  14:46:53
23988         Log: Upgrade to Module-Build-0.2802
23989      Branch: perl
23990            ! lib/Module/Build.pm lib/Module/Build/Base.pm
23991            ! lib/Module/Build/Changes lib/Module/Build/ModuleInfo.pm
23992            ! lib/Module/Build/t/moduleinfo.t
23993            ! lib/Module/Build/t/runthrough.t
23994 ____________________________________________________________________________
23995 [ 28578] By: merijn                                on 2006/07/15  11:53:36
23996         Log: Subject: [PATCH] various safety/portability tweaks
23997              From: Jarkko Hietaniemi <jhi@iki.fi>
23998              Date: Sat, 15 Jul 2006 13:14:32 +0300
23999              Message-ID: <44B8C008.4030300@iki.fi>
24000      Branch: perl
24001            ! pod/perlhack.pod pod/perltodo.pod pp_sys.c sv.c util.c
24002 ____________________________________________________________________________
24003 [ 28577] By: merijn                                on 2006/07/15  11:45:15
24004         Log: Subject: [PATCH] cflags.SH: add missing C files
24005              From: Jarkko Hietaniemi <jhi@iki.fi>
24006              Date: Sat, 15 Jul 2006 12:30:25 +0300
24007              Message-ID: <44B8B5B1.2050902@iki.fi>
24008      Branch: perl
24009            ! cflags.SH
24010 ____________________________________________________________________________
24011 [ 28576] By: merijn                                on 2006/07/15  11:41:59
24012         Log: Subject: [PATCH] Re: [PATCH] cflags.SH: add -std=c89
24013              From: Jarkko Hietaniemi <jhi@iki.fi>
24014              Date: Sat, 15 Jul 2006 12:19:45 +0300
24015              Message-ID: <44B8B331.8090009@iki.fi>
24016      Branch: perl
24017            ! cflags.SH
24018 ____________________________________________________________________________
24019 [ 28575] By: craigb                                on 2006/07/14  18:18:18
24020         Log: overload.t has same locale problem with VMS that it has with dec_osf
24021      Branch: perl
24022            ! t/uni/overload.t
24023 ____________________________________________________________________________
24024 [ 28574] By: craigb                                on 2006/07/14  18:09:40
24025         Log: Make sysconf tests handle unimplemented success indications
24026              for the benefit of Mac OS X and VMS.
24027      Branch: perl
24028            ! ext/POSIX/t/sysconf.t
24029 ____________________________________________________________________________
24030 [ 28573] By: steveh                                on 2006/07/14  14:42:57
24031         Log: Silence a compiler warning on Win32/VC++
24032              
24033              Subject: Re: Smoke [5.9.4] 28569 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
24034              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
24035              Date: Fri, 14 Jul 2006 16:33:01 +0200
24036              Message-Id: <8CC2FF7E-42EE-4B28-A9D2-4FCD8C745004@mailbox.tu-berlin.de>
24037      Branch: perl
24038            ! ext/Hash/Util/FieldHash/FieldHash.xs
24039 ____________________________________________________________________________
24040 [ 28572] By: stevep                                on 2006/07/14  14:38:28
24041         Log: Skip tests for pathconf() and fpathconf() on HP-UX for 
24042              _PC_CHOWN_RESTRICTED.  The HP-UX manpage suggests not trying
24043              to do it, and that the errno will not be set on failure.
24044      Branch: perl
24045            ! ext/POSIX/t/sysconf.t
24046 ____________________________________________________________________________
24047 [ 28571] By: davem                                 on 2006/07/14  11:50:37
24048         Log: remove regex postive super-linear cache code
24049              (it wasn't actually achieving anything)
24050      Branch: perl
24051            ! regexec.c t/op/re_tests
24052 ____________________________________________________________________________
24053 [ 28570] By: merijn                                on 2006/07/14  07:03:08
24054         Log: Subject: [PATCH] -DPERL_GLOBAL_STRUCT_PRIVATE tweaks (done_sanity_check global? yech!)
24055              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
24056              Date: Fri, 14 Jul 2006 09:34:09 +0300 (EEST)
24057              Message-Id: <200607140634.k6E6Y9Ia471707@kosh.hut.fi>
24058      Branch: perl
24059            ! hv.c sv.c
24060 ____________________________________________________________________________
24061 [ 28569] By: stevep                                on 2006/07/13  20:31:59
24062         Log: Version bumps for z/OS fixes.
24063      Branch: perl
24064            ! ext/Encode/Encode.pm ext/MIME/Base64/Base64.pm
24065            ! ext/threads/shared/shared.pm
24066 ____________________________________________________________________________
24067 [ 28568] By: stevep                                on 2006/07/13  20:18:59
24068         Log: Subject: [PATCH] z/OS: CPAN-ized ext/ and lib/
24069              From: Jarkko Hietaniemi <jhi@iki.fi>
24070              Date: Thu, 13 Jul 2006 23:10:27 +0300
24071              Message-ID: <44B6A8B3.5070605@iki.fi>
24072      Branch: perl
24073            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
24074            ! ext/Encode/Encode.xs ext/Encode/t/utf8strict.t
24075            ! ext/MIME/Base64/Base64.xs ext/Storable/t/downgrade.t
24076            ! ext/Storable/t/overload.t ext/threads/shared/shared.xs
24077            ! lib/CGI/t/util-58.t lib/Digest/t/base.t lib/Digest/t/file.t
24078            ! lib/Pod/t/pod2html-lib.pl lib/Tie/File/t/09_gen_rs.t
24079 ____________________________________________________________________________
24080 [ 28567] By: merijn                                on 2006/07/13  17:12:00
24081         Log: Subject: [PATCH] z/OS: non-CPAN ext and lib + main() without the third arg + Stephen McCamant's comment
24082              From: Jarkko Hietaniemi <jhi@iki.fi>
24083              Date: Thu, 13 Jul 2006 19:47:29 +0300
24084              Message-ID: <44B67921.6090901@iki.fi>
24085      Branch: perl
24086            ! ext/B/B/Deparse.pm lib/AutoLoader.t lib/DBM_Filter/t/encode.t
24087            ! lib/DBM_Filter/t/utf8.t lib/ExtUtils/Constant/Utils.pm
24088            ! lib/ExtUtils/Embed.pm lib/ExtUtils/t/Embed.t
24089            ! lib/PerlIO/via/t/QuotedPrint.t lib/bytes.t lib/dumpvar.pl
24090            ! lib/utf8.t miniperlmain.c perl.h
24091 ____________________________________________________________________________
24092 [ 28566] By: stevep                                on 2006/07/13  15:46:11
24093         Log: Keep Intel C++ from claiming that it is gcc.
24094      Branch: perl
24095            ! hints/linux.sh
24096 ____________________________________________________________________________
24097 [ 28565] By: stevep                                on 2006/07/13  14:04:18
24098         Log: Clear up a few more warnings from blead.
24099      Branch: perl
24100            ! op.c perl.c reentr.c reentr.pl regexec.c
24101 ____________________________________________________________________________
24102 [ 28564] By: rgs                                   on 2006/07/13  08:46:30
24103         Log: Not everybody has env
24104      Branch: perl
24105            ! pod/perlintro.pod
24106 ____________________________________________________________________________
24107 [ 28563] By: rgs                                   on 2006/07/13  08:40:12
24108         Log: Subject: Re: Misunderstanding escapes in heredocs?
24109              From: demerphq <demerphq@gmail.com>
24110              Date: Sun, 9 Jul 2006 16:42:45 +0200
24111              Message-ID: <9b18b3110607090742gc55b4ffl402d5fadc5bd231e@mail.gmail.com>
24112              
24113              with formatting nits
24114      Branch: perl
24115            ! pod/perlop.pod
24116 ____________________________________________________________________________
24117 [ 28562] By: rgs                                   on 2006/07/13  08:17:04
24118         Log: Additions to perlhack based on a patch by Gabor Szabo
24119      Branch: perl
24120            ! pod/perlhack.pod
24121 ____________________________________________________________________________
24122 [ 28561] By: rgs                                   on 2006/07/13  08:04:44
24123         Log: Nits to the perlintro safety net (by Gabor Szabo and Merijn)
24124      Branch: perl
24125            ! pod/perlintro.pod
24126 ____________________________________________________________________________
24127 [ 28560] By: merijn                                on 2006/07/13  06:50:55
24128         Log: Relink to use temp file forced on current dir in mpeix
24129              Subject: [PATCH] mpeix/relink: tweak from Donna Garverick
24130              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
24131              Date: Thu, 13 Jul 2006 08:25:59 +0300 (EEST)
24132              Message-Id: <200607130525.k6D5PxFp251263@kosh.hut.fi>
24133      Branch: perl
24134            ! mpeix/relink
24135 ____________________________________________________________________________
24136 [ 28559] By: rgs                                   on 2006/07/12  13:19:04
24137         Log: Cleanup and conversion to t/test.pl
24138      Branch: perl
24139            ! ext/Devel/Peek/t/Peek.t
24140 ____________________________________________________________________________
24141 [ 28558] By: rgs                                   on 2006/07/12  12:29:58
24142         Log: I prefer array indexes that start from 0 in beginner docs
24143      Branch: perl
24144            ! pod/perlintro.pod
24145 ____________________________________________________________________________
24146 [ 28557] By: rgs                                   on 2006/07/12  12:28:34
24147         Log: Integration of strlcat is to-done (noticed by Yves)
24148      Branch: perl
24149            ! pod/perltodo.pod
24150 ____________________________________________________________________________
24151 [ 28556] By: steveh                                on 2006/07/12  10:28:39
24152         Log: Fix change #28552: VC++ doesn't like code before declarations
24153      Branch: perl
24154            ! ext/Hash/Util/FieldHash/FieldHash.xs
24155 ____________________________________________________________________________
24156 [ 28555] By: rgs                                   on 2006/07/12  09:56:04
24157         Log: Additions and removals in perltodo
24158      Branch: perl
24159            ! pod/perltodo.pod
24160 ____________________________________________________________________________
24161 [ 28554] By: merijn                                on 2006/07/12  09:40:14
24162         Log: Subject: [PATCH] more strictness in perlintro
24163              From: "Gabor Szabo" <szabgab@gmail.com>
24164              Date: Wed, 12 Jul 2006 10:30:06 +0300
24165              Message-ID: <d8a74af10607120030p1964b935y9493e29994a5b371@mail.gmail.com>
24166      Branch: perl
24167            ! pod/perlintro.pod
24168 ____________________________________________________________________________
24169 [ 28553] By: merijn                                on 2006/07/12  09:27:59
24170         Log: Subject: [PATCH] perlinro (use $fh filehandler + not to use built in function name in sub example)
24171              From: "Gabor Szabo" <szabgab@gmail.com>
24172              Date: Wed, 12 Jul 2006 10:51:03 +0300
24173              Message-ID: <d8a74af10607120051t10382a7fw95ce094f0f395490@mail.gmail.com>
24174      Branch: perl
24175            ! pod/perlintro.pod
24176 ____________________________________________________________________________
24177 [ 28552] By: rgs                                   on 2006/07/12  09:00:01
24178         Log: Subject: Re: [PATCH] FieldHash coverity-compliant
24179              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
24180              Date: Wed, 12 Jul 2006 00:45:44 +0200
24181              Message-Id: <7AEBF247-0AF7-46A8-9D61-D38B45FD21EA@mailbox.tu-berlin.de>
24182      Branch: perl
24183            ! ext/Hash/Util/FieldHash/FieldHash.xs
24184 ____________________________________________________________________________
24185 [ 28551] By: rgs                                   on 2006/07/12  08:49:17
24186         Log: Upgrade to PathTools 3.19
24187      Branch: perl
24188            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
24189            ! lib/File/Spec/Unix.pm lib/File/Spec/t/Spec.t
24190 ____________________________________________________________________________
24191 [ 28550] By: merijn                                on 2006/07/12  06:53:22
24192         Log: Subject: [PATCH] z/OS: t/ - mostly EBCDIC fixes
24193              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
24194              Date: Wed, 12 Jul 2006 00:01:29 +0300 (EEST)
24195              Message-Id: <200607112101.k6BL1TGr321715@kosh.hut.fi>
24196      Branch: perl
24197            ! t/comp/parser.t t/op/caller.t t/op/chop.t t/op/exec.t
24198            ! t/op/index.t t/op/pack.t t/op/pat.t t/op/sprintf.t
24199            ! t/op/utfhash.t t/run/fresh_perl.t t/uni/case.pl t/uni/class.t
24200 ____________________________________________________________________________
24201 [ 28549] By: rgs                                   on 2006/07/11  17:00:26
24202         Log: A few rough notes for the next perldelta
24203      Branch: perl
24204            ! pod/perl594delta.pod
24205 ____________________________________________________________________________
24206 [ 28548] By: rgs                                   on 2006/07/11  14:55:17
24207         Log: Revert bogus fix for bug #27940, which wasn't really a bug,
24208              and a new test item, as found and suggested by Sadahiro Tomoyuki.
24209      Branch: perl
24210            ! t/op/pat.t toke.c
24211 ____________________________________________________________________________
24212 [ 28547] By: rgs                                   on 2006/07/11  14:06:08
24213         Log: Subject: Re: Misunderstanding escapes in heredocs?
24214              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24215              Date: Sun, 09 Jul 2006 11:57:42 +0900
24216              Message-Id: <20060709115613.78FF.BQW10602@nifty.com>
24217      Branch: perl
24218            ! pod/perlop.pod
24219 ____________________________________________________________________________
24220 [ 28546] By: stevep                                on 2006/07/11  12:31:10
24221         Log: Upgrade to Text-Tabs+Wrap-2006.0711.  Keep the local changes from
24222              change #27541.  Also, leave out the test files Jacobson.t and 
24223              Jacobson2.t which both generated several warnings.
24224      Branch: perl
24225            + lib/Text/TabsWrap/t/37000.t lib/Text/TabsWrap/t/39548.t
24226            + lib/Text/TabsWrap/t/Jochen.t lib/Text/TabsWrap/t/belg4mit.t
24227            + lib/Text/TabsWrap/t/sep.t lib/Text/TabsWrap/t/sep2.t
24228            ! MANIFEST lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG
24229            ! lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
24230 ____________________________________________________________________________
24231 [ 28545] By: steveh                                on 2006/07/11  11:26:17
24232         Log: Fix change #28533: my_strlcpy does not return the dest str!
24233      Branch: perl
24234            ! util.c
24235 ____________________________________________________________________________
24236 [ 28544] By: rgs                                   on 2006/07/11  09:29:23
24237         Log: Adjust test count in threads test
24238      Branch: perl
24239            ! ext/threads/t/kill.t
24240 ____________________________________________________________________________
24241 [ 28543] By: rgs                                   on 2006/07/11  09:27:25
24242         Log: Subject: [PATCH] threads 1.36 - Signalling terminated threads core dumps
24243              From: "Jerry D. Hedden" <jerry@hedden.us>
24244              Date: Mon, 10 Jul 2006 13:28:25 -0700
24245              Message-ID: <20060710132825.fb30e530d17747c2b054d625b8945d88.5bdc82d2c0.wbe@email.secureserver.net>
24246      Branch: perl
24247            ! ext/threads/Changes ext/threads/README ext/threads/t/kill.t
24248            ! ext/threads/t/thread.t ext/threads/threads.pm
24249            ! ext/threads/threads.xs
24250 ____________________________________________________________________________
24251 [ 28542] By: rgs                                   on 2006/07/11  08:06:26
24252         Log: Subject: [PATCH] FieldHash coverity-compliant
24253              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
24254              Date: Mon, 10 Jul 2006 21:30:15 +0200
24255              Message-Id: <9C6C104C-8040-489A-BB35-40D22BC48AFC@mailbox.tu-berlin.de>
24256      Branch: perl
24257            ! ext/Hash/Util/FieldHash/FieldHash.xs
24258            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
24259            ! ext/Hash/Util/FieldHash/t/02_function.t
24260            ! ext/Hash/Util/FieldHash/t/04_thread.t
24261 ____________________________________________________________________________
24262 [ 28541] By: rgs                                   on 2006/07/11  07:55:21
24263         Log: Subject: [PATCH] Re: [perl #39634] gcc 3.3 has problems with __attribute__((unused))
24264              From: Andy Dougherty <doughera@lafayette.edu>
24265              Date: Mon, 10 Jul 2006 13:16:27 -0400 (EDT)
24266              Message-ID: <Pine.LNX.4.62.0607101312540.24708@fractal.phys.lafayette.edu>
24267      Branch: perl
24268            ! perl.h
24269 ____________________________________________________________________________
24270 [ 28540] By: rgs                                   on 2006/07/11  07:48:24
24271         Log: Subject: [PATCH] sysconf.t: still failing in tru64, try harder to skip
24272              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
24273              Date: Tue, 11 Jul 2006 09:23:08 +0300 (EEST)
24274              Message-Id: <200607110623.k6B6N8Ni488812@kosh.hut.fi>
24275      Branch: perl
24276            ! ext/POSIX/t/sysconf.t
24277 ____________________________________________________________________________
24278 [ 28539] By: rgs                                   on 2006/07/10  20:14:34
24279         Log: Subject: [PATCH] z/OS: hints/os390.sh and Makefile.SH
24280              From: Jarkko Hietaniemi <jhi@iki.fi>
24281              Date: Mon, 10 Jul 2006 22:55:33 +0300
24282              Message-ID: <44B2B0B5.3000008@iki.fi>
24283      Branch: perl
24284            ! Makefile.SH hints/os390.sh
24285 ____________________________________________________________________________
24286 [ 28538] By: rgs                                   on 2006/07/10  19:42:18
24287         Log: Update Changes
24288      Branch: perl
24289            ! Changes
24290 ____________________________________________________________________________
24291 [ 28537] By: stevep                                on 2006/07/10  19:28:54
24292         Log: Subject: [PATCH] perlhack: argh...
24293              From: Jarkko Hietaniemi <jhi@iki.fi>
24294              Date: Mon, 10 Jul 2006 21:07:35 +0300
24295              Message-ID: <44B29767.4040606@iki.fi>
24296      Branch: perl
24297            ! pod/perlhack.pod
24298 ____________________________________________________________________________
24299 [ 28536] By: stevep                                on 2006/07/10  19:12:07
24300         Log: Restoring change #28523 accidentilly reverted with change #28528.
24301      Branch: perl
24302            ! doio.c
24303 ____________________________________________________________________________
24304 [ 28535] By: stevep                                on 2006/07/10  18:26:25
24305         Log: Fix another empty if-statement warning
24306      Branch: perl
24307            ! sv.c
24308 ____________________________________________________________________________
24309 [ 28534] By: stevep                                on 2006/07/10  18:17:30
24310         Log: Silence empty if-statement warning.
24311      Branch: perl
24312            ! universal.c
24313 ____________________________________________________________________________
24314 [ 28533] By: stevep                                on 2006/07/10  17:23:02
24315         Log: Convert some low hanging fruit to my_strlcpy/my_strlcat.
24316      Branch: perl
24317            ! doio.c mg.c pp_sys.c toke.c util.c
24318 ____________________________________________________________________________
24319 [ 28532] By: rgs                                   on 2006/07/10  17:09:38
24320         Log: POD fixes in perlhack
24321      Branch: perl
24322            ! pod/perlhack.pod
24323 ____________________________________________________________________________
24324 [ 28531] By: rgs                                   on 2006/07/10  17:07:43
24325         Log: Typo found by Craig Berry
24326      Branch: perl
24327            ! pod/perlhack.pod
24328 ____________________________________________________________________________
24329 [ 28530] By: rgs                                   on 2006/07/10  17:05:12
24330         Log: More perlhack portability additions by Jarkko
24331      Branch: perl
24332            ! pod/perlhack.pod
24333 ____________________________________________________________________________
24334 [ 28529] By: rgs                                   on 2006/07/10  14:04:00
24335         Log: Subject: [PATCH] threads 1.35 - Borland compiler fix
24336              From: "Jerry D. Hedden" <jerry@hedden.us>
24337              Date: Mon, 10 Jul 2006 06:49:34 -0700
24338              Message-ID: <20060710064934.fb30e530d17747c2b054d625b8945d88.384e3b280c.wbe@email.secureserver.net>
24339      Branch: perl
24340            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
24341            ! ext/threads/threads.pm ext/threads/threads.xs
24342 ____________________________________________________________________________
24343 [ 28528] By: stevep                                on 2006/07/10  13:55:39
24344         Log: Change existing uses of strlcpy()/strlcat() to use new my_strlcpy()/
24345              my_strlcat() API.  Convert ext/File/Glob/bsd_glob.c to use 
24346              my_strlcat().  Add to the strlcy()/strlcat() todo entry.
24347      Branch: perl
24348            ! doio.c ext/File/Glob/bsd_glob.c pod/perltodo.pod pp_ctl.c
24349            ! util.c
24350 ____________________________________________________________________________
24351 [ 28527] By: rgs                                   on 2006/07/10  12:46:41
24352         Log: Subject: [PATCH] perlhack: more portability musings
24353              From: Jarkko Hietaniemi <jhi@iki.fi>
24354              Date: Mon, 10 Jul 2006 15:41:10 +0300
24355              Message-ID: <44B24AE6.6030708@iki.fi>
24356      Branch: perl
24357            ! pod/perlhack.pod
24358 ____________________________________________________________________________
24359 [ 28526] By: rgs                                   on 2006/07/10  12:01:20
24360         Log: Subject: examples in the core documentation
24361              From: "Gabor Szabo" <szabgab@gmail.com>
24362              Date: Sun, 9 Jul 2006 15:44:47 +0200
24363              Message-ID: <d8a74af10607090644o5c1ee3b2p98f6aa9301898b44@mail.gmail.com>
24364      Branch: perl
24365            ! pod/perlfunc.pod
24366 ____________________________________________________________________________
24367 [ 28525] By: stevep                                on 2006/07/10  11:28:24
24368         Log: Add Russ Allbery's public domain implementations of strlcat and
24369              strlcpy as Perl_my_strlcat and Perl_my_strlcpy to the Perl core.
24370              Thanks Russ!
24371      Branch: perl
24372            ! embed.fnc embed.h global.sym perl.h proto.h util.c
24373 ____________________________________________________________________________
24374 [ 28524] By: rgs                                   on 2006/07/10  10:16:53
24375         Log: Add a macro to remove duplicated code
24376              
24377              Subject: Re: cut-and-paste findings for blead 28504
24378              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24379              Date: Sun, 09 Jul 2006 13:47:04 +0900
24380              Message-Id: <20060709134236.E51A.BQW10602@nifty.com>
24381      Branch: perl
24382            ! pp_sort.c
24383 ____________________________________________________________________________
24384 [ 28523] By: rgs                                   on 2006/07/10  10:11:22
24385         Log: Fix a signed/unsigned warning
24386      Branch: perl
24387            ! doio.c
24388 ____________________________________________________________________________
24389 [ 28522] By: rgs                                   on 2006/07/10  09:53:33
24390         Log: Pod cleanup in Shell.pm
24391      Branch: perl
24392            ! lib/Shell.pm
24393 ____________________________________________________________________________
24394 [ 28521] By: merijn                                on 2006/07/10  07:41:25
24395         Log: Even Jarkko's patches should go in only once
24396              Subject: [PATCH] undouble Jarkko's patch
24397              From: andy@petdance.com (Andy Lester)
24398              Date: Mon, 10 Jul 2006 00:22:18 -0500
24399              Message-ID: <20060710052218.GA7477@petdance.com>
24400      Branch: perl
24401            ! pod/perlhack.pod
24402 ____________________________________________________________________________
24403 [ 28520] By: stevep                                on 2006/07/10  03:07:59
24404         Log: Subject: [PATCH] Skip tests of a POSIX constant on Mac OS X because saved IDs are borked
24405              From: Dominic Dunlop <shouldbedomo@mac.com>
24406              Date: Sun, 9 Jul 2006 22:22:14 +0200
24407              Message-Id: <F1942C06-CDE3-47C6-AC5A-4358960E0F6E@mac.com>
24408      Branch: perl
24409            ! ext/POSIX/t/sysconf.t
24410 ____________________________________________________________________________
24411 [ 28519] By: stevep                                on 2006/07/10  00:29:02
24412         Log: Clear up test based on line number differences between the core and the
24413              Test-Simple version.
24414      Branch: perl
24415            ! lib/Test/Simple/t/tbt_01basic.t
24416 ____________________________________________________________________________
24417 [ 28518] By: nicholas                              on 2006/07/09  21:56:18
24418         Log: Tweak for Jarkko's addition to perlhack, suggested by Yves.
24419      Branch: perl
24420            ! pod/perlhack.pod
24421 ____________________________________________________________________________
24422 [ 28517] By: stevep                                on 2006/07/09  20:51:48
24423         Log: Hmmm...patch didn't warn about rejects in tbt_01basic.t.
24424      Branch: perl
24425            ! lib/Test/Simple/t/tbt_01basic.t
24426 ____________________________________________________________________________
24427 [ 28516] By: merijn                                on 2006/07/09  18:50:01
24428         Log: Subject: [PATCH] some coding guidelines/tips to perlhack (+ one perltodo)
24429              From: Jarkko Hietaniemi <jhi@iki.fi>
24430              Date: Sun, 09 Jul 2006 19:42:10 +0300
24431              Message-ID: <44B131E2.8050805@iki.fi>
24432      Branch: perl
24433            ! pod/perlhack.pod pod/perltodo.pod
24434 ____________________________________________________________________________
24435 [ 28515] By: stevep                                on 2006/07/09  13:57:25
24436         Log: Subject: [PATCH] perlhack.pod
24437              From: Jarkko Hietaniemi <jhi@iki.fi>
24438              Date: Sun, 09 Jul 2006 14:55:20 +0300
24439              Message-ID: <44B0EEA8.4080003@iki.fi>
24440      Branch: perl
24441            ! pod/perlhack.pod
24442 ____________________________________________________________________________
24443 [ 28514] By: stevep                                on 2006/07/09  13:51:37
24444         Log: Upgrade to Test-Simple-0.63
24445      Branch: perl
24446            ! lib/Test/Builder.pm lib/Test/Builder/Tester.pm
24447            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
24448            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/tbt_01basic.t
24449            ! lib/Test/Simple/t/tbt_05faildiag.t
24450 ____________________________________________________________________________
24451 [ 28513] By: mhx                                   on 2006/07/09  08:19:33
24452         Log: Integrate mkppport. All ppport.h files in the core will now
24453              be autogenerated at build time (and removed during cleanup).
24454      Branch: perl
24455            + mkppport mkppport.lst
24456            - ext/Compress/Raw/Zlib/ppport.h ext/Cwd/ppport.h
24457            - ext/Digest/SHA/ppport.h ext/Sys/Syslog/ppport.h
24458            - ext/Time/HiRes/ppport.h win32/ext/Win32API/File/ppport.h
24459            ! MANIFEST Makefile.SH vms/descrip_mms.template win32/Makefile
24460            ! win32/Makefile.ce win32/makefile.mk
24461 ____________________________________________________________________________
24462 [ 28512] By: stevep                                on 2006/07/08  18:08:07
24463         Log: Subject: [PATCH] Macroize vast tracks of duplicated code in regexec.c
24464              From: demerphq <demerphq@gmail.com>
24465              Date: Sat, 8 Jul 2006 17:48:34 +0200
24466              Message-ID: <9b18b3110607080848u663b114ag86f76ac5c9c9d5e@mail.gmail.com>
24467              
24468              Removing duplicated regexp trie-related code.
24469      Branch: perl
24470            ! regexec.c
24471 ____________________________________________________________________________
24472 [ 28511] By: stevep                                on 2006/07/08  18:00:17
24473         Log: Subject: [PATCH] optimisation for File::Spec::abs2rel where both args are relative
24474              From: Brendan O'Dea <bod@debian.org>
24475              Date: Thu, 6 Jul 2006 01:02:41 +1000
24476              Message-ID: <20060705150241.GA2244@londo.c47.org>
24477      Branch: perl
24478            ! lib/File/Spec/Unix.pm
24479 ____________________________________________________________________________
24480 [ 28510] By: stevep                                on 2006/07/08  17:51:43
24481         Log: Subject: [PATCH] perl5db.pl: read full lines from remote socket
24482              From: Brendan O'Dea <bod@debian.org>
24483              Date: Sat, 8 Jul 2006 13:27:50 +1000
24484              Message-ID: <20060708032750.GA20454@londo.c47.org>
24485      Branch: perl
24486            ! lib/perl5db.pl
24487 ____________________________________________________________________________
24488 [ 28509] By: stevep                                on 2006/07/08  17:47:24
24489         Log: Making encoding::warnings lexical is to-done.
24490      Branch: perl
24491            ! pod/perltodo.pod
24492 ____________________________________________________________________________
24493 [ 28508] By: stevep                                on 2006/07/08  17:28:36
24494         Log: Subject: Skip some POSIX tests when the thing they are testing is unimplemented
24495              From: demerphq <demerphq@gmail.com>
24496              Date: Sat, 8 Jul 2006 17:55:09 +0200
24497              Message-ID: <9b18b3110607080855g73407c4fx41a578815c2a6da2@mail.gmail.com>
24498      Branch: perl
24499            ! ext/POSIX/t/sysconf.t ext/POSIX/t/termios.t
24500 ____________________________________________________________________________
24501 [ 28507] By: mhx                                   on 2006/07/08  16:27:10
24502         Log: Upgrade to Devel::PPPort 3.09
24503      Branch: perl
24504            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
24505            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort_pm.PL
24506            ! ext/Devel/PPPort/parts/apidoc.fnc
24507            ! ext/Devel/PPPort/parts/base/5009004
24508            ! ext/Devel/PPPort/parts/embed.fnc
24509            ! ext/Devel/PPPort/parts/inc/podtest
24510            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
24511            ! ext/Devel/PPPort/t/podtest.t
24512 ____________________________________________________________________________
24513 [ 28506] By: stevep                                on 2006/07/08  14:50:33
24514         Log: Update Audrey Tang's email throughout various files.
24515      Branch: perl
24516            ! AUTHORS Porting/Maintainers.pl Porting/checkAUTHORS.pl
24517 ____________________________________________________________________________
24518 [ 28505] By: merijn                                on 2006/07/08  09:04:56
24519         Log: POSIX test improvements on True64
24520              Subject: [PATCH] the new POSIX tests
24521              From: Jarkko Hietaniemi <jhi@iki.fi>
24522              Date: Sat, 08 Jul 2006 11:43:05 +0300
24523              Message-ID: <44AF7019.3070509@iki.fi>
24524      Branch: perl
24525            ! ext/POSIX/POSIX.pod ext/POSIX/t/sysconf.t
24526            ! ext/POSIX/t/termios.t
24527 ____________________________________________________________________________
24528 [ 28504] By: stevep                                on 2006/07/08  01:14:28
24529         Log: Upgrade to encoding-warnings-0.10
24530      Branch: perl
24531            + lib/encoding/warnings/t/4-lexical.t
24532            ! MANIFEST lib/encoding/warnings.pm
24533            ! lib/encoding/warnings/t/3-normal.t
24534 ____________________________________________________________________________
24535 [ 28503] By: stevep                                on 2006/07/07  18:38:01
24536         Log: Subject: [PATCH] Test scripts for I18N::Langinfo and POSIX
24537              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
24538              Date: Fri, 07 Jul 2006 11:02:31 +0200
24539              Message-ID: <1152262951.44ae23272ffa0@imp3-g19.free.fr>
24540              
24541              Only includes changes to:
24542              * ext/I18N/Langinfo/t/Langinfo.t
24543              * ext/POSIX/t/sysconf.t
24544              * ext/POSIX/t/termios.t
24545      Branch: perl
24546            + ext/POSIX/t/sysconf.t ext/POSIX/t/termios.t
24547            ! MANIFEST ext/I18N/Langinfo/t/Langinfo.t
24548 ____________________________________________________________________________
24549 [ 28502] By: rgs                                   on 2006/07/07  14:52:15
24550         Log: Subject: Re: Dual life for Shell.pm
24551              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
24552              Date: Thu, 6 Jul 2006 13:02:23 -0300
24553              Message-ID: <73ddeb6c0607060902tc471f84sf1bb841b6e9ecddf@mail.gmail.com>
24554      Branch: perl
24555            ! lib/Shell.pm lib/Shell.t
24556 ____________________________________________________________________________
24557 [ 28501] By: rgs                                   on 2006/07/07  14:12:59
24558         Log: Subject: [PATCH] threads 1.34 - state methods
24559              From: "Jerry D. Hedden" <jerry@hedden.us>
24560              Date: Thu, 06 Jul 2006 07:33:13 -0700
24561              Message-ID: <20060706073313.fb30e530d17747c2b054d625b8945d88.baa39d91bc.wbe@email.secureserver.net>
24562      Branch: perl
24563            + ext/threads/t/state.t
24564            ! MANIFEST ext/threads/Changes ext/threads/README
24565            ! ext/threads/t/context.t ext/threads/t/thread.t
24566            ! ext/threads/threads.pm ext/threads/threads.xs
24567 ____________________________________________________________________________
24568 [ 28500] By: rgs                                   on 2006/07/07  13:23:45
24569         Log: Subject: More escaping in the RE
24570              From: demerphq <demerphq@gmail.com>
24571              Date: Fri, 7 Jul 2006 10:40:40 +0200
24572              Message-ID: <9b18b3110607070140p5cb2c58ftcadbcd113a58c3af@mail.gmail.com>
24573              
24574              (with tweaks)
24575      Branch: perl
24576            ! regcomp.c regcomp.h regexec.c
24577 ____________________________________________________________________________
24578 [ 28499] By: rgs                                   on 2006/07/07  09:50:35
24579         Log: Fix the implementation of list assignment to state().
24580      Branch: perl
24581            ! op.c t/lib/warnings/op t/op/state.t
24582 ____________________________________________________________________________
24583 [ 28498] By: rgs                                   on 2006/07/06  16:55:57
24584         Log: The state() implementation is not yet perfect. Check in a new todo test
24585      Branch: perl
24586            ! t/op/state.t
24587 ____________________________________________________________________________
24588 [ 28497] By: rgs                                   on 2006/07/06  16:35:37
24589         Log: Error in the formulation of the new warning, spotted by Dominic Dunlop
24590      Branch: perl
24591            ! pod/perldiag.pod
24592 ____________________________________________________________________________
24593 [ 28496] By: rgs                                   on 2006/07/06  15:49:30
24594         Log: Add a new warning, "State variable %s will be reinitialized"
24595      Branch: perl
24596            ! op.c pod/perldiag.pod t/lib/warnings/op
24597 ____________________________________________________________________________
24598 [ 28495] By: stevep                                on 2006/07/06  15:38:51
24599         Log: Upgrade to Module-Build-0.2801.
24600      Branch: perl
24601            ! lib/Module/Build.pm lib/Module/Build/Base.pm
24602            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
24603            ! lib/Module/Build/Cookbook.pm lib/Module/Build/Platform/Unix.pm
24604            ! lib/Module/Build/Platform/Windows.pm lib/Module/Build/YAML.pm
24605            ! lib/Module/Build/t/extend.t lib/Module/Build/t/lib/MBTest.pm
24606            ! lib/Module/Build/t/mbyaml.t lib/Module/Build/t/runthrough.t
24607 ____________________________________________________________________________
24608 [ 28494] By: stevep                                on 2006/07/06  15:18:58
24609         Log: Math-Complex now dual-lived with Jarkko Hietaniemi as the maintainer.
24610              Also, sync'ing up with the CPAN version of the module.
24611      Branch: perl
24612            ! Porting/Maintainers.pl lib/Math/Complex.pm lib/Math/Complex.t
24613            ! lib/Math/Trig.pm lib/Math/Trig.t
24614 ____________________________________________________________________________
24615 [ 28493] By: rgs                                   on 2006/07/06  14:31:55
24616         Log: Document state() variables in perlsub
24617      Branch: perl
24618            ! pod/perlsub.pod
24619 ____________________________________________________________________________
24620 [ 28492] By: stevep                                on 2006/07/06  14:12:56
24621         Log: Alphabetizing function names in perlfunc lists. 
24622      Branch: perl
24623            ! pod/perlfunc.pod
24624 ____________________________________________________________________________
24625 [ 28491] By: rgs                                   on 2006/07/06  13:36:57
24626         Log: Mention state variables in perldiag. Add switch-related keywords
24627              in the keyword listing section in perlfunc. Add a summary of
24628              C<state> in perlfunc. Fix a typo in the synopsis for C<our>.
24629              Don't say that C<my $_> is illegal in perlsub.
24630      Branch: perl
24631            ! pod/perldiag.pod pod/perlfunc.pod pod/perlsub.pod
24632 ____________________________________________________________________________
24633 [ 28490] By: rgs                                   on 2006/07/06  09:01:16
24634         Log: Introduce a new function, pv_escape(), to display contents of PVs
24635              that might contain non printable chars.
24636              
24637              Subject: Re: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
24638              From: demerphq <demerphq@gmail.com>
24639              Date: Wed, 5 Jul 2006 20:40:58 +0200
24640              Message-ID: <9b18b3110607051140n10c211a1jf17d3b7914d6f68b@mail.gmail.com>
24641      Branch: perl
24642            ! dump.c embed.fnc embed.h global.sym perl.h pod/perlapi.pod
24643            ! proto.h reentr.c regexec.c t/lib/warnings/9uninit
24644 ____________________________________________________________________________
24645 [ 28489] By: rgs                                   on 2006/07/05  21:00:31
24646         Log: Implement handling of state variables in list assignment
24647      Branch: perl
24648            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/state.t
24649 ____________________________________________________________________________
24650 [ 28488] By: rgs                                   on 2006/07/05  20:00:10
24651         Log: Fix a bug on setting OPpASSIGN_COMMON on a AASSIGN op when the left
24652              side is made out a list declared with our(). In this case OPpLVAL_INTRO
24653              isn't set on the left op, so we just remove that check. Add new tests.
24654      Branch: perl
24655            ! op.c t/op/array.t
24656 ____________________________________________________________________________
24657 [ 28487] By: rgs                                   on 2006/07/05  19:49:36
24658         Log: Adjust test count after introducing new constants in POSIX
24659      Branch: perl
24660            ! ext/B/t/concise-xs.t
24661 ____________________________________________________________________________
24662 [ 28486] By: stevep                                on 2006/07/05  16:27:16
24663         Log: Add constants needed for recvmsg()/sendmsg() support.
24664      Branch: perl
24665            ! ext/POSIX/Makefile.PL
24666 ____________________________________________________________________________
24667 [ 28485] By: stevep                                on 2006/07/05  15:40:05
24668         Log: Skip lib/Memoize/t/tie_ndbm.t if $TMP is not writable.
24669      Branch: perl
24670            ! lib/Memoize/t/tie_ndbm.t
24671 ____________________________________________________________________________
24672 [ 28484] By: rgs                                   on 2006/07/05  14:10:18
24673         Log: Add a TODO test for list assignment to a list of state variables.
24674              Not sure yet how to encode in the optree the information that
24675              state($x, $y) and (state $x, state $y) must be treated differently.
24676      Branch: perl
24677            ! t/op/state.t
24678 ____________________________________________________________________________
24679 [ 28483] By: rgs                                   on 2006/07/05  12:48:57
24680         Log: Don't add extra warning flags for gcc versions < 3.
24681      Branch: perl
24682            ! cflags.SH
24683 ____________________________________________________________________________
24684 [ 28482] By: rgs                                   on 2006/07/05  08:53:56
24685         Log: Make the distclean target remove lib/Hash correctly
24686      Branch: perl
24687            ! Makefile.SH
24688 ____________________________________________________________________________
24689 [ 28481] By: craigb                                on 2006/07/05  02:31:06
24690         Log: Subject: [PATCH] RE: [PATCH] threads 1.33
24691              From: "Jerry D. Hedden" <jdhedden@cpan.org>
24692              Message-id: <20060704171845.fb30e530d17747c2b054d625b8945d88.f0db2cab53.wbe@email.secureserver.net>
24693              Date: Tue, 04 Jul 2006 17:18:45 -0700
24694              
24695              exiting from threads works differently on VMS
24696      Branch: perl
24697            ! ext/threads/t/exit.t
24698 ____________________________________________________________________________
24699 [ 28480] By: craigb                                on 2006/07/04  21:27:42
24700         Log: fix signed/unsigned nit in reentr.c
24701      Branch: perl
24702            ! reentr.c
24703 ____________________________________________________________________________
24704 [ 28479] By: craigb                                on 2006/07/04  19:08:16
24705         Log: fix type mismatch warning caused by return statement lurking in DIE macro
24706      Branch: perl
24707            ! doio.c
24708 ____________________________________________________________________________
24709 [ 28478] By: nicholas                              on 2006/07/04  18:58:10
24710         Log: Subject: [PATCH] more warning-silencing in FieldHash
24711              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
24712              Message-Id: <CE8BC13E-8BE5-4743-803C-6DF0D1FB2010@mailbox.tu-berlin.de>
24713              Date: Tue, 4 Jul 2006 19:42:12 +0200
24714      Branch: perl
24715            ! ext/Hash/Util/FieldHash/FieldHash.xs
24716            ! ext/Hash/Util/FieldHash/t/02_function.t
24717            ! ext/Hash/Util/FieldHash/t/05_perlhook.t
24718 ____________________________________________________________________________
24719 [ 28477] By: rgs                                   on 2006/07/04  12:04:58
24720         Log: Subject: [PATCH] consting and localizing in universal.c
24721              From: andy@petdance.com (Andy Lester)
24722              Date: Mon, 3 Jul 2006 17:41:48 -0500
24723              Message-ID: <20060703224148.GA14449@petdance.com>
24724      Branch: perl
24725            ! embed.fnc proto.h universal.c
24726 ____________________________________________________________________________
24727 [ 28476] By: rgs                                   on 2006/07/04  09:42:12
24728         Log: Subject: [PATCH] toke.c consting and localizing
24729              From: andy@petdance.com (Andy Lester)
24730              Date: Mon, 3 Jul 2006 17:42:50 -0500
24731              Message-ID: <20060703224250.GA14481@petdance.com>
24732      Branch: perl
24733            ! toke.c
24734 ____________________________________________________________________________
24735 [ 28475] By: rgs                                   on 2006/07/04  09:37:10
24736         Log: Subject: [PATCH] threads 1.33
24737              From: "Jerry D. Hedden" <jdhedden@cpan.org>
24738              Date: Mon, 03 Jul 2006 09:01:53 -0700
24739              Message-ID: <20060703090153.fb30e530d17747c2b054d625b8945d88.b26e047e0f.wbe@email.secureserver.net>
24740      Branch: perl
24741            + ext/threads/t/exit.t
24742            ! MANIFEST ext/threads/Changes ext/threads/README
24743            ! ext/threads/t/blocks.t ext/threads/t/context.t
24744            ! ext/threads/t/end.t ext/threads/t/free.t ext/threads/t/free2.t
24745            ! ext/threads/t/join.t ext/threads/t/thread.t
24746            ! ext/threads/threads.pm ext/threads/threads.xs
24747 ____________________________________________________________________________
24748 [ 28474] By: mhx                                   on 2006/07/03  21:40:58
24749         Log: Upgrade to Devel::PPPort 3.08_07
24750      Branch: perl
24751            + ext/Devel/PPPort/PPPort.xs
24752            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
24753            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
24754            ! ext/Devel/PPPort/parts/inc/ppphbin
24755            ! ext/Devel/PPPort/parts/inc/ppphdoc
24756            ! ext/Devel/PPPort/parts/inc/ppphtest ext/Devel/PPPort/soak
24757            ! ext/Devel/PPPort/t/ppphtest.t
24758 ____________________________________________________________________________
24759 [ 28473] By: stevep                                on 2006/07/03  18:09:01
24760         Log: Allow stat() and -X file tests work on dirhandles.
24761      Branch: perl
24762            ! doio.c pod/perlfunc.pod pp_sys.c t/op/stat.t
24763 ____________________________________________________________________________
24764 [ 28472] By: rgs                                   on 2006/07/03  16:51:05
24765         Log: Subject: [PATCH] embed.pl enhancements
24766              From: andy@petdance.com (Andy Lester)
24767              Date: Sun, 2 Jul 2006 12:11:39 -0500
24768              Message-ID: <20060702171139.GA20266@petdance.com>
24769              
24770              Add experimental (and optional) splint support
24771      Branch: perl
24772            ! embed.pl perlapi.c
24773 ____________________________________________________________________________
24774 [ 28471] By: rgs                                   on 2006/07/03  16:40:19
24775         Log: Subject: [PATCH] Makefile splint support
24776              From: andy@petdance.com (Andy Lester)
24777              Date: Sun, 2 Jul 2006 12:19:08 -0500
24778              Message-ID: <20060702171908.GA20443@petdance.com>
24779      Branch: perl
24780            ! Makefile.SH
24781 ____________________________________________________________________________
24782 [ 28470] By: rgs                                   on 2006/07/03  16:36:14
24783         Log: Subject: [PATCH] DProf.xs patch
24784              From: andy@petdance.com (Andy Lester)
24785              Date: Sun, 2 Jul 2006 12:17:08 -0500
24786              Message-ID: <20060702171708.GA20392@petdance.com>
24787      Branch: perl
24788            ! ext/Devel/DProf/DProf.xs
24789 ____________________________________________________________________________
24790 [ 28469] By: rgs                                   on 2006/07/03  09:39:42
24791         Log: Subject: [PATCH] mg.c cleanups
24792              From: andy@petdance.com (Andy Lester)
24793              Date: Sun, 2 Jul 2006 12:33:36 -0500
24794              Message-ID: <20060702173336.GA20641@petdance.com>
24795      Branch: perl
24796            ! mg.c
24797 ____________________________________________________________________________
24798 [ 28468] By: rgs                                   on 2006/07/03  09:34:44
24799         Log: Subject: [PATCH] Clean up mathoms.c
24800              From: andy@petdance.com (Andy Lester)
24801              Date: Sun, 2 Jul 2006 12:24:45 -0500
24802              Message-ID: <20060702172445.GA20521@petdance.com>
24803      Branch: perl
24804            ! mathoms.c
24805 ____________________________________________________________________________
24806 [ 28467] By: steveh                                on 2006/07/03  08:23:03
24807         Log: Subject: Re: Win32API::File now in core
24808              From: demerphq <demerphq@gmail.com>
24809              Date: Sun, 2 Jul 2006 15:19:58 +0200
24810              Message-ID: <9b18b3110607020619s4c4480d8ra3e681aee69a8d7@mail.gmail.com>
24811              
24812              Sync blead with Win32API-File-0.1001
24813              (plus change to sync README too)
24814      Branch: perl
24815            ! win32/ext/Win32API/File/Changes
24816            ! win32/ext/Win32API/File/File.pm win32/ext/Win32API/File/README
24817 ____________________________________________________________________________
24818 [ 28466] By: davem                                 on 2006/07/02  22:47:24
24819         Log: silence a compiler warning
24820      Branch: perl
24821            ! regexec.c
24822 ____________________________________________________________________________
24823 [ 28465] By: davem                                 on 2006/07/02  19:30:49
24824         Log: remove some unnecessary uses of WITH_THR
24825      Branch: perl
24826            ! mg.c op.c
24827 ____________________________________________________________________________
24828 [ 28464] By: craigb                                on 2006/07/02  18:06:36
24829         Log: s/have a more/have more/ typo fix in perlfaq4
24830      Branch: perl
24831            ! pod/perlfaq4.pod
24832 ____________________________________________________________________________
24833 [ 28463] By: davem                                 on 2006/07/02  16:31:10
24834         Log: Subject:  [PATCH] Synchronize ExtUtils::Instal 1.41
24835              From:  demerphq <demerphq@gmail.com>
24836              Date:  Sun, 2 Jul 2006 16:23:21 +0200
24837              Message-Id:  <9b18b3110607020723h1765f051hda802b6682a99df0@mail.gmail.com>
24838              
24839              Sync ExtUtils::Install with CPAN (just trivially change version nos)
24840      Branch: perl
24841            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
24842            ! lib/ExtUtils/Packlist.pm
24843 ____________________________________________________________________________
24844 [ 28462] By: davem                                 on 2006/07/02  15:34:23
24845         Log: 
24846              From: demerphq <demerphq@gmail.com>
24847              Date: Sun, 2 Jul 2006 15:13:20 +0200
24848              Subject: Re: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
24849              Message-ID: <9b18b3110607020613u1ab782dam2c425da61deb1876@mail.gmail.com>
24850              
24851              add test for patch #28417
24852      Branch: perl
24853            ! t/op/pat.t
24854 ____________________________________________________________________________
24855 [ 28461] By: rgs                                   on 2006/06/30  16:33:57
24856         Log: Must not forget that.
24857      Branch: perl
24858            ! pod/perltodo.pod
24859 ____________________________________________________________________________
24860 [ 28460] By: steveh                                on 2006/06/30  13:46:06
24861         Log: Add Win32API::File to the core
24862              
24863              For discussions, see the thread starting here:
24864              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-06/msg00710.html
24865      Branch: perl
24866            + win32/ext/Win32API/File/Changes
24867            + win32/ext/Win32API/File/ExtUtils/Myconst2perl.pm
24868            + win32/ext/Win32API/File/File.pm
24869            + win32/ext/Win32API/File/File.xs
24870            + win32/ext/Win32API/File/Makefile.PL
24871            + win32/ext/Win32API/File/README
24872            + win32/ext/Win32API/File/buffers.h
24873            + win32/ext/Win32API/File/cFile.h
24874            + win32/ext/Win32API/File/cFile.pc
24875            + win32/ext/Win32API/File/const2perl.h
24876            + win32/ext/Win32API/File/ppport.h
24877            + win32/ext/Win32API/File/t/file.t
24878            + win32/ext/Win32API/File/t/tie.t
24879            + win32/ext/Win32API/File/typemap
24880            ! MANIFEST Porting/Maintainers.pl t/TEST t/harness
24881            ! win32/Makefile win32/config_sh.PL win32/makefile.mk
24882 ____________________________________________________________________________
24883 [ 28459] By: rgs                                   on 2006/06/30  13:28:46
24884         Log: Fix casting warnings related to snprintf/vsnprintf
24885      Branch: perl
24886            ! perl.h util.c
24887 ____________________________________________________________________________
24888 [ 28458] By: merijn                                on 2006/06/30  13:17:59
24889         Log: Solaris' sh doesn't like empty if's
24890      Branch: perl
24891            ! hints/solaris_2.sh
24892 ____________________________________________________________________________
24893 [ 28457] By: rgs                                   on 2006/06/30  13:09:40
24894         Log: PERL_UNUSED_CONTEXT is not enough to silence warnings when pTHXx
24895              is used.
24896      Branch: perl
24897            ! perl.c
24898 ____________________________________________________________________________
24899 [ 28456] By: rgs                                   on 2006/06/30  12:56:59
24900         Log: Fix a couple of compilation warnings
24901      Branch: perl
24902            ! regcomp.c toke.c
24903 ____________________________________________________________________________
24904 [ 28455] By: davem                                 on 2006/06/30  12:07:01
24905         Log: migrate CURLY/PLUS/STAR branch in regmatch() to new FSM-esque paradigm
24906      Branch: perl
24907            ! regexec.c regexp.h
24908 ____________________________________________________________________________
24909 [ 28454] By: rgs                                   on 2006/06/30  08:13:24
24910         Log: Small adjustment to the Plan
24911      Branch: perl
24912            ! pod/perltodo.pod
24913 ____________________________________________________________________________
24914 [ 28453] By: merijn                                on 2006/06/30  05:00:22
24915         Log: HASATTRIBUTE_UNUSED works for gcc-3.3, but not for g++-3.3
24916              Subject: Re: [PATCH] Re: [perl #39634] gcc 3.3 has problems with __attribute__((unused))
24917              From: Andrew Dougherty <doughera@lafayette.edu>
24918              Date: Thu, 29 Jun 2006 13:41:28 -0400 (EDT)
24919              Message-ID: <Pine.LNX.4.62.0606291327130.16718@fractal.phys.lafayette.edu>
24920      Branch: perl
24921            ! perl.h
24922 ____________________________________________________________________________
24923 [ 28452] By: rgs                                   on 2006/06/29  16:47:32
24924         Log: Another typo fix.
24925      Branch: perl
24926            ! pod/perlre.pod
24927 ____________________________________________________________________________
24928 [ 28451] By: rgs                                   on 2006/06/29  16:12:05
24929         Log: Typo fix.
24930      Branch: perl
24931            ! pod/perlre.pod
24932 ____________________________________________________________________________
24933 [ 28450] By: rgs                                   on 2006/06/29  15:53:43
24934         Log: Subject: [PATCH] Small precision about \Q \E inside m//x
24935              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
24936              Date: Thu, 29 Jun 2006 17:46:57 +0200
24937              Message-ID: <1151596017.44a3f5f105205@imp1-g19.free.fr>
24938      Branch: perl
24939            ! pod/perlre.pod
24940 ____________________________________________________________________________
24941 [ 28449] By: rgs                                   on 2006/06/29  14:53:38
24942         Log: Subject: [PATCH] Cleanup in Hash::Util::FieldHash
24943              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
24944              Date: Wed, 28 Jun 2006 19:20:14 +0200
24945              Message-Id: <B45A1CCD-ECCA-44EB-97A6-1DA9F5E4DE81@mailbox.tu-berlin.de>
24946      Branch: perl
24947            ! ext/Hash/Util/FieldHash/FieldHash.xs
24948            ! ext/Hash/Util/FieldHash/Makefile.PL
24949            ! ext/Hash/Util/FieldHash/t/01_load.t
24950 ____________________________________________________________________________
24951 [ 28448] By: craigb                                on 2006/06/29  14:21:35
24952         Log: Updated handling of signal names and signals for VMS
24953      Branch: perl
24954            ! configure.com vms/vms.c
24955 ____________________________________________________________________________
24956 [ 28447] By: rgs                                   on 2006/06/29  12:12:00
24957         Log: Some CPP macro sanitization by Sadahiro Tomoyuki
24958      Branch: perl
24959            ! utfebcdic.h
24960 ____________________________________________________________________________
24961 [ 28446] By: merijn                                on 2006/06/28  17:51:28
24962         Log: Solaris hints: gcc flags confuse Configure
24963              Subject: [PATCH] (Was Re: [perl #39636] Configure fails)
24964              From: Andy Dougherty <doughera@lafayette.edu>
24965              Date: Wed, 28 Jun 2006 13:37:54 -0400 (EDT)
24966              Message-ID: <Pine.LNX.4.62.0606281331350.3867@fractal.phys.lafayette.edu>
24967      Branch: perl
24968            ! hints/solaris_2.sh
24969 ____________________________________________________________________________
24970 [ 28445] By: rgs                                   on 2006/06/28  14:37:03
24971         Log: Subject: [PATCH] Update for IO::Uncompress::Base
24972              From: "Paul Marquess" <paul.marquess@ntlworld.com>
24973              Date: Wed, 28 Jun 2006 14:22:46 +0100
24974              Message-ID: <001701c69ab5$f4d5d3d0$2405140a@myopwv.com>
24975      Branch: perl
24976            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
24977            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
24978            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
24979            ! t/lib/compress/CompTestUtils.pm t/lib/compress/any.pl
24980            ! t/lib/compress/anyunc.pl t/lib/compress/multi.pl
24981            ! t/lib/compress/oneshot.pl
24982 ____________________________________________________________________________
24983 [ 28444] By: rgs                                   on 2006/06/28  08:42:09
24984         Log: Subject: [perl #39639] perldoc -f waitpid has wrong code example 
24985              From: Alexander_Gernler@genua.de (via RT) <perlbug-followup@perl.org>
24986              Date: Tue, 27 Jun 2006 07:23:59 -0700
24987              Message-ID: <rt-3.0.11-39639-135396.19.0765391798804@perl.org>
24988      Branch: perl
24989            ! pod/perlfunc.pod
24990 ____________________________________________________________________________
24991 [ 28435] By: rgs                                   on 2006/06/27  14:01:30
24992         Log: Nits in the perlpragma manpage
24993      Branch: perl
24994            ! pod/perlpragma.pod
24995 ____________________________________________________________________________
24996 [ 28434] By: rgs                                   on 2006/06/27  08:48:45
24997         Log: Subject: [PATCH] cflags.SH: scan the gcc warning flags only once, during .SH expansion
24998              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
24999              Date: Mon, 26 Jun 2006 22:12:37 +0300 (EEST)
25000              Message-Id: <20060626191237.8A0936CF04@seth.hut.fi>
25001      Branch: perl
25002            ! cflags.SH
25003 ____________________________________________________________________________
25004 [ 28433] By: rgs                                   on 2006/06/26  17:17:57
25005         Log: Adjust test preamble for Hash::Util tests too.
25006      Branch: perl
25007            ! ext/Hash/Util/t/Util.t
25008 ____________________________________________________________________________
25009 [ 28432] By: rgs                                   on 2006/06/26  16:50:58
25010         Log: Adjust test preambles for Hash::Util::FieldHash tests to change
25011              the @INC path only when testing inside the core
25012      Branch: perl
25013            ! ext/Hash/Util/FieldHash/t/01_load.t
25014            ! ext/Hash/Util/FieldHash/t/02_function.t
25015            ! ext/Hash/Util/FieldHash/t/03_class.t
25016            ! ext/Hash/Util/FieldHash/t/04_thread.t
25017            ! ext/Hash/Util/FieldHash/t/05_perlhook.t
25018            ! ext/Hash/Util/FieldHash/t/10_hash.t
25019            ! ext/Hash/Util/FieldHash/t/11_hashassign.t
25020            ! ext/Hash/Util/FieldHash/t/12_hashwarn.t
25021 ____________________________________________________________________________
25022 [ 28431] By: rgs                                   on 2006/06/26  16:32:16
25023         Log: Subject: Re: [PATCH] Hash::Util::FieldHash
25024              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
25025              Date: Mon, 26 Jun 2006 18:05:53 +0200
25026              Message-Id: <133195AB-599D-49EC-8CFE-D67299D947EB@mailbox.tu-berlin.de>
25027      Branch: perl
25028            ! ext/Hash/Util/FieldHash/Changes
25029            ! ext/Hash/Util/FieldHash/FieldHash.xs
25030            ! ext/Hash/Util/FieldHash/Makefile.PL
25031 ____________________________________________________________________________
25032 [ 28430] By: rgs                                   on 2006/06/26  16:29:06
25033         Log: Remove notes about removed 5005-threads from perlguts.
25034      Branch: perl
25035            ! pod/perlguts.pod
25036 ____________________________________________________________________________
25037 [ 28429] By: rgs                                   on 2006/06/26  12:31:19
25038         Log: Subject: [patch@28427] vms.c - null termination of string missing.
25039              From: "John E. Malmberg" <wb8tyw@qsl.net>
25040              Date: Mon, 26 Jun 2006 08:24:57 -0400
25041              Message-ID: <449FD219.5060900@qsl.net>
25042      Branch: perl
25043            ! vms/vms.c
25044 ____________________________________________________________________________
25045 [ 28428] By: rgs                                   on 2006/06/26  08:55:56
25046         Log: More perlreguts nits by Dominic Dunlop,
25047              plus fix a broken internal POD link
25048      Branch: perl
25049            ! pod/perlreguts.pod
25050 ____________________________________________________________________________
25051 [ 28427] By: rgs                                   on 2006/06/25  22:23:46
25052         Log: Nits about lock() in perlthrtut by Daniel Frederick Crisman,
25053              plus other nits by rgs
25054      Branch: perl
25055            ! pod/perlthrtut.pod
25056 ____________________________________________________________________________
25057 [ 28426] By: rgs                                   on 2006/06/25  21:57:30
25058         Log: Compilation fixes for VMS by John E. Malmberg
25059      Branch: perl
25060            ! ext/Hash/Util/FieldHash/FieldHash.xs
25061 ____________________________________________________________________________
25062 [ 28425] By: rgs                                   on 2006/06/25  21:12:06
25063         Log: Nits to perlreguts.pod by Dominic Dunlop
25064      Branch: perl
25065            ! pod/perlreguts.pod
25066 ____________________________________________________________________________
25067 [ 28424] By: mhx                                   on 2006/06/25  08:13:33
25068         Log: Upgrade to Devel::PPPort 3.08_06
25069      Branch: perl
25070            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
25071            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/mktests.PL
25072            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
25073            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
25074            ! ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/Sv_set.t
25075            ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/cop.t
25076            ! ext/Devel/PPPort/t/exception.t ext/Devel/PPPort/t/grok.t
25077            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
25078            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/memory.t
25079            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/newCONSTSUB.t
25080            ! ext/Devel/PPPort/t/newRV.t ext/Devel/PPPort/t/podtest.t
25081            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
25082            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/sv_xpvf.t
25083            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
25084            ! ext/Devel/PPPort/t/variables.t ext/Devel/PPPort/t/warn.t
25085 ____________________________________________________________________________
25086 [ 28423] By: stevep                                on 2006/06/25  01:45:51
25087         Log: Re: [PATCH] Hash::Util::FieldHash
25088              From: demerphq <demerphq@gmail.com>
25089              Date: Sat, 24 Jun 2006 13:19:35 +0200
25090              Message-ID: <9b18b3110606240419p1b5a2072t3867306925a3ce46@mail.gmail.com>
25091      Branch: perl
25092            ! ext/Hash/Util/FieldHash/Makefile.PL
25093 ____________________________________________________________________________
25094 [ 28422] By: davem                                 on 2006/06/24  23:31:33
25095         Log: quieten warning by avoiding a comment-within-a-comment
25096      Branch: perl
25097            ! regcomp.c
25098 ____________________________________________________________________________
25099 [ 28421] By: davem                                 on 2006/06/23  22:26:02
25100         Log: migrate TRIE branch in regmatch() to new FSM-esque paradigm
25101      Branch: perl
25102            ! regexec.c regexp.h
25103 ____________________________________________________________________________
25104 [ 28420] By: mhx                                   on 2006/06/23  19:06:43
25105         Log: Upgrade to Devel::PPPort 3.08_05
25106      Branch: perl
25107            - ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
25108            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
25109            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/soak
25110 ____________________________________________________________________________
25111 [ 28419] By: rgs                                   on 2006/06/23  16:28:03
25112         Log: Subject: Re: [PATCH] Hash::Util::FieldHash
25113              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
25114              Date: Wed, 21 Jun 2006 22:39:51 +0200
25115              Message-Id: <974A5B4B-7614-4F3F-BA7C-828960D82C55@mailbox.tu-berlin.de>
25116      Branch: perl
25117            + ext/Hash/Util/FieldHash/Changes
25118            + ext/Hash/Util/FieldHash/FieldHash.xs
25119            + ext/Hash/Util/FieldHash/Makefile.PL
25120            + ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
25121            + ext/Hash/Util/FieldHash/t/01_load.t
25122            + ext/Hash/Util/FieldHash/t/02_function.t
25123            + ext/Hash/Util/FieldHash/t/03_class.t
25124            + ext/Hash/Util/FieldHash/t/04_thread.t
25125            + ext/Hash/Util/FieldHash/t/05_perlhook.t
25126            + ext/Hash/Util/FieldHash/t/10_hash.t
25127            + ext/Hash/Util/FieldHash/t/11_hashassign.t
25128            + ext/Hash/Util/FieldHash/t/12_hashwarn.t
25129            ! MANIFEST embed.fnc embed.h ext/Hash/Util/Changes
25130            ! ext/Hash/Util/Makefile.PL ext/Hash/Util/lib/Hash/Util.pm hv.c
25131            ! mg.c pod/perlapi.pod pod/perlguts.pod proto.h sv.c
25132 ____________________________________________________________________________
25133 [ 28418] By: rgs                                   on 2006/06/23  14:00:59
25134         Log: Subject: Re: [PATCH] perlhack.pod
25135              From: "Dr.Ruud" <rvtol+news@isolution.nl>
25136              Date: Thu, 22 Jun 2006 23:42:53 +0200
25137              Message-ID: <20060622215407.9605.qmail@lists.develooper.com>
25138      Branch: perl
25139            ! pod/perlhack.pod
25140 ____________________________________________________________________________
25141 [ 28417] By: rgs                                   on 2006/06/23  10:50:29
25142         Log: Subject: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
25143              From: demerphq <demerphq@gmail.com>
25144              Date: Fri, 23 Jun 2006 11:54:19 +0200
25145              Message-ID: <9b18b3110606230254m6afd620bjde6322aefda6f199@mail.gmail.com>
25146      Branch: perl
25147            ! regexec.c
25148 ____________________________________________________________________________
25149 [ 28416] By: rgs                                   on 2006/06/23  09:41:36
25150         Log: perltodo additions by Vadim Konovalov
25151      Branch: perl
25152            ! pod/perltodo.pod
25153 ____________________________________________________________________________
25154 [ 28415] By: stevep                                on 2006/06/22  11:34:20
25155         Log: Subject: [PATCH] IO::Compress::Base
25156              From: "Paul Marquess" <paul.marquess@ntlworld.com>
25157              Date: Thu, 22 Jun 2006 11:40:10 +0100
25158              Message-ID: <01f701c695e8$3d035e20$2405140a@myopwv.com>
25159      Branch: perl
25160            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
25161            ! t/lib/compress/merge.pl
25162 ____________________________________________________________________________
25163 [ 28414] By: steveh                                on 2006/06/22  08:05:14
25164         Log: Subject: Re: Smoke [5.9.4] 28410 FAIL(Fm) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
25165              From: demerphq <demerphq@gmail.com>
25166              Date: Wed, 21 Jun 2006 22:51:03 +0200
25167              Message-ID: <9b18b3110606211351v5b052103i4d727ad464a162e@mail.gmail.com>
25168      Branch: perl
25169            ! regcomp.c
25170 ____________________________________________________________________________
25171 [ 28413] By: rgs                                   on 2006/06/21  08:15:38
25172         Log: Subject: [PATCH] <toke.c> isALNUM(*s) && *s != '_'
25173              From: "Dr.Ruud" <rvtol+news@isolution.nl>
25174              Date: Wed, 21 Jun 2006 01:58:19 +0200
25175              Message-ID: <20060621000237.24398.qmail@lists.develooper.com>
25176      Branch: perl
25177            ! toke.c
25178 ____________________________________________________________________________
25179 [ 28412] By: steveh                                on 2006/06/21  08:07:21
25180         Log: Fix code before declaration error introduced by #28405
25181      Branch: perl
25182            ! regcomp.c
25183 ____________________________________________________________________________
25184 [ 28411] By: rgs                                   on 2006/06/21  07:44:24
25185         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary string using vector flag
25186              From: Dominic Dunlop <shouldbedomo@mac.com>
25187              Date: Tue, 20 Jun 2006 21:49:07 +0200
25188              Message-Id: <C48A3CD4-DDA5-43AD-8DDC-20375A187EFD@mac.com>
25189      Branch: perl
25190            ! t/op/sprintf.t
25191 ____________________________________________________________________________
25192 [ 28410] By: rgs                                   on 2006/06/20  22:01:16
25193         Log: Upgrade to Sys::Syslog 0.16
25194      Branch: perl
25195            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm
25196            ! ext/Sys/Syslog/t/syslog.t
25197 ____________________________________________________________________________
25198 [ 28409] By: rgs                                   on 2006/06/20  17:22:15
25199         Log: Change 28404 broke the construct s/foo/<<BAR/e. So, try to be more
25200              clever. If the right hand side of s///e contains a #, then maybe
25201              it's a comment, so add a \n after it. Obviously, this is fast, but
25202              won't cover all possible cases.
25203      Branch: perl
25204            ! toke.c
25205 ____________________________________________________________________________
25206 [ 28408] By: rgs                                   on 2006/06/20  14:18:28
25207         Log: Subject: [PATCH] Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary string using vector flag
25208              From: Dominic Dunlop <shouldbedomo@mac.com>
25209              Date: Tue, 20 Jun 2006 16:02:38 +0200
25210              Message-Id: <D223CF35-9AC3-4351-A0C9-F4E224AAC19E@mac.com>
25211      Branch: perl
25212            ! sv.c t/op/sprintf.t
25213 ____________________________________________________________________________
25214 [ 28407] By: rgs                                   on 2006/06/20  12:51:31
25215         Log: Subject: [PATCH] IO::Compress::* 2.000_13
25216              From: "Paul Marquess" <paul.marquess@ntlworld.com>
25217              Date: Tue, 20 Jun 2006 13:40:47 +0100
25218              Message-ID: <00b101c69466$c18f0af0$2405140a@myopwv.com>
25219      Branch: perl
25220            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
25221            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
25222            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
25223            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
25224            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
25225            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
25226            ! ext/Compress/IO/Zlib/README
25227            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
25228            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
25229            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
25230            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
25231            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
25232            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
25233            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
25234            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
25235            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
25236            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
25237            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
25238            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
25239            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
25240            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
25241            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
25242            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
25243            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
25244            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
25245            ! ext/Compress/Raw/Zlib/README
25246            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
25247            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
25248            ! ext/Compress/Zlib/lib/Compress/Zlib.pm t/lib/compress/multi.pl
25249            ! t/lib/compress/oneshot.pl
25250 ____________________________________________________________________________
25251 [ 28406] By: rgs                                   on 2006/06/20  12:44:27
25252         Log: Upgrade to Unicode::Normalize 1.01
25253      Branch: perl
25254            + ext/Unicode/Normalize/t/tie.t
25255            ! MANIFEST ext/Unicode/Normalize/Changes
25256            ! ext/Unicode/Normalize/Normalize.pm
25257            ! ext/Unicode/Normalize/Normalize.xs
25258            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
25259            ! ext/Unicode/Normalize/t/illegal.t
25260 ____________________________________________________________________________
25261 [ 28405] By: stevep                                on 2006/06/20  12:14:27
25262         Log: Clean up a few warnings in regcomp.c under -Dgccansipedantic.
25263      Branch: perl
25264            ! regcomp.c
25265 ____________________________________________________________________________
25266 [ 28404] By: rgs                                   on 2006/06/20  08:52:12
25267         Log: Subject: [perl #39365] Bug in toke.c (eval in subst) 
25268              From: bcarter@gumdrop.flyinganvil.org (via RT) <perlbug-followup@perl.org>
25269              Date: Fri, 09 Jun 2006 02:08:44 -0700
25270              Message-ID: <rt-3.0.11-39365-134716.18.9775670722527@perl.org>
25271              
25272              plus a regression test.
25273      Branch: perl
25274            ! t/comp/parser.t toke.c
25275 ____________________________________________________________________________
25276 [ 28403] By: rgs                                   on 2006/06/20  08:16:58
25277         Log: Subject: [PATCH lib/UNIVERSAL.pm] Add Documentation for DOES()
25278              From: chromatic <chromatic@wgz.org>
25279              Date: Sat, 17 Jun 2006 17:24:03 -0700
25280              Message-Id: <200606171724.04302.chromatic@wgz.org>
25281      Branch: perl
25282            ! lib/UNIVERSAL.pm
25283 ____________________________________________________________________________
25284 [ 28402] By: rgs                                   on 2006/06/19  11:27:03
25285         Log: Subject: RE: [PATCH] cflags.SH: rework the gcc warnings selection
25286              From: "Green, Paul" <Paul.Green@stratus.com>
25287              Date: Sun, 18 Jun 2006 19:41:50 -0400
25288              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB02026106@EXNA.corp.stratus.com>
25289      Branch: perl
25290            ! cflags.SH
25291 ____________________________________________________________________________
25292 [ 28401] By: davem                                 on 2006/06/18  09:58:08
25293         Log: Subject:  [PATCH] Re: blead trie problems in tru64 with -DDEBUGGING
25294              From:  Jarkko Hietaniemi <jhi@iki.fi>
25295              Date:  Sun, 18 Jun 2006 01:04:46 +0300
25296              Message-Id:  <44947C7E.7090100@iki.fi>
25297      Branch: perl
25298            ! regexec.c
25299 ____________________________________________________________________________
25300 [ 28400] By: davem                                 on 2006/06/17  20:01:38
25301         Log: Subject:  [PATCH] Comply with the 0x80th commandment
25302              From:  demerphq <demerphq@gmail.com>
25303              Date:  Sat, 17 Jun 2006 16:44:17 +0200
25304              Message-Id:  <9b18b3110606170744x60f4074bg11bf0f4c87eeb6c1@mail.gmail.com>
25305              
25306              add some (U8) casts
25307      Branch: perl
25308            ! regcomp.h
25309 ____________________________________________________________________________
25310 [ 28399] By: davem                                 on 2006/06/17  16:39:53
25311         Log: dont warn at exit of detatched threads still running
25312      Branch: perl
25313            ! ext/threads/t/blocks.t ext/threads/threads.xs
25314 ____________________________________________________________________________
25315 [ 28398] By: davem                                 on 2006/06/16  23:25:51
25316         Log: start turning regmatch() main loop into a FSM
25317              also make BRANCH use the state stack rather than its own unwind struct
25318      Branch: perl
25319            ! regcomp.pl regexec.c regexp.h regnodes.h t/op/re_tests
25320 ____________________________________________________________________________
25321 [ 28397] By: rgs                                   on 2006/06/15  10:01:14
25322         Log: Subject: [PATCH] cflags.SH: rework the gcc warnings selection
25323              From: Jarkko Hietaniemi <jhi@iki.fi>
25324              Date: Thu, 15 Jun 2006 09:12:53 +0300
25325              Message-ID: <4490FA65.70006@iki.fi>
25326      Branch: perl
25327            ! cflags.SH
25328 ____________________________________________________________________________
25329 [ 28396] By: craigb                                on 2006/06/15  03:20:48
25330         Log: only use NAML$M_OPEN_SPECIAL where it exists
25331      Branch: perl
25332            ! vms/vms.c
25333 ____________________________________________________________________________
25334 [ 28395] By: craigb                                on 2006/06/15  03:16:34
25335         Log: signedness nit in Unicode::Normalize::decompose
25336      Branch: perl
25337            ! ext/Unicode/Normalize/Normalize.xs
25338 ____________________________________________________________________________
25339 [ 28394] By: rgs                                   on 2006/06/14  14:58:14
25340         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)
25341              From: demerphq <demerphq@gmail.com>
25342              Date: Wed, 14 Jun 2006 14:33:24 +0200
25343              Message-ID: <9b18b3110606140533k583fdd3bh6c4b292e7ff4cf13@mail.gmail.com>
25344      Branch: perl
25345            ! regcomp.c regcomp.h
25346 ____________________________________________________________________________
25347 [ 28393] By: rgs                                   on 2006/06/14  12:11:13
25348         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)
25349              From: demerphq <demerphq@gmail.com>
25350              Date: Wed, 14 Jun 2006 13:54:04 +0200
25351              Message-ID: <9b18b3110606140454p19f4241exae6528f1c7bb32d7@mail.gmail.com>
25352      Branch: perl
25353            ! ext/re/t/regop.pl lib/Benchmark.pm regcomp.c regcomp.h
25354            ! regexec.c
25355 ____________________________________________________________________________
25356 [ 28392] By: rgs                                   on 2006/06/13  09:23:23
25357         Log: I thought I had fixed the spelling of DOES() in universal.t, but
25358              apparently no.
25359      Branch: perl
25360            ! t/op/universal.t
25361 ____________________________________________________________________________
25362 [ 28391] By: rgs                                   on 2006/06/13  08:32:04
25363         Log: Subject: Guard clause should happen first, otherwise its not a guard clause.
25364              From: demerphq <demerphq@gmail.com>
25365              Date: Tue, 13 Jun 2006 09:39:42 +0200
25366              Message-ID: <9b18b3110606130039v1c6a3fe6s448e92ab2a05888a@mail.gmail.com>
25367      Branch: perl
25368            ! regcomp.c regexec.c
25369 ____________________________________________________________________________
25370 [ 28390] By: stevep                                on 2006/06/13  01:15:21
25371         Log: Upgrade to Digest-SHA-5.41
25372      Branch: perl
25373            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
25374            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
25375            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
25376            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
25377            ! ext/Digest/SHA/t/2-nist-sha-oo.t
25378 ____________________________________________________________________________
25379 [ 28389] By: stevep                                on 2006/06/13  01:00:02
25380         Log: Upgrade to Unicode-Normalize-1.00
25381      Branch: perl
25382            ! ext/Unicode/Normalize/Changes
25383            ! ext/Unicode/Normalize/Normalize.pm
25384            ! ext/Unicode/Normalize/Normalize.xs
25385            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
25386            ! ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/func.t
25387            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/null.t
25388            ! ext/Unicode/Normalize/t/test.t
25389 ____________________________________________________________________________
25390 [ 28388] By: rgs                                   on 2006/06/12  17:21:22
25391         Log: Subject: Re: Segv from new regex code when under threads.
25392              From: demerphq <demerphq@gmail.com>
25393              Date: Mon, 12 Jun 2006 19:17:30 +0200
25394              Message-ID: <9b18b3110606121017t3af81484t4fb13015fac74592@mail.gmail.com>
25395      Branch: perl
25396            ! regcomp.c win32/vmem.h
25397 ____________________________________________________________________________
25398 [ 28387] By: rgs                                   on 2006/06/12  16:41:44
25399         Log: Add the new method UNIVERSAL::DOES() and the API function sv_does()
25400              
25401              Subject: Re: [PROPOSED PATCH: universal.c, t/op/universal.t] Add does()
25402              From: chromatic <chromatic@wgz.org>
25403              Date: Tue, 30 May 2006 17:41:08 -0700
25404              Message-Id: <200605301741.08363.chromatic@wgz.org>
25405      Branch: perl
25406            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h
25407            ! t/op/universal.t universal.c
25408 ____________________________________________________________________________
25409 [ 28386] By: rgs                                   on 2006/06/12  14:35:22
25410         Log: Adapt the new Test::Harness test to the core
25411      Branch: perl
25412            ! lib/Test/Harness/t/failure.t
25413 ____________________________________________________________________________
25414 [ 28385] By: rgs                                   on 2006/06/12  14:12:18
25415         Log: Subject: [PATCH] Static cleanup in pp_sort.c
25416              From: andy@petdance.com (Andy Lester)
25417              Date: Mon, 12 Jun 2006 08:59:34 -0500
25418              Message-ID: <20060612135934.GA2202@petdance.com>
25419      Branch: perl
25420            ! embed.fnc embed.h pp_sort.c proto.h
25421 ____________________________________________________________________________
25422 [ 28384] By: rgs                                   on 2006/06/12  14:08:09
25423         Log: Upgrade to Test::Harness 2.62
25424      Branch: perl
25425            + lib/Test/Harness/t/failure.t
25426            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
25427 ____________________________________________________________________________
25428 [ 28383] By: rgs                                   on 2006/06/12  13:01:43
25429         Log: Subject: Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.15.tar.gz
25430              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
25431              Date: Sun, 11 Jun 2006 02:30:54 +0200
25432              Message-ID: <1149985854.448b643e27a1f@imp5-g19.free.fr>
25433      Branch: perl
25434            + ext/Sys/Syslog/ppport.h
25435            ! MANIFEST ext/Sys/Syslog/Changes ext/Sys/Syslog/README
25436            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/Syslog.xs
25437            ! ext/Sys/Syslog/t/syslog.t
25438 ____________________________________________________________________________
25439 [ 28382] By: rgs                                   on 2006/06/12  12:08:54
25440         Log: Subject: Re: [PATCH DOC] Three minor fixes related to perlop
25441              From: Daniel Frederick Crisman <daniel@crisman.org>
25442              Date: Sat, 10 Jun 2006 10:49:29 -0400
25443              Message-ID: <20060610144929.GA10201@fury.crisman.org>
25444      Branch: perl
25445            ! pod/perldiag.pod pod/perlop.pod
25446 ____________________________________________________________________________
25447 [ 28381] By: rgs                                   on 2006/06/12  10:07:18
25448         Log: Subject: [PATCH] Proper use of enums
25449              From: andy@petdance.com (Andy Lester)
25450              Date: Sun, 11 Jun 2006 22:44:34 -0500
25451              Message-ID: <20060612034434.GA21588@petdance.com>
25452      Branch: perl
25453            ! embed.fnc gv.c op.c perlio.c pod/perlapi.pod pp.c proto.h sv.c
25454            ! sv.h
25455 ____________________________________________________________________________
25456 [ 28380] By: rgs                                   on 2006/06/11  23:08:32
25457         Log: Subject: Re: [PATCH] regexec/regcomp.c cleanups
25458              From: demerphq <demerphq@gmail.com>
25459              Date: Sun, 11 Jun 2006 23:01:14 +0200
25460              Message-ID: <9b18b3110606111401o143b2f57rd17bf117979853e7@mail.gmail.com>
25461      Branch: perl
25462            ! ext/re/re.pm pod/perlreguts.pod regcomp.c regcomp.h regexec.c
25463            ! regexp.h sv.c
25464 ____________________________________________________________________________
25465 [ 28379] By: rgs                                   on 2006/06/11  22:00:03
25466         Log: Subject: Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.
25467              From: demerphq <demerphq@gmail.com>
25468              Date: Fri, 9 Jun 2006 19:48:11 +0200
25469              Message-ID: <9b18b3110606091048n4d1f3b17vc608943044d4532a@mail.gmail.com>
25470      Branch: perl
25471            ! ext/re/re.pm regcomp.c regexec.c regexp.h
25472 ____________________________________________________________________________
25473 [ 28378] By: nicholas                              on 2006/06/11  20:52:36
25474         Log: A little more work needed to get ext/re/t/re.t test 14 (no segv) passing
25475              with PERL_DESTRUCT_LEVEL=2.
25476      Branch: perl
25477            ! gv.c regcomp.h
25478 ____________________________________________________________________________
25479 [ 28377] By: rgs                                   on 2006/06/09  16:40:52
25480         Log: Mark the 1st argument to S_exec_failed as non null
25481      Branch: perl
25482            ! embed.fnc proto.h
25483 ____________________________________________________________________________
25484 [ 28376] By: rgs                                   on 2006/06/09  16:15:08
25485         Log: Subject: [PATCH] Add error checks after execing PL_cshname or PL_sh_path
25486              From: "Jan Dubois" <jand@activestate.com>
25487              Date: Wed, 7 Jun 2006 15:53:02 -0700
25488              Message-ID: <002301c68a85$21aa7320$d045a8c0@candy>
25489      Branch: perl
25490            ! doio.c embed.fnc embed.h proto.h
25491 ____________________________________________________________________________
25492 [ 28375] By: rgs                                   on 2006/06/09  16:03:03
25493         Log: Subject: [patch] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.64.tar.gz
25494              From: John Peacock <jpeacock@rowman.com>
25495              Date: Thu, 08 Jun 2006 21:14:04 -0400
25496              Message-ID: <4488CB5C.4070702@rowman.com>
25497      Branch: perl
25498            ! lib/version.pm lib/version.pod lib/version.t universal.c
25499            ! util.c
25500 ____________________________________________________________________________
25501 [ 28374] By: rgs                                   on 2006/06/09  14:39:31
25502         Log: Subject: [PATCH] sv_dup
25503              From: andy@petdance.com (Andy Lester)
25504              Date: Fri, 9 Jun 2006 00:39:25 -0500
25505              Message-ID: <20060609053925.GA30698@petdance.com>
25506      Branch: perl
25507            ! sv.c
25508 ____________________________________________________________________________
25509 [ 28373] By: rgs                                   on 2006/06/09  14:06:24
25510         Log: Subject: Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.
25511              From: demerphq <demerphq@gmail.com>
25512              Date: Fri, 9 Jun 2006 00:56:37 +0200
25513              Message-ID: <9b18b3110606081556t779de698r82f361d82a05fbc8@mail.gmail.com>
25514              
25515              (with tweaks)
25516      Branch: perl
25517            ! embed.fnc embed.h ext/re/t/re.t ext/re/t/regop.pl
25518            ! ext/re/t/regop.t proto.h regcomp.c regcomp.h regexec.c sv.c
25519 ____________________________________________________________________________
25520 [ 28372] By: rgs                                   on 2006/06/08  14:11:29
25521         Log: Add the perlreguts manpage, by Yves Orton
25522      Branch: perl
25523            + pod/perlreguts.pod
25524            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
25525            ! vms/descrip_mms.template win32/pod.mak
25526 ____________________________________________________________________________
25527 [ 28371] By: rgs                                   on 2006/06/08  13:00:18
25528         Log: Subject: [PATCH] Re: range operator vs. unicode
25529              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
25530              Date: Thu, 8 Jun 2006 02:33:43 -0700
25531              Message-ID: <20060608093343.GD2676@efn.org>
25532              
25533              with tweaks
25534      Branch: perl
25535            ! pod/perlop.pod
25536 ____________________________________________________________________________
25537 [ 28370] By: rgs                                   on 2006/06/07  20:47:20
25538         Log: Revert change #20462 (except the regression test),
25539              since the bug has been really fixed by change #22074,
25540              as explained in :
25541              Subject: Re: [perl #39247] defined-ness of substrings disappear over repeated calls
25542              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25543              Date: Thu, 01 Jun 2006 08:16:51 +0900
25544              Message-Id: <20060601081304.7A39.BQW10602@nifty.com>
25545      Branch: perl
25546            ! pp.c
25547 ____________________________________________________________________________
25548 [ 28369] By: nicholas                              on 2006/06/07  17:36:32
25549         Log: The binmode in t/iop/utf8.t doesn't need to be conditional on ${^OPEN}
25550      Branch: perl
25551            ! t/io/utf8.t
25552 ____________________________________________________________________________
25553 [ 28368] By: craigb                                on 2006/06/07  12:29:32
25554         Log: autosplit one level deeper so we don't miss anything
25555              on a second pass (where lib/auto already exists)
25556      Branch: perl
25557            ! vms/descrip_mms.template
25558 ____________________________________________________________________________
25559 [ 28367] By: craigb                                on 2006/06/07  12:14:39
25560         Log: Subject: [patch@28349] vmsify - full EFS charset support
25561              From: "John E. Malmberg" <wb8tyw@qsl.net>
25562              Date: Mon, 05 Jun 2006 23:39:32 -0400
25563              Message-id: <4484F8F4.7040902@qsl.net>
25564
25565      Branch: perl
25566            ! vms/vms.c vms/vmsish.h
25567 ____________________________________________________________________________
25568 [ 28366] By: rgs                                   on 2006/06/07  09:13:51
25569         Log: Add a regression test to ensure that charnames pragma
25570              is propagated to eval("")
25571      Branch: perl
25572            ! lib/charnames.t
25573 ____________________________________________________________________________
25574 [ 28365] By: rgs                                   on 2006/06/07  08:47:49
25575         Log: Make "use feature 'dor'" an alias for "use feature 'err'"
25576      Branch: perl
25577            ! lib/feature.pm
25578 ____________________________________________________________________________
25579 [ 28364] By: rgs                                   on 2006/06/07  08:33:35
25580         Log: Subject: [PATCH] exhausting <> in BEGIN{} gets ARGVOUT used only once warning
25581              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
25582              Date: Tue, 6 Jun 2006 22:24:46 -0700
25583              Message-ID: <20060607052446.GA3240@efn.org>
25584      Branch: perl
25585            ! gv.c t/op/readline.t
25586 ____________________________________________________________________________
25587 [ 28363] By: rgs                                   on 2006/06/07  08:30:03
25588         Log: Subject: [PATCH] dump.c patches
25589              From: andy@petdance.com (Andy Lester)
25590              Date: Tue, 6 Jun 2006 10:01:37 -0500
25591              Message-ID: <20060606150137.GA4434@petdance.com>
25592      Branch: perl
25593            ! doop.c dump.c
25594 ____________________________________________________________________________
25595 [ 28362] By: merijn                                on 2006/06/06  18:33:52
25596         Log: Subject: [PATCH]Teach Configure that icc is not gcc
25597              From: Steve Peters <steve@fisharerojo.org>
25598              Date: Tue, 6 Jun 2006 10:33:12 -0500
25599              Message-ID: <20060606153312.GA5542@fisharerojo.org>
25600      Branch: perl
25601            ! Configure
25602 ____________________________________________________________________________
25603 [ 28360] By: rgs                                   on 2006/06/06  16:30:36
25604         Log: Upgrade to Module::CoreList 2.05
25605              (contains a patch by Adriano Ferreira to make corelist accept
25606              regexps as arguments)
25607      Branch: perl
25608            + lib/Module/CoreList/t/find_modules.t
25609            ! MANIFEST lib/Module/CoreList.pm
25610            ! lib/Module/CoreList/bin/corelist
25611 ____________________________________________________________________________
25612 [ 28359] By: rgs                                   on 2006/06/06  12:37:34
25613         Log: Upgrade to Encode 2.18
25614      Branch: perl
25615            ! ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm ext/Encode/Changes
25616            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/Encode.pm
25617            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
25618            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
25619            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
25620            ! ext/Encode/lib/Encode/Alias.pm
25621            ! ext/Encode/lib/Encode/CJKConstants.pm
25622            ! ext/Encode/lib/Encode/CN/HZ.pm ext/Encode/lib/Encode/Config.pm
25623            ! ext/Encode/lib/Encode/Encoding.pm
25624            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
25625            ! ext/Encode/lib/Encode/JP/JIS7.pm
25626            ! ext/Encode/lib/Encode/KR/2022_KR.pm
25627            ! ext/Encode/lib/Encode/MIME/Header.pm
25628            ! ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
25629            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
25630 ____________________________________________________________________________
25631 [ 28358] By: rgs                                   on 2006/06/06  11:27:19
25632         Log: Subject: [PATCH] more accumulated cleanups
25633              From: andy@petdance.com (Andy Lester)
25634              Date: Tue, 6 Jun 2006 00:25:01 -0500
25635              Message-ID: <20060606052501.GA30469@petdance.com>
25636      Branch: perl
25637            ! av.c doio.c utf8.c util.c
25638 ____________________________________________________________________________
25639 [ 28357] By: rgs                                   on 2006/06/06  11:17:22
25640         Log: Subject: [PATCH] Accumulated toke.c cleanups
25641              From: andy@petdance.com (Andy Lester)
25642              Date: Tue, 6 Jun 2006 00:07:36 -0500
25643              Message-ID: <20060606050736.GA30291@petdance.com>
25644      Branch: perl
25645            ! toke.c
25646 ____________________________________________________________________________
25647 [ 28356] By: rgs                                   on 2006/06/06  11:05:46
25648         Log: Subject: [PATCH] random thread test failure
25649              From: "Jerry D. Hedden" <jerry@hedden.us>
25650              Date: Mon, 05 Jun 2006 13:28:51 -0700
25651              Message-ID: <20060605132851.fb30e530d17747c2b054d625b8945d88.65486bb40b.wbe@email.secureserver.net>
25652      Branch: perl
25653            ! ext/threads/t/thread.t
25654 ____________________________________________________________________________
25655 [ 28355] By: rgs                                   on 2006/06/06  11:02:14
25656         Log: Subject: [PATCH] threads 1.32
25657              From: "Jerry D. Hedden" <jerry@hedden.us>
25658              Date: Mon, 05 Jun 2006 06:34:56 -0700
25659              Message-ID: <20060605063456.fb30e530d17747c2b054d625b8945d88.21396dde59.wbe@email.secureserver.net>
25660      Branch: perl
25661            + ext/threads/hints/hpux.pl
25662            ! MANIFEST ext/threads/Changes ext/threads/README
25663            ! ext/threads/t/blocks.t ext/threads/t/context.t
25664            ! ext/threads/t/end.t ext/threads/t/free.t ext/threads/t/free2.t
25665            ! ext/threads/t/join.t ext/threads/t/kill.t ext/threads/t/libc.t
25666            ! ext/threads/t/problems.t ext/threads/t/thread.t
25667            ! ext/threads/threads.pm ext/threads/threads.xs
25668 ____________________________________________________________________________
25669 [ 28354] By: nicholas                              on 2006/06/05  21:39:40
25670         Log: Eliminate most of the UTF-8 black smoke by skipping optree tests when
25671              ${^OPEN} is set, and tweaking hints.t to understand that $^H is
25672              different when -C has been used.
25673      Branch: perl
25674            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
25675            ! ext/B/t/optree_constants.t ext/B/t/optree_misc.t
25676            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
25677            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
25678            ! t/comp/hints.t
25679 ____________________________________________________________________________
25680 [ 28353] By: nicholas                              on 2006/06/05  21:38:38
25681         Log: Add the missing ${^OPEN} hints flag to B::Concise
25682      Branch: perl
25683            ! ext/B/B/Concise.pm
25684 ____________________________________________________________________________
25685 [ 28352] By: rgs                                   on 2006/06/05  16:22:46
25686         Log: Subject: [DOCPATCH perlunicode.pod] paragraphing nit
25687              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25688              Date: Sun, 04 Jun 2006 15:52:54 +0900
25689              Message-Id: <20060604155149.0913.BQW10602@nifty.com>
25690      Branch: perl
25691            ! pod/perlunicode.pod
25692 ____________________________________________________________________________
25693 [ 28351] By: rgs                                   on 2006/06/05  08:35:45
25694         Log: Subject: [PATCH] mg.c: using #ifdef inside a macro call ENONPORTABLE (causes e.g. AIX to barf)
25695              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
25696              Date: Sun, 4 Jun 2006 11:21:30 +0300 (EEST)
25697              Message-Id: <200606040821.k548LUYu010965@vipunen.hut.fi>
25698      Branch: perl
25699            ! mg.c
25700 ____________________________________________________________________________
25701 [ 28350] By: rgs                                   on 2006/06/05  07:50:12
25702         Log: Use POSIX::_exit instead of exit in IPC::Open when exiting after an
25703              exec() failure, as suggested by Salvador Fandino after change #28347
25704      Branch: perl
25705            ! lib/IPC/Open3.pm
25706 ____________________________________________________________________________
25707 [ 28349] By: rgs                                   on 2006/06/04  22:32:50
25708         Log: The smart match table was duplicated in source code and in perlsyn,
25709              so remove the one in the source code
25710      Branch: perl
25711            ! pod/perlsyn.pod pp_ctl.c
25712 ____________________________________________________________________________
25713 [ 28348] By: craigb                                on 2006/06/02  23:18:08
25714         Log: It's all relative -- better handling of tainted directories
25715              in PATH on VMS (and scrubbing them in t/test.pl).
25716      Branch: perl
25717            ! mg.c t/test.pl
25718 ____________________________________________________________________________
25719 [ 28347] By: davem                                 on 2006/06/02  19:53:52
25720         Log: IPC::Open3 handled exec failure badly
25721              When you're in the child, don't croak - you may get trapped by
25722              eval. Also clarify the documentation
25723      Branch: perl
25724            ! lib/IPC/Open3.pm
25725 ____________________________________________________________________________
25726 [ 28346] By: stevep                                on 2006/06/01  19:11:38
25727         Log: Subject: [perl #39178] IO::Socket::connect returns wrong errno on timeout
25728              From: "mlelstv@serpens.de (via RT)" <perlbug-followup@perl.org>
25729              Date: Sun, 21 May 2006 04:23:38 -0700
25730              Message-ID: <rt-3.0.11-39178-133695.13.7935957232893@perl.org>
25731      Branch: perl
25732            ! ext/IO/lib/IO/Socket.pm
25733 ____________________________________________________________________________
25734 [ 28345] By: rgs                                   on 2006/06/01  14:50:50
25735         Log: Add the perlunitut manpage, by Juerd Waalboer
25736      Branch: perl
25737            + pod/perlunitut.pod
25738            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
25739            ! vms/descrip_mms.template win32/pod.mak
25740 ____________________________________________________________________________
25741 [ 28344] By: rgs                                   on 2006/06/01  12:16:09
25742         Log: Subject: [PATCH: installperl] Was: Bug#369481: perl-base: 5.8.4-8sarge4 seemed to trigger "weak references not implemented"
25743              From: Brendan O'Dea <bod@debian.org>
25744              Date: Wed, 31 May 2006 22:51:48 +1000
25745              Message-ID: <20060531125148.GA20658@londo.c47.org>
25746      Branch: perl
25747            ! installperl
25748 ____________________________________________________________________________
25749 [ 28343] By: rgs                                   on 2006/06/01  11:40:34
25750         Log: Add a few more built-in types in perlfunc/ref()
25751      Branch: perl
25752            ! pod/perlfunc.pod
25753 ____________________________________________________________________________
25754 [ 28342] By: rgs                                   on 2006/06/01  07:08:36
25755         Log: Remove duplicate file in manifest
25756      Branch: perl
25757            ! MANIFEST
25758 ____________________________________________________________________________
25759 [ 28341] By: rgs                                   on 2006/06/01  07:07:43
25760         Log: Add missing file to MANIFEST
25761      Branch: perl
25762            ! MANIFEST
25763 ____________________________________________________________________________
25764 [ 28340] By: craigb                                on 2006/05/31  03:31:54
25765         Log: Teach incfilter.t some DCL.
25766      Branch: perl
25767            ! t/op/incfilter.t
25768 ____________________________________________________________________________
25769 [ 28339] By: craigb                                on 2006/05/31  03:19:27
25770         Log: Make VMS-specific device name encoding routine say no more politely.
25771      Branch: perl
25772            ! vms/vms.c
25773 ____________________________________________________________________________
25774 [ 28338] By: rgs                                   on 2006/05/30  12:21:17
25775         Log: Subject: Re: B::Lint changes
25776              From: "Joshua ben Jore" <twists@gmail.com>
25777              Date: Thu, 18 May 2006 08:45:30 -0500
25778              Message-ID: <dc5c751d0605180645q63ddba5fga354d2660a4877f5@mail.gmail.com>
25779      Branch: perl
25780            ! ext/B/B/Lint.pm ext/B/t/lint.t
25781 ____________________________________________________________________________
25782 [ 28337] By: nicholas                              on 2006/05/30  11:59:26
25783         Log: Fix bugs in the bytecode system caused by the abolition of cop_io.
25784      Branch: perl
25785            ! ext/B/B.xs ext/B/B/Bytecode.pm
25786 ____________________________________________________________________________
25787 [ 28336] By: rgs                                   on 2006/05/30  08:32:00
25788         Log: Subject: C is not perl, AV's dont just magically free themselves...
25789              From: demerphq <demerphq@gmail.com>
25790              Date: Tue, 30 May 2006 10:23:19 +0200
25791              Message-ID: <9b18b3110605300123t467f14eerf30a149f253be281@mail.gmail.com>
25792      Branch: perl
25793            ! regcomp.c
25794 ____________________________________________________________________________
25795 [ 28335] By: nicholas                              on 2006/05/29  22:58:46
25796         Log: Comprehensive regression tests for Perl_refcounted_he_fetch().
25797              Fix a bug due to the fact that Perl's typedef'd "bool" type isn't
25798              actually boolean.
25799      Branch: perl
25800            + ext/XS/APItest/t/op.t t/op/caller.pl
25801            ! MANIFEST ext/XS/APItest/APItest.xs hv.c t/op/caller.t
25802 ____________________________________________________________________________
25803 [ 28334] By: craigb                                on 2006/05/29  22:34:23
25804         Log: Subject: [PATCH] redo part of change 27374
25805              From: Abe Timmerman <abe@ztreet.demon.nl>
25806              Date: Mon, 29 May 2006 23:24:51 +0200
25807              Message-id: <200605292324.51714.abe@ztreet.demon.nl>
25808
25809      Branch: perl
25810            ! configure.com
25811 ____________________________________________________________________________
25812 [ 28333] By: craigb                                on 2006/05/29  19:37:41
25813         Log: And some more DynaLoader things that should not be tested on
25814              VMS since they are not part of the implementation.
25815      Branch: perl
25816            ! ext/DynaLoader/t/DynaLoader.t
25817 ____________________________________________________________________________
25818 [ 28332] By: mhx                                   on 2006/05/29  17:50:48
25819         Log: Upgrade to Devel::PPPort 3.08_04
25820      Branch: perl
25821            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
25822            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
25823            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
25824            ! ext/Devel/PPPort/apicheck_c.PL
25825            ! ext/Devel/PPPort/devel/buildperl.pl
25826            ! ext/Devel/PPPort/devel/devtools.pl
25827            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
25828            ! ext/Devel/PPPort/devel/regenerate
25829            ! ext/Devel/PPPort/parts/apicheck.pl
25830            ! ext/Devel/PPPort/parts/base/5004000
25831            ! ext/Devel/PPPort/parts/base/5004050
25832            ! ext/Devel/PPPort/parts/base/5005000
25833            ! ext/Devel/PPPort/parts/base/5005030
25834            ! ext/Devel/PPPort/parts/base/5006000
25835            ! ext/Devel/PPPort/parts/base/5006001
25836            ! ext/Devel/PPPort/parts/base/5007001
25837            ! ext/Devel/PPPort/parts/base/5007002
25838            ! ext/Devel/PPPort/parts/base/5007003
25839            ! ext/Devel/PPPort/parts/base/5008000
25840            ! ext/Devel/PPPort/parts/base/5008001
25841            ! ext/Devel/PPPort/parts/base/5009000
25842            ! ext/Devel/PPPort/parts/base/5009001
25843            ! ext/Devel/PPPort/parts/base/5009002
25844            ! ext/Devel/PPPort/parts/base/5009003
25845            ! ext/Devel/PPPort/parts/base/5009004
25846            ! ext/Devel/PPPort/parts/inc/podtest
25847            ! ext/Devel/PPPort/parts/todo/5004000
25848            ! ext/Devel/PPPort/parts/todo/5005000
25849            ! ext/Devel/PPPort/parts/todo/5005030
25850            ! ext/Devel/PPPort/parts/todo/5006000
25851            ! ext/Devel/PPPort/parts/todo/5006001
25852            ! ext/Devel/PPPort/parts/todo/5007001
25853            ! ext/Devel/PPPort/parts/todo/5007002
25854            ! ext/Devel/PPPort/parts/todo/5007003
25855            ! ext/Devel/PPPort/parts/todo/5008000
25856            ! ext/Devel/PPPort/parts/todo/5008001
25857            ! ext/Devel/PPPort/parts/todo/5009000
25858            ! ext/Devel/PPPort/parts/todo/5009001
25859            ! ext/Devel/PPPort/parts/todo/5009002
25860            ! ext/Devel/PPPort/parts/todo/5009003
25861            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
25862            ! ext/Devel/PPPort/t/podtest.t
25863 ____________________________________________________________________________
25864 [ 28331] By: davem                                 on 2006/05/29  15:27:02
25865         Log: make require report too many open files error
25866              ie don't continue searching the rest of @INC
25867      Branch: perl
25868            ! pp_ctl.c
25869 ____________________________________________________________________________
25870 [ 28330] By: davem                                 on 2006/05/29  14:12:13
25871         Log: ensure failure to load Carp::Heavy gets reported
25872      Branch: perl
25873            ! lib/Carp.pm
25874 ____________________________________________________________________________
25875 [ 28329] By: rgs                                   on 2006/05/29  14:08:42
25876         Log: Revert change 28322, which makes ithreads panic
25877      Branch: perl
25878            ! perlio.c
25879 ____________________________________________________________________________
25880 [ 28328] By: rgs                                   on 2006/05/29  13:41:24
25881         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. 
25882              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25883              Date: Sun, 21 May 2006 19:33:21 +0900
25884              Message-Id: <20060521193259.81E5.BQW10602@nifty.com>
25885              
25886              with test tweaks further suggested by the same
25887      Branch: perl
25888            ! sv.c t/op/sprintf2.t
25889 ____________________________________________________________________________
25890 [ 28327] By: rgs                                   on 2006/05/29  13:10:45
25891         Log: Silence a warning
25892      Branch: perl
25893            ! regcomp.c
25894 ____________________________________________________________________________
25895 [ 28326] By: rgs                                   on 2006/05/29  12:40:15
25896         Log: Regen headers following change 28325. Also, make it compile
25897              with gcc by forward-declaring struct _reg_trie_data; and
25898              tweak the new re test to use test.pl, in order to portably
25899              run a new interpreter
25900      Branch: perl
25901            ! embed.h ext/re/t/regop.t perl.h proto.h regcomp.c regcomp.h
25902            ! regexec.c regnodes.h
25903 ____________________________________________________________________________
25904 [ 28325] By: rgs                                   on 2006/05/29  12:38:09
25905         Log: Subject: Re: [PATCH] More regex optimisations and debug enhancements (including Andys stuff too)
25906              From: demerphq <demerphq@gmail.com>
25907              Date: Sun, 28 May 2006 16:24:59 +0200
25908              Message-ID: <9b18b3110605280724u54a9c53bn3b20692b6fe4f1c3@mail.gmail.com>
25909      Branch: perl
25910            + ext/re/t/regop.pl ext/re/t/regop.t
25911            ! MANIFEST embed.fnc ext/re/re.pm regcomp.c regcomp.h regcomp.pl
25912            ! regcomp.sym regexec.c t/op/re_tests
25913 ____________________________________________________________________________
25914 [ 28324] By: rgs                                   on 2006/05/29  09:39:06
25915         Log: Subject: [PATCH] skip t/op/incfilter.t for "make clean;make miniperl;make minitest"
25916              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
25917              Date: Sun, 28 May 2006 14:11:02 +0300 (EEST)
25918              Message-Id: <200605281111.k4SBB2jc133843@kosh.hut.fi>
25919      Branch: perl
25920            ! t/op/incfilter.t
25921 ____________________________________________________________________________
25922 [ 28323] By: rgs                                   on 2006/05/29  08:20:36
25923         Log: Subject: [PATCH] gv.c consting
25924              From: andy@petdance.com (Andy Lester)
25925              Date: Sun, 28 May 2006 12:24:25 -0500
25926              Message-ID: <20060528172425.GA8291@petdance.com>
25927              
25928              Subject: [PATCH] mg.c consting
25929              From: andy@petdance.com (Andy Lester)
25930              Date: Sun, 28 May 2006 11:34:33 -0500
25931              Message-ID: <20060528163433.GA5518@petdance.com>
25932      Branch: perl
25933            ! embed.fnc gv.c mg.c proto.h
25934 ____________________________________________________________________________
25935 [ 28322] By: rgs                                   on 2006/05/29  08:00:04
25936         Log: Subject: [PATCH] perlio.c: nobody was freeing PL_perlio_fd_refcnt, now PerlIO_cleanup() is
25937              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
25938              Date: Sun, 28 May 2006 18:15:35 +0300 (EEST)
25939              Message-Id: <20060528151535.BEA3E6D08C@seth.hut.fi>
25940      Branch: perl
25941            ! perlio.c
25942 ____________________________________________________________________________
25943 [ 28321] By: nicholas                              on 2006/05/28  10:55:17
25944         Log: Subject: [PATCH] DynaLoader.t: less assumptions
25945              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
25946              Message-ID: <44796AF2.8060903@gmail.com>
25947              Date: Sun, 28 May 2006 12:18:42 +0300
25948      Branch: perl
25949            ! ext/DynaLoader/t/DynaLoader.t
25950 ____________________________________________________________________________
25951 [ 28320] By: nicholas                              on 2006/05/28  10:40:48
25952         Log: Perl_refcounted_he_chain_2hv()'s code to skip duplicate keys was far
25953              too lax.
25954      Branch: perl
25955            ! hv.c t/op/caller.t
25956 ____________________________________________________________________________
25957 [ 28319] By: davem                                 on 2006/05/27  21:16:30
25958         Log: fix eval qw(BEGIN{die}) style leaks.
25959              death while exdcuting code while parsing meant that the current
25960              parse stack got quiety abandonded, thus leaking a bunch of OPs.
25961              Register a destructor to be called when this happens.
25962      Branch: perl
25963            ! perly.c
25964 ____________________________________________________________________________
25965 [ 28318] By: craigb                                on 2006/05/27  18:00:31
25966         Log: use the same arg names everyone else does and handle undef filename
25967      Branch: perl
25968            ! ext/DynaLoader/dl_vms.xs
25969 ____________________________________________________________________________
25970 [ 28317] By: davem                                 on 2006/05/27  15:05:30
25971         Log: Subject:  RE: perlhack.pod confused about POPSTACK
25972              From:  "Jan Dubois" <jand@activestate.com>
25973              Date:  Thu, 25 May 2006 18:20:25 -0700
25974              Message-Id:  <059101c68062$9143d550$2217a8c0@candy>
25975              
25976              more fixing of the PUSHMARK example
25977      Branch: perl
25978            ! pod/perlhack.pod
25979 ____________________________________________________________________________
25980 [ 28316] By: davem                                 on 2006/05/27  00:54:18
25981         Log: make -Dpv display OP names ons the parser stack
25982      Branch: perl
25983            ! perly.c
25984 ____________________________________________________________________________
25985 [ 28315] By: davem                                 on 2006/05/27  00:31:33
25986         Log: stop OPs leaking in eval "syntax error"
25987              When bison pops states during error recovery, any states holding
25988              an OP would leak the OP. Create an extra YY table that tells us
25989              which states are of type opval, and when popping one of those,
25990              free the op.
25991      Branch: perl
25992            ! madly.tab perly.c perly.tab regen_perly.pl
25993 ____________________________________________________________________________
25994 [ 28314] By: davem                                 on 2006/05/26  18:50:34
25995         Log: stop eval "sub{" leaking
25996      Branch: perl
25997            ! madly.act madly.h madly.tab madly.y perly.act perly.h
25998            ! perly.tab perly.y
25999 ____________________________________________________________________________
26000 [ 28313] By: stevep                                on 2006/05/26  15:03:12
26001         Log: Subject: [PATCH] SysV IPC
26002              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
26003              Date: Thu, 25 May 2006 18:49:33 +0300
26004              Message-ID: <4475D20D.9010600@gmail.com>
26005      Branch: perl
26006            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
26007            ! ext/IPC/SysV/SysV.pm pod/perlipc.pod
26008 ____________________________________________________________________________
26009 [ 28312] By: stevep                                on 2006/05/26  14:45:01
26010         Log: Upgrade to Sys-Syslog-0.14
26011      Branch: perl
26012            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
26013            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/fallback/const-c.inc
26014            ! ext/Sys/Syslog/t/constants.t ext/Sys/Syslog/t/syslog.t
26015 ____________________________________________________________________________
26016 [ 28311] By: stevep                                on 2006/05/26  13:39:06
26017         Log: Fix pod nit in perltodo.
26018      Branch: perl
26019            ! pod/perltodo.pod
26020 ____________________________________________________________________________
26021 [ 28310] By: stevep                                on 2006/05/26  13:38:16
26022         Log: Stop a warning generated from thread's Makefile.PL
26023      Branch: perl
26024            ! ext/threads/Makefile.PL
26025 ____________________________________________________________________________
26026 [ 28309] By: stevep                                on 2006/05/26  13:33:54
26027         Log: Sun C on Linux doesn't complain about the attributes sprinkled 
26028              through the code in all cases, even though attributes are not
26029              supported.  In some cases, however, it does.  
26030      Branch: perl
26031            ! hints/linux.sh
26032 ____________________________________________________________________________
26033 [ 28308] By: rgs                                   on 2006/05/26  13:01:35
26034         Log: Subject: Re: [PATCH] Test script for DynaLoader
26035              From: demerphq <demerphq@gmail.com>
26036              Date: Thu, 25 May 2006 13:20:53 +0200
26037              Message-ID: <9b18b3110605250420m7431bfbeve44aada2025264f7@mail.gmail.com>
26038      Branch: perl
26039            ! ext/DynaLoader/t/DynaLoader.t
26040 ____________________________________________________________________________
26041 [ 28307] By: mhx                                   on 2006/05/25  15:52:02
26042         Log: Upgrade to Devel::PPPort 3.08_03
26043      Branch: perl
26044            + ext/Devel/PPPort/devel/devtools.pl
26045            + ext/Devel/PPPort/devel/regenerate
26046            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
26047            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
26048            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
26049            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
26050            ! ext/Devel/PPPort/parts/apicheck.pl
26051            ! ext/Devel/PPPort/parts/apidoc.fnc
26052            ! ext/Devel/PPPort/parts/base/5006000
26053            ! ext/Devel/PPPort/parts/base/5009003
26054            ! ext/Devel/PPPort/parts/base/5009004
26055            ! ext/Devel/PPPort/parts/embed.fnc
26056            ! ext/Devel/PPPort/parts/inc/podtest
26057            ! ext/Devel/PPPort/parts/inc/ppphtest
26058            ! ext/Devel/PPPort/parts/todo/5009003
26059            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
26060            ! ext/Devel/PPPort/t/podtest.t ext/Devel/PPPort/t/ppphtest.t
26061 ____________________________________________________________________________
26062 [ 28306] By: stevep                                on 2006/05/25  13:48:56
26063         Log: Upgrade to Digest-SHA-5.38.
26064      Branch: perl
26065            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
26066            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
26067            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
26068            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
26069            ! ext/Digest/SHA/t/2-nist-sha-oo.t
26070 ____________________________________________________________________________
26071 [ 28305] By: gisle                                 on 2006/05/25  07:09:15
26072         Log: Subject: Pod::Html should not convert "foo" in `foo''
26073              From: Gisle Aas <gisle@ActiveState.com>
26074              Date: 24 May 2006 14:09:49 -0700
26075              Message-ID: <lr1wujqgde.fsf@caliper.activestate.com>
26076      Branch: perl
26077            ! lib/Pod/Html.pm
26078 ____________________________________________________________________________
26079 [ 28304] By: stevep                                on 2006/05/25  02:17:21
26080         Log: Upgrade to Test-Harness-2.60
26081      Branch: perl
26082            ! lib/Test/Harness.pm lib/Test/Harness/Changes
26083 ____________________________________________________________________________
26084 [ 28303] By: davem                                 on 2006/05/25  00:21:21
26085         Log: Subject:  RE: perlhack.pod confused about POPSTACK
26086              From:  "Jan Dubois" <jand@activestate.com>
26087              Date:  Wed, 24 May 2006 16:35:14 -0700
26088              Message-Id:  <03ee01c67f8a$b4d6aca0$2217a8c0@candy>
26089              
26090              clean up davem's doc thinko of change #28292
26091      Branch: perl
26092            ! pod/perlhack.pod
26093 ____________________________________________________________________________
26094 [ 28302] By: mhx                                   on 2006/05/24  17:44:20
26095         Log: Run 'make regen' for changes 28299, 28300, 28301.
26096      Branch: perl
26097            ! pod/perlapi.pod proto.h
26098 ____________________________________________________________________________
26099 [ 28301] By: mhx                                   on 2006/05/24  17:40:01
26100         Log: The sv_catpvs() and sv_setpvs() macros also return void.
26101      Branch: perl
26102            ! handy.h
26103 ____________________________________________________________________________
26104 [ 28300] By: mhx                                   on 2006/05/24  17:38:08
26105         Log: The SvREFCNT_*void* macros return void, not SV*.
26106      Branch: perl
26107            ! sv.h
26108 ____________________________________________________________________________
26109 [ 28299] By: mhx                                   on 2006/05/24  17:31:28
26110         Log: The 'f' flag was missing for my_snprintf().
26111      Branch: perl
26112            ! embed.fnc
26113 ____________________________________________________________________________
26114 [ 28298] By: rgs                                   on 2006/05/24  13:34:45
26115         Log: Fix segfault in SDBM_File when the destructor is called multiple times
26116      Branch: perl
26117            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
26118 ____________________________________________________________________________
26119 [ 28297] By: rgs                                   on 2006/05/24  12:39:31
26120         Log: Subject: [PATCH] Stop harness from printing summary table header for each row in table
26121              From: demerphq <demerphq@gmail.com>
26122              Date: Tue, 23 May 2006 22:27:40 +0200
26123              Message-ID: <9b18b3110605231327t316104caoce301668178ee442@mail.gmail.com>
26124      Branch: perl
26125            ! lib/Test/Harness.pm
26126 ____________________________________________________________________________
26127 [ 28296] By: rgs                                   on 2006/05/24  12:24:27
26128         Log: Subject: [PATCH] Refactoring in av.c
26129              From: andy@petdance.com (Andy Lester)
26130              Date: Wed, 24 May 2006 00:16:40 -0500
26131              Message-ID: <20060524051640.GA4713@petdance.com>
26132      Branch: perl
26133            ! av.c cop.h
26134 ____________________________________________________________________________
26135 [ 28295] By: rgs                                   on 2006/05/24  07:27:47
26136         Log: Subject: [PATCH lib/AutoLoader.pm lib/AutoLoader.t] Export can() with AUTOLOAD()
26137              From: chromatic <chromatic@wgz.org>
26138              Date: Sat, 20 May 2006 11:40:27 -0700
26139              Message-Id: <200605201140.27789.chromatic@wgz.org>
26140              
26141              With tweaks: use built-in ref() instead of Scalar::Util::blessed
26142      Branch: perl
26143            ! lib/AutoLoader.pm lib/AutoLoader.t
26144 ____________________________________________________________________________
26145 [ 28294] By: stevep                                on 2006/05/24  02:56:23
26146         Log: Subject: [PATCH] Make t/TEST more helpful
26147              From: andy@petdance.com (Andy Lester)
26148              Date: Tue, 23 May 2006 21:07:48 -0500
26149              Message-ID: <20060524020748.GA16729@petdance.com>
26150      Branch: perl
26151            ! t/TEST
26152 ____________________________________________________________________________
26153 [ 28293] By: stevep                                on 2006/05/24  02:53:38
26154         Log: Subject: Re: [patch] win32/buildext.pl to handle inclusions and not just exclusions
26155              From: demerphq <demerphq@gmail.com>
26156              Date: Sun, 21 May 2006 12:20:12 +0200
26157              Message-ID: <9b18b3110605210320h5adc9df4hbee2302722b3dd6e@mail.gmail.com>
26158      Branch: perl
26159            ! win32/Makefile win32/buildext.pl
26160 ____________________________________________________________________________
26161 [ 28292] By: davem                                 on 2006/05/23  22:16:28
26162         Log: correct POPSTACK/POPMARK confusion in perlhack.pod
26163      Branch: perl
26164            ! pod/perlhack.pod
26165 ____________________________________________________________________________
26166 [ 28291] By: rgs                                   on 2006/05/23  08:05:56
26167         Log: Typo fix
26168      Branch: perl
26169            ! ext/threads/threads.pm
26170 ____________________________________________________________________________
26171 [ 28290] By: rgs                                   on 2006/05/23  08:03:08
26172         Log: Subject: [PATCH] Explicit thread context
26173              From: "Jerry D. Hedden" <jerry@hedden.us>
26174              Date: Fri, 19 May 2006 13:42:50 -0700
26175              Message-ID: <20060519134250.fb30e530d17747c2b054d625b8945d88.933b701674.wbe@email.secureserver.net>
26176      Branch: perl
26177            + ext/threads/t/context.t
26178            ! MANIFEST ext/threads/Changes ext/threads/README
26179            ! ext/threads/threads.pm ext/threads/threads.xs
26180 ____________________________________________________________________________
26181 [ 28289] By: rgs                                   on 2006/05/23  07:27:11
26182         Log: Subject: [PATCH] clean some lint findings
26183              From: andy@petdance.com (Andy Lester)
26184              Date: Sun, 21 May 2006 00:02:40 -0500
26185              Message-ID: <20060521050240.GA21051@petdance.com>
26186      Branch: perl
26187            ! embed.fnc embed.h hv.c perlio.c pp_pack.c proto.h
26188 ____________________________________________________________________________
26189 [ 28288] By: rgs                                   on 2006/05/23  07:23:48
26190         Log: Subject: Re: [PATCH - DUH] Synchronize bleadperl with version-0.60
26191              From: John Peacock <jpeacock@rowman.com>
26192              Date: Mon, 22 May 2006 19:08:03 -0400
26193              Message-ID: <44724453.5090606@rowman.com>
26194      Branch: perl
26195            ! lib/version.pm lib/version.t
26196 ____________________________________________________________________________
26197 [ 28287] By: rgs                                   on 2006/05/23  07:20:15
26198         Log: Fix a syntax error in test
26199      Branch: perl
26200            ! lib/Text/Balanced/t/00-load.t
26201 ____________________________________________________________________________
26202 [ 28286] By: merijn                                on 2006/05/23  06:17:26
26203         Log: HAS_HAS WAS NOW HAS
26204      Branch: perl
26205            ! handy.h
26206 ____________________________________________________________________________
26207 [ 28285] By: stevep                                on 2006/05/22  20:30:14
26208         Log: Subject: [PATCH] IO::Compress::Base::Common
26209              From: "Paul Marquess" <paul.marquess@openwave.com>
26210              Date: Sat, 20 May 2006 11:55:21 +0100
26211              Message-ID: <3F2DD0FCF1E2EA4D974C6195B482FD8801C339EF@bfs-exch-prd1.myopwv.com>
26212      Branch: perl
26213            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
26214 ____________________________________________________________________________
26215 [ 28284] By: merijn                                on 2006/05/22  17:39:47
26216         Log: If I needed this now, I'll probably need it next time too :)
26217      Branch: perl
26218            ! handy.h
26219 ____________________________________________________________________________
26220 [ 28283] By: merijn                                on 2006/05/22  17:37:33
26221         Log: Re-generation after backports of
26222              #28188 Only ask about MAD for 5.9.0 and greater. Otherwise silently
26223              #28189 A Configure probe for C99 variadic macros, based on code from
26224              #28202 Take advantage of the bug that binexp ignores the Configure
26225              #28263 Oops. Fix bad #! lines when not using userelocatableinc
26226              One small cleanup fix added. Some small re-ordering. Some whitespace.
26227      Branch: perl
26228            ! Configure Porting/Glossary Porting/config.sh config_h.SH
26229 ____________________________________________________________________________
26230 [ 28280] By: rgs                                   on 2006/05/22  16:51:36
26231         Log: Amend version.pm so it correctly loads the XS version of qv()
26232      Branch: perl
26233            ! lib/version.pm
26234 ____________________________________________________________________________
26235 [ 28279] By: rgs                                   on 2006/05/22  16:41:56
26236         Log: Subject: [PATCH] pp_sys cleanup again
26237              From: andy@petdance.com (Andy Lester)
26238              Date: Sat, 20 May 2006 16:20:20 -0500
26239              Message-ID: <20060520212020.GA30688@petdance.com>
26240      Branch: perl
26241            ! pp_sys.c
26242 ____________________________________________________________________________
26243 [ 28277] By: steveh                                on 2006/05/22  15:18:33
26244         Log: Fix Win32 linker error
26245              
26246              See:
26247              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-05/msg00758.html
26248      Branch: perl
26249            ! embed.fnc embed.h global.sym
26250 ____________________________________________________________________________
26251 [ 28276] By: rgs                                   on 2006/05/22  15:02:08
26252         Log: Upgrade to version.pm 0.60
26253      Branch: perl
26254            ! lib/version.pm lib/version.t universal.c util.c
26255 ____________________________________________________________________________
26256 [ 28275] By: rgs                                   on 2006/05/22  14:49:05
26257         Log: Subject: Perl_PerlIO_context_layers and PerlIO_apply_layers, as well as other unexported/undefined entities... (patch 28258/28264 incomplete?)
26258              From: demerphq <demerphq@gmail.com>
26259              Date: Sun, 21 May 2006 15:06:20 +0200
26260              Message-ID: <9b18b3110605210606l441b69b3lf6934a15d9a26e4b@mail.gmail.com>
26261              
26262              (only the makedef.pl and perlio.c patches)
26263      Branch: perl
26264            ! makedef.pl perlio.c
26265 ____________________________________________________________________________
26266 [ 28274] By: merijn                                on 2006/05/22  14:42:47
26267         Log: Better handling for error-checking
26268              From: IRC/#p5p/Maddingue (Sebastien Aperghis-Tramoni)
26269      Branch: perl
26270            ! ext/DynaLoader/t/DynaLoader.t
26271 ____________________________________________________________________________
26272 [ 28273] By: rgs                                   on 2006/05/22  13:58:45
26273         Log: Subject: [PATCH] literal string macros
26274              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
26275              Date: Mon, 22 May 2006 13:39:33 +0200
26276              Message-ID: <20060522133933.65ea93ce@r2d2>
26277      Branch: perl
26278            ! handy.h pod/perlapi.pod
26279 ____________________________________________________________________________
26280 [ 28272] By: stevep                                on 2006/05/22  13:57:54
26281         Log: Additional perlpragma.pod nits.
26282      Branch: perl
26283            ! pod/perlpragma.pod
26284 ____________________________________________________________________________
26285 [ 28271] By: rgs                                   on 2006/05/22  13:47:19
26286         Log: More nits in perlpragma, and remove the warning about %^H being
26287              strictly internal in perlvar.
26288      Branch: perl
26289            ! pod/perlpragma.pod pod/perlvar.pod
26290 ____________________________________________________________________________
26291 [ 28270] By: stevep                                on 2006/05/22  13:46:30
26292         Log: Silence Text::Balanced's 00-load.t when PERL_CORE is defined.
26293      Branch: perl
26294            ! lib/Text/Balanced/t/00-load.t
26295 ____________________________________________________________________________
26296 [ 28269] By: rgs                                   on 2006/05/22  13:09:12
26297         Log: Subject: Re: [PATCH] optimize /[x]/ to /x/.
26298              From: demerphq <demerphq@gmail.com>
26299              Date: Sun, 21 May 2006 19:32:15 +0200
26300              Message-ID: <9b18b3110605211032n5035d2cfne703514d8271e181@mail.gmail.com>
26301              
26302              New tests.
26303      Branch: perl
26304            ! t/op/re_tests
26305 ____________________________________________________________________________
26306 [ 28268] By: rgs                                   on 2006/05/22  12:55:13
26307         Log: Fix two nits in perlpragma.pod
26308      Branch: perl
26309            ! pod/perlpragma.pod
26310 ____________________________________________________________________________
26311 [ 28267] By: mhx                                   on 2006/05/22  11:31:57
26312         Log: Upgrade to Devel::PPPort 3.08_02
26313      Branch: perl
26314            + ext/Devel/PPPort/parts/inc/SvREFCNT
26315            + ext/Devel/PPPort/parts/inc/podtest
26316            + ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/podtest.t
26317            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
26318            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
26319            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/mktests.PL
26320            ! ext/Devel/PPPort/parts/apidoc.fnc
26321            ! ext/Devel/PPPort/parts/base/5009004
26322            ! ext/Devel/PPPort/parts/embed.fnc
26323            ! ext/Devel/PPPort/parts/inc/memory
26324            ! ext/Devel/PPPort/parts/inc/misc
26325            ! ext/Devel/PPPort/parts/inc/ppphbin
26326            ! ext/Devel/PPPort/parts/inc/ppphdoc
26327            ! ext/Devel/PPPort/parts/inc/pvs
26328            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
26329            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
26330            ! ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/call.t
26331            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/exception.t
26332            ! ext/Devel/PPPort/t/grok.t ext/Devel/PPPort/t/limits.t
26333            ! ext/Devel/PPPort/t/mPUSH.t ext/Devel/PPPort/t/magic.t
26334            ! ext/Devel/PPPort/t/memory.t ext/Devel/PPPort/t/misc.t
26335            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
26336            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
26337            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/sv_xpvf.t
26338            ! ext/Devel/PPPort/t/testutil.pl ext/Devel/PPPort/t/threads.t
26339            ! ext/Devel/PPPort/t/uv.t ext/Devel/PPPort/t/variables.t
26340            ! ext/Devel/PPPort/t/warn.t
26341 ____________________________________________________________________________
26342 [ 28266] By: mhx                                   on 2006/05/21  22:34:29
26343         Log: Remove duplicate documentation for SvREFCNT_inc().
26344              Add documentation for SvREFCNT_inc_simple_void_NN().
26345              Wrap SvREFCNT_inc_simple_void() in STMT_START/STMT_END.
26346      Branch: perl
26347            ! sv.h
26348 ____________________________________________________________________________
26349 [ 28265] By: mhx                                   on 2006/05/21  22:20:48
26350         Log: Document PoisonFree() instead of documenting Poison() twice.
26351      Branch: perl
26352            ! handy.h
26353 ____________________________________________________________________________
26354 [ 28264] By: stevep                                on 2006/05/21  03:47:18
26355         Log: Add Perl_PerlIO_context_layers() to the public API to fix Win32 builds.
26356              Also, picked up a missed change for pod/perlapi.pod.
26357      Branch: perl
26358            ! embed.fnc embed.h global.sym pod/perlapi.pod
26359 ____________________________________________________________________________
26360 [ 28263] By: nicholas                              on 2006/05/20  23:08:40
26361         Log: Oops. Fix bad #! lines when not using userelocatableinc
26362      Branch: perl
26363            ! Configure
26364 ____________________________________________________________________________
26365 [ 28262] By: davem                                 on 2006/05/20  22:23:21
26366         Log: Subject:  [PATCH] optimize /[x]/ to /x/.
26367              From:  demerphq <demerphq@gmail.com>
26368              Date:  Sat, 20 May 2006 23:16:33 +0200
26369              Message-Id:  <9b18b3110605201416i3dc44c39k86cd9b2f47f5cda0@mail.gmail.com>
26370      Branch: perl
26371            ! regcomp.c
26372 ____________________________________________________________________________
26373 [ 28261] By: nicholas                              on 2006/05/20  22:17:07
26374         Log: Fix bug in change 28258. So how come I thought I'd passed all tests?
26375      Branch: perl
26376            ! ext/B/B.xs
26377 ____________________________________________________________________________
26378 [ 28260] By: davem                                 on 2006/05/20  21:07:34
26379         Log: don't try to dump GVish parts of an LV if it hasn't got GVish parts
26380      Branch: perl
26381            ! dump.c
26382 ____________________________________________________________________________
26383 [ 28259] By: mhx                                   on 2006/05/20  18:22:00
26384         Log: Upgrade to Devel::PPPort 3.08_01
26385      Branch: perl
26386            + ext/Devel/PPPort/parts/base/5008008
26387            + ext/Devel/PPPort/parts/base/5009004
26388            + ext/Devel/PPPort/parts/inc/pvs
26389            + ext/Devel/PPPort/parts/inc/snprintf
26390            + ext/Devel/PPPort/parts/inc/warn
26391            + ext/Devel/PPPort/parts/todo/5008008
26392            + ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/t/pvs.t
26393            + ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/warn.t
26394            - ext/Devel/PPPort/MANIFEST
26395            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
26396            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
26397            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
26398            ! ext/Devel/PPPort/parts/apicheck.pl
26399            ! ext/Devel/PPPort/parts/apidoc.fnc
26400            ! ext/Devel/PPPort/parts/base/5004050
26401            ! ext/Devel/PPPort/parts/base/5006000
26402            ! ext/Devel/PPPort/parts/base/5006001
26403            ! ext/Devel/PPPort/parts/base/5007002
26404            ! ext/Devel/PPPort/parts/base/5007003
26405            ! ext/Devel/PPPort/parts/base/5008000
26406            ! ext/Devel/PPPort/parts/base/5008001
26407            ! ext/Devel/PPPort/parts/base/5009000
26408            ! ext/Devel/PPPort/parts/base/5009003
26409            ! ext/Devel/PPPort/parts/embed.fnc
26410            ! ext/Devel/PPPort/parts/inc/Sv_set
26411            ! ext/Devel/PPPort/parts/inc/magic
26412            ! ext/Devel/PPPort/parts/inc/misc
26413            ! ext/Devel/PPPort/parts/todo/5004000
26414            ! ext/Devel/PPPort/parts/todo/5005000
26415            ! ext/Devel/PPPort/parts/todo/5006000
26416            ! ext/Devel/PPPort/parts/todo/5006001
26417            ! ext/Devel/PPPort/parts/todo/5007003
26418            ! ext/Devel/PPPort/parts/todo/5009003 ext/Devel/PPPort/soak
26419            ! ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/magic.t
26420            ! ext/Devel/PPPort/t/misc.t
26421 ____________________________________________________________________________
26422 [ 28258] By: nicholas                              on 2006/05/20  17:29:52
26423         Log: Abolish cop_io (the simple way) by storing the value in cop_hints_hash.
26424              Todo - store the in and out values under 2 keys, and avoid the need to
26425              create a temporary mortal SV while checking it.
26426      Branch: perl
26427            ! bytecode.pl cop.h embed.fnc embed.h ext/B/B.xs
26428            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
26429            ! ext/ByteLoader/byterun.h mg.c op.c perl.c perl.h perlio.c
26430            ! perlio.h pp_ctl.c pp_sys.c proto.h sv.c
26431 ____________________________________________________________________________
26432 [ 28257] By: nicholas                              on 2006/05/20  15:27:28
26433         Log: Move the hints from op_private into cop_hints. This allows all 32 bits
26434              to be stored. Make B::Concise display the new hints field, and modify
26435              B::Deparse to use it.
26436      Branch: perl
26437            ! cop.h ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm
26438            ! ext/B/B/Deparse.pm ext/B/t/f_map.t ext/B/t/f_sort.t
26439            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
26440            ! ext/B/t/optree_constants.t ext/B/t/optree_misc.t
26441            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
26442            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
26443            ! ext/ByteLoader/bytecode.h op.c perl.h
26444 ____________________________________________________________________________
26445 [ 28255] By: merijn                                on 2006/05/20  15:16:29
26446         Log: Small typo correction
26447      Branch: perl
26448            ! INSTALL
26449 ____________________________________________________________________________
26450 [ 28254] By: davem                                 on 2006/05/20  14:30:50
26451         Log: eval { s/$foo/die/e } leaked a scalar
26452      Branch: perl
26453            ! pp_ctl.c pp_hot.c
26454 ____________________________________________________________________________
26455 [ 28253] By: merijn                                on 2006/05/20  13:26:51
26456         Log: Subject: Re: Over-pious message from Configure?
26457              From: Dominic Dunlop <shouldbedomo@mac.com>
26458              Date: Thu, 18 May 2006 15:47:27 +0200
26459              Message-Id: <90C6E6BF-D1B1-4346-A893-1708E8E50534@mac.com>
26460      Branch: perl
26461            ! INSTALL
26462 ____________________________________________________________________________
26463 [ 28252] By: nicholas                              on 2006/05/20  12:31:09
26464         Log: Rename cop_hints to cop_hints_hash
26465      Branch: perl
26466            ! cop.h mg.c op.c perl.c pod/perlintern.pod pp_ctl.c scope.c
26467            ! scope.h sv.c
26468 ____________________________________________________________________________
26469 [ 28251] By: davem                                 on 2006/05/20  11:58:07
26470         Log: Perl segfaults; test case available
26471              sub f { s/$var/f()/e } could free the wrong RE
26472      Branch: perl
26473            ! cop.h pp_ctl.c pp_hot.c
26474 ____________________________________________________________________________
26475 [ 28250] By: nicholas                              on 2006/05/20  11:29:26
26476         Log: Abolish cop_arybase. Signal a non zero $[ with a hint flag, and store
26477              the value in the hints structure used for %^H.
26478      Branch: perl
26479            ! cop.h embed.fnc embed.h global.sym hv.c op.c perl.h proto.h
26480 ____________________________________________________________________________
26481 [ 28249] By: nicholas                              on 2006/05/20  10:27:23
26482         Log: Solaris was happy, but change 28247 removed the wrong dTHX as far as
26483              some other operating systems were concerned.
26484      Branch: perl
26485            ! perlio.c
26486 ____________________________________________________________________________
26487 [ 28248] By: davem                                 on 2006/05/20  00:43:42
26488         Log: SEGV with complicated regexp and long string
26489              PL_reg_maxiter was wrapping to a negative value
26490      Branch: perl
26491            ! op.c regexec.c
26492 ____________________________________________________________________________
26493 [ 28247] By: nicholas                              on 2006/05/19  22:48:38
26494         Log: Perl_croak() needs an aTHX_ in PerlIO_vsprintf().
26495      Branch: perl
26496            ! perlio.c
26497 ____________________________________________________________________________
26498 [ 28246] By: mhx                                   on 2006/05/19  22:11:44
26499         Log: There is no STASH type.
26500      Branch: perl
26501            ! sv.h
26502 ____________________________________________________________________________
26503 [ 28245] By: nicholas                              on 2006/05/19  21:44:14
26504         Log: Correct Perl_refcounted_he_chain_2hv() and its caller - it doesn't
26505              store a reference to the value, so don't pass it in a new SV.
26506      Branch: perl
26507            ! hv.c mg.c pod/perlintern.pod
26508 ____________________________________________________________________________
26509 [ 28244] By: stevep                                on 2006/05/19  20:15:10
26510         Log: Grrr...Perforce decided not to add the MANIFEST changes for change
26511              #28243.  Hateful indeed!
26512      Branch: perl
26513            ! MANIFEST
26514 ____________________________________________________________________________
26515 [ 28243] By: stevep                                on 2006/05/19  20:12:23
26516         Log: Shortening name of a Pod::Simple test case to allow the test to be 
26517              run on the VOS operating system.  Fixes "RT #38645: Test case name
26518              is too long".
26519      Branch: perl
26520           +> lib/Pod/Simple/t/search_25_glob_squaa.t
26521            - lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t
26522 ____________________________________________________________________________
26523 [ 28242] By: nicholas                              on 2006/05/19  20:11:57
26524         Log: Rebuild perltoc.pod.
26525      Branch: perl
26526            ! pod/perltoc.pod
26527 ____________________________________________________________________________
26528 [ 28241] By: nicholas                              on 2006/05/19  20:10:47
26529         Log: Add perlpragma.pod, which describes how to implement user pragmata.
26530      Branch: perl
26531            + pod/perlpragma.pod
26532            ! MANIFEST pod.lst pod/perl.pod vms/descrip_mms.template
26533            ! win32/pod.mak
26534 ____________________________________________________________________________
26535 [ 28239] By: nicholas                              on 2006/05/19  20:08:46
26536         Log: Add README.riscos to pod.lst
26537      Branch: perl
26538            ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile
26539            ! win32/makefile.mk
26540 ____________________________________________________________________________
26541 [ 28238] By: nicholas                              on 2006/05/19  20:08:21
26542         Log: pod/buildtoc has fussy ideas about the order of MANIFEST
26543      Branch: perl
26544            ! MANIFEST
26545 ____________________________________________________________________________
26546 [ 28237] By: stevep                                on 2006/05/19  18:36:13
26547         Log: Subject: [PATCH] strlcat aaargh
26548              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
26549              Date: Fri, 19 May 2006 20:44:46 +0300
26550              Message-ID: <446E040E.8030205@gmail.com>
26551      Branch: perl
26552            ! doio.c
26553 ____________________________________________________________________________
26554 [ 28236] By: nicholas                              on 2006/05/19  16:31:35
26555         Log: strlen(foo) rather than strchr(foo, 0) makes simpler code, and is
26556              likely to be a more efficient implementation.
26557      Branch: perl
26558            ! perlio.c
26559 ____________________________________________________________________________
26560 [ 28235] By: davem                                 on 2006/05/19  16:06:58
26561         Log: give a more useful example for $^V
26562      Branch: perl
26563            ! pod/perlvar.pod
26564 ____________________________________________________________________________
26565 [ 28234] By: rgs                                   on 2006/05/19  15:17:00
26566         Log: Subject: [PATCH] Re: [PATCH] Re: Change 28183 has broken 64-bit builds?
26567              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
26568              Date: Thu, 18 May 2006 22:44:14 +0300
26569              Message-ID: <446CCE8E.8010407@gmail.com>
26570      Branch: perl
26571            ! perl.h perlio.c util.c
26572 ____________________________________________________________________________
26573 [ 28232] By: rgs                                   on 2006/05/19  08:46:09
26574         Log: Adjust test following change #28225
26575      Branch: perl
26576            ! t/lib/h2ph.pht
26577 ____________________________________________________________________________
26578 [ 28231] By: davem                                 on 2006/05/19  00:14:15
26579         Log: lots of warnings with diagnostics and (warn or die)
26580              stop C<use diagnostics; warn "\n">  outputing lots of 'uninit'
26581              warnings.
26582      Branch: perl
26583            ! lib/diagnostics.pm
26584 ____________________________________________________________________________
26585 [ 28230] By: davem                                 on 2006/05/18  23:50:51
26586         Log: test some die codepaths in pp_enterwrite
26587      Branch: perl
26588            ! t/op/write.t
26589 ____________________________________________________________________________
26590 [ 28229] By: davem                                 on 2006/05/18  23:16:16
26591         Log: Subject:  [PATCH] threads core dump in BEGIN
26592              From:  "Jerry D. Hedden" <jerry@hedden.us>
26593              Date:  Thu, 18 May 2006 13:22:20 -0700
26594              Message-Id:  <20060518132220.fb30e530d17747c2b054d625b8945d88.f45de90925.wbe@email.secureserver.net>
26595      Branch: perl
26596            + ext/threads/t/blocks.t
26597            ! MANIFEST ext/threads/Changes ext/threads/README
26598            ! ext/threads/threads.pm ext/threads/threads.xs
26599 ____________________________________________________________________________
26600 [ 28228] By: rgs                                   on 2006/05/18  15:45:49
26601         Log: We can now remove DynaLoader from 1_compile.t
26602      Branch: perl
26603            ! t/lib/1_compile.t
26604 ____________________________________________________________________________
26605 [ 28227] By: rgs                                   on 2006/05/18  15:43:25
26606         Log: Nits in the DynaLoader test: make it warning-clean,
26607              and avoid checking OS- and locale-specific messages
26608      Branch: perl
26609            ! ext/DynaLoader/t/DynaLoader.t
26610 ____________________________________________________________________________
26611 [ 28226] By: stevep                                on 2006/05/18  15:16:40
26612         Log: Subject: [PATCH] Test script for DynaLoader
26613              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
26614              Date: Thu, 18 May 2006 16:46:00 +0200
26615              Message-ID: <1147963560.446c88a8891e1@imp1-g19.free.fr>
26616      Branch: perl
26617            + ext/DynaLoader/t/DynaLoader.t
26618            ! MANIFEST
26619 ____________________________________________________________________________
26620 [ 28225] By: rgs                                   on 2006/05/18  12:52:34
26621         Log: Subject: [perl #39130] h2ph generates incorrect code for '#if defined A || defined B' 
26622              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
26623              Date: Thu, 11 May 2006 11:00:42 -0700
26624              Message-ID: <rt-3.0.11-39130-133411.1.91055283125046@perl.org>
26625      Branch: perl
26626            ! utils/h2ph.PL
26627 ____________________________________________________________________________
26628 [ 28224] By: rgs                                   on 2006/05/18  12:34:35
26629         Log: Subject: Re: [perl #39152] diagnostics.pm: "-traceonly" vs "-trace"
26630              From: "Fergal Daly" <fergal@esatclear.ie>
26631              Date: Wed, 17 May 2006 18:59:50 +0100
26632              Message-ID: <875029960605171059y286fe449nd39d6830ef2b229a@mail.gmail.com>
26633      Branch: perl
26634            ! lib/diagnostics.pm
26635 ____________________________________________________________________________
26636 [ 28223] By: rgs                                   on 2006/05/18  11:38:00
26637         Log: Subject: [PATCH] threads 1.28
26638              From: "Jerry D. Hedden" <jerry@hedden.us>
26639              Date: Wed, 17 May 2006 11:45:32 -0700
26640              Message-ID: <20060517114532.fb30e530d17747c2b054d625b8945d88.ca725822fc.wbe@email.secureserver.net>
26641      Branch: perl
26642            ! ext/threads/Changes ext/threads/README ext/threads/t/kill.t
26643            ! ext/threads/threads.pm ext/threads/threads.xs
26644 ____________________________________________________________________________
26645 [ 28222] By: rgs                                   on 2006/05/18  06:30:09
26646         Log: Adjust calling of Perl_va_copy(), noticed by Jarkko
26647      Branch: perl
26648            ! util.c
26649 ____________________________________________________________________________
26650 [ 28221] By: nicholas                              on 2006/05/17  23:13:51
26651         Log: Another SvVOK(). I believe that this is the last.
26652      Branch: perl
26653            ! util.c
26654 ____________________________________________________________________________
26655 [ 28219] By: rgs                                   on 2006/05/17  21:01:54
26656         Log: Oops, missed a SvVOK.
26657      Branch: perl
26658            ! util.c
26659 ____________________________________________________________________________
26660 [ 28218] By: rgs                                   on 2006/05/17  20:54:23
26661         Log: Add a new macro SvVSTRING_mg that returns vstring magic, if any.
26662              SvVOK used to do that, in stealth mode, but now it returns a
26663              boolean like it used to. Patch suggested by John Peacock.
26664      Branch: perl
26665            ! sv.c sv.h
26666 ____________________________________________________________________________
26667 [ 28217] By: rgs                                   on 2006/05/17  19:55:30
26668         Log: Parenthesize uses of macro arguments
26669      Branch: perl
26670            ! perl.h
26671 ____________________________________________________________________________
26672 [ 28216] By: rgs                                   on 2006/05/17  19:50:54
26673         Log: Subject: Re: Change 28183 has broken 64-bit builds?
26674              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
26675              Date: Wed, 17 May 2006 22:19:51 +0300
26676              Message-ID: <446B7757.8030301@gmail.com>
26677      Branch: perl
26678            ! perl.h perlio.c pod/perlapi.pod util.c
26679 ____________________________________________________________________________
26680 [ 28215] By: steveh                                on 2006/05/17  17:06:26
26681         Log: Subject: Re: [perl #39145] win32, @_ and fork crashing in dounwind
26682              From: Dave Mitchell <davem@iabyn.com>
26683              Date: Wed, 17 May 2006 17:38:16 +0100
26684              Message-ID: <20060517163816.GN17109@iabyn.com>
26685              
26686              (Dave's fix, plus a test taken from [perl #39145])
26687      Branch: perl
26688            ! sv.c t/op/fork.t
26689 ____________________________________________________________________________
26690 [ 28214] By: stevep                                on 2006/05/17  15:02:45
26691         Log: Subject: [PATCH] IO::Compress* 2.000_12
26692              From: "Paul Marquess" <paul.marquess@ntlworld.com>
26693              Date: Wed, 17 May 2006 13:45:16 +0100
26694              Message-ID: <00c101c679af$c0305af0$2405140a@myopwv.com>
26695      Branch: perl
26696            + ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
26697            + ext/Compress/Raw/Zlib/Changes
26698            ! MANIFEST ext/Compress/IO/Base/README
26699            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
26700            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
26701            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
26702            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
26703            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
26704            ! ext/Compress/IO/Zlib/README
26705            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
26706            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
26707            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
26708            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
26709            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
26710            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
26711            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
26712            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
26713            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
26714            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
26715            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
26716            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
26717            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
26718            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
26719            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
26720            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
26721            ! ext/Compress/IO/Zlib/t/004gziphdr.t
26722            ! ext/Compress/IO/Zlib/t/101truncate-zip.t
26723            ! ext/Compress/Raw/Zlib/README
26724            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
26725            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
26726            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
26727            ! t/lib/compress/CompTestUtils.pm x2p/find2perl.PL
26728 ____________________________________________________________________________
26729 [ 28210] By: nicholas                              on 2006/05/16  16:41:45
26730         Log: Revert change 27513
26731              [Make the original versions of relocated paths available from
26732              %Config::Config with the prefix "raw_". Not sure if "raw_" is the
26733              best choice.]
26734      Branch: perl
26735            ! configpm
26736 ____________________________________________________________________________
26737 [ 28209] By: rgs                                   on 2006/05/16  16:14:46
26738         Log: Subject: Re: [PATCH]  upgrade bytes_to_uni
26739              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
26740              Date: Mon, 15 May 2006 22:39:58 +0900
26741              Message-Id: <20060515223901.F3B0.BQW10602@nifty.com>
26742      Branch: perl
26743            ! pp_pack.c
26744 ____________________________________________________________________________
26745 [ 28206] By: rgs                                   on 2006/05/16  13:14:12
26746         Log: Subject: [PATCH] Refactoring reghops
26747              From: andy@petdance.com (Andy Lester)
26748              Date: Mon, 15 May 2006 08:54:24 -0500
26749              Message-ID: <20060515135424.GA31585@petdance.com>
26750      Branch: perl
26751            ! embed.fnc proto.h regexec.c
26752 ____________________________________________________________________________
26753 [ 28205] By: rgs                                   on 2006/05/16  13:09:17
26754         Log: Subject: [PATCH] refactoring out S_regoptail
26755              From: andy@petdance.com (Andy Lester)
26756              Date: Sun, 14 May 2006 23:15:18 -0500
26757              Message-ID: <20060515041518.GA15745@petdance.com>
26758      Branch: perl
26759            ! embed.fnc embed.h proto.h regcomp.c
26760 ____________________________________________________________________________
26761 [ 28202] By: nicholas                              on 2006/05/16  10:00:55
26762         Log: Take advantage of the bug that binexp ignores the Configure
26763              installprefix, by using initialinstalllocation rather than binexp
26764              to determine the #! line for installed scripts. This way they are at
26765              least correct initially for a relocatable @INC perl, rather than
26766              starting as .../../bin/perl
26767      Branch: perl
26768            ! Configure
26769 ____________________________________________________________________________
26770 [ 28200] By: stevep                                on 2006/05/15  16:43:44
26771         Log: Clarification on what Perl does to floating points in the modulus 
26772              operation.
26773      Branch: perl
26774            ! pod/perlop.pod
26775 ____________________________________________________________________________
26776 [ 28198] By: nicholas                              on 2006/05/15  15:11:15
26777         Log: Encode run-time relocation of file names in packlist with a relocate_as
26778              attribute. With this, unmodified instmodsh correctly verifies installed
26779              modules even after relocation.
26780      Branch: perl
26781            ! lib/ExtUtils/Packlist.pm
26782 ____________________________________________________________________________
26783 [ 28197] By: stevep                                on 2006/05/15  14:13:46
26784         Log: Upgrade to Digest-SHA-5.37
26785      Branch: perl
26786            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
26787            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
26788            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
26789            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
26790 ____________________________________________________________________________
26791 [ 28196] By: nicholas                              on 2006/05/15  13:57:25
26792         Log: Simplify the implementation in ExtUtils::Packlist::read.
26793      Branch: perl
26794            ! lib/ExtUtils/Packlist.pm
26795 ____________________________________________________________________________
26796 [ 28195] By: rgs                                   on 2006/05/15  11:29:59
26797         Log: Subject: [REPATCH universal.c] Make sv_derived_from Documentation Clearer
26798              From: chromatic <chromatic@wgz.org>
26799              Date: Sun, 14 May 2006 16:51:36 -0700
26800              Message-Id: <200605141651.37181.chromatic@wgz.org>
26801      Branch: perl
26802            ! pod/perlapi.pod universal.c
26803 ____________________________________________________________________________
26804 [ 28194] By: rgs                                   on 2006/05/15  09:43:02
26805         Log: Subject: [PATCH] S_reguni should return its length
26806              From: andy@petdance.com (Andy Lester)
26807              Date: Sun, 14 May 2006 09:46:32 -0500
26808              Message-ID: <20060514144632.GA20935@petdance.com>
26809      Branch: perl
26810            ! embed.fnc embed.h proto.h regcomp.c
26811 ____________________________________________________________________________
26812 [ 28193] By: rgs                                   on 2006/05/15  08:33:53
26813         Log: Subject: [PATCH] strange encodings upsets pp_chr
26814              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
26815              Date: Sun, 14 May 2006 19:57:28 +0900
26816              Message-Id: <20060514195532.5422.BQW10602@nifty.com>
26817      Branch: perl
26818            + t/uni/chr.t
26819            ! MANIFEST pp.c t/op/chr.t t/op/ord.t
26820 ____________________________________________________________________________
26821 [ 28192] By: nicholas                              on 2006/05/14  12:27:19
26822         Log: TEST needs to binmode the file handle that is reading the TAP, else it
26823              can get killed if TEST's environment has made it default all opens to
26824              UTF-8 but the TAP is not UTF-8.
26825      Branch: perl
26826            ! t/TEST
26827 ____________________________________________________________________________
26828 [ 28190] By: nicholas                              on 2006/05/14  10:33:39
26829         Log: Upgrade to Test::Harness 2.58.
26830      Branch: perl
26831            ! lib/Test/Harness.pm
26832 ____________________________________________________________________________
26833 [ 28189] By: nicholas                              on 2006/05/13  15:48:24
26834         Log: A Configure probe for C99 variadic macros, based on code from Jarkko.
26835      Branch: perl
26836            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
26837            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
26838            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
26839            ! win32/config.bc win32/config.gc win32/config.vc
26840            ! win32/config.vc64
26841 ____________________________________________________________________________
26842 [ 28188] By: nicholas                              on 2006/05/13  12:57:50
26843         Log: Only ask about MAD for 5.9.0 and greater. Otherwise silently select
26844              'n'.
26845      Branch: perl
26846            ! Configure
26847 ____________________________________________________________________________
26848 [ 28187] By: nicholas                              on 2006/05/13  11:26:04
26849         Log: Subject: t/uni/overload.t
26850              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
26851              Message-ID: <4465988C.9080407@gmail.com>
26852              Date: Sat, 13 May 2006 11:27:56 +0300
26853      Branch: perl
26854            ! t/uni/overload.t
26855 ____________________________________________________________________________
26856 [ 28186] By: nicholas                              on 2006/05/13  10:36:49
26857         Log: Subject: [PATCH] sv.c: printf %d wants int not size_t
26858              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
26859              Message-Id: <200605130715.k4D7FWg3089581@kosh.hut.fi>
26860              Date: Sat, 13 May 2006 10:15:32 +0300 (EEST)
26861      Branch: perl
26862            ! sv.c
26863 ____________________________________________________________________________
26864 [ 28185] By: nicholas                              on 2006/05/13  10:36:18
26865         Log: Can't do require Foo if $tainted; because taint tunnels.
26866              (Documented, but I regard this as a serious practical deficiency in
26867              tainting) 
26868      Branch: perl
26869            ! lib/Tie/RefHash.pm
26870 ____________________________________________________________________________
26871 [ 28183] By: rgs                                   on 2006/05/12  20:57:07
26872         Log: Subject: Re: [PATCH] my_snprintf
26873              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
26874              Date: Fri, 12 May 2006 22:28:49 +0300
26875              Message-ID: <4464E1F1.9010706@gmail.com>
26876      Branch: perl
26877            ! embed.fnc global.sym perl.h perlio.c pod/perlapi.pod pp_ctl.c
26878            ! proto.h regcomp.c sv.c toke.c universal.c util.c
26879 ____________________________________________________________________________
26880 [ 28181] By: rgs                                   on 2006/05/12  16:55:36
26881         Log: Subject: AW: question on "len item/string item" with unpack()
26882              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
26883              Date: Fri, 5 May 2006 13:20:24 +0200 
26884              Message-ID: <E9A2605289D8D7468B1A21EC24E59D2104979424@naimucx5.muc.allianz>
26885      Branch: perl
26886            ! pod/perlfunc.pod
26887 ____________________________________________________________________________
26888 [ 28180] By: rgs                                   on 2006/05/12  15:48:43
26889         Log: Subject: [PATCH]  upgrade bytes_to_uni
26890              From: andy@petdance.com (Andy Lester)
26891              Date: Fri, 12 May 2006 00:21:23 -0500
26892              Message-ID: <20060512052123.GA21648@petdance.com>
26893      Branch: perl
26894            ! embed.fnc embed.h pp_pack.c proto.h
26895 ____________________________________________________________________________
26896 [ 28179] By: rgs                                   on 2006/05/12  14:33:40
26897         Log: Subject: [PATCH] Proper use of static funcs in toke.c and pp_sys.c
26898              From: andy@petdance.com (Andy Lester)
26899              Date: Tue, 9 May 2006 12:27:30 -0500
26900              Message-ID: <20060509172730.GA5272@petdance.com>
26901      Branch: perl
26902            ! embed.fnc embed.h pp_sys.c proto.h toke.c
26903 ____________________________________________________________________________
26904 [ 28178] By: nicholas                              on 2006/05/12  14:08:45
26905         Log: The upgrade/croak order in Perl_sv_utf8_encode() seemed utterly
26906              backwards. It now checks for readonly *first*.
26907      Branch: perl
26908            ! sv.c
26909 ____________________________________________________________________________
26910 [ 28177] By: rgs                                   on 2006/05/12  13:09:29
26911         Log: Upgrade to Tie::RefHash 1.34, by Yuval Kogman
26912      Branch: perl
26913            + lib/Tie/RefHash/rebless.t lib/Tie/RefHash/storable.t
26914            ! MANIFEST lib/Tie/RefHash.pm lib/Tie/RefHash/refhash.t
26915            ! lib/Tie/RefHash/threaded.t
26916 ____________________________________________________________________________
26917 [ 28176] By: rgs                                   on 2006/05/12  12:23:03
26918         Log: Subject: [PATCH] Speed up utf8.c a bit
26919              From: andy@petdance.com (Andy Lester)
26920              Date: Thu, 11 May 2006 22:41:01 -0500
26921              Message-ID: <20060512034101.GA10709@petdance.com>
26922      Branch: perl
26923            ! utf8.c
26924 ____________________________________________________________________________
26925 [ 28175] By: rgs                                   on 2006/05/12  12:13:03
26926         Log: Subject: [PATCH] Fixing embed.fnc
26927              From: andy@petdance.com (Andy Lester)
26928              Date: Thu, 11 May 2006 21:54:10 -0500
26929              Message-ID: <20060512025410.GA32709@petdance.com>
26930      Branch: perl
26931            ! embed.fnc proto.h
26932 ____________________________________________________________________________
26933 [ 28174] By: nicholas                              on 2006/05/12  11:47:40
26934         Log: Threads and signals. Delicious. Tweak change 28168 to add a local
26935              signal handler in the sleeping thread, because some operating systems
26936              deliver the SIGINT to that thread rather than the signalling thread.
26937      Branch: perl
26938            ! ext/threads/t/kill.t
26939 ____________________________________________________________________________
26940 [ 28173] By: rgs                                   on 2006/05/12  11:40:51
26941         Log: Subject: [PATCH] Better unsafe signals info in threads.pm
26942              From: "Jerry D. Hedden" <jerry@hedden.us>
26943              Date: Thu, 11 May 2006 11:50:15 -0700
26944              Message-ID: <20060511115015.fb30e530d17747c2b054d625b8945d88.8b4855700b.wbe@email.secureserver.net>
26945      Branch: perl
26946            ! ext/threads/threads.pm
26947 ____________________________________________________________________________
26948 [ 28172] By: nicholas                              on 2006/05/12  09:47:29
26949         Log: Fix concise-xs.t following the changes to B::Deparse.
26950      Branch: perl
26951            ! ext/B/t/concise-xs.t
26952 ____________________________________________________________________________
26953 [ 28171] By: nicholas                              on 2006/05/11  21:44:06
26954         Log: Tk spots that S_glob_2pv might be called from *_nolen, so we need to
26955              check that len is non-NULL before assigning to it.
26956      Branch: perl
26957            ! sv.c
26958 ____________________________________________________________________________
26959 [ 28168] By: rgs                                   on 2006/05/11  16:47:33
26960         Log: Subject: [PATCH] Thread signalling [REVISED]
26961              From: "Jerry D. Hedden" <jerry@hedden.us>
26962              Date: Thu, 11 May 2006 08:55:39 -0700
26963              Message-ID: <20060511085539.fb30e530d17747c2b054d625b8945d88.a90037f085.wbe@email.secureserver.net>
26964      Branch: perl
26965            + ext/threads/t/kill.t
26966            ! MANIFEST ext/threads/Changes ext/threads/Makefile.PL
26967            ! ext/threads/threads.pm ext/threads/threads.xs
26968 ____________________________________________________________________________
26969 [ 28166] By: rgs                                   on 2006/05/11  16:06:06
26970         Log: Deparse state variables.
26971      Branch: perl
26972            ! ext/B/B/Deparse.pm
26973 ____________________________________________________________________________
26974 [ 28156] By: stevep                                on 2006/05/11  00:09:53
26975         Log: Adding a mention of STDIN processing by qx// as requested by 
26976              RT #34288: perlop: qx/STRING/: mention STDIN
26977      Branch: perl
26978            ! pod/perlop.pod
26979 ____________________________________________________________________________
26980 [ 28155] By: stevep                                on 2006/05/10  23:02:20
26981         Log: Add -fno-delete-null-pointer-checks to ccflags on Itaniums when 
26982              compiling with gcc's 3.2, 3.3, or 3.4.  This fixes RT #37156.
26983      Branch: perl
26984            ! hints/linux.sh
26985 ____________________________________________________________________________
26986 [ 28152] By: stevep                                on 2006/05/10  15:03:03
26987         Log: Upgrade to Encode-2.17
26988      Branch: perl
26989            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/encoding.pm
26990 ____________________________________________________________________________
26991 [ 28150] By: nicholas                              on 2006/05/10  14:08:43
26992         Log: no 5.9.4; should fail in version 5.9.4.
26993              Improve the diagnostics and test names in t/comp/use.t
26994      Branch: perl
26995            ! pp_ctl.c t/comp/use.t
26996 ____________________________________________________________________________
26997 [ 28149] By: nicholas                              on 2006/05/10  13:08:49
26998         Log: Convert use.t to an inlined is/isnt/like implementation, to give better
26999              diagnostics.
27000      Branch: perl
27001            ! t/comp/use.t
27002 ____________________________________________________________________________
27003 [ 28148] By: davem                                 on 2006/05/10  01:32:10
27004         Log: disable WARN and DIE hooks during constant folding
27005      Branch: perl
27006            ! op.c t/comp/fold.t util.c warnings.h warnings.pl
27007 ____________________________________________________________________________
27008 [ 28146] By: nicholas                              on 2006/05/09  21:42:18
27009         Log: Change 28145 means that Perl_allocmy() can take a const char *name.
27010      Branch: perl
27011            ! embed.fnc op.c proto.h
27012 ____________________________________________________________________________
27013 [ 28145] By: nicholas                              on 2006/05/09  20:42:03
27014         Log: Simplify the non-printable name error reporting code in Perl_allocmy().
27015      Branch: perl
27016            ! op.c
27017 ____________________________________________________________________________
27018 [ 28144] By: nicholas                              on 2006/05/09  20:10:12
27019         Log: In Perl_Gv_AMupdate(), there's no need to call sv_unmagic() if we know
27020              the magic isn't there.
27021      Branch: perl
27022            ! gv.c
27023 ____________________________________________________________________________
27024 [ 28143] By: nicholas                              on 2006/05/09  19:31:04
27025         Log: Gv_AMupdate() always creates magic, so mg can never be NULL.
27026      Branch: perl
27027            ! gv.c
27028 ____________________________________________________________________________
27029 [ 28142] By: nicholas                              on 2006/05/09  16:35:25
27030         Log: Two signed array indicies that Coverity spots should be unsigned.
27031      Branch: perl
27032            ! ext/POSIX/POSIX.xs
27033 ____________________________________________________________________________
27034 [ 28141] By: nicholas                              on 2006/05/09  16:04:25
27035         Log: Ressurect change 27824, which plugs a resource leak in uncalled code.
27036      Branch: perl
27037            ! ext/Encode/Encode.xs
27038 ____________________________________________________________________________
27039 [ 28140] By: rgs                                   on 2006/05/09  15:23:55
27040         Log: Subject: wince crosscompile patch for 28132
27041              From: Vadim <vadim@vkonovalov.ru>
27042              Date: Tue, 09 May 2006 15:09:43 +0400
27043              Message-ID: <44607877.90603@vkonovalov.ru>
27044      Branch: perl
27045            ! INSTALL perl.h perlio.c win32/Makefile.ce win32/config.ce
27046            ! win32/config_H.ce
27047 ____________________________________________________________________________
27048 [ 28139] By: rgs                                   on 2006/05/09  14:03:30
27049         Log: POD fixes
27050      Branch: perl
27051            ! lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
27052            ! lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
27053            ! lib/DBM_Filter/utf8.pm
27054 ____________________________________________________________________________
27055 [ 28138] By: rgs                                   on 2006/05/09  13:45:43
27056         Log: Subject: Re: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
27057              From: David Landgren <david@landgren.net>
27058              Date: Tue, 09 May 2006 13:03:22 +0200
27059              Message-ID: <446076FA.6010409@landgren.net>
27060      Branch: perl
27061            ! ext/IPC/SysV/t/sem.t
27062 ____________________________________________________________________________
27063 [ 28137] By: rgs                                   on 2006/05/09  13:18:34
27064         Log: Fix another Coverity problem by adding an assert that says that
27065              some string we got from the lexer is null-terminated
27066      Branch: perl
27067            ! op.c
27068 ____________________________________________________________________________
27069 [ 28136] By: rgs                                   on 2006/05/09  13:10:01
27070         Log: Fix a logic error in conditional found by Coverity
27071      Branch: perl
27072            ! op.c
27073 ____________________________________________________________________________
27074 [ 28135] By: davem                                 on 2006/05/09  11:43:55
27075         Log: allow exit during fold_constants
27076              eg BEGIN { $SIG{__WARN__} = sub{exit};} "a" == "b" 
27077      Branch: perl
27078            ! op.c
27079 ____________________________________________________________________________
27080 [ 28134] By: steveh                                on 2006/05/09  08:04:29
27081         Log: Subject: [PATCH] 'threads' patch to fix threaded build on Win32
27082              From: "Jerry D. Hedden" <jerry@hedden.us>
27083              Date: Mon, 08 May 2006 10:23:33 -0700
27084              Message-ID: <20060508102333.fb30e530d17747c2b054d625b8945d88.1e447744fc.wbe@email.secureserver.net>
27085      Branch: perl
27086            ! ext/threads/Changes ext/threads/README ext/threads/threads.pm
27087            ! ext/threads/threads.xs
27088 ____________________________________________________________________________
27089 [ 28133] By: rgs                                   on 2006/05/09  07:27:37
27090         Log: Subject: perlop.pod doc patch: I/O operators
27091              From: Ash Berlin <ash@cpan.org>
27092              Date: Sat, 06 May 2006 14:16:00 +0100
27093              Message-ID: <445CA190.1070105@cpan.org>
27094      Branch: perl
27095            ! pod/perlop.pod
27096 ____________________________________________________________________________
27097 [ 28132] By: stevep                                on 2006/05/09  02:16:18
27098         Log: Subject: [PATCH] PERL_MEM_LOG enhancements
27099              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27100              Date: Sat, 06 May 2006 11:21:02 +0300
27101              Message-ID: <445C5C6E.6070201@gmail.com>
27102      Branch: perl
27103            ! util.c
27104 ____________________________________________________________________________
27105 [ 28131] By: nicholas                              on 2006/05/08  21:11:37
27106         Log: Subject: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
27107              From: David Landgren <david@landgren.net>
27108              Message-ID: <445B694B.8060901@landgren.net>
27109              Date: Fri, 05 May 2006 17:03:39 +0200
27110              
27111              Subject: Re: [PATCH] ext/IPC/SysV/t/sem.t using test.pl
27112              From: David Landgren <david@landgren.net>
27113              Message-ID: <445B75EF.3000100@landgren.net>
27114              Date: Fri, 05 May 2006 17:57:35 +0200
27115      Branch: perl
27116            ! ext/IPC/SysV/t/ipcsysv.t ext/IPC/SysV/t/sem.t
27117 ____________________________________________________________________________
27118 [ 28127] By: stevep                                on 2006/05/08  19:01:56
27119         Log: Rename lib/Text/Balanced/t/00.load.t to 
27120              lib/Text/Balanced/t/00-load.t and restore a test to 
27121              lib/Text/Balanced/t/extmul.t.
27122      Branch: perl
27123           +> lib/Text/Balanced/t/00-load.t
27124            - lib/Text/Balanced/t/00.load.t
27125            ! MANIFEST lib/Text/Balanced/t/extmul.t
27126 ____________________________________________________________________________
27127 [ 28126] By: stevep                                on 2006/05/08  18:46:16
27128         Log: Version bump and typo fix from change #28125.
27129      Branch: perl
27130            ! lib/Text/Balanced.pm
27131 ____________________________________________________________________________
27132 [ 28125] By: stevep                                on 2006/05/08  18:37:47
27133         Log: Rollback two changes in Text::Balanced which cause test failures in the
27134              CPAN and bleadperl version of the tests.  Also, the previous bleadperl
27135              version of one test file is a bit more comprehensive than what was in
27136              CPAN, so it has been completely restored.
27137      Branch: perl
27138            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extqlk.t
27139 ____________________________________________________________________________
27140 [ 28122] By: stevep                                on 2006/05/08  16:47:39
27141         Log: Upgrade to Digest-SHA-5.36.  Actually bumped to 5.36_01 as
27142              change #27352 has not yet been applied to the CPAN version.
27143      Branch: perl
27144            ! ext/Digest/SHA/Changes ext/Digest/SHA/Makefile.PL
27145            ! ext/Digest/SHA/README ext/Digest/SHA/SHA.pm
27146            ! ext/Digest/SHA/bin/shasum ext/Digest/SHA/src/hmac.c
27147            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
27148            ! ext/Digest/SHA/src/sha.h ext/Digest/SHA/t/nist/Readme.txt
27149            ! ext/Digest/SHA/t/nist/bit-hashes.sha1
27150            ! ext/Digest/SHA/t/nist/bit-messages.sha1
27151            ! ext/Digest/SHA/t/nist/byte-hashes.sha1
27152            ! ext/Digest/SHA/t/nist/byte-messages.sha1
27153 ____________________________________________________________________________
27154 [ 28118] By: nicholas                              on 2006/05/08  11:23:15
27155         Log: Tie::RefHash is now dual life, maintained by Yuval Kogman.
27156      Branch: perl
27157            ! Porting/Maintainers.pl
27158 ____________________________________________________________________________
27159 [ 28116] By: merijn                                on 2006/05/07  14:18:45
27160         Log: Remvove code that gets undone in the next line.
27161              Keep the documentation part.
27162      Branch: perl
27163            ! hints/hpux.sh
27164 ____________________________________________________________________________
27165 [ 28108] By: stevep                                on 2006/05/05  16:26:48
27166         Log: These Module::Build tests depended on STDIN.  Unfortunately, cron
27167              closes STDIN, so these build failures were only seen while 
27168              running smokes through cron.
27169      Branch: perl
27170            ! lib/Module/Build/t/extend.t
27171 ____________________________________________________________________________
27172 [ 28106] By: rgs                                   on 2006/05/05  12:48:19
27173         Log: Implement state array and state hashes. Initialisation assignment
27174              to state arrays or hashes is not implemented yet.
27175      Branch: perl
27176            ! ext/B/B/Concise.pm pp.c t/op/state.t
27177 ____________________________________________________________________________
27178 [ 28105] By: stevep                                on 2006/05/05  12:40:41
27179         Log: Upgrade to Text-Balanced-1.98
27180      Branch: perl
27181            + lib/Text/Balanced/t/00.load.t
27182            + lib/Text/Balanced/t/pod-coverage.t lib/Text/Balanced/t/pod.t
27183            ! MANIFEST lib/Text/Balanced.pm lib/Text/Balanced/Changes
27184            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extmul.t
27185            ! lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
27186            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
27187 ____________________________________________________________________________
27188 [ 28104] By: rgs                                   on 2006/05/05  11:32:36
27189         Log: Subject: [PATCH] threads - stack size support
27190              From: "Jerry D. Hedden" <jerry@hedden.us>
27191              Date: Thu, 04 May 2006 10:07:58 -0700
27192              Message-ID: <20060504100758.fb30e530d17747c2b054d625b8945d88.1ee893a99c.wbe@email.secureserver.net>
27193      Branch: perl
27194            + ext/threads/t/stack.t ext/threads/t/stack_env.t
27195            ! MANIFEST ext/threads/Changes ext/threads/README
27196            ! ext/threads/threads.pm ext/threads/threads.xs
27197 ____________________________________________________________________________
27198 [ 28103] By: stevep                                on 2006/05/05  01:26:08
27199         Log: Teach checkAUTHORS.pl about Sarathy's new email address.
27200      Branch: perl
27201            ! Porting/checkAUTHORS.pl
27202 ____________________________________________________________________________
27203 [ 28102] By: stevep                                on 2006/05/05  01:12:41
27204         Log: Subject: [PATCH] Email address changes
27205              From: "Jan Dubois" <jand@activestate.com>
27206              Date: Thu, 4 May 2006 15:28:19 -0700
27207              Message-ID: <007101c66fca$0b651a50$2217a8c0@candy>
27208      Branch: perl
27209            ! AUTHORS
27210 ____________________________________________________________________________
27211 [ 28101] By: stevep                                on 2006/05/04  20:03:42
27212         Log: Upgrade to ExtUtils-Install-1.40
27213      Branch: perl
27214            ! lib/ExtUtils/Install.pm
27215 ____________________________________________________________________________
27216 [ 28100] By: rgs                                   on 2006/05/04  16:37:28
27217         Log: Subject: RE: [PATCH-for-28089] wince yet another step
27218              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
27219              Date: Thu, 4 May 2006 17:32:12 +0200 
27220              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCB454@ru0022exch001u.ru.lucent.com>
27221      Branch: perl
27222            ! README.ce win32/perllib.c win32/vmem.h win32/win32.h
27223 ____________________________________________________________________________
27224 [ 28099] By: rgs                                   on 2006/05/04  12:51:51
27225         Log: Subject: [PATCH] threads - formatting [REVISED]
27226              From: "Jerry D. Hedden" <jerry@hedden.us>
27227              Date: Wed, 03 May 2006 12:34:34 -0700
27228              Message-ID: <20060503123433.fb30e530d17747c2b054d625b8945d88.d352e5da51.wbe@email.secureserver.net>
27229      Branch: perl
27230            ! ext/threads/README ext/threads/t/basic.t ext/threads/t/end.t
27231            ! ext/threads/t/join.t ext/threads/t/libc.t ext/threads/t/list.t
27232            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
27233            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
27234            ! ext/threads/t/thread.t ext/threads/threads.pm
27235            ! ext/threads/threads.xs
27236 ____________________________________________________________________________
27237 [ 28098] By: rgs                                   on 2006/05/04  12:06:33
27238         Log: Upgrade to Encode 2.16
27239      Branch: perl
27240            ! ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
27241            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
27242            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
27243            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.pm
27244            ! ext/Encode/Encode.xs ext/Encode/Encode/Makefile_PL.e2x
27245            ! ext/Encode/Encode/encode.h ext/Encode/JP/JP.pm
27246            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
27247            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
27248            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
27249            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
27250            ! ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
27251            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
27252            ! ext/Encode/bin/piconv ext/Encode/bin/ucm2table
27253            ! ext/Encode/bin/ucmlint ext/Encode/bin/ucmsort
27254            ! ext/Encode/bin/unidump ext/Encode/encengine.c
27255            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
27256            ! ext/Encode/lib/Encode/CJKConstants.pm
27257            ! ext/Encode/lib/Encode/CN/HZ.pm ext/Encode/lib/Encode/Config.pm
27258            ! ext/Encode/lib/Encode/Encoder.pm
27259            ! ext/Encode/lib/Encode/Encoding.pm
27260            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
27261            ! ext/Encode/lib/Encode/JP/JIS7.pm
27262            ! ext/Encode/lib/Encode/KR/2022_KR.pm
27263            ! ext/Encode/lib/Encode/MIME/Header.pm
27264            ! ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
27265            ! ext/Encode/lib/Encode/PerlIO.pod
27266            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Aliases.t
27267            ! ext/Encode/t/CJKT.t ext/Encode/t/Encode.t
27268            ! ext/Encode/t/Unicode.t ext/Encode/t/at-cn.t
27269            ! ext/Encode/t/at-tw.t ext/Encode/t/enc_data.t
27270            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
27271            ! ext/Encode/t/enc_utf8.t ext/Encode/t/encoding.t
27272            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
27273            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
27274            ! ext/Encode/t/mime_header_iso2022jp.t ext/Encode/t/perlio.t
27275            ! ext/Encode/t/rt.pl ext/Encode/t/unibench.pl
27276            ! ext/Encode/t/utf8strict.t
27277 ____________________________________________________________________________
27278 [ 28097] By: rgs                                   on 2006/05/04  11:32:05
27279         Log: Resubmit change #28095
27280      Branch: perl
27281            ! t/op/grep.t
27282 ____________________________________________________________________________
27283 [ 28096] By: steveh                                on 2006/05/04  11:22:04
27284         Log: Subject: [PATCH-for-28089] wince yet another step
27285              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
27286              Date: Thu, 4 May 2006 13:04:45 +0200 
27287              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCB1EE@ru0022exch001u.ru.lucent.com>
27288      Branch: perl
27289            ! win32/Makefile.ce
27290 ____________________________________________________________________________
27291 [ 28095] By: rgs                                   on 2006/05/04  10:00:14
27292         Log: Subject: [PATCH] t/op/grep.t using test.pl
27293              From: David Landgren <david@landgren.net>
27294              Date: Wed, 03 May 2006 15:53:38 +0200
27295              Message-ID: <4458B5E2.7090103@landgren.net>
27296      Branch: perl
27297            ! t/op/grep.t
27298 ____________________________________________________________________________
27299 [ 28094] By: rgs                                   on 2006/05/04  09:58:28
27300         Log: Subject: [PATCH] t/op/context.t using test.pl
27301              From: David Landgren <david@landgren.net>
27302              Date: Wed, 03 May 2006 16:20:40 +0200
27303              Message-ID: <4458BC38.6050600@landgren.net>
27304      Branch: perl
27305            ! t/op/context.t
27306 ____________________________________________________________________________
27307 [ 28093] By: rgs                                   on 2006/05/04  09:56:56
27308         Log: Subject: [PATCH] t/op/list.t using test.pl
27309              From: David Landgren <david@landgren.net>
27310              Date: Wed, 03 May 2006 19:40:40 +0200
27311              Message-ID: <4458EB18.8070904@landgren.net>
27312      Branch: perl
27313            ! t/op/list.t
27314 ____________________________________________________________________________
27315 [ 28092] By: rgs                                   on 2006/05/04  09:43:51
27316         Log: Document order of evaluation for the comma operator
27317              
27318              Subject: [PATCH] Re: Kill select((select(OUTPUT_HANDLE), $| = 1)[0]);
27319              From: Paul Johnson <paul@pjcj.net>
27320              Date: Wed, 26 Apr 2006 22:38:43 +0200
27321              Message-ID: <20060426203843.GE21543@pjcj.net>
27322      Branch: perl
27323            ! pod/perlop.pod
27324 ____________________________________________________________________________
27325 [ 28091] By: steveh                                on 2006/05/04  08:24:06
27326         Log: Subject: RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
27327              From: "Jan Dubois" <jand@activestate.com>
27328              Date: Wed, 3 May 2006 12:41:23 -0700
27329              Message-ID: <013f01c66ee9$8f1437a0$d045a8c0@candy>
27330      Branch: perl
27331            ! pod/perlport.pod
27332 ____________________________________________________________________________
27333 [ 28090] By: rgs                                   on 2006/05/04  07:42:27
27334         Log: Another test for state variables and closures,
27335              adapted from a Perl 6 example, pointed out by
27336              Joshua "Limbic_Region" Gatcomb
27337      Branch: perl
27338            ! t/op/state.t
27339 ____________________________________________________________________________
27340 [ 28089] By: rgs                                   on 2006/05/03  22:49:14
27341         Log: Ensure that C<(state $x) = $y> is not a state assignment
27342              (due to the parentheses that make it a regular assignment
27343              to a variable declared inside a list)
27344      Branch: perl
27345            ! t/op/state.t
27346 ____________________________________________________________________________
27347 [ 28088] By: rgs                                   on 2006/05/03  22:40:28
27348         Log: New test case for state variables with ties, suggested by Nicholas
27349      Branch: perl
27350            ! t/op/state.t
27351 ____________________________________________________________________________
27352 [ 28087] By: rgs                                   on 2006/05/03  22:01:41
27353         Log: Add "state" feature
27354      Branch: perl
27355            ! lib/feature.pm perl_keyword.pl t/op/state.t toke.c
27356 ____________________________________________________________________________
27357 [ 28086] By: rgs                                   on 2006/05/03  21:46:02
27358         Log: Introduce a new keyword, state, for state variables.
27359      Branch: perl
27360            + t/op/state.t
27361            ! MANIFEST dump.c embed.fnc embed.h ext/B/B/Concise.pm
27362            ! ext/B/t/concise-xs.t keywords.h keywords.pl op.c op.h pad.c
27363            ! perl.h perl_keyword.pl pod/perlintern.pod pp_hot.c proto.h
27364            ! sv.h toke.c
27365 ____________________________________________________________________________
27366 [ 28085] By: rgs                                   on 2006/05/03  19:15:00
27367         Log: Subject: [PATCH] wince another step
27368              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **"
27369              Date: Wed, 3 May 2006 20:11:11 +0200 
27370              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCAE1F@ru0022exch001u.ru.lucent.com>
27371      Branch: perl
27372            - win32/xconfig.h
27373            ! MANIFEST win32/Makefile.ce
27374 ____________________________________________________________________________
27375 [ 28084] By: rgs                                   on 2006/05/03  19:10:29
27376         Log: Subject: [PATCH] Clarify hard link support on Windows
27377              From: "Jan Dubois" <jand@activestate.com>
27378              Date: Wed, 3 May 2006 11:30:03 -0700
27379              Message-ID: <013a01c66edf$982ebcc0$d045a8c0@candy>
27380      Branch: perl
27381            ! pod/perlport.pod
27382 ____________________________________________________________________________
27383 [ 28083] By: rgs                                   on 2006/05/03  19:06:26
27384         Log: Subject: RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
27385              From: "Jan Dubois" <jand@activestate.com>
27386              Date: Wed, 3 May 2006 11:18:30 -0700
27387              Message-ID: <013901c66edd$fb8ae750$d045a8c0@candy>
27388      Branch: perl
27389            ! pod/perlvar.pod
27390 ____________________________________________________________________________
27391 [ 28082] By: stevep                                on 2006/05/03  17:56:37
27392         Log: Upgrade to CGI-3.20
27393      Branch: perl
27394            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
27395            ! lib/CGI/t/cookie.t lib/CGI/t/function.t
27396 ____________________________________________________________________________
27397 [ 28081] By: rgs                                   on 2006/05/03  16:24:04
27398         Log: Subject: [PATCH] more logic localizations
27399              From: andy@petdance.com (Andy Lester)
27400              Date: Tue, 11 Apr 2006 14:14:45 -0500
27401              Message-ID: <20060411191445.GA4938@petdance.com>
27402      Branch: perl
27403            ! mg.c
27404 ____________________________________________________________________________
27405 [ 28080] By: rgs                                   on 2006/05/03  16:09:48
27406         Log: Subject: -Dmad breaks a few tests
27407              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
27408              Date: Tue, 2 May 2006 01:37:03 +0200
27409              Message-Id: <64F8ECEA-D96B-11DA-AA80-000502F3279F@free.fr>
27410              
27411              (part of, with tweaks)
27412      Branch: perl
27413            ! t/op/incfilter.t
27414 ____________________________________________________________________________
27415 [ 28079] By: rgs                                   on 2006/05/03  09:04:30
27416         Log: Subject: [PATCH] Remove an unnecessary goto
27417              From: andy@petdance.com (Andy Lester)
27418              Date: Wed, 3 May 2006 00:54:30 -0500
27419              Message-ID: <20060503055430.GA4922@petdance.com>
27420      Branch: perl
27421            ! op.c
27422 ____________________________________________________________________________
27423 [ 28078] By: rgs                                   on 2006/05/03  09:00:39
27424         Log: Subject: [PATCH] optimize S_find_array_subscript
27425              From: andy@petdance.com (Andy Lester)
27426              Date: Tue, 2 May 2006 21:09:08 -0500
27427              Message-ID: <20060503020908.GA2234@petdance.com>
27428      Branch: perl
27429            ! sv.c
27430 ____________________________________________________________________________
27431 [ 28077] By: rgs                                   on 2006/05/03  08:57:45
27432         Log: Subject: [PATCH] clean up loops in doio.c and dump.c
27433              From: andy@petdance.com (Andy Lester)
27434              Date: Tue, 2 May 2006 13:38:15 -0500
27435              Message-ID: <20060502183815.GA7979@petdance.com>
27436      Branch: perl
27437            ! doio.c dump.c embed.fnc embed.h proto.h
27438 ____________________________________________________________________________
27439 [ 28076] By: rgs                                   on 2006/05/03  08:52:01
27440         Log: Subject: [PATCH] pp_sys.c: U8* cast
27441              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
27442              Date: Tue, 2 May 2006 20:04:33 +0300 (EEST)
27443              Message-Id: <200605021704.k42H4XIh255652@kosh.hut.fi>
27444      Branch: perl
27445            ! pp_sys.c
27446 ____________________________________________________________________________
27447 [ 28075] By: rgs                                   on 2006/05/03  08:51:14
27448         Log: Subject: [PATCH] hv.c: do zeroing via mem wrap check
27449              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
27450              Date: Tue, 2 May 2006 20:03:01 +0300 (EEST)
27451              Message-Id: <200605021703.k42H31PF216868@kosh.hut.fi>
27452      Branch: perl
27453            ! hv.c
27454 ____________________________________________________________________________
27455 [ 28074] By: rgs                                   on 2006/05/03  08:38:39
27456         Log: Subject: [PATCH] microperl update
27457              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27458              Date: Wed, 03 May 2006 08:20:31 +0300
27459              Message-ID: <44583D9F.8060401@gmail.com>
27460      Branch: perl
27461            ! Makefile.micro README.micro uconfig.h uconfig.sh
27462 ____________________________________________________________________________
27463 [ 28073] By: steveh                                on 2006/05/03  08:25:27
27464         Log: Make Perl_unshare_hek visible to core extensions without being public
27465              
27466              See the comments in:
27467              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00480.html
27468              (which were put into practice in changes #27800 and #27848)
27469      Branch: perl
27470            ! embed.fnc embed.h
27471 ____________________________________________________________________________
27472 [ 28072] By: steveh                                on 2006/05/03  08:03:50
27473         Log: Subject: Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
27474              From: Vadim <vadim@vkonovalov.ru>
27475              Date: Wed, 03 May 2006 06:10:59 +0400
27476              Message-ID: <44581133.8080100@vkonovalov.ru>
27477      Branch: perl
27478           +> win32/perlmaince.c
27479            - win32/perlmain.c
27480            ! MANIFEST
27481 ____________________________________________________________________________
27482 [ 28071] By: stevep                                on 2006/05/03  01:46:27
27483         Log: Subject: Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
27484              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
27485              Date: Wed, 03 May 2006 10:00:03 +0900
27486              Message-Id: <20060503095420.0357.BQW10602@nifty.com>
27487      Branch: perl
27488            ! embed.fnc embed.h global.sym
27489 ____________________________________________________________________________
27490 [ 28070] By: nicholas                              on 2006/05/02  22:38:52
27491         Log: Remove a variable left unused since change 28065.
27492      Branch: perl
27493            ! sv.c
27494 ____________________________________________________________________________
27495 [ 28069] By: nicholas                              on 2006/05/02  22:19:56
27496         Log: Add a new hash key flag HVhek_UNSHARED, to mark all unshared hash keys.
27497              Otherwise Perl_newSVhek(), called by Perl_hv_iterkeysv(), naively
27498              assumes that it can share any hash key directly.
27499      Branch: perl
27500            ! hv.c hv.h sv.c
27501 ____________________________________________________________________________
27502 [ 28068] By: nicholas                              on 2006/05/02  22:16:25
27503         Log: cumulative totals and list reverse for checkAUTHORS.pl
27504      Branch: perl
27505            ! Porting/checkAUTHORS.pl
27506 ____________________________________________________________________________
27507 [ 28067] By: stevep                                on 2006/05/02  18:03:57
27508         Log: Another place where Intel C++ pretending to be gcc is a really
27509              bad thing.
27510      Branch: perl
27511            ! gv.h
27512 ____________________________________________________________________________
27513 [ 28066] By: nicholas                              on 2006/05/02  17:46:38
27514         Log: *static* pointers to newXSUB(), dammit!
27515      Branch: perl
27516            ! writemain.SH xsutils.c
27517 ____________________________________________________________________________
27518 [ 28065] By: nicholas                              on 2006/05/02  17:00:56
27519         Log: Assert that SvMAGIC() isn't being called on PVMGs which are using the
27520              same union to store the stash for our.
27521      Branch: perl
27522            ! sv.c sv.h
27523 ____________________________________________________________________________
27524 [ 28064] By: nicholas                              on 2006/05/02  16:24:14
27525         Log: Change 28063 forgot 1 key line - acutally use the correct filename
27526              storage.
27527      Branch: perl
27528            ! op.c
27529 ____________________________________________________________________________
27530 [ 28063] By: nicholas                              on 2006/05/02  15:55:25
27531         Log: Fix bug in DynaLoader, which has been passing a filename in dynamic
27532              storage to newXS() seemingly forever. This involves creating
27533              newXS_flags(), with the first flag being "arrange to copy the 
27534              filename and free it at the right time".
27535      Branch: perl
27536            ! XSUB.h cv.h embed.fnc embed.h ext/DynaLoader/dl_aix.xs
27537            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dld.xs
27538            ! ext/DynaLoader/dl_dllload.xs ext/DynaLoader/dl_dlopen.xs
27539            ! ext/DynaLoader/dl_dyld.xs ext/DynaLoader/dl_hpux.xs
27540            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_mpeix.xs
27541            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_symbian.xs
27542            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs op.c
27543            ! pod/perlapi.pod proto.h
27544 ____________________________________________________________________________
27545 [ 28062] By: rgs                                   on 2006/05/02  15:37:35
27546         Log: Move some scripts under win32/ce-helpers.
27547              
27548              Subject: RE: Merge WinCE into Win32 directory and remove the the WinCE dir ectory
27549              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
27550              Date: Tue, 2 May 2006 17:30:59 +0200 
27551              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BB3F03@ru0022exch001u.ru.lucent.com>
27552      Branch: perl
27553           +> win32/ce-helpers/cecopy-lib.pl win32/ce-helpers/comp.pl
27554           +> win32/ce-helpers/compile-all.bat win32/ce-helpers/compile.bat
27555           +> win32/ce-helpers/makedist.pl win32/ce-helpers/registry.bat
27556            - win32/cecopy-lib.pl win32/comp.pl win32/compile-all.bat
27557            - win32/compile.bat win32/makedist.pl win32/registry.bat
27558            - win32/win32-d.h
27559            ! MANIFEST win32/Makefile.ce
27560 ____________________________________________________________________________
27561 [ 28061] By: rgs                                   on 2006/05/02  14:28:31
27562         Log: Subject: Re: Merge WinCE into Win32 directory and remove the the WinCE directory
27563              From: demerphq <demerphq@gmail.com>
27564              Date: Mon, 1 May 2006 19:02:09 +0200
27565              Message-ID: <9b18b3110605011002m56c0db99n169ae677efb6d059@mail.gmail.com>
27566              
27567              Plus adjustements to MANIFEST. Also, perlmain.c seemed to be missing
27568              from the patch.
27569      Branch: perl
27570            + win32/Makefile.ce win32/cecopy-lib.pl win32/comp.pl
27571            + win32/compile-all.bat win32/compile.bat win32/config.ce
27572            + win32/config_H.ce win32/makedist.pl win32/perl.rc
27573            + win32/perlmain.c win32/registry.bat win32/win32-d.h
27574            + win32/win32ceio.c win32/win32iop-o.h win32/wince.c
27575            + win32/wince.h win32/wincesck.c win32/xconfig.h
27576            - wince/Makefile.ce wince/bin/exetype.pl wince/bin/perlglob.pl
27577            - wince/bin/pl2bat.pl wince/bin/runperl.pl wince/bin/search.pl
27578            - wince/cecopy-lib.pl wince/comp.pl wince/compile-all.bat
27579            - wince/compile.bat wince/config.ce wince/config_H.ce
27580            - wince/config_h.PL wince/config_sh.PL wince/dl_win32.xs
27581            - wince/include/arpa/inet.h wince/include/sys/socket.h
27582            - wince/makedist.pl wince/makeico.pl wince/perl.rc
27583            - wince/perlhost.h wince/perllib.c wince/perlmain.c
27584            - wince/registry.bat wince/runperl.c wince/splittree.pl
27585            - wince/vdir.h wince/vmem.h wince/win32.h wince/win32io.c
27586            - wince/win32iop.h wince/win32thread.c wince/win32thread.h
27587            - wince/wince.c wince/wince.h wince/wincesck.c
27588            ! MANIFEST win32/include/sys/socket.h win32/win32.h
27589            ! win32/win32thread.h
27590 ____________________________________________________________________________
27591 [ 28060] By: nicholas                              on 2006/05/02  12:41:43
27592         Log: GvFILE() cannot be a pointer to the memory owned by the COP, because
27593              COPs created by use can be freed along this memory, but the GP
27594              remains. Given that several GVs may refer to the same file, use a
27595              shared string rather than an individual allocation per GP.
27596      Branch: perl
27597            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
27598            ! gv.c gv.h sv.c
27599 ____________________________________________________________________________
27600 [ 28059] By: nicholas                              on 2006/05/02  12:02:32
27601         Log: Change 28037 broke t/op/each.t when running with TEST.
27602      Branch: perl
27603            ! t/test.pl
27604 ____________________________________________________________________________
27605 [ 28058] By: nicholas                              on 2006/05/02  11:15:26
27606         Log: De-duplicate the code that creates new GPs into Perl_newGP().
27607      Branch: perl
27608            ! embed.fnc embed.h gv.c proto.h scope.c
27609 ____________________________________________________________________________
27610 [ 28057] By: rgs                                   on 2006/05/02  10:39:01
27611         Log: Subject: Re: [PATCH] t/op/glob.t using test.pl
27612              From: David Landgren <david@landgren.net>
27613              Date: Sat, 29 Apr 2006 15:32:07 +0200
27614              Message-ID: <44536AD7.4060608@landgren.net>
27615      Branch: perl
27616            ! t/op/glob.t
27617 ____________________________________________________________________________
27618 [ 28056] By: rgs                                   on 2006/05/02  10:36:39
27619         Log: Subject: [PATCH] t/op/hashwarn.t using test.pl
27620              From: David Landgren <david@landgren.net>
27621              Date: Sat, 29 Apr 2006 17:51:28 +0200
27622              Message-ID: <44538B80.2060503@landgren.net>
27623      Branch: perl
27624            ! t/op/hashwarn.t
27625 ____________________________________________________________________________
27626 [ 28055] By: rgs                                   on 2006/05/02  10:16:23
27627         Log: Subject: [PATCH] toke.c: function pointer to data pointer
27628              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
27629              Date: Tue, 2 May 2006 08:25:55 +0300 (EEST)
27630              Message-Id: <200605020525.k425Ptik165705@kosh.hut.fi>
27631      Branch: perl
27632            ! toke.c
27633 ____________________________________________________________________________
27634 [ 28054] By: rgs                                   on 2006/05/02  10:11:10
27635         Log: Subject: [DOC PATCH] chop warning in perlport
27636              From: Xavier Noria <fxn@hashref.com>
27637              Date: Tue, 2 May 2006 12:08:34 +0200
27638              Message-Id: <E06C0594-CAF6-4822-8EB4-8E06EAD4A889@hashref.com>
27639      Branch: perl
27640            ! pod/perlport.pod
27641 ____________________________________________________________________________
27642 [ 28053] By: steveh                                on 2006/05/02  09:59:23
27643         Log: Sigh. Third time lucky.
27644      Branch: perl
27645            ! win32/win32.h
27646 ____________________________________________________________________________
27647 [ 28052] By: steveh                                on 2006/05/02  09:46:41
27648         Log: Ahem. And here's the rest of #28051...
27649      Branch: perl
27650            ! win32/win32.h
27651 ____________________________________________________________________________
27652 [ 28051] By: steveh                                on 2006/05/02  09:39:01
27653         Log: Subject: RE: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
27654              From: "Jan Dubois" <jand@ActiveState.com>
27655              Date: Mon, 1 May 2006 18:55:11 -0700
27656              Message-ID: <08ff01c66d8b$7282e320$2217a8c0@candy>
27657              
27658              Subject: Re: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m)
27659              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
27660              Date: Tue, 2 May 2006 09:23:51 +0200
27661              Message-ID: <20060502092351.7bae0896@pc09>
27662      Branch: perl
27663            ! win32/config.vc win32/config.vc64 win32/config_H.vc
27664            ! win32/config_H.vc64
27665 ____________________________________________________________________________
27666 [ 28050] By: rgs                                   on 2006/05/02  09:13:19
27667         Log: Subject: [PATCH] pp.c casting, take two
27668              From: andy@petdance.com (Andy Lester)
27669              Date: Sun, 30 Apr 2006 19:48:26 -0500
27670              Message-ID: <20060501004826.GA4744@petdance.com>
27671              
27672              (with adjustements, some of the code has already
27673              been touched since)
27674      Branch: perl
27675            ! pp.c
27676 ____________________________________________________________________________
27677 [ 28049] By: rgs                                   on 2006/05/02  08:50:05
27678         Log: Subject: [PATCH] Some more SvREFCNT_inc updates
27679              From: andy@petdance.com (Andy Lester)
27680              Date: Sun, 30 Apr 2006 13:24:14 -0500
27681              Message-ID: <20060430182414.GA18094@petdance.com>
27682      Branch: perl
27683            ! cop.h pp_ctl.c
27684 ____________________________________________________________________________
27685 [ 28048] By: rgs                                   on 2006/05/02  08:48:04
27686         Log: Subject: [PATCH] quiet some perlio.c warnings
27687              From: andy@petdance.com (Andy Lester)
27688              Date: Sun, 30 Apr 2006 13:23:22 -0500
27689              Message-ID: <20060430182322.GA18064@petdance.com>
27690      Branch: perl
27691            ! perlio.c
27692 ____________________________________________________________________________
27693 [ 28047] By: rgs                                   on 2006/05/02  08:45:26
27694         Log: Subject: [PATCH] More tweaking of SvREFCNT_inc calls
27695              From: andy@petdance.com (Andy Lester)
27696              Date: Sun, 30 Apr 2006 12:06:21 -0500
27697              Message-ID: <20060430170621.GA4054@petdance.com>
27698      Branch: perl
27699            ! mg.c
27700 ____________________________________________________________________________
27701 [ 28046] By: stevep                                on 2006/05/02  02:50:33
27702         Log: One too many ('s in change #28043. 
27703      Branch: perl
27704            ! ext/Errno/Errno_pm.PL
27705 ____________________________________________________________________________
27706 [ 28045] By: stevep                                on 2006/05/02  02:47:43
27707         Log: Escape prompts with #'s to avoid causing tests to fail from
27708              the unexpected output.
27709      Branch: perl
27710            ! lib/Module/Build/t/extend.t
27711 ____________________________________________________________________________
27712 [ 28044] By: stevep                                on 2006/05/02  01:55:53
27713         Log: Fix for RT #25366: h2xs 1.23 from "Aaron Kaplan".
27714      Branch: perl
27715            ! utils/h2xs.PL
27716 ____________________________________________________________________________
27717 [ 28043] By: stevep                                on 2006/05/02  00:23:05
27718         Log: Fix for RT #7916: perl 5.6.1 with Intel's icc on RedHat 
27719              Linux 7.2.  The original fix, change #13053, added a check
27720              for $Config{gccversion} which is now populated by newer
27721              Intel compilers.  This additional change checks to see
27722              if Intel is in $Config{gccversion}.  If it is, its not
27723              a gcc.
27724      Branch: perl
27725            ! ext/Errno/Errno_pm.PL
27726 ____________________________________________________________________________
27727 [ 28042] By: stevep                                on 2006/05/01  23:30:59
27728         Log: Subject: [PATCH] signed vs unsigned char * nit
27729              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
27730              Date: Sat, 29 Apr 2006 20:59:29 +0300 (EEST)
27731              Message-Id: <200604291759.k3THxTji032009@kosh.hut.fi>
27732      Branch: perl
27733            ! pp.c
27734 ____________________________________________________________________________
27735 [ 28041] By: stevep                                on 2006/05/01  23:25:30
27736         Log: Reverting context removal from change #27992.  This should
27737              clear up threaded builds on Win32 and VMS. 
27738      Branch: perl
27739            ! embed.fnc embed.h pp_ctl.c proto.h
27740 ____________________________________________________________________________
27741 [ 28040] By: rgs                                   on 2006/05/01  20:25:17
27742         Log: Add a BUGS section to Fatal.pm, see bug #38790
27743      Branch: perl
27744            ! lib/Fatal.pm
27745 ____________________________________________________________________________
27746 [ 28039] By: nicholas                              on 2006/05/01  19:07:06
27747         Log: Disable SIGRTMAX and SIGRTMIN in POSIX if Configure's probes found that
27748              they aren't viable. (Certain glibcs are "interesting")
27749      Branch: perl
27750            ! ext/POSIX/Makefile.PL
27751 ____________________________________________________________________________
27752 [ 28038] By: nicholas                              on 2006/05/01  17:28:43
27753         Log: Allow a macro of "0" to mean "#if 0" for convenient elimination of
27754              constants.
27755      Branch: perl
27756            ! lib/ExtUtils/Constant/Base.pm
27757 ____________________________________________________________________________
27758 [ 28037] By: merijn                                on 2006/05/01  14:18:16
27759         Log: Subject: Re: [PATCH] provide diag() and don't use ++ in test.pl
27760              From: David Landgren <david@landgren.net>
27761              Date: Mon, 01 May 2006 15:50:03 +0200
27762              Message-ID: <4456120B.3000302@landgren.net>
27763              
27764              Plus some additional comment (also from David) about WHY not to
27765              use ++ in test.pl
27766      Branch: perl
27767            ! t/test.pl
27768 ____________________________________________________________________________
27769 [ 28036] By: merijn                                on 2006/05/01  12:56:54
27770         Log: Subject: Re: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
27771              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
27772              Date: Mon, 01 May 2006 21:34:33 +0900
27773              Message-Id: <20060501213249.814E.BQW10602@nifty.com>
27774      Branch: perl
27775            ! win32/config.vc64
27776 ____________________________________________________________________________
27777 [ 28035] By: nicholas                              on 2006/05/01  11:16:13
27778         Log: Re-order one DO_UTF8 to be after the SvPV.
27779      Branch: perl
27780            ! ext/Data/Dumper/Dumper.xs
27781 ____________________________________________________________________________
27782 [ 28034] By: nicholas                              on 2006/04/30  23:08:17
27783         Log: Fix two errors found by Coverity.
27784      Branch: perl
27785            ! pp_sys.c
27786 ____________________________________________________________________________
27787 [ 28033] By: nicholas                              on 2006/04/30  23:02:46
27788         Log: Add a --percentage option to checkAUTHORS.pl to show rankings as
27789              percentages.
27790      Branch: perl
27791            ! Porting/checkAUTHORS.pl
27792 ____________________________________________________________________________
27793 [ 28032] By: nicholas                              on 2006/04/30  22:00:34
27794         Log: Replace a STRLEN no_len; with a _nolen macro call.
27795      Branch: perl
27796            ! pp_pack.c
27797 ____________________________________________________________________________
27798 [ 28031] By: nicholas                              on 2006/04/30  21:27:20
27799         Log: Perl_pack_cat() is a mathom too!
27800      Branch: perl
27801            ! mathoms.c pod/perlapi.pod pp_pack.c
27802 ____________________________________________________________________________
27803 [ 28030] By: nicholas                              on 2006/04/30  20:41:29
27804         Log: One part of pp_pack couldn't correctly handle surprises from UTF-8
27805              overloading.
27806      Branch: perl
27807            ! pp_pack.c t/uni/overload.t
27808 ____________________________________________________________________________
27809 [ 28029] By: nicholas                              on 2006/04/30  19:07:43
27810         Log: do_vop() couldn't correctly handle surprises from UTF-8 overloading.
27811      Branch: perl
27812            ! doop.c t/uni/overload.t
27813 ____________________________________________________________________________
27814 [ 28028] By: nicholas                              on 2006/04/30  17:58:53
27815         Log: We had no tests that covered the grow paths in pp_uc and pp_lc.
27816      Branch: perl
27817            ! t/op/lc.t
27818 ____________________________________________________________________________
27819 [ 28027] By: nicholas                              on 2006/04/30  17:23:44
27820         Log: Dave noticed that change 28022 was wrong - should read is_index
27821              rather than just index.
27822      Branch: perl
27823            ! pp.c
27824 ____________________________________________________________________________
27825 [ 28026] By: merijn                                on 2006/04/30  15:22:12
27826         Log: Subject: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
27827              From: Abe Timmerman <abe@ztreet.demon.nl>
27828              Date: Sun, 30 Apr 2006 15:15:24 +0200
27829              Message-Id: <200604301515.24580.abe@ztreet.demon.nl>
27830      Branch: perl
27831            ! win32/config.vc win32/config_H.vc
27832 ____________________________________________________________________________
27833 [ 28025] By: stevep                                on 2006/04/30  14:27:08
27834         Log: I was mistaken.  Borland and gcc do have snprintf() and vsnprintf()
27835              on Win32.
27836      Branch: perl
27837            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27838            ! win32/config_H.vc64
27839 ____________________________________________________________________________
27840 [ 28024] By: stevep                                on 2006/04/30  13:14:25
27841         Log: OK, Win32 must no have snprintf()/vsnprintf 
27842      Branch: perl
27843            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27844            ! win32/config_H.vc64
27845 ____________________________________________________________________________
27846 [ 28023] By: davem                                 on 2006/04/30  12:32:09
27847         Log: remove a compiler warning by making HOPBACKc only hop *back*
27848      Branch: perl
27849            ! regexec.c
27850 ____________________________________________________________________________
27851 [ 28022] By: nicholas                              on 2006/04/30  11:14:04
27852         Log: index and rindex couldn't correctly handle surprises from UTF-8
27853              overloading.
27854      Branch: perl
27855            ! pp.c t/lib/warnings/9uninit t/uni/overload.t
27856 ____________________________________________________________________________
27857 [ 28021] By: nicholas                              on 2006/04/30  10:58:11
27858         Log: Document SvGAMAGIC(), and its significance w.r.t. the side effects of
27859              inadvertently calling magic and overloading too often.
27860      Branch: perl
27861            ! pod/perlapi.pod sv.h
27862 ____________________________________________________________________________
27863 [ 28020] By: nicholas                              on 2006/04/29  23:35:52
27864         Log: Coverity disliked us passing a negative length to vsnprintf().
27865      Branch: perl
27866            ! perlio.c
27867 ____________________________________________________________________________
27868 [ 28019] By: nicholas                              on 2006/04/29  23:33:36
27869         Log: syswrite couldn't correctly handle surprises from UTF-8 overloading.
27870              As part of fixing this, syswrite now tries to take advantage of the
27871              UTF-8 cache logic for lengths and offsets on regular scalars.
27872      Branch: perl
27873            ! pp_sys.c t/lib/warnings/9uninit t/uni/overload.t
27874 ____________________________________________________________________________
27875 [ 28018] By: nicholas                              on 2006/04/29  23:32:06
27876         Log: More tests for syswrite with UTF-8 data.
27877      Branch: perl
27878            ! lib/open.t
27879 ____________________________________________________________________________
27880 [ 28017] By: nicholas                              on 2006/04/29  21:54:38
27881         Log: It should never be possible for SvGMAGICAL() to be true on SVt_IV.
27882      Branch: perl
27883            ! doio.c
27884 ____________________________________________________________________________
27885 [ 28016] By: nicholas                              on 2006/04/29  17:38:08
27886         Log: print couldn't correctly handle surprises from UTF-8 overloading.
27887      Branch: perl
27888            ! doio.c t/uni/overload.t
27889 ____________________________________________________________________________
27890 [ 28015] By: nicholas                              on 2006/04/29  17:31:27
27891         Log: Add a cross reference to bytes_from_utf8() in the documentation for
27892              utf8_to_bytes(). Regenerate perlapi.pod.
27893      Branch: perl
27894            ! pod/perlapi.pod utf8.c
27895 ____________________________________________________________________________
27896 [ 28014] By: nicholas                              on 2006/04/29  16:07:31
27897         Log: There were more ways to break uc/lc/ucfirst/lcfirst even without
27898              use 'locale'; so test for them too. Correct the skip count.
27899      Branch: perl
27900            ! t/uni/overload.t
27901 ____________________________________________________________________________
27902 [ 28013] By: nicholas                              on 2006/04/29  15:55:51
27903         Log: lcfirst/ucfist plus an 8 bit locale could mangle UTF-8 values
27904              returned by overloaded stringification.
27905      Branch: perl
27906            ! pp.c t/uni/overload.t
27907 ____________________________________________________________________________
27908 [ 28012] By: nicholas                              on 2006/04/29  14:05:55
27909         Log: uc plus an 8 bit locale could get confused by UTF-8 values returned by
27910              overloaded stringification.
27911      Branch: perl
27912            ! pp.c t/uni/overload.t
27913 ____________________________________________________________________________
27914 [ 28011] By: nicholas                              on 2006/04/29  13:43:26
27915         Log: lc plus an 8 bit locale could mangle UTF-8 values returned by
27916              overloaded stringification.
27917      Branch: perl
27918            ! pp.c t/uni/overload.t
27919 ____________________________________________________________________________
27920 [ 28010] By: stevep                                on 2006/04/29  13:09:18
27921         Log: Subject: [PATCH] more -ansi -pedantic cleanliness
27922              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27923              Date: Sat, 29 Apr 2006 11:13:24 +0300
27924              Message-ID: <44532024.9070303@gmail.com>
27925      Branch: perl
27926            ! cop.h gv.c regcomp.c regexec.c sv.c toke.c
27927 ____________________________________________________________________________
27928 [ 28009] By: stevep                                on 2006/04/28  20:53:07
27929         Log: Subject: Re: [ANNOUNCE] Module::Build 0.28 -> CPAN
27930              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
27931              Date: Fri, 28 Apr 2006 15:31:55 -0400
27932              Message-ID: <44526DAB.8070408@thepierianspring.org>
27933      Branch: perl
27934            ! lib/Module/Build/ConfigData.pm
27935 ____________________________________________________________________________
27936 [ 28008] By: stevep                                on 2006/04/28  20:40:41
27937         Log: Subject: [PATCH] reduce gcc -ansi -pedantic noise plus a suggestion
27938              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27939              Date: Fri, 28 Apr 2006 22:58:58 +0300
27940              Message-ID: <44527402.8000506@gmail.com>
27941      Branch: perl
27942            ! doio.c gv.c hv.c op.c pad.c perl.c perl.h perlio.c pp.c
27943            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c toke.c
27944            ! universal.c utf8.c
27945 ____________________________________________________________________________
27946 [ 28007] By: stevep                                on 2006/04/28  19:14:22
27947         Log: Subject: two [PATCH]es: dVAR for malloc.c, and a signed/unsigned char*
27948              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27949              Date: Fri, 28 Apr 2006 21:04:59 +0300
27950              Message-ID: <4452594B.4040609@gmail.com>
27951      Branch: perl
27952            ! malloc.c pp.c
27953 ____________________________________________________________________________
27954 [ 28006] By: nicholas                              on 2006/04/28  16:34:14
27955         Log: Fix bug 34297 (length of overloaded UTF-8 strings)
27956      Branch: perl
27957            + t/uni/overload.t
27958            ! MANIFEST pp.c
27959 ____________________________________________________________________________
27960 [ 28005] By: stevep                                on 2006/04/28  16:15:25
27961         Log: Typo in MANIFEST from change #27997.  Mustn't touch Perl before coffee.
27962      Branch: perl
27963            ! MANIFEST
27964 ____________________________________________________________________________
27965 [ 28004] By: stevep                                on 2006/04/28  15:35:37
27966         Log: Added Changes file left out from change #28001.
27967      Branch: perl
27968            ! ext/Cwd/Changes
27969 ____________________________________________________________________________
27970 [ 28003] By: rgs                                   on 2006/04/28  15:29:30
27971         Log: Subject: Merge WinCE and Win32 directories -- Initial patch
27972              From: demerphq <demerphq@gmail.com>
27973              Date: 27-Apr-2006 23:30
27974              Message-ID: <9b18b3110604271430k4de84685jec6535ded195ed94@mail.gmail.com>
27975      Branch: perl
27976            ! win32/config_h.PL win32/dl_win32.xs win32/include/sys/socket.h
27977            ! win32/makeico.pl win32/perlhost.h win32/perllib.c win32/vdir.h
27978            ! win32/vmem.h win32/win32.h
27979 ____________________________________________________________________________
27980 [ 28001] By: stevep                                on 2006/04/28  13:34:39
27981         Log: Upgrade to Pathtools-3.18
27982      Branch: perl
27983            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
27984            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
27985 ____________________________________________________________________________
27986 [ 28000] By: rgs                                   on 2006/04/28  13:33:37
27987         Log: Subject: [PATCH] t/op/defins.pl using test.pl
27988              From: David Landgren <david@landgren.net>
27989              Date: Fri, 28 Apr 2006 14:27:39 +0200
27990              Message-ID: <44520A3B.1080707@landgren.net>
27991      Branch: perl
27992            ! t/op/defins.t
27993 ____________________________________________________________________________
27994 [ 27999] By: rgs                                   on 2006/04/28  13:33:11
27995         Log: Subject: [PATCH] t/op/delete.t using test.pl
27996              From: David Landgren <david@landgren.net>
27997              Date: Fri, 28 Apr 2006 15:03:39 +0200
27998              Message-ID: <445212AB.4080404@landgren.net>
27999      Branch: perl
28000            ! t/op/delete.t
28001 ____________________________________________________________________________
28002 [ 27998] By: rgs                                   on 2006/04/28  13:32:53
28003         Log: Subject: [PATCH] t/op/auto.pl using test.pl
28004              From: David Landgren <david@landgren.net>
28005              Date: Fri, 28 Apr 2006 13:56:30 +0200
28006              Message-ID: <445202EE.6000604@landgren.net>
28007      Branch: perl
28008            ! t/op/auto.t
28009 ____________________________________________________________________________
28010 [ 27997] By: stevep                                on 2006/04/28  13:29:41
28011         Log: Upgrade to Module-Build-0.28
28012      Branch: perl
28013            + lib/Module/Build/API.pod
28014            ! MANIFEST lib/Module/Build.pm lib/Module/Build/Authoring.pod
28015            ! lib/Module/Build/Base.pm lib/Module/Build/Changes
28016            ! lib/Module/Build/Compat.pm lib/Module/Build/Cookbook.pm
28017            ! lib/Module/Build/ModuleInfo.pm
28018            ! lib/Module/Build/Platform/MacOS.pm
28019            ! lib/Module/Build/Platform/VMS.pm
28020            ! lib/Module/Build/Platform/Windows.pm
28021            ! lib/Module/Build/Platform/os2.pm lib/Module/Build/YAML.pm
28022            ! lib/Module/Build/t/bundled/Tie/CPHash.pm
28023            ! lib/Module/Build/t/destinations.t lib/Module/Build/t/extend.t
28024            ! lib/Module/Build/t/mbyaml.t
28025 ____________________________________________________________________________
28026 [ 27995] By: nicholas                              on 2006/04/28  12:48:27
28027         Log: Anton Berezin says that on FreeBSD we're wrong to be using -lc_r, and
28028              should just be using -pthread on the linker line.
28029              This stops the new taint tests looping infinitely. It also seems to
28030              cure the TODO test in posix.t - masked SIGINT is now received.
28031      Branch: perl
28032            ! hints/freebsd.sh
28033 ____________________________________________________________________________
28034 [ 27994] By: rgs                                   on 2006/04/28  12:10:24
28035         Log: Subject: [PATCH] threads - miscellaneous
28036              From: "Jerry D. Hedden" <jerry@hedden.us>
28037              Date: Wed, 26 Apr 2006 11:24:05 -0700
28038              Message-ID: <20060426112405.fb30e530d17747c2b054d625b8945d88.4331e666e7.wbe@email.secureserver.net>
28039      Branch: perl
28040            ! ext/threads/Changes ext/threads/Makefile.PL
28041            ! ext/threads/t/end.t ext/threads/t/join.t ext/threads/t/libc.t
28042            ! ext/threads/t/problems.t ext/threads/threads.xs
28043 ____________________________________________________________________________
28044 [ 27993] By: rgs                                   on 2006/04/28  09:14:17
28045         Log: Subject: [PATCH] t/op/sort.t using test.pl
28046              From: David Landgren <david@landgren.net>
28047              Date: Thu, 27 Apr 2006 18:25:56 +0200
28048              Message-ID: <4450F094.2010907@landgren.net>
28049      Branch: perl
28050            ! t/op/sort.t
28051 ____________________________________________________________________________
28052 [ 27992] By: rgs                                   on 2006/04/28  09:04:36
28053         Log: Subject: [PATCH] Removing another context parm
28054              From: andy@petdance.com (Andy Lester)
28055              Date: Thu, 27 Apr 2006 10:31:56 -0500
28056              Message-ID: <20060427153156.GA11445@petdance.com>
28057      Branch: perl
28058            ! embed.fnc embed.h pp_ctl.c proto.h
28059 ____________________________________________________________________________
28060 [ 27991] By: rgs                                   on 2006/04/28  08:53:51
28061         Log: Subject: [PATCH] t/op/loopctl.t using test.pl
28062              From: David Landgren <david@landgren.net>
28063              Date: Thu, 27 Apr 2006 19:13:28 +0200
28064              Message-ID: <4450FBB8.8070203@landgren.net>
28065      Branch: perl
28066            ! t/op/loopctl.t
28067 ____________________________________________________________________________
28068 [ 27990] By: rgs                                   on 2006/04/28  08:51:09
28069         Log: Subject: [PATCH] dVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update
28070              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
28071              Date: Thu, 27 Apr 2006 21:18:30 +0300
28072              Message-ID: <44510AF6.6040603@gmail.com>
28073      Branch: perl
28074            ! hv.c perl.h perlio.c sv.c
28075 ____________________________________________________________________________
28076 [ 27989] By: rgs                                   on 2006/04/28  08:41:25
28077         Log: Typo fix in perlretut by Simon Taylor
28078      Branch: perl
28079            ! pod/perlretut.pod
28080 ____________________________________________________________________________
28081 [ 27988] By: rgs                                   on 2006/04/28  07:58:16
28082         Log: Fix typo in function call
28083      Branch: perl
28084            ! perlio.c
28085 ____________________________________________________________________________
28086 [ 27987] By: stevep                                on 2006/04/28  02:12:03
28087         Log: Subject: Re: [PATCH] use snprintf/strlcpy/strlcat when useful
28088              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
28089              Date: Tue, 25 Apr 2006 18:23:39 +0300
28090              Message-ID: <444E3EFB.8020503@gmail.com>
28091      Branch: perl
28092            ! op.c perl.h perlio.c pp_ctl.c regcomp.c sv.c toke.c
28093            ! universal.c util.c
28094 ____________________________________________________________________________
28095 [ 27986] By: davem                                 on 2006/04/27  23:15:02
28096         Log: another REIFY bug
28097      Branch: perl
28098            ! scope.c t/op/local.t
28099 ____________________________________________________________________________
28100 [ 27983] By: stevep                                on 2006/04/27  18:06:12
28101         Log: Upgrade to ExtUtils-Install-1.39
28102      Branch: perl
28103            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
28104            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Install.t
28105            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/Packlist.t
28106 ____________________________________________________________________________
28107 [ 27982] By: stevep                                on 2006/04/27  17:53:11
28108         Log: Upgrade to Encode-2.15
28109      Branch: perl
28110            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
28111            ! ext/Encode/Unicode/Unicode.xs
28112            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
28113 ____________________________________________________________________________
28114 [ 27976] By: rgs                                   on 2006/04/27  12:29:47
28115         Log: Subject: [PATCH] Removing unused context
28116              From: andy@petdance.com (Andy Lester)
28117              Date: Thu, 27 Apr 2006 00:32:15 -0500
28118              Message-ID: <20060427053215.GA31445@petdance.com>
28119      Branch: perl
28120            ! embed.fnc embed.h proto.h sv.c
28121 ____________________________________________________________________________
28122 [ 27968] By: mhx                                   on 2006/04/26  19:18:09
28123         Log: Change type of temporary padoff_du used in dUNDERBAR
28124              from I32 to PADOFFSET, which is more correct (and fixes
28125              a warning in Devel::PPPort).
28126      Branch: perl
28127            ! XSUB.h
28128 ____________________________________________________________________________
28129 [ 27962] By: rgs                                   on 2006/04/26  07:53:36
28130         Log: Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
28131              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
28132              Date: Mon, 24 Apr 2006 23:20:38 +0200
28133              Message-ID: <20060424232038.7550f9b6@r2d2>
28134      Branch: perl
28135            ! deb.c doio.c doop.c dump.c gv.c handy.h
28136            ! lib/ExtUtils/Constant/ProxySubs.pm mg.c op.c patchlevel.h
28137            ! perl.c perlio.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
28138            ! regexec.c scope.h sv.c toke.c util.c
28139 ____________________________________________________________________________
28140 [ 27961] By: rgs                                   on 2006/04/26  07:38:38
28141         Log: Subject: [PATCH] threads - consolidate XS functions
28142              From: "Jerry D. Hedden" <jerry@hedden.us>
28143              Date: Tue, 25 Apr 2006 07:50:05 -0700
28144              Message-ID: <20060425075005.fb30e530d17747c2b054d625b8945d88.e23f2fed42.wbe@email.secureserver.net>
28145      Branch: perl
28146            ! ext/threads/threads.pm ext/threads/threads.xs
28147 ____________________________________________________________________________
28148 [ 27960] By: steveh                                on 2006/04/25  16:23:38
28149         Log: Make Module-Build aware of new Test-Harness output
28150              
28151              See also:
28152              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00755.html
28153      Branch: perl
28154            ! lib/Module/Build/t/compat.t
28155 ____________________________________________________________________________
28156 [ 27959] By: nicholas                              on 2006/04/25  12:51:40
28157         Log: Coverity has started to notice another inconsistency in our NULL
28158              pointer checking.
28159      Branch: perl
28160            ! pp_ctl.c
28161 ____________________________________________________________________________
28162 [ 27958] By: rgs                                   on 2006/04/25  08:41:38
28163         Log: Subject: [PATCH] use NOOP macro
28164              From: andy@petdance.com (Andy Lester)
28165              Date: Mon, 24 Apr 2006 13:44:51 -0500
28166              Message-ID: <20060424184451.GA1479@petdance.com>
28167      Branch: perl
28168            ! gv.c gv.h hv.c op.c pad.c perl.h perlio.c pp.c pp_ctl.c
28169            ! pp_hot.c regcomp.c regexec.c sv.c toke.c utf8.c
28170 ____________________________________________________________________________
28171 [ 27957] By: rgs                                   on 2006/04/25  08:35:22
28172         Log: Subject: [PATCH] Continuing threads sync
28173              From: "Jerry D. Hedden" <jerry@hedden.us>
28174              Date: Mon, 24 Apr 2006 13:00:23 -0700
28175              Message-ID: <20060424130023.fb30e530d17747c2b054d625b8945d88.969ed54130.wbe@email.secureserver.net>
28176      Branch: perl
28177            ! ext/threads/t/free.t ext/threads/threads.pm
28178            ! ext/threads/threads.xs
28179 ____________________________________________________________________________
28180 [ 27956] By: nicholas                              on 2006/04/24  16:38:09
28181         Log: Perl_unpack_str() is a mathom!
28182      Branch: perl
28183            ! mathoms.c pp_pack.c
28184 ____________________________________________________________________________
28185 [ 27955] By: stevep                                on 2006/04/24  16:31:24
28186         Log: Really bump the version of File::Find.
28187      Branch: perl
28188            ! lib/File/Find.pm
28189 ____________________________________________________________________________
28190 [ 27954] By: stevep                                on 2006/04/24  16:29:59
28191         Log: Reverting change #27953, as it appears that File::Find has 
28192              localized the C<$_> usable by the wanted function since 
28193              version 1.04 (change #18501, to be exact).  Update the 
28194              docs to express this change.  Finally, bump the version.
28195      Branch: perl
28196            ! lib/File/Find.pm
28197 ____________________________________________________________________________
28198 [ 27953] By: stevep                                on 2006/04/24  15:27:39
28199         Log: Subject: Re: [perl #38965] File::Find documentation - is "Don't modify thesevariables" still valid?
28200              From: David Landgren <david@landgren.net>
28201              Date: Mon, 24 Apr 2006 13:02:02 +0200
28202              Message-ID: <444CB02A.2000604@landgren.net>
28203      Branch: perl
28204            ! lib/File/Find.pm
28205 ____________________________________________________________________________
28206 [ 27952] By: nicholas                              on 2006/04/24  13:21:09
28207         Log: Subject: Re: recursion now removed from the regex engine
28208              From: demerphq <demerphq@gmail.com>
28209              Message-ID: <9b18b3110604231210w5deff59el3a1a79c98f34e0fd@mail.gmail.com>
28210              Date: Sun, 23 Apr 2006 21:10:34 +0200
28211      Branch: perl
28212            ! regcomp.sym regnodes.h
28213 ____________________________________________________________________________
28214 [ 27951] By: rgs                                   on 2006/04/24  12:15:58
28215         Log: Subject: [perl #38709] Opening '|-' triggers unjustified taint check 
28216              From: mhasch@cpan.org (via RT) <perlbug-followup@perl.org>
28217              Date: Fri, 10 Mar 2006 20:10:49 -0800
28218              Message-ID: <rt-3.0.11-38709-130993.2.89182805885773@perl.org>
28219      Branch: perl
28220            ! doio.c t/op/taint.t
28221 ____________________________________________________________________________
28222 [ 27950] By: rgs                                   on 2006/04/24  11:59:25
28223         Log: Add regression test for bug #38475
28224      Branch: perl
28225            + t/op/attrhand.t
28226            ! MANIFEST
28227 ____________________________________________________________________________
28228 [ 27949] By: nicholas                              on 2006/04/24  10:52:09
28229         Log: Change 27947 forgot to remove one now-unneeded cast.
28230      Branch: perl
28231            ! sv.c
28232 ____________________________________________________________________________
28233 [ 27948] By: rgs                                   on 2006/04/24  10:33:34
28234         Log: Subject: [perl #38475] attribute multiline fix (in tokenizer) 
28235              From: bas@quarantainenet.nl (via RT) <perlbug-followup@perl.org>
28236              Date: Thu, 09 Feb 2006 06:33:51 -0800
28237              Message-ID: <rt-3.0.11-38475-129844.11.5904582303176@perl.org>
28238      Branch: perl
28239            ! toke.c
28240 ____________________________________________________________________________
28241 [ 27947] By: nicholas                              on 2006/04/24  09:40:58
28242         Log: Following change 27942 it's clear that the return type of
28243              glob_2inpuv_number() should change. Rename it and glob_2inpuv() to
28244              reflect what they do.
28245      Branch: perl
28246            ! embed.fnc embed.h proto.h sv.c
28247 ____________________________________________________________________________
28248 [ 27946] By: rgs                                   on 2006/04/24  08:08:03
28249         Log: Cleanup some gcc warnings
28250              Third and fourth patches from:
28251              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
28252              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
28253              Date: Sun, 23 Apr 2006 04:47:04 +0200
28254              Message-ID: <20060423044704.6a383ee8@r2d2>
28255      Branch: perl
28256            ! mg.c perl.h toke.c
28257 ____________________________________________________________________________
28258 [ 27945] By: rgs                                   on 2006/04/24  08:04:11
28259         Log: A couple of casts to PADOFFSET.
28260              2nd patch from :
28261              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
28262              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
28263              Date: Sun, 23 Apr 2006 04:47:04 +0200
28264              Message-ID: <20060423044704.6a383ee8@r2d2>
28265      Branch: perl
28266            ! op.c pad.c pp.c toke.c
28267 ____________________________________________________________________________
28268 [ 27944] By: rgs                                   on 2006/04/24  08:01:32
28269         Log: Ensure GvNAME doesn't return NULL
28270              First patch from :
28271              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
28272              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
28273              Date: Sun, 23 Apr 2006 04:47:04 +0200
28274              Message-ID: <20060423044704.6a383ee8@r2d2>
28275      Branch: perl
28276            ! embed.fnc gv.c gv.h proto.h
28277 ____________________________________________________________________________
28278 [ 27943] By: rgs                                   on 2006/04/24  07:39:23
28279         Log: Subject: [PATCH] doop.c consting, take 2
28280              From: andy@petdance.com (Andy Lester)
28281              Date: Sun, 23 Apr 2006 20:45:09 -0500
28282              Message-ID: <20060424014509.GA29642@petdance.com>
28283      Branch: perl
28284            ! doop.c embed.fnc proto.h
28285 ____________________________________________________________________________
28286 [ 27942] By: rgs                                   on 2006/04/24  07:27:33
28287         Log: Subject: [PATCH] Refactor S_glob_2inpuv
28288              From: andy@petdance.com (Andy Lester)
28289              Date: Sun, 23 Apr 2006 21:12:39 -0500
28290              Message-ID: <20060424021239.GA5449@petdance.com>
28291      Branch: perl
28292            ! embed.fnc embed.h proto.h sv.c
28293 ____________________________________________________________________________
28294 [ 27941] By: rgs                                   on 2006/04/24  07:14:49
28295         Log: Subject: [PATCH] Inlining static funcs in perl.c
28296              From: andy@petdance.com (Andy Lester)
28297              Date: Sun, 23 Apr 2006 21:50:27 -0500
28298              Message-ID: <20060424025027.GA25998@petdance.com>
28299      Branch: perl
28300            ! embed.fnc embed.h perl.c proto.h
28301 ____________________________________________________________________________
28302 [ 27940] By: nicholas                              on 2006/04/23  20:48:25
28303         Log: Assimilate Test::Harness 2.57_06
28304      Branch: perl
28305            ! lib/Test/Harness.pm lib/Test/Harness/Changes
28306            ! lib/Test/Harness/Straps.pm lib/Test/Harness/bin/prove
28307            ! lib/Test/Harness/t/version.t
28308 ____________________________________________________________________________
28309 [ 27939] By: stevep                                on 2006/04/22  23:08:50
28310         Log: Subject: Update to AUTHORS file
28311              From: Joshua Rodd <joshua@rodd.us>
28312              Date: Sat, 22 Apr 2006 14:39:11 -0400
28313              Message-ID: <20060422183911.GA19435@rodd.us>
28314      Branch: perl
28315            ! AUTHORS
28316 ____________________________________________________________________________
28317 [ 27938] By: nicholas                              on 2006/04/22  09:31:16
28318         Log: "Don't Repeat Yourself" on the "We *really* need to overwrite these
28319              symbols" section.
28320              Minor tweaks to make it possible to use the code unchanged with 5.8.x
28321      Branch: perl
28322            + ext/re/re_comp.h ext/re/re_top.h
28323            ! MANIFEST regcomp.c regexec.c
28324 ____________________________________________________________________________
28325 [ 27937] By: nicholas                              on 2006/04/21  23:08:59
28326         Log: Remove the enable_debugging member from the structure, and instead
28327              decree that state & 1 indicates debugging. This is simpler.
28328      Branch: perl
28329            ! ext/re/re.xs
28330 ____________________________________________________________________________
28331 [ 27936] By: nicholas                              on 2006/04/21  21:40:49
28332         Log: Use a struct to hold the regexp engine state information, to make
28333              swapping possible between more two alternatives.
28334      Branch: perl
28335            ! ext/re/re.xs
28336 ____________________________________________________________________________
28337 [ 27935] By: nicholas                              on 2006/04/21  21:01:42
28338         Log: Merge the install and uninstall routines.
28339      Branch: perl
28340            ! ext/re/re.pm ext/re/re.xs
28341 ____________________________________________________________________________
28342 [ 27934] By: nicholas                              on 2006/04/21  20:38:15
28343         Log: Refactor re.pm slightly. This has no change to documented behaviour,
28344              but anyone mad enought to set ${^RE_DEBUG_FLAGS} and then do
28345              no re 'Debug'; will now find that it will load the debuging version of
28346              the regexp engine.
28347      Branch: perl
28348            ! ext/re/re.pm
28349 ____________________________________________________________________________
28350 [ 27933] By: rgs                                   on 2006/04/21  15:55:38
28351         Log: Subject: [PATCH] Rework threads destruct call
28352              From: "Jerry D. Hedden" <jerry@hedden.us>
28353              Date: Thu, 20 Apr 2006 13:53:20 -0700
28354              Message-ID: <20060420135320.fb30e530d17747c2b054d625b8945d88.ef565d84db.wbe@email.secureserver.net>
28355      Branch: perl
28356            + ext/threads/t/free.t ext/threads/t/free2.t
28357            ! MANIFEST ext/threads/threads.xs
28358 ____________________________________________________________________________
28359 [ 27932] By: rgs                                   on 2006/04/21  13:01:09
28360         Log: Subject: Re: [perl #38904] Text::ParseWords doesn't always handle backslashes correctly 
28361              From: Alexey Toptygin <alexeyt@freeshell.org>
28362              Date: Thu, 20 Apr 2006 15:42:20 +0000 (UTC)
28363              Message-ID: <Pine.NEB.4.62.0604201539380.20332@otaku.freeshell.org>
28364      Branch: perl
28365            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
28366 ____________________________________________________________________________
28367 [ 27931] By: nicholas                              on 2006/04/21  12:46:43
28368         Log: Why hide functions (and duplicate them) when you can just avoid
28369              compiling them in the first place?
28370      Branch: perl
28371            ! regcomp.c regexec.c
28372 ____________________________________________________________________________
28373 [ 27930] By: nicholas                              on 2006/04/21  11:38:24
28374         Log: Given that use re 'debug' can turn on DEBUGGING even on a non-DEBUGGING
28375              build, we cannot assume that PL_reg_starttry isn't needed. So copy it
28376              in Perl_ss_dup.
28377      Branch: perl
28378            ! sv.c
28379 ____________________________________________________________________________
28380 [ 27927] By: nicholas                              on 2006/04/20  21:27:21
28381         Log: Remove the last traces of explicitly setting HINT_LOCALIZE_HH from
28382              perl modules.
28383      Branch: perl
28384            ! lib/charnames.pm lib/open.pm lib/open.t lib/overload.pm
28385 ____________________________________________________________________________
28386 [ 27925] By: stevep                                on 2006/04/20  20:55:09
28387         Log: Subject: Re: TODO tests and test::harness
28388              From: demerphq <demerphq@gmail.com>
28389              Date: Thu, 20 Apr 2006 22:36:08 +0200
28390              Message-ID: <9b18b3110604201336k5a974f28h732a2819853b995@mail.gmail.com>
28391      Branch: perl
28392            ! lib/Test/Harness.pm lib/Test/Harness/t/version.t
28393 ____________________________________________________________________________
28394 [ 27923] By: rgs                                   on 2006/04/20  20:24:46
28395         Log: Add test boilerplate and use test.pl instead of Test::More
28396      Branch: perl
28397            ! t/op/rxcode.t
28398 ____________________________________________________________________________
28399 [ 27922] By: rgs                                   on 2006/04/20  20:22:23
28400         Log: Add new tests for bug #32840 provided by David Landgren,
28401              as a new file rxcode.t (they mostly test $^R for now)
28402      Branch: perl
28403            + t/op/rxcode.t
28404            ! MANIFEST
28405 ____________________________________________________________________________
28406 [ 27919] By: nicholas                              on 2006/04/20  18:51:02
28407         Log: Tweak change 23256 to continue passing on 5.8.x
28408      Branch: perl
28409            ! lib/base/t/fields.t
28410 ____________________________________________________________________________
28411 [ 27918] By: nicholas                              on 2006/04/20  17:37:31
28412         Log: Convert two ok()s to better constructions.
28413      Branch: perl
28414            ! lib/base/t/fields.t
28415 ____________________________________________________________________________
28416 [ 27917] By: rgs                                   on 2006/04/20  17:25:43
28417         Log: Subject: [REPOST] [PATCH] Remove superfluous counter in threads
28418              From: "Jerry D. Hedden" <jerry@hedden.us>
28419              Date: Wed, 19 Apr 2006 05:32:14 -0700
28420              Message-ID: <20060419053214.fb30e530d17747c2b054d625b8945d88.4606123135.wbe@email.secureserver.net>
28421      Branch: perl
28422            ! ext/threads/threads.pm ext/threads/threads.xs
28423 ____________________________________________________________________________
28424 [ 27913] By: nicholas                              on 2006/04/20  13:54:45
28425         Log: Fix typo in the description of change 21323.
28426      Branch: perl
28427            ! Changes
28428 ____________________________________________________________________________
28429 [ 27912] By: rgs                                   on 2006/04/20  12:59:50
28430         Log: New test for the "Assignment to both a list and a scalar" error,
28431              suggested by Stephen McCamant
28432      Branch: perl
28433            ! t/comp/parser.t
28434 ____________________________________________________________________________
28435 [ 27911] By: davem                                 on 2006/04/20  12:33:09
28436         Log: regmatch(): replace magic value -1000 with symbolic CHRTEST_VOID
28437      Branch: perl
28438            ! regexec.c
28439 ____________________________________________________________________________
28440 [ 27910] By: rgs                                   on 2006/04/20  10:02:25
28441         Log: Subject: [PATCH] op_type shrinking
28442              From: andy@petdance.com (Andy Lester)
28443              Date: Wed, 19 Apr 2006 23:16:53 -0500
28444              Message-ID: <20060420041653.GA28523@petdance.com>
28445      Branch: perl
28446            ! dump.c sv.c
28447 ____________________________________________________________________________
28448 [ 27909] By: rgs                                   on 2006/04/20  09:35:00
28449         Log: Subject: [PATCH] regexec consting & localizing
28450              From: andy@petdance.com (Andy Lester)
28451              Date: Wed, 19 Apr 2006 12:35:43 -0500
28452              Message-ID: <20060419173543.GA8268@petdance.com>
28453      Branch: perl
28454            ! regexec.c
28455 ____________________________________________________________________________
28456 [ 27908] By: rgs                                   on 2006/04/20  09:04:46
28457         Log: Subject: [PATCH] Localizing vars
28458              From: andy@petdance.com (Andy Lester)
28459              Date: Wed, 19 Apr 2006 23:44:01 -0500
28460              Message-ID: <20060420044401.GA2792@petdance.com>
28461      Branch: perl
28462            ! util.c
28463 ____________________________________________________________________________
28464 [ 27907] By: davem                                 on 2006/04/20  00:30:53
28465         Log: regmatch: merge the greedy and non-greedy branches of CURLYM
28466      Branch: perl
28467            ! regexec.c regexp.h
28468 ____________________________________________________________________________
28469 [ 27906] By: stevep                                on 2006/04/19  16:40:56
28470         Log: Subject: [perl #38892] PATCH: remove spurious warning from Benchmark.pm
28471              From: Linda Walsh (via RT) <perlbug-followup@perl.org>
28472              Date: Mon, 10 Apr 2006 18:53:46 -0700
28473              Message-ID: <rt-3.0.11-38892-132143.0.516271519365361@perl.org>
28474      Branch: perl
28475            ! lib/Benchmark.pm
28476 ____________________________________________________________________________
28477 [ 27905] By: stevep                                on 2006/04/19  16:32:26
28478         Log: Changes to perlfaq8 "How do I find out if I'm running interactively 
28479              or not?" suggested by Slaven Rezic in RT #38901: perlfaq8 correction
28480      Branch: perl
28481            ! pod/perlfaq8.pod
28482 ____________________________________________________________________________
28483 [ 27904] By: stevep                                on 2006/04/19  14:57:36
28484         Log: Add a TODO test for RT #1085: "what should be output of perl -we
28485              'print do { foreach (1, 2) { 1; } }'"
28486      Branch: perl
28487            ! t/cmd/for.t
28488 ____________________________________________________________________________
28489 [ 27903] By: davem                                 on 2006/04/19  13:56:07
28490         Log: regmatch(): make IFMATCH use PUSH_STACK rather than fake recursion
28491      Branch: perl
28492            ! regexec.c regexp.h t/op/re_tests
28493 ____________________________________________________________________________
28494 [ 27902] By: rgs                                   on 2006/04/19  11:38:11
28495         Log: Upgrade to Test::Harness 2.57_05
28496      Branch: perl
28497            + lib/Test/Harness/Util.pm
28498            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
28499            ! lib/Test/Harness/Changes lib/Test/Harness/Point.pm
28500            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
28501            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
28502            ! lib/Test/Harness/t/prove-globbing.t
28503            ! lib/Test/Harness/t/prove-switches.t lib/Test/Harness/t/strap.t
28504            ! lib/Test/Harness/t/test-harness.t
28505 ____________________________________________________________________________
28506 [ 27901] By: nicholas                              on 2006/04/19  11:20:08
28507         Log: newCONSTSUB needs to be robust in case CopFILE is NULL.
28508      Branch: perl
28509            ! op.c
28510 ____________________________________________________________________________
28511 [ 27900] By: nicholas                              on 2006/04/19  09:58:19
28512         Log: Oops. Need a macro to convert cv_ckproto() to cv_ckproto_len().
28513      Branch: perl
28514            ! op.h
28515 ____________________________________________________________________________
28516 [ 27899] By: rgs                                   on 2006/04/19  09:34:48
28517         Log: There's a macro to get ${^RE_DEBUG_FLAGS} when debugging,
28518              so use it (and this fixes a valgrind memory access error)
28519      Branch: perl
28520            ! regcomp.c
28521 ____________________________________________________________________________
28522 [ 27898] By: nicholas                              on 2006/04/19  09:22:03
28523         Log: Avoid temporarily writing over the prototype when reporting an error.
28524              (And beef up the relevant tests to really check that it all works).
28525      Branch: perl
28526            ! op.c t/comp/proto.t
28527 ____________________________________________________________________________
28528 [ 27897] By: rgs                                   on 2006/04/19  09:09:14
28529         Log: Replace some Copy() by Move() calls, because valgrind reports
28530              we can have overlapping memory areas here
28531      Branch: perl
28532            ! doop.c
28533 ____________________________________________________________________________
28534 [ 27896] By: nicholas                              on 2006/04/19  08:42:18
28535         Log: Calling cv_undef() on the CV created by newCONSTSUB() would leak like
28536              a Jumblie's preferred maritime craft. To free CvFILE for this case,
28537              take advantage of the 0 length prototype that will also be there,
28538              and hang it from the prototype. To do this properly means changing
28539              code to actually pay attention to SvCUR() on prototypes. It turns out
28540              that we always know the length of the prototype string, so this may
28541              be faster. Certainly, it's a memory saving (even ignoring the leak).
28542      Branch: perl
28543            ! dump.c embed.fnc embed.h global.sym mathoms.c op.c
28544            ! pod/perlapi.pod proto.h sv.c util.c
28545 ____________________________________________________________________________
28546 [ 27895] By: nicholas                              on 2006/04/19  07:55:18
28547         Log: Fix compilation of microperl, which doesn't have INT_MAX.
28548      Branch: perl
28549            ! toke.c
28550 ____________________________________________________________________________
28551 [ 27894] By: nicholas                              on 2006/04/18  19:52:19
28552         Log: Revert 27869 at Jarkko's request.
28553      Branch: perl
28554            ! regcomp.c
28555 ____________________________________________________________________________
28556 [ 27893] By: davem                                 on 2006/04/18  17:03:15
28557         Log: regmatch: fix a || vs | typo in CACHEsayYES and add a test from Hugo.
28558              Also defer altering the cache bit until CACHEsayYES/NO is called
28559      Branch: perl
28560            ! regexec.c t/op/re_tests
28561 ____________________________________________________________________________
28562 [ 27892] By: stevep                                on 2006/04/18  16:47:58
28563         Log: Add a TODO regarding merging the win32 and wince codebases.
28564      Branch: perl
28565            ! pod/perltodo.pod
28566 ____________________________________________________________________________
28567 [ 27891] By: rgs                                   on 2006/04/18  16:05:15
28568         Log: When checking whether perl is built with -g in optimisation
28569              flags, use a more tolerant regexp, because we can now have
28570              things like '-O2 -g'.
28571      Branch: perl
28572            ! Makefile.SH
28573 ____________________________________________________________________________
28574 [ 27890] By: nicholas                              on 2006/04/18  16:03:10
28575         Log: Expand "am I hot or not" into a more general "Profile Perl" section.
28576      Branch: perl
28577            ! pod/perltodo.pod
28578 ____________________________________________________________________________
28579 [ 27889] By: stevep                                on 2006/04/18  15:47:48
28580         Log: A fix to change #27845 to get it to compile with -DPERL_MAD.
28581      Branch: perl
28582            ! dump.c
28583 ____________________________________________________________________________
28584 [ 27888] By: steveh                                on 2006/04/18  15:17:52
28585         Log: Subject: [PATCH] win32/Makefile changes for Windows 64 bit
28586              From: "Jan Dubois" <jand@ActiveState.com>
28587              Date: Mon, 17 Apr 2006 01:48:34 -0700
28588              Message-ID: <036401c661fb$bc7a1200$2217a8c0@candy>
28589              
28590              and make similar changes to win32/makefile.mk
28591              and delete a spurious extra line from that file
28592      Branch: perl
28593            ! win32/Makefile win32/makefile.mk
28594 ____________________________________________________________________________
28595 [ 27887] By: rgs                                   on 2006/04/18  14:02:23
28596         Log: Addition to README.riscos suggested by Nicholas
28597      Branch: perl
28598            ! README.riscos
28599 ____________________________________________________________________________
28600 [ 27886] By: nicholas                              on 2006/04/18  13:18:27
28601         Log: Note that Rafael has done the first cut of state variables.
28602              Document that UTF-8 cleansing the tokeniser and the pads is TODO.
28603      Branch: perl
28604            ! pod/perltodo.pod
28605 ____________________________________________________________________________
28606 [ 27885] By: nicholas                              on 2006/04/18  13:10:35
28607         Log: Relocatable @INC and parallel builds pretty much work now.
28608      Branch: perl
28609            ! pod/perltodo.pod
28610 ____________________________________________________________________________
28611 [ 27884] By: rgs                                   on 2006/04/18  12:48:31
28612         Log: Subject: [PATCH] Support compiling for RISC OS
28613              From: Alex Waugh <alex@alexwaugh.com>
28614              Date: Mon, 17 Apr 2006 00:14:26 +0100
28615              Message-ID: <2498b2184e.ajw498@caramel.cp15.org>
28616      Branch: perl
28617            + README.riscos hints/riscos.sh
28618            ! MANIFEST ext/Errno/Errno_pm.PL hv.c util.c
28619 ____________________________________________________________________________
28620 [ 27883] By: nicholas                              on 2006/04/18  11:18:12
28621         Log: Coverity still thinks that there is a route through do_vop that can
28622              leak resources. I believe that it's spotted that you can skip all the
28623              cases in the switch. Plug that hole.
28624      Branch: perl
28625            ! doop.c
28626 ____________________________________________________________________________
28627 [ 27882] By: nicholas                              on 2006/04/18  10:54:15
28628         Log: Coverity insists that if we deference a pointer without checking, and
28629              subsequently check that same pointer before deferencing it, something
28630              in our code or our logic is bogus. So assert() that it's safe the
28631              first time and remove the second check.
28632      Branch: perl
28633            ! regcomp.c
28634 ____________________________________________________________________________
28635 [ 27881] By: nicholas                              on 2006/04/17  20:50:34
28636         Log: Fix an error, spotted by Tim Bunce.
28637      Branch: perl
28638            ! pod/perlfunc.pod
28639 ____________________________________________________________________________
28640 [ 27880] By: nicholas                              on 2006/04/17  20:41:00
28641         Log: Coderefs in @INC are done and documented.
28642      Branch: perl
28643            ! pod/perltodo.pod
28644 ____________________________________________________________________________
28645 [ 27879] By: nicholas                              on 2006/04/17  20:35:52
28646         Log: Document all the return values that code references in @INC can return.
28647      Branch: perl
28648            ! pod/perlfunc.pod
28649 ____________________________________________________________________________
28650 [ 27878] By: stevep                                on 2006/04/17  20:05:03
28651         Log: Patch to fix RT #31227: perldoc -f, -q ignores extra arguments with no notice.
28652              Never made it to the mailing list though, so, was never found.  Patch
28653              previously provided to the Pod-Perldoc CPAN RT queue.
28654      Branch: perl
28655            ! lib/Pod/Perldoc.pm
28656 ____________________________________________________________________________
28657 [ 27877] By: nicholas                              on 2006/04/17  19:12:23
28658         Log: Coverity is upset about a signed int in ext/Filter/Util/Call/Call.xs,
28659              but the real problem is down in Perl_filter_read() in toke.c.
28660      Branch: perl
28661            ! toke.c
28662 ____________________________________________________________________________
28663 [ 27876] By: nicholas                              on 2006/04/17  18:30:59
28664         Log: Coverity is a persistent beast. Hot on the tails of fixing one leak,
28665              it notices a slightly earlier leak.
28666              (Which also suggests that marking bugs as RESOLVED isn't a great plan,
28667              as it's not clear whether that calls off the dogs of war. I'd much
28668              prefer it to be forced to scan again, and give a positve "all clear"
28669              (or more accurately "nowt wrong I can see with that"))
28670      Branch: perl
28671            ! ext/Storable/Storable.xs
28672 ____________________________________________________________________________
28673 [ 27875] By: nicholas                              on 2006/04/17  16:52:54
28674         Log: Turn on UTF8 cache assertions with -Ca
28675      Branch: perl
28676            ! locale.c perl.c perl.h pod/perlrun.pod util.c
28677 ____________________________________________________________________________
28678 [ 27874] By: nicholas                              on 2006/04/17  16:52:07
28679         Log: Oops. Change 27826 had an error in the definition of BGET_PADOFFSET().
28680      Branch: perl
28681            ! ext/ByteLoader/bytecode.h
28682 ____________________________________________________________________________
28683 [ 27873] By: stevep                                on 2006/04/17  16:49:51
28684         Log: Upgrade to CGI.pm-3.19.
28685      Branch: perl
28686            ! lib/CGI.pm lib/CGI/Changes
28687 ____________________________________________________________________________
28688 [ 27872] By: nicholas                              on 2006/04/17  15:33:21
28689         Log: Note that PVIOs probably aren't worth shrinking. Note 3 possible
28690              subflags for -C if the two Unicode TODOs are done.
28691      Branch: perl
28692            ! pod/perlrun.pod pod/perltodo.pod
28693 ____________________________________________________________________________
28694 [ 27871] By: nicholas                              on 2006/04/17  15:11:03
28695         Log: Subject: Re: [PATCH] update to pp_complement() via Coverity
28696              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
28697              Message-Id: <20060416184044.4ADB.BQW10602@nifty.com>
28698              Date: Sun, 16 Apr 2006 18:45:37 +0900
28699              
28700              Subject: Re: [PATCH] update to pp_complement() via Coverity
28701              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
28702              Message-Id: <20060417230614.20A5.BQW10602@nifty.com>
28703              Date: Mon, 17 Apr 2006 23:06:21 +0900
28704      Branch: perl
28705            ! pp.c t/op/bop.t
28706 ____________________________________________________________________________
28707 [ 27870] By: nicholas                              on 2006/04/17  14:48:13
28708         Log: In Change 27764 I forgot to at PL_hints_mutex to the list of symbols to
28709              exclude when not compiling with ithreads. It would be good to automate
28710              the processing of this.
28711      Branch: perl
28712            ! makedef.pl
28713 ____________________________________________________________________________
28714 [ 27869] By: nicholas                              on 2006/04/17  13:38:30
28715         Log: Subject: [PATCH] (tentative) regcomp.c: try convincing Coverity that data ptr in study_chunk is non-NULL when needed
28716              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
28717              Message-Id: <20060416092648.812D36CF2D@aprikoosi.hut.fi>
28718              Date: Sun, 16 Apr 2006 12:26:48 +0300 (EEST)
28719      Branch: perl
28720            ! regcomp.c
28721 ____________________________________________________________________________
28722 [ 27868] By: nicholas                              on 2006/04/17  13:15:34
28723         Log: Note in av_store() that S_regclass relies on being able to pass NULL.
28724      Branch: perl
28725            ! av.c
28726 ____________________________________________________________________________
28727 [ 27867] By: nicholas                              on 2006/04/17  13:14:55
28728         Log: Add assertions to cover cases where the Coverity scanner thinks we
28729              could are deferencing a NULL pointer, but we think it missed something
28730              it should have been capable of figuring out.
28731      Branch: perl
28732            ! hv.c op.c
28733 ____________________________________________________________________________
28734 [ 27866] By: nicholas                              on 2006/04/17  12:48:43
28735         Log: Add Dave's explainations of why certain pointers are always non-NULL,
28736              and assert() that it is true.
28737      Branch: perl
28738            ! regexec.c
28739 ____________________________________________________________________________
28740 [ 27865] By: stevep                                on 2006/04/17  12:30:08
28741         Log: Subject: [PATCH] fix cygwin build
28742              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28743              Date: Sun, 16 Apr 2006 18:05:20 -0700
28744              Message-ID: <20060417010520.GA2888@efn.org>
28745      Branch: perl
28746            ! cygwin/Makefile.SHs
28747 ____________________________________________________________________________
28748 [ 27863] By: merijn                                on 2006/04/17  12:18:07
28749         Log: Support for -DDEBUGGING and its alias -DEBUGGING
28750      Branch: perl
28751            ! Configure INSTALL config_h.SH
28752 ____________________________________________________________________________
28753 [ 27862] By: nicholas                              on 2006/04/17  12:07:23
28754         Log: Revert change 27818, as change 27853 fixes the real bug.
28755      Branch: perl
28756            ! sv.c
28757 ____________________________________________________________________________
28758 [ 27861] By: stevep                                on 2006/04/17  11:53:04
28759         Log: Subject: [PATCH] Compress::Zlib
28760              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
28761              Date: Mon, 17 Apr 2006 10:58:30 +0100
28762              Message-ID: <019b01c66205$7dc7ea50$6601a8c0@myopwv.com>
28763      Branch: perl
28764            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
28765            ! ext/Compress/Zlib/t/14gzopen.t
28766 ____________________________________________________________________________
28767 [ 27860] By: nicholas                              on 2006/04/17  11:39:27
28768         Log: Subject: [PATCH] pp_ctl.c caching
28769              From: andy@petdance.com (Andy Lester)
28770              Message-ID: <20060417044035.GA28818@petdance.com>
28771              Date: Sun, 16 Apr 2006 23:40:35 -0500
28772      Branch: perl
28773            ! pp_ctl.c
28774 ____________________________________________________________________________
28775 [ 27859] By: nicholas                              on 2006/04/17  11:37:38
28776         Log: Subject: [PATCH] dooop.c: the strong asserts in Sv* macros could cause memory leakage -- move the macro calls earlier (Coverity CID 84)
28777              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
28778              Message-Id: <20060417071937.C13346CF2D@aprikoosi.hut.fi>
28779              Date: Mon, 17 Apr 2006 10:19:37 +0300 (EEST)
28780      Branch: perl
28781            ! doop.c
28782 ____________________________________________________________________________
28783 [ 27857] By: nicholas                              on 2006/04/17  10:28:40
28784         Log: Revert 27856.
28785      Branch: perl
28786            ! doop.c
28787 ____________________________________________________________________________
28788 [ 27856] By: nicholas                              on 2006/04/17  10:24:58
28789         Log: The danger of piping an mbox to patch is that it contains more than
28790              one message. So both:
28791              
28792              Subject: [PATCH] doop.c: one more code path where memory could leak (Coverity)
28793              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
28794              Message-Id: <20060416081925.680336CF2D@aprikoosi.hut.fi>
28795              Date: Sun, 16 Apr 2006 11:19:25 +0300 (EEST)
28796              
28797              and
28798              
28799              Subject: [PATCH] doop.c: one more code path where memory could leak (Coverity)
28800              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
28801              Message-Id: <20060416081925.680336CF2D@aprikoosi.hut.fi>
28802              Date: Sun, 16 Apr 2006 11:19:25 +0300 (EEST)
28803      Branch: perl
28804            ! doop.c
28805 ____________________________________________________________________________
28806 [ 27855] By: davem                                 on 2006/04/16  23:30:36
28807         Log: generalize the 'continue on success' mechanism of deferred REs
28808      Branch: perl
28809            ! regexec.c regexp.h
28810 ____________________________________________________________________________
28811 [ 27854] By: davem                                 on 2006/04/16  23:12:31
28812         Log: abstract regmatch slab access with SLAB_FIRST and SLAB_LAST macros
28813      Branch: perl
28814            ! regexec.c
28815 ____________________________________________________________________________
28816 [ 27853] By: davem                                 on 2006/04/16  23:07:13
28817         Log: stop PL_op and PL_curpad referring to different pads at start of doeval
28818              (this could make find_uninit_var do Bad Things)
28819      Branch: perl
28820            ! pp_ctl.c
28821 ____________________________________________________________________________
28822 [ 27852] By: nicholas                              on 2006/04/16  21:44:59
28823         Log: Fix bug introduced with change 27841. (len + 1, not just len).
28824      Branch: perl
28825            ! sv.c
28826 ____________________________________________________________________________
28827 [ 27851] By: nicholas                              on 2006/04/16  19:06:19
28828         Log: Coverity is flagging a potential problem because it sees a check for
28829              NULL and assumes that this means that the variable host could be
28830              NULL. It can't, and the check added in change 13291 was a little bit
28831              more than the minimal solution needed for the bug report
28832              [ID 20011126.148]
28833              Hence remove the NULL check.
28834      Branch: perl
28835            ! ext/Socket/Socket.xs
28836 ____________________________________________________________________________
28837 [ 27850] By: nicholas                              on 2006/04/16  18:09:33
28838         Log: Subject: [PATCH] op.c patch, 2nd version
28839              From: andy@petdance.com (Andy Lester)
28840              Message-ID: <20060415042924.GA1786@petdance.com>
28841              Date: Fri, 14 Apr 2006 23:29:24 -0500
28842      Branch: perl
28843            ! op.c
28844 ____________________________________________________________________________
28845 [ 27849] By: nicholas                              on 2006/04/16  15:04:36
28846         Log: A scalar reference returned from a coderef in @INC is treated as the
28847              initial "content" of the file. When it is exhausted input is taken
28848              from a real file handle, or a generator sub, if either exists.
28849      Branch: perl
28850            ! pp_ctl.c t/op/incfilter.t
28851 ____________________________________________________________________________
28852 [ 27848] By: stevep                                on 2006/04/16  14:03:59
28853         Log: Subject: [PATCH] remove some cruft from makedef.pl
28854              From: "Jan Dubois" <jand@ActiveState.com>
28855              Date: Sun, 16 Apr 2006 02:05:00 -0700
28856              Message-ID: <022e01c66134$d7a8dec0$2217a8c0@candy>
28857      Branch: perl
28858            ! embed.fnc global.sym makedef.pl
28859 ____________________________________________________________________________
28860 [ 27847] By: stevep                                on 2006/04/16  13:52:47
28861         Log: Subject: [PATCH] testcase for change #27832
28862              From: "Jan Dubois" <jand@ActiveState.com>
28863              Date: Sun, 16 Apr 2006 00:57:00 -0700
28864              Message-ID: <022a01c6612b$575cb7e0$2217a8c0@candy>
28865      Branch: perl
28866            ! lib/Pod/Html.pm lib/Pod/t/htmllink.pod
28867 ____________________________________________________________________________
28868 [ 27846] By: stevep                                on 2006/04/16  13:44:47
28869         Log: Stray pod/perlapi.pod change found after a regen.
28870      Branch: perl
28871            ! pod/perlapi.pod
28872 ____________________________________________________________________________
28873 [ 27845] By: stevep                                on 2006/04/16  13:43:01
28874         Log: Subject: [PATCH] dump.c patch redux
28875              From: andy@petdance.com (Andy Lester)
28876              Date: Sun, 16 Apr 2006 00:29:36 -0500
28877              Message-ID: <20060416052936.GA19143@petdance.com>
28878      Branch: perl
28879            ! dump.c embed.fnc embed.h proto.h
28880 ____________________________________________________________________________
28881 [ 27843] By: nicholas                              on 2006/04/16  13:25:18
28882         Log: Perl_do_vop can profitably use Perl_sv_usepvn_flags, as it has
28883              allocated space for an initialised a trailing NUL.
28884      Branch: perl
28885            ! doop.c
28886 ____________________________________________________________________________
28887 [ 27842] By: nicholas                              on 2006/04/16  12:06:57
28888         Log: In Perl_sv_usepvn_flags, assert() that the caller has RTFM.
28889      Branch: perl
28890            ! sv.c
28891 ____________________________________________________________________________
28892 [ 27841] By: nicholas                              on 2006/04/16  11:35:38
28893         Log: Provide a new flag for sv_usepvn_flags, SV_HAS_TRAILING_NUL, which
28894              signals that the buffer passed in is already well-formed for use as
28895              SvPVX (i.e. it is followed by a trailing NUL), and hence the realloc()
28896              to add a NUL can be skipped.
28897      Branch: perl
28898            ! pp.c sv.c sv.h
28899 ____________________________________________________________________________
28900 [ 27840] By: nicholas                              on 2006/04/16  11:03:28
28901         Log: Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags. "Promote" the
28902              other two to mathoms.c
28903      Branch: perl
28904            ! embed.fnc embed.h global.sym mathoms.c proto.h sv.c sv.h
28905 ____________________________________________________________________________
28906 [ 27839] By: nicholas                              on 2006/04/16  10:37:46
28907         Log: In Perl_sv_usepvn(), force a move under DEBUGGING to shake out caller
28908              bugs.
28909      Branch: perl
28910            ! sv.c
28911 ____________________________________________________________________________
28912 [ 27838] By: nicholas                              on 2006/04/16  10:37:04
28913         Log: Fix htmllink.t to cater for the case where perladmin isn't an empty
28914              string.
28915      Branch: perl
28916            ! lib/Pod/t/htmllink.t
28917 ____________________________________________________________________________
28918 [ 27837] By: nicholas                              on 2006/04/16  09:36:18
28919         Log: Coverity notes that we might be dereferencing fgv before a check that
28920              it's not NULL. In fact, the code ordering meant that one "if (fgv)"
28921              would always be true. So fix this.
28922      Branch: perl
28923            ! pp_sys.c
28924 ____________________________________________________________________________
28925 [ 27836] By: stevep                                on 2006/04/16  05:24:04
28926         Log: Subject: [PATCH] update to pp_complement() via Coverity
28927              From: andy@petdance.com (Andy Lester)
28928              Date: Sun, 16 Apr 2006 00:14:23 -0500
28929              Message-ID: <20060416051423.GA17063@petdance.com>
28930      Branch: perl
28931            ! pp.c
28932 ____________________________________________________________________________
28933 [ 27835] By: stevep                                on 2006/04/16  05:17:57
28934         Log: Subject: [PATCH] clean up hv_assert()
28935              From: andy@petdance.com (Andy Lester)
28936              Date: Sat, 15 Apr 2006 23:18:27 -0500
28937              Message-ID: <20060416041827.GA3031@petdance.com>
28938      Branch: perl
28939            ! hv.c
28940 ____________________________________________________________________________
28941 [ 27834] By: stevep                                on 2006/04/16  05:12:56
28942         Log: Subject: [PATCH] Removed unused var in a macro
28943              From: andy@petdance.com (Andy Lester)
28944              Date: Sat, 15 Apr 2006 23:32:53 -0500
28945              Message-ID: <20060416043253.GA3438@petdance.com>
28946      Branch: perl
28947            ! thread.h
28948 ____________________________________________________________________________
28949 [ 27833] By: stevep                                on 2006/04/16  04:59:19
28950         Log: Subject: [PATCH] Change anchor generation in Pod::Html for "=item item 2"
28951              From: "Jan Dubois" <jand@ActiveState.com>
28952              Date: Fri, 14 Apr 2006 13:13:20 -0700
28953              Message-ID: <017a01c65fff$dfd0f370$2217a8c0@candy>
28954      Branch: perl
28955            ! lib/Pod/Html.pm lib/Pod/t/htmllink.t
28956 ____________________________________________________________________________
28957 [ 27832] By: stevep                                on 2006/04/16  04:50:15
28958         Log: Subject: [PATCH] Pod::Html::depod() doesn't work correctly for multi-line strings
28959              From: "Jan Dubois" <jand@ActiveState.com>
28960              Date: Mon, 10 Apr 2006 15:32:23 -0700
28961              Message-ID: <017b01c65cee$a2f5fe00$6062a8c0@candy>
28962      Branch: perl
28963            ! lib/Pod/Html.pm
28964 ____________________________________________________________________________
28965 [ 27831] By: stevep                                on 2006/04/16  04:41:34
28966         Log: Subject: [PATCH] Missing part of change 25186
28967              From: "Jan Dubois" <jand@ActiveState.com>
28968              Date: Thu, 13 Apr 2006 18:26:29 -0700
28969              Message-ID: <009401c65f62$74fded70$2217a8c0@candy>
28970      Branch: perl
28971            ! lib/Pod/t/htmllink.t
28972 ____________________________________________________________________________
28973 [ 27830] By: stevep                                on 2006/04/16  04:37:46
28974         Log: Subject: [PATCH] Missing part of change 25676
28975              From: "Jan Dubois" <jand@ActiveState.com>
28976              Date: Thu, 13 Apr 2006 18:19:26 -0700
28977              Message-ID: <009001c65f61$78866d60$2217a8c0@candy>
28978      Branch: perl
28979            ! lib/Pod/t/htmllink.t
28980 ____________________________________________________________________________
28981 [ 27829] By: nicholas                              on 2006/04/15  23:51:10
28982         Log: Subject: [PATCH] Handle null io in leavewrite (not possible?) (Coverity)
28983              From: bah@longitude.com
28984              Message-ID: <1661.38.96.138.153.1145124821.squirrel@mail.longitude.com>
28985              Date: Sat, 15 Apr 2006 14:13:41 -0400 (EDT)
28986      Branch: perl
28987            ! pp_sys.c
28988 ____________________________________________________________________________
28989 [ 27828] By: nicholas                              on 2006/04/15  23:41:23
28990         Log: Subject: [PATCH] Potential (?) memory leak in Storable.xs (Coverity)
28991              From: bah@longitude.com
28992              Message-ID: <1561.38.96.138.153.1145123650.squirrel@mail.longitude.com>
28993              Date: Sat, 15 Apr 2006 13:54:10 -0400 (EDT)
28994      Branch: perl
28995            ! ext/Storable/Storable.xs
28996 ____________________________________________________________________________
28997 [ 27827] By: nicholas                              on 2006/04/15  22:44:30
28998         Log: Teach Perl_do_sv_dump how to cope with IOs that have bogus things in
28999              GV slots. (Which source filters are prone to do to them).
29000      Branch: perl
29001            ! dump.c
29002 ____________________________________________________________________________
29003 [ 27826] By: nicholas                              on 2006/04/15  21:50:12
29004         Log: Coverity was getting upset about an assignment from a function
29005              returning int to a U8 variable. Curiously it was only getting upset
29006              about the first of many.
29007              However, we are doing NO ERROR CHECKING on whether we read in the
29008              requested number of bytes of bytecode. All except BGET_op_tr_array
29009              will now croak on a short read.
29010      Branch: perl
29011            ! ext/ByteLoader/bytecode.h
29012 ____________________________________________________________________________
29013 [ 27825] By: nicholas                              on 2006/04/15  21:43:13
29014         Log: Coverity reports that Storable can potentially cause a NULL pointer
29015              dereference while iterating a hash. This should never happen unless
29016              the hash lies about how many keys it has, so croak if a fib is spotted.
29017      Branch: perl
29018            ! ext/Storable/Storable.xs
29019 ____________________________________________________________________________
29020 [ 27824] By: nicholas                              on 2006/04/15  21:11:44
29021         Log: Coverity notes that resource are leaked in the unfinished and never
29022              called function _utf8_to_bytes.
29023      Branch: perl
29024            ! ext/Encode/Encode.xs
29025 ____________________________________________________________________________
29026 [ 27823] By: nicholas                              on 2006/04/15  20:55:20
29027         Log: Coverity correctly reports that gv might (just) be NULL. So don't
29028              derefernece it if it is.
29029      Branch: perl
29030            ! ext/IO/IO.pm ext/IO/IO.xs
29031 ____________________________________________________________________________
29032 [ 27822] By: nicholas                              on 2006/04/15  20:54:44
29033         Log: Update the assertion to a croak "Out of range special SV number"
29034              to give ByteLoader more meaningful failure diagnostics.
29035      Branch: perl
29036            ! ext/ByteLoader/bytecode.h
29037 ____________________________________________________________________________
29038 [ 27821] By: nicholas                              on 2006/04/15  20:19:22
29039         Log: I believe that it makes little sense for the simple user filters
29040              provided by coderefs to be run in block mode. Hence always read from
29041              the upstream filter in line mode, and always call the user's filter
29042              with 1 line.
29043      Branch: perl
29044            ! pp_ctl.c
29045 ____________________________________________________________________________
29046 [ 27820] By: nicholas                              on 2006/04/15  20:01:58
29047         Log: Fix a bug - the introduction of the caching code means that we should
29048              initialise the SV upstream after it.
29049              assert that filter_sub is always non-null now.
29050      Branch: perl
29051            ! pp_ctl.c
29052 ____________________________________________________________________________
29053 [ 27819] By: nicholas                              on 2006/04/15  19:37:32
29054         Log: Augment the user filter caching code so that if the user filter returns
29055              multiple lines, only one line at a time is returned.
29056              Rename the variable len to status, as it is the status value.
29057      Branch: perl
29058            ! pp_ctl.c t/op/incfilter.t
29059 ____________________________________________________________________________
29060 [ 27818] By: nicholas                              on 2006/04/15  19:17:51
29061         Log: Deep in the bowels of creating new and exciting bugs, I managed to
29062              segfault the uninitialised value reporting code. This protects against
29063              the segfault.
29064      Branch: perl
29065            ! sv.c
29066 ____________________________________________________________________________
29067 [ 27817] By: nicholas                              on 2006/04/15  18:08:04
29068         Log: $foo .= $bar doesn't warn if $foo is undefined, so simplify code.
29069      Branch: perl
29070            ! t/op/incfilter.t
29071 ____________________________________________________________________________
29072 [ 27816] By: nicholas                              on 2006/04/15  18:05:12
29073         Log: If the downstream caller wants block mode, and we're in line mode,
29074              then don't return more bytes than they asked for. Hold bytes over
29075              until next time if necessary.
29076      Branch: perl
29077            ! pp_ctl.c t/op/incfilter.t
29078 ____________________________________________________________________________
29079 [ 27815] By: nicholas                              on 2006/04/15  17:00:54
29080         Log: Eliminate the filter_child_proc hack from pp_require.
29081      Branch: perl
29082            ! pp_ctl.c
29083 ____________________________________________________________________________
29084 [ 27814] By: nicholas                              on 2006/04/15  16:43:22
29085         Log: If you return void from a filter subroutine, the caller's status is
29086              used. If not, your last statement is the return value, and if it keeps
29087              being +ve you'll never hit EOF.
29088              The probably should be a sanity check for this in toke.c, but I'm not
29089              sure how.
29090      Branch: perl
29091            ! t/op/incfilter.t
29092 ____________________________________________________________________________
29093 [ 27813] By: nicholas                              on 2006/04/15  16:42:23
29094         Log: Tests for having multiple pipes open simultaneously.
29095              (See comment added in change 3771 about this apparently being buggy)
29096      Branch: perl
29097            ! t/op/inccode.t
29098 ____________________________________________________________________________
29099 [ 27812] By: nicholas                              on 2006/04/15  13:45:13
29100         Log: Add more tests for the builtin source filter implementation, and fix
29101              two bugs - it would loop infinitely if data were already in the read
29102              buffer, and it would process those data twice.
29103      Branch: perl
29104            ! pp_ctl.c t/op/incfilter.t
29105 ____________________________________________________________________________
29106 [ 27811] By: nicholas                              on 2006/04/15  11:59:26
29107         Log: Add a test for source filters returned from code references in @INC.
29108      Branch: perl
29109            + t/op/incfilter.t
29110            ! MANIFEST
29111 ____________________________________________________________________________
29112 [ 27810] By: nicholas                              on 2006/04/15  11:22:29
29113         Log: Bump the expect file count in readdir.t. We keep writing more tests.
29114      Branch: perl
29115            ! t/op/readdir.t
29116 ____________________________________________________________________________
29117 [ 27809] By: nicholas                              on 2006/04/15  10:51:48
29118         Log: Subject: [PATCH] perlio.c: layer data might be allocated and unused (Coverity)
29119              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
29120              Message-Id: <20060415082417.24F0A6D08C@ugli.hut.fi>
29121              Date: Sat, 15 Apr 2006 11:24:17 +0300 (EEST)
29122              
29123              (with a correction)
29124      Branch: perl
29125            ! perlio.c
29126 ____________________________________________________________________________
29127 [ 27808] By: craigb                                on 2006/04/15  06:05:44
29128         Log: Fix bug in prime_env_iter where the terms of a comparison were reversed
29129              so we thought we didn't have a logical name table when we did.  Reported as:
29130              Subject: LWP::Simple crashes on VMSperl
29131              From: "juna" <ggl.20.jj...@spamgourmet.com>
29132              Date: 24 Mar 2006 13:52:41 -0800
29133              Newsgroups: comp.os.vms,comp.lang.perl.misc
29134              Message-ID: <1143237161.931669.48370@t31g2000cwb.googlegroups.com>
29135      Branch: perl
29136            ! vms/vms.c
29137 ____________________________________________________________________________
29138 [ 27807] By: craigb                                on 2006/04/15  00:45:26
29139         Log: Honor READALL privilege in cando_by_name (from Scott
29140              Lepage of HP OpenVMS Engineering)
29141      Branch: perl
29142            ! vms/vms.c
29143 ____________________________________________________________________________
29144 [ 27806] By: craigb                                on 2006/04/15  00:42:41
29145         Log: Don't die after SS$_NOPRIV in Perl_vmssetenv, courtesy
29146              of Scott Lepage at HP.
29147      Branch: perl
29148            ! vms/vms.c
29149 ____________________________________________________________________________
29150 [ 27805] By: nicholas                              on 2006/04/14  20:44:27
29151         Log: Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used to
29152              save the warnings on PL_compiling, so constraining its use to what we
29153              can test seems to make sense. Particularly as testing Perl_ss_dup is
29154              tricky.
29155      Branch: perl
29156            ! op.c pp_ctl.c scope.c scope.h sv.c
29157 ____________________________________________________________________________
29158 [ 27804] By: nicholas                              on 2006/04/14  19:44:34
29159         Log: In the description of require, clarify the file handle return and why
29160              C<INC> must be qualified.
29161      Branch: perl
29162            ! pod/perlfunc.pod
29163 ____________________________________________________________________________
29164 [ 27803] By: nicholas                              on 2006/04/14  16:43:03
29165         Log: S_glob_2inpuv() did not check if lenp was NULL. Oops.
29166      Branch: perl
29167            ! sv.c
29168 ____________________________________________________________________________
29169 [ 27802] By: nicholas                              on 2006/04/14  16:18:30
29170         Log: Replace explict "/dev/null" with BIT_BUCKET, which varies by platform.
29171      Branch: perl
29172            ! pp_ctl.c
29173 ____________________________________________________________________________
29174 [ 27801] By: rgs                                   on 2006/04/14  16:11:19
29175         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)
29176              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
29177              Date: Thu, 13 Apr 2006 19:20:46 +0300 (EEST)
29178              Message-Id: <20060413162046.5F9636D08C@ugli.hut.fi>
29179      Branch: perl
29180            ! doop.c pod/perlapi.pod sv.c t/op/bop.t
29181 ____________________________________________________________________________
29182 [ 27800] By: nicholas                              on 2006/04/14  14:45:04
29183         Log: Mark new_warnings_bitfield as XE, and add it to __DATA__ in makedef.pl
29184              Remove a reference to the deleted function Perl_refcounted_he_dup.
29185      Branch: perl
29186            ! embed.fnc embed.h global.sym makedef.pl
29187 ____________________________________________________________________________
29188 [ 27799] By: stevep                                on 2006/04/14  12:16:01
29189         Log: Subject: [PATCH] IO::Compress::*
29190              From: Paul Marquess <paul.marquess@ntlworld.com>
29191              Date: Fri, 14 Apr 2006 09:05:39 +0100
29192              Message-ID: <004f01c65f9a$3871eb30$2405140a@myopwv.com>
29193      Branch: perl
29194            ! ext/Compress/IO/Base/Changes
29195            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
29196            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
29197            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
29198            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
29199            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/README
29200            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
29201            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
29202            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
29203            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
29204            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
29205            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
29206            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
29207            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
29208            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
29209            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
29210            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
29211            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
29212            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
29213            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
29214            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
29215            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
29216            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
29217            ! ext/Compress/Raw/Zlib/README
29218            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
29219            ! ext/Compress/Zlib/README
29220            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
29221            ! t/lib/compress/generic.pl
29222 ____________________________________________________________________________
29223 [ 27798] By: nicholas                              on 2006/04/14  11:50:56
29224         Log: Subject: [PATCH] perlio.c: (Coverity) eliminate temp ptr that confuses Coverity into thinking there is a resource leak
29225              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
29226              Message-Id: <20060414085644.94A076D08C@ugli.hut.fi>
29227              Date: Fri, 14 Apr 2006 11:56:44 +0300 (EEST)
29228      Branch: perl
29229            ! perlio.c
29230 ____________________________________________________________________________
29231 [ 27797] By: stevep                                on 2006/04/14  11:26:59
29232         Log: Reverting change #27791 which may cause corruption addition corruption
29233              within a regular expression.
29234      Branch: perl
29235            ! regexec.c
29236 ____________________________________________________________________________
29237 [ 27796] By: rgs                                   on 2006/04/14  08:42:27
29238         Log: Fix implementation of threads->_handle on unixes.
29239              See :
29240              Subject: RE: [PATCH] 2nd patch to sync blead 'threads' with CPAN [REPOST]
29241              From: "Jerry D. Hedden" <jerry@hedden.us>
29242              Date: Tue, 04 Apr 2006 09:25:20 -0700
29243              Message-ID: <20060404092520.fb30e530d17747c2b054d625b8945d88.4a8a6b16c9.wbe@email.email.secureserver.net>
29244      Branch: perl
29245            ! ext/threads/threads.xs
29246 ____________________________________________________________________________
29247 [ 27795] By: nicholas                              on 2006/04/13  21:59:52
29248         Log: (Hopefully) fix coredumps in ByteLoader, which were a side effect of
29249              fixing a bug in B, and non-robust autogenerated code. When
29250              autogenerating initialiser statements for an array, it's a bad plan to
29251              have the size of that array hard coded.
29252      Branch: perl
29253            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
29254 ____________________________________________________________________________
29255 [ 27794] By: davem                                 on 2006/04/13  18:31:54
29256         Log: eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_ganch PL_reg_sv
29257              (only another 434 to go ...)
29258      Branch: perl
29259            ! embed.fnc proto.h regexec.c regexp.h sv.c
29260 ____________________________________________________________________________
29261 [ 27793] By: davem                                 on 2006/04/13  17:16:41
29262         Log: disable 'split /(?{ split "" })/' test until recursive split is fixed
29263      Branch: perl
29264            ! t/op/pat.t
29265 ____________________________________________________________________________
29266 [ 27792] By: nicholas                              on 2006/04/13  16:14:23
29267         Log: Remove SAVEt_FREESHAREDPV, as nothing is using it, and it isn't catered
29268              for in Perl_ss_dup, hence nothing is testing it and nothing will alert
29269              us if it breaks.
29270      Branch: perl
29271            ! scope.c scope.h
29272 ____________________________________________________________________________
29273 [ 27791] By: stevep                                on 2006/04/13  15:08:04
29274         Log: Add another NULL check thanks to Coverity.
29275      Branch: perl
29276            ! regexec.c
29277 ____________________________________________________________________________
29278 [ 27790] By: nicholas                              on 2006/04/13  14:14:57
29279         Log: For duping SAVEHINTS it rather helps if you pay attention to what is
29280              actually being pushed onto the save stack.
29281      Branch: perl
29282            ! sv.c
29283 ____________________________________________________________________________
29284 [ 27789] By: nicholas                              on 2006/04/13  13:53:55
29285         Log: Subject: [PATCH] regexec.c: (Coverity) add NULL check
29286              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
29287              Message-Id: <200604131252.k3DCqFUL497781@kosh.hut.fi>
29288              Date: Thu, 13 Apr 2006 15:52:15 +0300 (EEST)
29289      Branch: perl
29290            ! regexec.c
29291 ____________________________________________________________________________
29292 [ 27788] By: nicholas                              on 2006/04/13  13:28:50
29293         Log: Subject: [PATCH] regexec.c: (Coverity) move NULL check even earlier
29294              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
29295              Message-Id: <200604131239.k3DCdXhe124107@kosh.hut.fi>
29296              Date: Thu, 13 Apr 2006 15:39:33 +0300 (EEST)
29297      Branch: perl
29298            ! regexec.c
29299 ____________________________________________________________________________
29300 [ 27787] By: nicholas                              on 2006/04/13  13:02:30
29301         Log: Add a break; to the end of the SAVEt_COP_WARNINGS case, and don't try
29302              to dereference cop_hints if it's NULL.
29303      Branch: perl
29304            ! sv.c
29305 ____________________________________________________________________________
29306 [ 27786] By: nicholas                              on 2006/04/13  12:40:24
29307         Log: Fix B and ByteLoader to cope with cop_warnings no longer being an SV.
29308      Branch: perl
29309            ! bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
29310            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
29311 ____________________________________________________________________________
29312 [ 27785] By: nicholas                              on 2006/04/13  10:46:32
29313         Log: Add SAVEt_COP_WARNINGS to ss_dup.
29314      Branch: perl
29315            ! sv.c
29316 ____________________________________________________________________________
29317 [ 27784] By: nicholas                              on 2006/04/13  10:09:20
29318         Log: Subject: Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield()
29319              From: Steve Hay <steve.hay@uk.radan.com>
29320              Message-ID: <443E1998.9090909@uk.radan.com>
29321              Date: Thu, 13 Apr 2006 10:27:52 +0100
29322      Branch: perl
29323            ! embed.fnc mg.c perl.c pp_ctl.c proto.h util.c
29324 ____________________________________________________________________________
29325 [ 27783] By: davem                                 on 2006/04/13  02:20:33
29326         Log: eliminate PL_reg_re
29327              (only another 439 to go ...)
29328      Branch: perl
29329            ! embed.fnc embed.h pod/perlintern.pod proto.h regcomp.c
29330            ! regexec.c regexp.h sv.c
29331 ____________________________________________________________________________
29332 [ 27782] By: davem                                 on 2006/04/12  23:51:57
29333         Log: Subject: [perl #38906] Regex engine does not release MINMOD
29334              From: "Animator via RT" <perlbug-followup@perl.org>
29335              Message-ID: <rt-3.0.11-38906-132222.3.24032491323436@perl.org>
29336              Date: Wed, 12 Apr 2006 15:27:41 -0700
29337              
29338              zero-length minimum matches that failed could leak into a following
29339              maximal match
29340      Branch: perl
29341            ! regexec.c t/op/re_tests
29342 ____________________________________________________________________________
29343 [ 27781] By: nicholas                              on 2006/04/12  23:17:18
29344         Log: D'oh! Don't try to do #ifdefs inside "functions" that are actually
29345              macros.
29346      Branch: perl
29347            ! hv.c
29348 ____________________________________________________________________________
29349 [ 27780] By: nicholas                              on 2006/04/12  22:49:58
29350         Log: Add tests for all the other types that %^H serialisation is supposed
29351              to support. In the process, found and corrected a bug.
29352              Tests are good, m'kay.
29353      Branch: perl
29354            ! hv.c t/op/caller.t
29355 ____________________________________________________________________________
29356 [ 27779] By: nicholas                              on 2006/04/12  22:45:12
29357         Log: Change cop_warnings from an SV holding the warnings bitmask to a
29358              directly (shared) malloc()ed buffer holding the warnings bitmask.
29359              This avoids bugs/crashes when the interpreter that created an optree
29360              is freed but the optree remains in use by other interpreters.
29361      Branch: perl
29362            ! cop.h embed.fnc embed.h mg.c op.c perl.c pp_ctl.c proto.h
29363            ! scope.c scope.h sv.c util.c warnings.h warnings.pl
29364 ____________________________________________________________________________
29365 [ 27778] By: davem                                 on 2006/04/12  22:43:03
29366         Log: Remove the final recursion path from S_regmatch:  (??{...})
29367              Also put PUSH/POP_STATE infastructure in place
29368              Also eliminate PL_reg_call_cc
29369              (only another 440 global vars to go ...)
29370      Branch: perl
29371            ! regexec.c regexp.h sv.c
29372 ____________________________________________________________________________
29373 [ 27777] By: nicholas                              on 2006/04/12  16:18:30
29374         Log: Test that we can do embedded 0 bytes in hints.
29375      Branch: perl
29376            ! t/op/caller.t
29377 ____________________________________________________________________________
29378 [ 27776] By: nicholas                              on 2006/04/12  16:01:08
29379         Log: Store cop_hints as a shared structure without using any SVs (on
29380              ithreads).
29381      Branch: perl
29382            ! hv.c hv.h
29383 ____________________________________________________________________________
29384 [ 27775] By: nicholas                              on 2006/04/12  14:14:50
29385         Log: Remove Perl_refcounted_he_copy and Perl_refcounted_he_dup.
29386      Branch: perl
29387            ! embed.fnc embed.h hv.c proto.h
29388 ____________________________________________________________________________
29389 [ 27774] By: nicholas                              on 2006/04/12  12:31:29
29390         Log: Newxz() can use calloc() rather than malloc(), as the implementation
29391              of calloc() may know that it has fresh pages from the OS, and so
29392              doesn't need to zero them itself. Plus our object code should be
29393              slightly smaller.
29394      Branch: perl
29395            ! handy.h
29396 ____________________________________________________________________________
29397 [ 27773] By: nicholas                              on 2006/04/12  12:01:38
29398         Log: As OPs are shared between threads, they should be using
29399              PerlMemShared_*alloc functions, rather than per-thread *alloc()s.
29400      Branch: perl
29401            ! op.c op.h
29402 ____________________________________________________________________________
29403 [ 27772] By: nicholas                              on 2006/04/11  22:17:25
29404         Log: Subject: [PATCH] regexec.c: move NULL check earlier to make Coverity happier
29405              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
29406              Message-Id: <200604112004.k3BK4mV3097400@kosh.hut.fi>
29407              Date: Tue, 11 Apr 2006 23:04:48 +0300 (EEST)
29408      Branch: perl
29409            ! regexec.c
29410 ____________________________________________________________________________
29411 [ 27771] By: nicholas                              on 2006/04/11  21:53:33
29412         Log: Subject: [PATCH] regcomp.c (try II): use &PL_sv_undef for listsv as suggested by Nick
29413              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
29414              Message-Id: <200604112053.k3BKrPgk310001@kosh.hut.fi>
29415              Date: Tue, 11 Apr 2006 23:53:25 +0300 (EEST)
29416      Branch: perl
29417            ! regcomp.c
29418 ____________________________________________________________________________
29419 [ 27770] By: nicholas                              on 2006/04/11  21:03:48
29420         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
29421              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
29422              Message-Id: <200604112039.k3BKdWix334525@kosh.hut.fi>
29423              Date: Tue, 11 Apr 2006 23:39:32 +0300 (EEST)
29424      Branch: perl
29425            ! perlio.c
29426 ____________________________________________________________________________
29427 [ 27769] By: nicholas                              on 2006/04/11  19:47:15
29428         Log: Subject: [PATCH] locale.c: more Safefree() (Coverity finding)
29429              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
29430              Message-Id: <200604111908.k3BJ8ewn030950@kosh.hut.fi>
29431              Date: Tue, 11 Apr 2006 22:08:40 +0300 (EEST)
29432      Branch: perl
29433            ! locale.c
29434 ____________________________________________________________________________
29435 [ 27768] By: nicholas                              on 2006/04/11  19:26:48
29436         Log: First stab at using the pad to store the serialised hints data.
29437              This approach is almost certainly not only wrong, but also doomed.
29438              But it's needed to build a correct solution.
29439      Branch: perl
29440            ! hv.c hv.h op.c pp_ctl.c scope.h sv.c
29441 ____________________________________________________________________________
29442 [ 27767] By: nicholas                              on 2006/04/11  18:06:30
29443         Log: Within Perl_newSVhek, inline most of newSVpvn_share(), because
29444              share_hek_hek() is far more efficient than sharepvn().
29445      Branch: perl
29446            ! sv.c
29447 ____________________________________________________________________________
29448 [ 27766] By: nicholas                              on 2006/04/11  16:17:13
29449         Log: Stop Perl_newSVpvn_share() potentially leaking the return result from
29450              bytes_from_utf8().
29451      Branch: perl
29452            ! sv.c
29453 ____________________________________________________________________________
29454 [ 27764] By: nicholas                              on 2006/04/11  13:47:05
29455         Log: Need to migrate the refcounted_he structure to be properly shared.
29456              Add a mutex for manipulated their reference counts.
29457              Unwrap the structure, so that for ithreads it can store SVs in pads.
29458      Branch: perl
29459            ! dosish.h embedvar.h hv.c hv.h perl.c perlapi.h perlvars.h
29460            ! symbian/symbianish.h unixish.h vms/vmsish.h win32/win32.c
29461            ! wince/wince.c
29462 ____________________________________________________________________________
29463 [ 27763] By: rgs                                   on 2006/04/11  07:54:23
29464         Log: Subject: [PATCH] Quiet a coverity problem
29465              From: andy@petdance.com (Andy Lester)
29466              Date: Mon, 10 Apr 2006 23:51:50 -0500
29467              Message-ID: <20060411045150.GA1422@petdance.com>
29468      Branch: perl
29469            ! pp.c
29470 ____________________________________________________________________________
29471 [ 27762] By: nicholas                              on 2006/04/10  19:55:49
29472         Log: All S_dumpuntil()'s regnode pointer arguments can be const.
29473      Branch: perl
29474            ! embed.fnc proto.h regcomp.c
29475 ____________________________________________________________________________
29476 [ 27761] By: nicholas                              on 2006/04/10  17:48:04
29477         Log: Perl_unsharepvn() was no longer being used in core, and changes to
29478              S_unshare_hek_or_pvn() had broken it. Now fixed and tested.
29479      Branch: perl
29480            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
29481 ____________________________________________________________________________
29482 [ 27760] By: merijn                                on 2006/04/10  16:35:30
29483         Log: config_H being the last part of my mkglossary work
29484      Branch: perl
29485            ! Porting/config_H
29486 ____________________________________________________________________________
29487 [ 27758] By: merijn                                on 2006/04/10  16:14:32
29488         Log: Regeneration of Glossary and the underlying tools.
29489      Branch: perl
29490            ! Porting/Glossary Porting/config.sh
29491 ____________________________________________________________________________
29492 [ 27757] By: rgs                                   on 2006/04/10  15:46:27
29493         Log: Subject: [PATCH] Fix coverity warning in utf8.c
29494              From: Andy Dougherty <doughera@lafayette.edu>
29495              Date: Mon, 10 Apr 2006 11:18:35 -0400 (EDT)
29496              Message-ID: <Pine.SOC.4.62.0604101117450.22851@maxwell.phys.lafayette.edu>
29497      Branch: perl
29498            ! utf8.c
29499 ____________________________________________________________________________
29500 [ 27756] By: nicholas                              on 2006/04/10  12:21:34
29501         Log: Subject: [PATCH] pp_sys.c: some Coverity findings: NULL guards for format cv
29502              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
29503              Message-Id: <20060408155541.46B796D08C@ugli.hut.fi>
29504              Date: Sat,  8 Apr 2006 18:55:41 +0300 (EEST)
29505      Branch: perl
29506            ! pp_sys.c t/op/write.t
29507 ____________________________________________________________________________
29508 [ 27755] By: nicholas                              on 2006/04/10  11:56:21
29509         Log: Subject: [PATCH] pp_sys.c: some Coverity findings: NULL guards for io pointers
29510              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
29511              Message-Id: <20060408155232.4C9726D08C@ugli.hut.fi>
29512              Date: Sat,  8 Apr 2006 18:52:32 +0300 (EEST)
29513      Branch: perl
29514            ! pp_sys.c
29515 ____________________________________________________________________________
29516 [ 27754] By: nicholas                              on 2006/04/10  11:12:26
29517         Log: Subject: [PATCH]es: quiet some warnings (with a free AIX cpp insanity avoidance tip)
29518              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
29519              Message-ID: <44375F23.6030900@gmail.com>
29520              Date: Sat, 08 Apr 2006 09:58:43 +0300
29521      Branch: perl
29522            ! op.c pad.h pp_sys.c
29523 ____________________________________________________________________________
29524 [ 27753] By: davem                                 on 2006/04/10  09:10:37
29525         Log: Subject:  [PATCH] True consting goodness in regexes
29526              From:  andy@petdance.com (Andy Lester)
29527              Date:  Mon, 10 Apr 2006 02:15:58 -0500
29528              Message-Id:  <20060410071558.GA24756@petdance.com>
29529      Branch: perl
29530            ! embed.fnc proto.h regcomp.c regexec.c
29531 ____________________________________________________________________________
29532 [ 27752] By: nicholas                              on 2006/04/09  21:07:48
29533         Log: Fix pointer error in change 27741, spotted by John E. Malmberg.
29534      Branch: perl
29535            ! sv.c
29536 ____________________________________________________________________________
29537 [ 27751] By: stevep                                on 2006/04/09  19:28:35
29538         Log: Subject: Re: [PATCH] perlio.c: Coverity finding: finding false (Coverity notable to follow vtable logic) but adding an assert
29539              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
29540              Date: Sun, 09 Apr 2006 10:18:52 +0300
29541              Message-ID: <4438B55C.9010604@gmail.com>
29542      Branch: perl
29543            ! perlio.c
29544 ____________________________________________________________________________
29545 [ 27750] By: stevep                                on 2006/04/09  18:55:07
29546         Log: Subject: Re: [PATCH] locale.c: Coverity finding
29547              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
29548              Date: Sun, 09 Apr 2006 10:31:32 +0300
29549              Message-ID: <4438B854.6040301@gmail.com>
29550      Branch: perl
29551            ! locale.c
29552 ____________________________________________________________________________
29553 [ 27749] By: stevep                                on 2006/04/09  18:44:17
29554         Log: Subject: [PATCH] Rename variables in some mg_* funcs
29555              From: andy@petdance.com (Andy Lester)
29556              Date: Sun, 9 Apr 2006 00:20:12 -0500
29557              Message-ID: <20060409052012.GA15887@petdance.com>
29558      Branch: perl
29559            ! mg.c
29560 ____________________________________________________________________________
29561 [ 27746] By: davem                                 on 2006/04/08  23:58:51
29562         Log: fix potential null deref introduced by change #27716
29563      Branch: perl
29564            ! regexec.c
29565 ____________________________________________________________________________
29566 [ 27745] By: nicholas                              on 2006/04/08  22:37:29
29567         Log: Subject: [PATCH] perlio.c: Coverity finding: finding false (Coverity not able to follow vtable logic) but adding an assert
29568              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
29569              Message-Id: <20060408161136.CEAC86D08C@ugli.hut.fi>
29570              Date: Sat,  8 Apr 2006 19:11:36 +0300 (EEST)
29571      Branch: perl
29572            ! perlio.c
29573 ____________________________________________________________________________
29574 [ 27744] By: nicholas                              on 2006/04/08  22:23:26
29575         Log: Subject: [PATCH] sv.c, rs.t, perlvar.pod (Coverity finding: did you know what happens with $/=\0?)
29576              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
29577              Message-Id: <20060408152533.C4D5F6D08C@ugli.hut.fi>
29578              Date: Sat,  8 Apr 2006 18:25:33 +0300 (EEST)
29579              
29580              (although I should add that this version of Coverity is actually
29581              raising a false positive here, albeit something still interesting)
29582      Branch: perl
29583            ! pod/perlvar.pod sv.c t/base/rs.t
29584 ____________________________________________________________________________
29585 [ 27741] By: nicholas                              on 2006/04/08  15:14:13
29586         Log: As av_dup, gv_dup and hv_dup are the same as sv_dup, code in various
29587              branches of Perl_ss_dup() is actually duplicated, so can be merged.
29588      Branch: perl
29589            ! sv.c
29590 ____________________________________________________________________________
29591 [ 27740] By: nicholas                              on 2006/04/08  14:46:53
29592         Log: By swapping the order of pushes onto the save stack for
29593              SAVEt_GENERIC_PVREF, we can merge it with SAVEt_PPTR in Perl_ss_dup().
29594      Branch: perl
29595            ! scope.c sv.c
29596 ____________________________________________________________________________
29597 [ 27739] By: nicholas                              on 2006/04/08  13:43:46
29598         Log: Teach ss_dup about SAVEt_RE_STATE. (As correctly as it ever was before)
29599      Branch: perl
29600            ! sv.c
29601 ____________________________________________________________________________
29602 [ 27738] By: nicholas                              on 2006/04/08  12:50:13
29603         Log: ss_dup of SAVEt_COP_ARYBASE can use the same code as SAVEt_I8.
29604      Branch: perl
29605            ! sv.c
29606 ____________________________________________________________________________
29607 [ 27737] By: nicholas                              on 2006/04/07  21:24:35
29608         Log: Give more information in the panic in ss_dup. (Although I'm not sure
29609              if croak() works at this point, given PerlIO's dependency on a
29610              functional interpreter.)
29611      Branch: perl
29612            ! sv.c
29613 ____________________________________________________________________________
29614 [ 27736] By: gisle                                 on 2006/04/07  16:08:26
29615         Log: Make perl_fini() run when compiling perl with
29616              the Sun WorkShop compiler.
29617      Branch: perl
29618            ! perl.c
29619 ____________________________________________________________________________
29620 [ 27735] By: steveh                                on 2006/04/07  14:55:41
29621         Log: Patch from Jarkko to fix breakage caused by change #27649
29622              see: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00144.html
29623      Branch: perl
29624            ! malloc.c perl.h
29625 ____________________________________________________________________________
29626 [ 27734] By: nicholas                              on 2006/04/07  12:49:11
29627         Log: Oops. Being too terse for my own good - it's not a great idea to chain
29628              assignment of char * to struct pmop *, even when the value is NULL.
29629      Branch: perl
29630            ! perl.c
29631 ____________________________________________________________________________
29632 [ 27733] By: craigb                                on 2006/04/07  02:53:52
29633         Log: Subject: [patch@27694] VMS RMSEXPAND/PERL_CANDO fixes
29634              From: "John E. Malmberg" <wb8tyw@qsl.net>
29635              Date: Mon, 03 Apr 2006 07:39:10 -0400
29636              Message-id: <4431095E.8030003@qsl.net>
29637      Branch: perl
29638            ! vms/vms.c vms/vmsish.h
29639 ____________________________________________________________________________
29640 [ 27732] By: nicholas                              on 2006/04/06  15:52:37
29641         Log: Move all the regexp state variables into a single structure.
29642              This allows it to be saved, restored and cloned with a single Copy()
29643              (but inevitably still some fixup)
29644      Branch: perl
29645            ! embedvar.h perl.c perlapi.h regcomp.c regexp.h scope.c sv.c
29646            ! thrdvar.h
29647 ____________________________________________________________________________
29648 [ 27731] By: steveh                                on 2006/04/06  14:55:40
29649         Log: Subject: Re: Smoke [5.9.4] 27728 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
29650              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
29651              Date: Thu, 6 Apr 2006 14:32:50 +0200
29652              Message-ID: <20060406143250.5a7de4b8@grubert.mandriva.com>
29653      Branch: perl
29654            ! mg.c
29655 ____________________________________________________________________________
29656 [ 27729] By: steveh                                on 2006/04/06  12:16:53
29657         Log: Fix skip count in ext\B\t\lint.t
29658      Branch: perl
29659            ! ext/B/t/lint.t
29660 ____________________________________________________________________________
29661 [ 27728] By: nicholas                              on 2006/04/05  21:40:11
29662         Log: Save the regexp engine state as 1 block on the save stack.
29663      Branch: perl
29664            ! regcomp.c regexp.h scope.c scope.h
29665 ____________________________________________________________________________
29666 [ 27727] By: rgs                                   on 2006/04/05  20:59:53
29667         Log: Subject: Re: expr foreach (...) isn't a B::Lint warning anymore
29668              From: "Joshua ben Jore" <twists@gmail.com>
29669              Date: Wed, 5 Apr 2006 01:11:11 -0500
29670              Message-ID: <dc5c751d0604042311v354547aanf482b3259e56ebb8@mail.gmail.com>
29671      Branch: perl
29672            ! ext/B/B/Lint.pm ext/B/t/lint.t
29673 ____________________________________________________________________________
29674 [ 27726] By: nicholas                              on 2006/04/05  20:19:34
29675         Log: Perl_save_alloc can use the new(er) SSGROW rather than looping.
29676      Branch: perl
29677            ! scope.c
29678 ____________________________________________________________________________
29679 [ 27725] By: rgs                                   on 2006/04/05  19:45:42
29680         Log: Assigning undef to an entry in %ENV shouldn't produce warnings, even
29681              though it's silently converted to ""
29682      Branch: perl
29683            ! mg.c t/lib/warnings/mg
29684 ____________________________________________________________________________
29685 [ 27724] By: stevep                                on 2006/04/05  16:15:41
29686         Log: Try not to use negative values when accessing arrays in C.  Yet another
29687              Coverity catch.
29688      Branch: perl
29689            ! util.c
29690 ____________________________________________________________________________
29691 [ 27723] By: stevep                                on 2006/04/05  15:31:18
29692         Log: Initializing variables is good.  This is another Coverity catch.
29693      Branch: perl
29694            ! gv.c
29695 ____________________________________________________________________________
29696 [ 27722] By: rgs                                   on 2006/04/05  14:44:11
29697         Log: Subject: perlio.c breaks on Solaris/gcc when > 256 FDs are available
29698              From: Alan Burlison <Alan.Burlison@sun.com>
29699              Date: Wed, 05 Apr 2006 15:52:14 +0100
29700              Message-ID: <4433D99E.40800@sun.com>
29701      Branch: perl
29702            ! perlio.c
29703 ____________________________________________________________________________
29704 [ 27721] By: rgs                                   on 2006/04/05  12:56:10
29705         Log: There should be only one META.yml file
29706      Branch: perl
29707            - ext/Devel/PPPort/META.yml ext/Encode/META.yml
29708            ! MANIFEST
29709 ____________________________________________________________________________
29710 [ 27720] By: rgs                                   on 2006/04/05  12:19:11
29711         Log: Fix test portability on non-ASCII platforms
29712              
29713              Subject: Re: lib/ExtUtils/t/Constant.t problem on z/OS
29714              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
29715              Date: Wed, 05 Apr 2006 21:13:02 +0900
29716              Message-Id: <20060405210426.F99D.BQW10602@nifty.com>
29717      Branch: perl
29718            ! lib/ExtUtils/t/Constant.t
29719 ____________________________________________________________________________
29720 [ 27719] By: stevep                                on 2006/04/05  11:49:23
29721         Log: Document the functions htmlify() and anchorify() in Pod::Html.
29722      Branch: perl
29723            ! lib/Pod/Html.pm
29724 ____________________________________________________________________________
29725 [ 27718] By: steveh                                on 2006/04/05  10:35:58
29726         Log: Simplify tests for fork() capabilities
29727              
29728              Jarkko pointed out that change #27710 was causing some
29729              black smoke so makes the tests for fork() simpler, as
29730              per lib\Test\Simple\t\fork.t for now. (Ideally we want
29731              a $Config{d_pseudofork}, as suggested by Andy Dougherty,
29732              but that'll have to wait until I get some more tuits.)
29733      Branch: perl
29734            ! ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_sock.t
29735 ____________________________________________________________________________
29736 [ 27717] By: davem                                 on 2006/04/05  03:17:50
29737         Log: (??{...}) didn't always restore PL_reg_re.
29738              Also trie debugging output was using a var that was no longer
29739              valid
29740      Branch: perl
29741            ! regexec.c
29742 ____________________________________________________________________________
29743 [ 27716] By: davem                                 on 2006/04/05  01:50:33
29744         Log: eliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdata
29745              (only another 441 global vars to go ...)
29746      Branch: perl
29747            ! embed.fnc embed.h embedvar.h perlapi.h proto.h regcomp.c
29748            ! regexec.c sv.c thrdvar.h
29749 ____________________________________________________________________________
29750 [ 27715] By: davem                                 on 2006/04/05  01:26:59
29751         Log: restructure the EVAL branch of regmatch() to minimise local var scope
29752              (no changes to functionality)
29753      Branch: perl
29754            ! regexec.c
29755 ____________________________________________________________________________
29756 [ 27714] By: rgs                                   on 2006/04/04  15:15:19
29757         Log: Subject: Re: Making IO::Socket pass test on Win32
29758              From: Jim Cromie <jim.cromie@gmail.com>
29759              Date: Tue, 04 Apr 2006 11:07:03 -0400
29760              Message-ID: <44328B97.2060903@gmail.com>
29761      Branch: perl
29762            ! ext/B/t/concise-xs.t
29763 ____________________________________________________________________________
29764 [ 27713] By: rgs                                   on 2006/04/04  12:42:44
29765         Log: FEATURE_IS_ENABLED takes only one parameter now, so reflect that in
29766              perl_keyword.pl
29767      Branch: perl
29768            ! perl_keyword.pl
29769 ____________________________________________________________________________
29770 [ 27712] By: rgs                                   on 2006/04/04  11:42:05
29771         Log: Subject: [PATCH] threads.pm should overload != operator
29772              From: "Jan Dubois" <jand@ActiveState.com>
29773              Date: Mon, 3 Apr 2006 18:06:24 -0700
29774              Message-ID: <02fc01c65783$fe4820f0$2217a8c0@candy>
29775      Branch: perl
29776            ! ext/threads/t/basic.t ext/threads/threads.pm
29777 ____________________________________________________________________________
29778 [ 27711] By: rgs                                   on 2006/04/04  11:14:27
29779         Log: Fix syntax error in io_pipe test
29780      Branch: perl
29781            ! ext/IO/t/io_pipe.t
29782 ____________________________________________________________________________
29783 [ 27710] By: steveh                                on 2006/04/04  10:34:10
29784         Log: Subject: Re: Making IO::Socket pass test on Win32
29785              From: demerphq <demerphq@gmail.com>
29786              Date: Sun, 2 Apr 2006 11:07:19 +0200
29787              Message-ID: <9b18b3110604020107o6a0b594cwfc2344a172c360b0@mail.gmail.com>
29788              
29789              plus extra $Config{d_fork} changes to io_pipe.t and io_multihomed.t
29790      Branch: perl
29791            ! ext/IO/lib/IO/Socket.pm ext/IO/t/io_multihomed.t
29792            ! ext/IO/t/io_pipe.t ext/IO/t/io_sock.t ext/IO/t/io_unix.t
29793 ____________________________________________________________________________
29794 [ 27709] By: rgs                                   on 2006/04/04  08:54:05
29795         Log: Subject: [PATCH] Move conditional SOCKS5 code into #ifdefs
29796              From: andy@petdance.com (Andy Lester)
29797              Date: Mon, 3 Apr 2006 08:28:18 -0500
29798              Message-ID: <20060403132818.GA7820@petdance.com>
29799      Branch: perl
29800            ! perlio.c
29801 ____________________________________________________________________________
29802 [ 27708] By: gisle                                 on 2006/04/04  08:36:02
29803         Log: Change 27592 disabled the building of manpages for non core-extensions
29804              The init_MAN3PODS method need to be called when no INSTALLMAN3DIR is
29805              present in the first place.
29806      Branch: perl
29807            ! lib/ExtUtils/MM_Unix.pm
29808 ____________________________________________________________________________
29809 [ 27707] By: rgs                                   on 2006/04/04  07:39:59
29810         Log: Subject: [PATCH] "smart match" description in overload.pm is in the middle of "fallback" section
29811              From: "Jan Dubois" <jand@ActiveState.com>
29812              Date: Mon, 3 Apr 2006 18:11:55 -0700
29813              Message-ID: <02fd01c65784$c3f3c430$2217a8c0@candy>
29814      Branch: perl
29815            ! lib/overload.pm
29816 ____________________________________________________________________________
29817 [ 27706] By: craigb                                on 2006/04/04  03:12:34
29818         Log: sort out some utime() issues on VMS
29819      Branch: perl
29820            ! vms/perlvms.pod vms/vms.c
29821 ____________________________________________________________________________
29822 [ 27705] By: rgs                                   on 2006/04/03  16:21:57
29823         Log: Subject: [PATCH] 2nd patch to sync blead 'threads' with CPAN [REPOST]
29824              From: "Jerry D. Hedden" <jerry@hedden.us>
29825              Date: Mon, 03 Apr 2006 06:10:35 -0700
29826              Message-ID: <20060403061035.fb30e530d17747c2b054d625b8945d88.7482c755b8.wbe@email.email.secureserver.net>
29827      Branch: perl
29828            ! ext/threads/Changes ext/threads/README ext/threads/t/basic.t
29829            ! ext/threads/t/join.t ext/threads/t/list.t
29830            ! ext/threads/t/problems.t ext/threads/t/thread.t
29831            ! ext/threads/threads.pm ext/threads/threads.xs
29832 ____________________________________________________________________________
29833 [ 27704] By: nicholas                              on 2006/04/03  11:32:44
29834         Log: Two modules in ext/ have dependencies that are post-miniperl.
29835              Encode this information in the Makefile for now.
29836      Branch: perl
29837            ! Makefile.SH
29838 ____________________________________________________________________________
29839 [ 27703] By: merijn                                on 2006/04/03  10:02:37
29840         Log: Regeneration after backports of #27447, #27484, #27485, #27488,
29841              #27489, #27490, #27491, and #27632
29842      Branch: perl
29843            ! Configure config_h.SH
29844 ____________________________________________________________________________
29845 [ 27702] By: davem                                 on 2006/04/03  09:56:29
29846         Log: undo #27700 and add a missing Safefree()
29847      Branch: perl
29848            ! regexec.c
29849 ____________________________________________________________________________
29850 [ 27701] By: rgs                                   on 2006/04/03  09:50:45
29851         Log: Subject: [PATCH] SvREFCNT_inc tweaks
29852              From: andy@petdance.com (Andy Lester)
29853              Date: Sat, 1 Apr 2006 02:01:30 -0600
29854              Message-ID: <20060401080130.GA19372@petdance.com>
29855      Branch: perl
29856            ! op.c pad.c perlio.c
29857 ____________________________________________________________________________
29858 [ 27700] By: rgs                                   on 2006/04/03  09:07:20
29859         Log: Subject: [PATCH] Removed unused code in regexec.c
29860              From: andy@petdance.com (Andy Lester)
29861              Date: Mon, 3 Apr 2006 00:00:50 -0500
29862              Message-ID: <20060403050050.GA19055@petdance.com>
29863      Branch: perl
29864            ! regexec.c
29865 ____________________________________________________________________________
29866 [ 27699] By: rgs                                   on 2006/04/03  08:57:57
29867         Log: Subject: [PATCH] ext/IO/t/io_unix.t
29868              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
29869              Date: Sun, 02 Apr 2006 21:57:19 +0300
29870              Message-ID: <44301E8F.2060503@gmail.com>
29871      Branch: perl
29872            ! ext/IO/t/io_unix.t
29873 ____________________________________________________________________________
29874 [ 27698] By: rgs                                   on 2006/04/03  08:50:28
29875         Log: Subject: revisited: pow.t test failures on AIX 5.1 perl588 with -Duselongdouble
29876              From: "John L. Allen" <allen@grumman.com>
29877              Date: Thu, 30 Mar 2006 17:53:13 -0500 (EST)
29878              Message-ID: <Pine.GSO.4.53.0603301710140.24672@gateway.northropgrumman.com>
29879      Branch: perl
29880            ! pp.c
29881 ____________________________________________________________________________
29882 [ 27697] By: rgs                                   on 2006/04/03  08:30:27
29883         Log: Document that the regexp engine is not currently reentrant
29884              
29885              Subject: Re: [perl #33936] segment fault when using split() in regexp with (??{...})
29886              From: Dominic Dunlop <domo@computer.org>
29887              Date: Sun, 2 Apr 2006 21:13:59 +0200
29888              Message-Id: <AD104FE7-2BD6-49B6-A845-46458179A4B1@computer.org>
29889      Branch: perl
29890            ! pod/perlre.pod
29891 ____________________________________________________________________________
29892 [ 27696] By: rgs                                   on 2006/04/03  08:22:15
29893         Log: Take splint into account for PERL_UNUSED_ARG (patch by Jarkko)
29894      Branch: perl
29895            ! XSUB.h perl.h
29896 ____________________________________________________________________________
29897 [ 27694] By: davem                                 on 2006/04/03  01:31:12
29898         Log: anonymous unions aren't legal ANSI c
29899      Branch: perl
29900            ! regexec.c regexp.h
29901 ____________________________________________________________________________
29902 [ 27693] By: nicholas                              on 2006/04/03  00:25:45
29903         Log: The make_ext script should pass MAKE=$MAKE to submakes it invokes for
29904              extentions, as they in turn may invoke $MAKE, and should invoke the
29905              same $MAKE as at the top level, which may not be $Config{make}
29906      Branch: perl
29907            ! ext/util/make_ext
29908 ____________________________________________________________________________
29909 [ 27692] By: davem                                 on 2006/04/02  23:50:25
29910         Log: whoops, change 27691 blew away the regexec.c changes from 27688
29911      Branch: perl
29912            ! regexec.c
29913 ____________________________________________________________________________
29914 [ 27691] By: davem                                 on 2006/04/02  22:37:57
29915         Log: subsume CURCUR (current curly) struct within the main regmatch_state
29916      Branch: perl
29917            ! regexec.c regexp.h
29918 ____________________________________________________________________________
29919 [ 27690] By: rgs                                   on 2006/04/02  21:41:28
29920         Log: Subject: [PATCH] Removed unnecessary pointers checks
29921              From: andy@petdance.com (Andy Lester)
29922              Date: Sat, 1 Apr 2006 01:01:32 -0600
29923              Message-ID: <20060401070132.GA6616@petdance.com>
29924      Branch: perl
29925            ! gv.c
29926 ____________________________________________________________________________
29927 [ 27689] By: rgs                                   on 2006/04/02  21:13:16
29928         Log: Subject: [PATCH] Prevent "use sort 'stable'" from reversing the order
29929              From: Robin Houston <robin@cpan.org>
29930              Date: Sun, 2 Apr 2006 17:20:24 +0100
29931              Message-ID: <20060402162024.GA3854@rpc142.cs.man.ac.uk>
29932      Branch: perl
29933            ! lib/sort.t pp_sort.c
29934 ____________________________________________________________________________
29935 [ 27688] By: rgs                                   on 2006/04/02  20:58:59
29936         Log: Subject: Re: [perl #38293] chr(65535) should be allowed in regexes
29937              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
29938              Date: Sun, 02 Apr 2006 22:48:44 +0900
29939              Message-Id: <20060402224657.B942.BQW10602@nifty.com>
29940      Branch: perl
29941            ! doop.c op.c regcomp.c regexec.c t/op/pat.t t/op/tr.t utf8.h
29942 ____________________________________________________________________________
29943 [ 27687] By: nicholas                              on 2006/04/02  20:27:24
29944         Log: Change 27677 missed two direct accesses to op_private in COPs.
29945              I believe that all are now found, as redefining CopHINTS_get(c)
29946              to (~(c)->op_private) (with corresponding changes to CopHINTS_set()
29947              and the initialisation of PL_compiling) works.
29948      Branch: perl
29949            ! perl.h pp_ctl.c utf8.h
29950 ____________________________________________________________________________
29951 [ 27686] By: merijn                                on 2006/04/02  19:10:55
29952         Log: First stab at a more reliable Glossary. This now is (again)
29953              mostly generated. (Well, It's a repair to the existing version
29954              "based on" a generated version, which is now well sorted, but
29955              still incomplete for less obvious reasons).
29956      Branch: perl
29957            ! Porting/Glossary
29958 ____________________________________________________________________________
29959 [ 27685] By: davem                                 on 2006/04/02  18:32:32
29960         Log: make parts of struct regmatch_state unions
29961              This reduces its size from 120 to 72 bytes
29962      Branch: perl
29963            ! regexec.c regexp.h
29964 ____________________________________________________________________________
29965 [ 27681] By: nicholas                              on 2006/04/02  17:05:34
29966         Log: Better failure diagnostics from switch.t.
29967      Branch: perl
29968            ! t/op/switch.t
29969 ____________________________________________________________________________
29970 [ 27680] By: nicholas                              on 2006/04/02  16:51:53
29971         Log: Subject: Re: recent changes have some unmatching of parameters and types
29972              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
29973              Message-Id: <20060402122547.0037.BQW10602@nifty.com>
29974              Date: Sun, 02 Apr 2006 12:32:53 +0900
29975      Branch: perl
29976            ! embed.fnc pod/perlintern.pod proto.h
29977 ____________________________________________________________________________
29978 [ 27679] By: davem                                 on 2006/04/02  16:32:10
29979         Log: use slabs to allocate save state space in regmatch() 
29980      Branch: perl
29981            ! embedvar.h perl.c perl.h perlapi.h regcomp.h regexec.c
29982            ! regexp.h sv.c thrdvar.h
29983 ____________________________________________________________________________
29984 [ 27677] By: nicholas                              on 2006/04/02  11:17:58
29985         Log: Abstract all reads/writes of the hints in COPs with 2 new macros,
29986              CopHINTS_get() and CopHINTS_set().
29987      Branch: perl
29988            ! cop.h op.c pp_ctl.c utf8.c
29989 ____________________________________________________________________________
29990 [ 27676] By: nicholas                              on 2006/04/02  10:55:36
29991         Log: 'SvIOK(sv) ? SvIVX(sv) : sv_2iv(sv)' is 'SvIV(sv)' so write it as such.
29992      Branch: perl
29993            ! mg.c
29994 ____________________________________________________________________________
29995 [ 27674] By: nicholas                              on 2006/04/02  10:41:30
29996         Log: Convert ByteLoader to use CopARYBASE_set().
29997      Branch: perl
29998            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
29999 ____________________________________________________________________________
30000 [ 27671] By: nicholas                              on 2006/04/02  10:08:04
30001         Log: Abstract all the accesses to cop_arybase (apart from ByteLoader)
30002      Branch: perl
30003            ! cop.h ext/B/B.xs mg.c op.c pp.c pp_ctl.c pp_hot.c scope.c
30004            ! scope.h toke.c
30005 ____________________________________________________________________________
30006 [ 27669] By: craigb                                on 2006/04/02  01:09:38
30007         Log: fix typo in vms/gen_shrfls.pl itanium detector
30008      Branch: perl
30009            ! vms/gen_shrfls.pl
30010 ____________________________________________________________________________
30011 [ 27668] By: nicholas                              on 2006/04/01  23:34:10
30012         Log: If the passed in target rv for Perl_newSVrv() was already a reference
30013              to something, it would leak the reference count on that thing.
30014      Branch: perl
30015            ! sv.c
30016 ____________________________________________________________________________
30017 [ 27667] By: nicholas                              on 2006/04/01  23:09:34
30018         Log: Test no mypragma;
30019      Branch: perl
30020            ! t/lib/mypragma.t
30021 ____________________________________________________________________________
30022 [ 27666] By: nicholas                              on 2006/04/01  21:17:46
30023         Log: Automatically set HINT_LOCALIZE_HH whenever %^H is modified.
30024      Branch: perl
30025            ! embed.fnc embed.h hv.c lib/feature.pm lib/sort.pm mg.c op.c
30026            ! proto.h scope.c scope.h t/lib/mypragma.pm
30027 ____________________________________________________________________________
30028 [ 27665] By: nicholas                              on 2006/04/01  19:38:31
30029         Log: The call to Perl_hv_assert(aTHX_ hv) should be wrapped in a DEBUG_A().
30030      Branch: perl
30031            ! hv.c
30032 ____________________________________________________________________________
30033 [ 27664] By: nicholas                              on 2006/04/01  15:26:48
30034         Log: Test that user pragmas work inside string eval.
30035      Branch: perl
30036            ! t/lib/mypragma.t
30037 ____________________________________________________________________________
30038 [ 27663] By: nicholas                              on 2006/04/01  15:22:54
30039         Log: Add Rafael's example user pragma, and convert his demo to a test.
30040      Branch: perl
30041            + t/lib/mypragma.pm t/lib/mypragma.t
30042            ! MANIFEST
30043 ____________________________________________________________________________
30044 [ 27662] By: nicholas                              on 2006/04/01  15:21:56
30045         Log: If the comment says "(and not ours)" then it should be tested.
30046      Branch: perl
30047            ! t/op/getppid.t
30048 ____________________________________________________________________________
30049 [ 27660] By: nicholas                              on 2006/04/01  15:11:11
30050         Log: Rewrite t/op/getppid.t to remove the assumption that init has PID of 1.
30051      Branch: perl
30052            ! t/op/getppid.t
30053 ____________________________________________________________________________
30054 [ 27659] By: nicholas                              on 2006/04/01  14:31:37
30055         Log: Propagate cop_hints inside string evals. For the unthreaded case this
30056              is easy. For the threaded case it's not, because the current OP may
30057              be shared with another thread, so solve this by copying the hints
30058              chain.
30059      Branch: perl
30060            ! embed.fnc embed.h hv.c pod/perlintern.pod pp_ctl.c proto.h
30061            ! t/op/caller.t
30062 ____________________________________________________________________________
30063 [ 27657] By: nicholas                              on 2006/04/01  12:32:23
30064         Log: Inconsistencies in paramter const-ness noticed by SADAHIRO Tomoyuki.
30065      Branch: perl
30066            ! embed.fnc proto.h sv.c
30067 ____________________________________________________________________________
30068 [ 27656] By: rgs                                   on 2006/03/31  21:53:22
30069         Log: Subject: [PATCH] Re: recursion now removed from the regex engine
30070              From: Dominic Dunlop <shouldbedomo@mac.com>
30071              Date: Thu, 30 Mar 2006 10:31:55 +0200
30072              Message-Id: <C4D69F9F-FB90-4564-8C46-E51765EB0440@mac.com>
30073      Branch: perl
30074            ! t/op/pat.t
30075 ____________________________________________________________________________
30076 [ 27653] By: rgs                                   on 2006/03/31  20:02:40
30077         Log: Updated version of the grumpy comment deleted by change #27649,
30078              by Jarkko
30079      Branch: perl
30080            ! perl.h
30081 ____________________________________________________________________________
30082 [ 27652] By: merijn                                on 2006/03/31  19:36:44
30083         Log: Glossary part for #27447 (madlyh, madlyobj, madlysrc)
30084      Branch: perl
30085            ! Porting/Glossary
30086 ____________________________________________________________________________
30087 [ 27650] By: nicholas                              on 2006/03/31  19:30:09
30088         Log: Need to dup any hints HV stored on the save stack.
30089      Branch: perl
30090            ! sv.c
30091 ____________________________________________________________________________
30092 [ 27649] By: rgs                                   on 2006/03/31  16:59:53
30093         Log: Subject: [PATCH] Redo PERL_UNUSED_DECL
30094              From: andy@petdance.com (Andy Lester)
30095              Date: Fri, 31 Mar 2006 00:54:58 -0600
30096              Message-ID: <20060331065458.GA28571@petdance.com>
30097      Branch: perl
30098            ! malloc.c perl.h
30099 ____________________________________________________________________________
30100 [ 27648] By: craigb                                on 2006/03/31  16:31:28
30101         Log: Subject: [patch@27638] Enable standard stat for VMS >=8.2
30102              From: "John E. Malmberg" <wb8tyw@qsl.net>
30103              Date: Fri, 31 Mar 2006 00:39:23 -0500
30104              Message-id: <442CC08A.30409@qsl.net>
30105      Branch: perl
30106            ! configure.com vms/vms.c vms/vmsish.h
30107 ____________________________________________________________________________
30108 [ 27647] By: nicholas                              on 2006/03/31  16:22:13
30109         Log: Note future possible flexibility for Perl_magic_sethint().
30110      Branch: perl
30111            ! mg.c
30112 ____________________________________________________________________________
30113 [ 27646] By: nicholas                              on 2006/03/31  16:19:38
30114         Log: Test that entries in %^H are actually independant.
30115      Branch: perl
30116            ! t/op/caller.t
30117 ____________________________________________________________________________
30118 [ 27645] By: nicholas                              on 2006/03/31  14:10:39
30119         Log: I can't spell.
30120      Branch: perl
30121            ! op.c
30122 ____________________________________________________________________________
30123 [ 27644] By: rgs                                   on 2006/03/31  14:08:12
30124         Log: Document new magic types in perlguts. Fix a comment about sort hints.
30125      Branch: perl
30126            ! perl.h pod/perlguts.pod
30127 ____________________________________________________________________________
30128 [ 27643] By: nicholas                              on 2006/03/31  13:45:57
30129         Log: Serialise changes to %^H onto the current COP. Return the compile time
30130              state of %^H as an eleventh value from caller. This allows users to
30131              write pragmas.
30132      Branch: perl
30133            ! cop.h dump.c embed.fnc embed.h gv.c hv.c hv.h makedef.pl mg.c
30134            ! op.c perl.c perl.h pod/perlfunc.pod pod/perlintern.pod
30135            ! pp_ctl.c proto.h scope.c scope.h sv.c t/op/caller.t
30136 ____________________________________________________________________________
30137 [ 27642] By: rgs                                   on 2006/03/31  13:22:00
30138         Log: Upgrade to Time::Local 1.12_01
30139      Branch: perl
30140            ! lib/Time/Local.pm lib/Time/Local.t
30141 ____________________________________________________________________________
30142 [ 27641] By: rgs                                   on 2006/03/31  12:30:31
30143         Log: Subject: [PATCH] Random accumulated patches
30144              From: andy@petdance.com (Andy Lester)
30145              Date: Thu, 30 Mar 2006 23:42:28 -0600
30146              Message-ID: <20060331054228.GA18940@petdance.com>
30147      Branch: perl
30148            ! cop.h doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c op.c perl.c
30149            ! perl.h pp.c pp_ctl.c pp_hot.c pp_sort.c proto.h regcomp.c sv.c
30150            ! sv.h toke.c utf8.c
30151 ____________________________________________________________________________
30152 [ 27640] By: rgs                                   on 2006/03/31  12:10:57
30153         Log: Subject: [PATCH] IO::Compress::Zip
30154              From: "Paul Marquess" <paul.marquess@ntlworld.com>
30155              Date: Fri, 31 Mar 2006 09:48:36 +0100
30156              Message-ID: <005201c6549f$e7374490$2405140a@myopwv.com>
30157      Branch: perl
30158            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
30159 ____________________________________________________________________________
30160 [ 27639] By: rgs                                   on 2006/03/31  08:00:08
30161         Log: Test for fileno definedness instead of truth
30162              Don't load Config.pm, which isn't used
30163      Branch: perl
30164            ! lib/FileCache.pm
30165 ____________________________________________________________________________
30166 [ 27638] By: nicholas                              on 2006/03/30  20:55:17
30167         Log: Localising hash slices with UTF-8 encoded keys was also buggy.
30168              (See also change 27637)
30169      Branch: perl
30170            ! pp.c t/op/local.t
30171 ____________________________________________________________________________
30172 [ 27637] By: nicholas                              on 2006/03/30  20:37:03
30173         Log: Fix bug #38815 (localising keys which are UTF-8 encoded didn't delete
30174              them correctly on scope exit)
30175      Branch: perl
30176            ! pp_hot.c scope.c t/op/local.t
30177 ____________________________________________________________________________
30178 [ 27636] By: nicholas                              on 2006/03/30  18:18:27
30179         Log: Fix bug 36267 - assigning to a tied hash shouldn't change the
30180              underlying hash. (It used to, if the underlying hash had had storage
30181              allocated). This has the side effect of changing the return value from
30182              hv_store and hv_store_ent for some tied hash scenarios. But *to*
30183              something consistent (ly crazy)
30184      Branch: perl
30185            ! ext/XS/APItest/t/hash.t hv.c t/op/tie.t
30186 ____________________________________________________________________________
30187 [ 27635] By: stevep                                on 2006/03/30  12:49:28
30188         Log: Pod nit mentioned in Debian bug #358455.
30189      Branch: perl
30190            ! pod/perlsec.pod
30191 ____________________________________________________________________________
30192 [ 27634] By: gisle                                 on 2006/03/30  12:31:26
30193         Log: Populate pre-canned config.sh files with
30194              d_archlib and d_inc_version_list.
30195              Ref change 27632.
30196      Branch: perl
30197            ! configure.com symbian/config.sh win32/config.bc
30198            ! win32/config.gc win32/config.vc win32/config.vc64
30199            ! wince/config.ce
30200 ____________________________________________________________________________
30201 [ 27633] By: rgs                                   on 2006/03/30  12:15:35
30202         Log: Subject: PATCH t/op/tie.t
30203              From: Robin Barker <Robin.Barker@npl.co.uk>
30204              Date: Thu, 30 Mar 2006 13:07:47 +0100
30205              Message-ID: <533D273D4014D411AB1D00062938C4D90849C9CA@hotel.npl.ad.local>
30206      Branch: perl
30207            ! t/op/tie.t
30208 ____________________________________________________________________________
30209 [ 27632] By: gisle                                 on 2006/03/30  12:13:54
30210         Log: Introduce d_sitearch and d_inc_version_list config.sh variables.
30211              These allow me to set sitearch and sitelib to be the same without
30212              ending up with duplicate entries in @INC.
30213              
30214              Basically the same way the old d_archlib variable is used.
30215      Branch: perl
30216            ! Configure Porting/Glossary config_h.SH perl.c
30217 ____________________________________________________________________________
30218 [ 27631] By: rgs                                   on 2006/03/30  08:28:38
30219         Log: Subject: Re: New Module::Build released
30220              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
30221              Date: Wed, 29 Mar 2006 14:10:32 -0500
30222              Message-ID: <442ADBA8.4000203@thepierianspring.org>
30223      Branch: perl
30224            + lib/Module/Build/YAML.pm lib/Module/Build/t/mbyaml.t
30225            ! MANIFEST lib/ExtUtils/CBuilder.pm
30226            ! lib/ExtUtils/CBuilder/Changes
30227            ! lib/ExtUtils/CBuilder/Platform/VMS.pm lib/Module/Build.pm
30228            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
30229            ! lib/Module/Build/Changes lib/Module/Build/Platform/MacOS.pm
30230            ! lib/Module/Build/Platform/VMS.pm
30231            ! lib/Module/Build/Platform/Windows.pm
30232            ! lib/Module/Build/Platform/os2.pm
30233            ! lib/Module/Build/t/bundled/Tie/CPHash.pm
30234            ! lib/Module/Build/t/lib/DistGen.pm
30235            ! lib/Module/Build/t/metadata.t
30236 ____________________________________________________________________________
30237 [ 27630] By: rgs                                   on 2006/03/30  08:17:12
30238         Log: Subject: [PATCH] Clean up regexec.c, and remove two functions
30239              From: andy@petdance.com (Andy Lester)
30240              Date: Wed, 29 Mar 2006 10:13:36 -0600
30241              Message-ID: <20060329161336.GA12456@petdance.com>
30242      Branch: perl
30243            ! embed.fnc embed.h proto.h regexec.c
30244 ____________________________________________________________________________
30245 [ 27629] By: rgs                                   on 2006/03/29  12:30:56
30246         Log: Subject: child's processor time
30247              From: hv@crypt.org <hv@crypt.org>
30248              Date: Mar 29, 2006 2:34 PM
30249              Message-Id: <200603291234.k2TCY6r29535@zen.crypt.org>
30250      Branch: perl
30251            ! pod/perlfunc.pod
30252 ____________________________________________________________________________
30253 [ 27628] By: rgs                                   on 2006/03/29  09:26:01
30254         Log: Subject: CLONE for Tie::RefHash
30255              From: Yuval Kogman <nothingmuch@woobling.org>
30256              Date: Mon, 27 Mar 2006 15:34:07 +0200
30257              Message-ID: <20060327133407.GA16901@woobling.org>
30258              
30259              (also rename old Tie::RefHash test, so several test files
30260              are allowed.)
30261      Branch: perl
30262            + lib/Tie/RefHash/threaded.t
30263           +> lib/Tie/RefHash/refhash.t
30264            - lib/Tie/RefHash.t
30265            ! MANIFEST lib/Tie/RefHash.pm
30266 ____________________________________________________________________________
30267 [ 27627] By: rgs                                   on 2006/03/29  09:01:21
30268         Log: Subject: [PATCH] Devel::DProf consting
30269              From: andy@petdance.com (Andy Lester)
30270              Date: Sat, 25 Mar 2006 23:32:13 -0600
30271              Message-ID: <20060326053213.GA10401@petdance.com>
30272      Branch: perl
30273            ! ext/Devel/DProf/DProf.xs
30274 ____________________________________________________________________________
30275 [ 27626] By: rgs                                   on 2006/03/29  08:55:21
30276         Log: Subject: re-[PATCH] Re: [PATCH] Poison now in two different flavours!
30277              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
30278              Date: Sun, 26 Mar 2006 14:53:56 +0300
30279              Message-ID: <442680D4.3000809@gmail.com>
30280      Branch: perl
30281            ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod
30282            ! pp_ctl.c scope.c sv.c util.c
30283 ____________________________________________________________________________
30284 [ 27625] By: rgs                                   on 2006/03/29  08:42:28
30285         Log: Subject: [doc-patch] clarify -Accflags in INSTALL
30286              From: Jim Cromie <jim.cromie@gmail.com>
30287              Date: Sun, 26 Mar 2006 20:33:23 -0500
30288              Message-ID: <442740E3.8030006@gmail.com>
30289      Branch: perl
30290            ! INSTALL
30291 ____________________________________________________________________________
30292 [ 27622] By: nicholas                              on 2006/03/28  15:43:59
30293         Log: Only compile Perl_hv_assert with DEBUGGING.
30294      Branch: perl
30295            ! hv.c makedef.pl
30296 ____________________________________________________________________________
30297 [ 27621] By: nicholas                              on 2006/03/28  15:17:06
30298         Log: Having tested IPv6 support in all builtins for TCP and UDP, it all
30299              seem to work perfectly. So remove from perltodo.pod.
30300      Branch: perl
30301            ! pod/perltodo.pod
30302 ____________________________________________________________________________
30303 [ 27620] By: gisle                                 on 2006/03/28  11:18:52
30304         Log: Improved description of the tmon.out format.
30305              The / lines where undocumented.
30306      Branch: perl
30307            ! ext/Devel/DProf/DProf.pm
30308 ____________________________________________________________________________
30309 [ 27619] By: steveh                                on 2006/03/28  10:38:52
30310         Log: Subject: [PATCH lib/Term/ReadLine] Re: [cpan #17773] Bug in Term::ReadKey being trigger by a bug in Term::ReadLine
30311              From: Jonathan Stowe <jns@gellyfish.com>
30312              Date: Mon, 13 Mar 2006 16:09:44 +0000
30313              Message-Id: <1142266184.5811.141.camel@orpheus.gellyfish.com>
30314      Branch: perl
30315            ! lib/Term/ReadLine.pm
30316 ____________________________________________________________________________
30317 [ 27618] By: craigb                                on 2006/03/28  04:01:21
30318         Log: Subject: [patch@27613] VMS long file path support active.
30319              From: "John E. Malmberg" <wb8tyw@qsl.net>
30320              Date: Mon, 27 Mar 2006 08:05:33 -0500
30321              Message-id: <4427E31D.2030801@qsl.net>
30322
30323      Branch: perl
30324            ! vms/vms.c vms/vmsish.h
30325 ____________________________________________________________________________
30326 [ 27617] By: nicholas                              on 2006/03/27  21:04:58
30327         Log: Merge the cut & paste code from Perl_call_sv/Perl_fold_constants with
30328              the near identical code in pp_entertry into Perl_create_eval_scope.
30329              Move the cut & paste code from Perl_call_sv/Perl_fold_constants into
30330              Perl_delete_eval_scope.
30331      Branch: perl
30332            ! cop.h embed.fnc embed.h ext/B/t/concise-xs.t op.c perl.c
30333            ! pp_ctl.c proto.h
30334 ____________________________________________________________________________
30335 [ 27616] By: nicholas                              on 2006/03/27  20:31:52
30336         Log: It helps to actually add the files you add to MANIFEST. (Thanks Dave
30337              for spotting my mistake).
30338      Branch: perl
30339            + t/comp/fold.t
30340 ____________________________________________________________________________
30341 [ 27615] By: nicholas                              on 2006/03/27  19:25:02
30342         Log: If constant folding fails, don't fold constants, rather than reporting
30343              the error at compile time. This allows illegal constant expressions in
30344              dead code to be ignored.
30345      Branch: perl
30346            ! MANIFEST op.c pod/perldiag.pod pod/perltodo.pod
30347 ____________________________________________________________________________
30348 [ 27613] By: craigb                                on 2006/03/27  00:04:10
30349         Log: EU::MM::MM_VMS::one_liner must quote "--" argument
30350      Branch: perl
30351            ! lib/ExtUtils/MM_VMS.pm
30352 ____________________________________________________________________________
30353 [ 27612] By: nicholas                              on 2006/03/26  22:12:57
30354         Log: Replace all sv_mortalcopy(&PL_sv_no); sv_set*(...) with
30355              sv2mortal(newSV*(...)) to avoid needless upgrades to PVNV and needless
30356              allocation of a copy of "".
30357      Branch: perl
30358            ! pp_sys.c
30359 ____________________________________________________________________________
30360 [ 27611] By: craigb                                on 2006/03/26  21:58:49
30361         Log: Subject: [patch@27609] vms pool corruption fix for _NLA0:
30362              From: "John E. Malmberg" <wb8tyw@qsl.net>
30363              Date: Sun, 26 Mar 2006 14:32:30 -0500
30364              Message-id: <4426EC4E.8030801@qsl.net>
30365      Branch: perl
30366            ! vms/vms.c
30367 ____________________________________________________________________________
30368 [ 27610] By: gisle                                 on 2006/03/26  09:15:01
30369         Log: REXEC_ML is unused.
30370      Branch: perl
30371            ! regexp.h
30372 ____________________________________________________________________________
30373 [ 27609] By: gbarr                                 on 2006/03/26  02:49:11
30374         Log: Update to IO-1.23
30375      Branch: perl
30376            ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/lib/IO/Dir.pm
30377            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
30378            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
30379            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IO/t/io_multihomed.t
30380            ! ext/IO/t/io_pipe.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
30381            ! ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
30382 ____________________________________________________________________________
30383 [ 27608] By: nicholas                              on 2006/03/25  22:45:34
30384         Log: Add S_space_join_names_mortal() which joins a char** array with " "s,
30385              replacing 5 instances of the same code.
30386      Branch: perl
30387            ! embed.fnc embed.h pp_sys.c proto.h
30388 ____________________________________________________________________________
30389 [ 27607] By: nicholas                              on 2006/03/25  22:10:27
30390         Log: Silence 3 (spurious) gcc warnings about "maybe used uninitialized".
30391      Branch: perl
30392            ! regexec.c sv.c
30393 ____________________________________________________________________________
30394 [ 27603] By: davem                                 on 2006/03/25  14:57:19
30395         Log: make configpm only update Config.pm, Config_heavy.pl if changed.
30396              Should stop spurious rebuilding of extensions.
30397              Also add documentation and copyright to top of file.
30398      Branch: perl
30399            ! configpm
30400 ____________________________________________________________________________
30401 [ 27602] By: nicholas                              on 2006/03/25  14:46:09
30402         Log: PL_multiline isn't referenced, and can be removed.
30403      Branch: perl
30404            ! embedvar.h intrpvar.h perl.c perlapi.h sv.c
30405 ____________________________________________________________________________
30406 [ 27601] By: rgs                                   on 2006/03/25  13:42:38
30407         Log: Subject: [PATCH] ext/Compress/IO/Zlib/t/050interop-gzip.t
30408              From: "Paul Marquess" <paul.marquess@ntlworld.com>
30409              Date: Fri, 24 Mar 2006 16:19:05 -0000
30410              Message-ID: <001b01c64f5e$ad8284d0$6b65140a@myopwv.com>
30411      Branch: perl
30412            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
30413 ____________________________________________________________________________
30414 [ 27600] By: nicholas                              on 2006/03/25  11:35:33
30415         Log: Free the regexp state when exiting "recursion".
30416      Branch: perl
30417            ! regexec.c
30418 ____________________________________________________________________________
30419 [ 27599] By: davem                                 on 2006/03/24  23:21:52
30420         Log: remove unused PL_regcc variable
30421      Branch: perl
30422            ! embedvar.h perlapi.h regcomp.c sv.c thrdvar.h
30423 ____________________________________________________________________________
30424 [ 27598] By: davem                                 on 2006/03/24  23:05:11
30425         Log: make S_regmatch() iterative rather than recursive.
30426              Goodbye stack-bustng regexes!
30427      Branch: perl
30428            ! regexec.c
30429 ____________________________________________________________________________
30430 [ 27597] By: craigb                                on 2006/03/24  21:05:45
30431         Log: restore EU::MM test fixes from 26079, 26813, and 26919
30432              that were lost in 27590
30433      Branch: perl
30434            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/FIRST_MAKEFILE.t
30435            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
30436 ____________________________________________________________________________
30437 [ 27596] By: rgs                                   on 2006/03/24  13:51:15
30438         Log: Bump version number of ExtUtils::MM_Win32
30439      Branch: perl
30440            ! lib/ExtUtils/MM_Win32.pm
30441 ____________________________________________________________________________
30442 [ 27595] By: steveh                                on 2006/03/24  13:01:32
30443         Log: Fix broken MM_Win32.t tests following 27590
30444              
30445              Test 31 was failing because 27590 had undone part of 25627.
30446              Test 41 was failing because the change to pasthru() in MM_Win32.pm
30447              means that $self->{MAKE} now needs to be initialized.
30448      Branch: perl
30449            ! lib/ExtUtils/t/MM_Win32.t
30450 ____________________________________________________________________________
30451 [ 27594] By: rgs                                   on 2006/03/24  11:01:01
30452         Log: Subject: [PATCH] (2nd revised) 1st patch to sync blead 'threads' with CPAN
30453              From: "Jerry D. Hedden" <jerry@hedden.us>
30454              Date: Thu, 23 Mar 2006 09:19:54 -0700
30455              Message-ID: <20060323091954.fb30e530d17747c2b054d625b8945d88.884826707f.wbe@email.email.secureserver.net>
30456      Branch: perl
30457            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
30458            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
30459            ! ext/threads/t/libc.t ext/threads/t/list.t
30460            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
30461            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
30462            ! ext/threads/t/thread.t ext/threads/threads.pm
30463            ! ext/threads/threads.xs
30464 ____________________________________________________________________________
30465 [ 27593] By: craigb                                on 2006/03/23  23:19:38
30466         Log: improve thread linking options on VMS
30467      Branch: perl
30468            ! configure.com vms/descrip_mms.template
30469 ____________________________________________________________________________
30470 [ 27592] By: rgs                                   on 2006/03/23  22:13:13
30471         Log: When MAN3PODS is forced to {} in a Makefile.PL, manpages should not be
30472              built from pods. This change fixes bleadperl compilation -- trying to
30473              build manpages with miniperl causes a bootstrapping problem.
30474      Branch: perl
30475            ! lib/ExtUtils/MM_Unix.pm
30476 ____________________________________________________________________________
30477 [ 27591] By: rgs                                   on 2006/03/23  17:50:29
30478         Log: No reason to ship MakeMaker's META.yml
30479      Branch: perl
30480            - lib/ExtUtils/META.yml
30481            ! MANIFEST
30482 ____________________________________________________________________________
30483 [ 27590] By: rgs                                   on 2006/03/23  17:43:26
30484         Log: Merge changes from CPAN's EU:MM 6.30_01.
30485              The modules that have local changes have superior
30486              version numbers than the CPAN counterparts.
30487      Branch: perl
30488            + lib/ExtUtils/t/INSTALL_BASE.t lib/ExtUtils/t/make.t
30489            + lib/ExtUtils/t/revision.t
30490            - lib/ExtUtils/t/installbase.t
30491            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
30492            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
30493            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
30494            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
30495            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
30496            ! lib/ExtUtils/PATCHING lib/ExtUtils/t/Command.t
30497            ! lib/ExtUtils/t/FIRST_MAKEFILE.t lib/ExtUtils/t/MM_NW5.t
30498            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
30499            ! lib/ExtUtils/t/basic.t
30500 ____________________________________________________________________________
30501 [ 27589] By: nicholas                              on 2006/03/23  16:27:42
30502         Log: Document the values for ${^UTF8CACHE}
30503      Branch: perl
30504            ! pod/perlvar.pod
30505 ____________________________________________________________________________
30506 [ 27588] By: nicholas                              on 2006/03/23  16:25:51
30507         Log: Rejig the location of the cache assertion code in Perl_sv_pos_b2u().
30508      Branch: perl
30509            ! sv.c
30510 ____________________________________________________________________________
30511 [ 27587] By: rgs                                   on 2006/03/23  15:27:15
30512         Log: Get version numbers in line with what's in the CPAN
30513              EU::MM 6.30_01 tarball. (ExtUtils::Install has local changes,
30514              so bump its version number.)
30515      Branch: perl
30516            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
30517            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
30518            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
30519 ____________________________________________________________________________
30520 [ 27586] By: nicholas                              on 2006/03/23  14:31:28
30521         Log: Move orphaned documentation back to its functions
30522              Document the new static functions, and how the cache works.
30523      Branch: perl
30524            ! pod/perltodo.pod sv.c
30525 ____________________________________________________________________________
30526 [ 27585] By: nicholas                              on 2006/03/23  14:09:33
30527         Log: Make S_sv_pos_u2b_cached use both cache pairs.
30528      Branch: perl
30529            ! sv.c
30530 ____________________________________________________________________________
30531 [ 27584] By: nicholas                              on 2006/03/23  13:47:41
30532         Log: Use both cache entries for Perl_sv_pos_b2u().
30533      Branch: perl
30534            ! sv.c
30535 ____________________________________________________________________________
30536 [ 27583] By: nicholas                              on 2006/03/23  13:16:53
30537         Log: Complete the other 2 arms of the cache update code.
30538      Branch: perl
30539            ! sv.c
30540 ____________________________________________________________________________
30541 [ 27582] By: nicholas                              on 2006/03/23  12:44:35
30542         Log: Pass the (byte) length of the entire string into
30543              utf8_mg_pos_cache_update()
30544              Start to use the cache to store two pairs of byte/utf-8 pairs.
30545              Add the first third of the cache update code.
30546      Branch: perl
30547            ! embed.fnc embed.h proto.h sv.c
30548 ____________________________________________________________________________
30549 [ 27581] By: rgs                                   on 2006/03/23  12:30:39
30550         Log: Upgrade to Time::Local 1.12
30551      Branch: perl
30552            ! lib/Time/Local.pm lib/Time/Local.t
30553 ____________________________________________________________________________
30554 [ 27580] By: nicholas                              on 2006/03/23  11:33:48
30555         Log: Add all new static functions to embed.fnc
30556              Remove old unused static functions.
30557              Remove references to cache[2] and cache[3].
30558      Branch: perl
30559            ! embed.fnc embed.h proto.h sv.c
30560 ____________________________________________________________________________
30561 [ 27579] By: nicholas                              on 2006/03/23  11:06:52
30562         Log: Use the cache in S_sv_pos_u2b_cached() when the desired offset is
30563              between the start of the string and the cached location.
30564              Remove unneccesary else from Perl_sv_pos_b2u().
30565      Branch: perl
30566            ! sv.c
30567 ____________________________________________________________________________
30568 [ 27578] By: nicholas                              on 2006/03/23  10:42:26
30569         Log: Use the cache in S_sv_pos_u2b_cached when the sought offset is after
30570              the first cache entry.
30571      Branch: perl
30572            ! sv.c
30573 ____________________________________________________________________________
30574 [ 27577] By: rgs                                   on 2006/03/23  10:01:48
30575         Log: Further adjustement to change #27576 by Jan Dubois
30576              (this change being blead-specific, while #27576 is
30577              integrable to maint)
30578      Branch: perl
30579            ! sv.c
30580 ____________________________________________________________________________
30581 [ 27576] By: rgs                                   on 2006/03/23  09:58:22
30582         Log: Subject: RE: [PATCH, no, really!] Re: [perl #38779] NAN's on Win32
30583              From: "Jan Dubois" <jand@ActiveState.com>
30584              Date: Wed, 22 Mar 2006 22:49:11 -0800
30585              Message-ID: <060201c64e45$e4ca7020$2217a8c0@candy>
30586              
30587              Also, back out change #27567.
30588      Branch: perl
30589            ! README.win32 pp.c pp_hot.c sv.c win32/win32.h
30590 ____________________________________________________________________________
30591 [ 27575] By: nicholas                              on 2006/03/23  00:14:53
30592         Log: Call S_utf8_mg_pos_cache_update() from S_sv_pos_u2b_cached().
30593              S_utf8_mg_pos_cache_update() can't use S_sv_pos_b2u_forwards() in the
30594              cache assertion code as it triggers warnings about surrogates.
30595      Branch: perl
30596            ! sv.c
30597 ____________________________________________________________________________
30598 [ 27574] By: nicholas                              on 2006/03/22  22:49:42
30599         Log: Take advantage of uoffset >= uoffset0, to simplify some logic.
30600      Branch: perl
30601            ! sv.c
30602 ____________________________________________________________________________
30603 [ 27573] By: nicholas                              on 2006/03/22  21:19:50
30604         Log: Add S_sv_pos_u2b_midway for when we know the utf-8/bytes offsets on
30605              both sides of the desired offset, so could count either way.
30606              Use cached utf-8 length in S_sv_pos_u2b_cached.
30607              Check the results if PL_utf8cache < 0.
30608      Branch: perl
30609            ! sv.c
30610 ____________________________________________________________________________
30611 [ 27572] By: nicholas                              on 2006/03/22  20:38:20
30612         Log: Create S_sv_pos_u2b_cached, which abstracts away utf-8 to byte
30613              conversions, hiding the complexity of any cache lookup.
30614      Branch: perl
30615            ! sv.c
30616 ____________________________________________________________________________
30617 [ 27571] By: rgs                                   on 2006/03/22  20:33:56
30618         Log: Subject: Uninitialized value in Archive::Tar
30619              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
30620              Date: Mon, 20 Mar 2006 06:37:31 -0500
30621              Message-ID: <441E93FB.3050906@thepierianspring.org>
30622      Branch: perl
30623            ! lib/Archive/Tar.pm
30624 ____________________________________________________________________________
30625 [ 27570] By: nicholas                              on 2006/03/22  18:13:06
30626         Log: The simplest way to start on Perl_sv_pos_u2b seems to be to take out
30627              all of the caching code.
30628      Branch: perl
30629            ! sv.c
30630 ____________________________________________________________________________
30631 [ 27569] By: davem                                 on 2006/03/22  16:05:16
30632         Log: remove idential code branch from regmatch()
30633      Branch: perl
30634            ! regexec.c
30635 ____________________________________________________________________________
30636 [ 27568] By: stevep                                on 2006/03/22  15:59:07
30637         Log: Fix some test failures in t/op/cmp.t when compiling with the Intel
30638              C++ Compiler on Linux.
30639      Branch: perl
30640            ! hints/linux.sh
30641 ____________________________________________________________________________
30642 [ 27567] By: rgs                                   on 2006/03/22  14:27:21
30643         Log: Subject: [PATCH] Re: [perl #38779] NAN's on Win32
30644              From: Dominic Dunlop <shouldbedomo@mac.com>
30645              Date: Wed, 22 Mar 2006 15:18:33 +0100
30646              Message-Id: <E44A2151-DE7F-4C5D-8A4B-DDA0412229C2@mac.com>
30647      Branch: perl
30648            ! README.win32
30649 ____________________________________________________________________________
30650 [ 27566] By: gisle                                 on 2006/03/22  13:37:19
30651         Log: Adjust docs to reflect that DynaLoader, as of change 27549,
30652              is part of libperl.
30653      Branch: perl
30654            ! lib/ExtUtils/Embed.pm
30655 ____________________________________________________________________________
30656 [ 27565] By: stevep                                on 2006/03/22  02:18:58
30657         Log: Increase the length of content compressed as a kludge to get 
30658              around incompatibilities in OpenBSD's gzip.
30659      Branch: perl
30660            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
30661 ____________________________________________________________________________
30662 [ 27564] By: nicholas                              on 2006/03/21  22:09:51
30663         Log: (Hopefully) make VMS happy.
30664      Branch: perl
30665            ! sv.c
30666 ____________________________________________________________________________
30667 [ 27563] By: craigb                                on 2006/03/21  13:01:47
30668         Log: Subject: [patch@27529] thread.h - VMS needs more stack
30669              From: "John E. Malmberg" <wb8tyw@qsl.net>
30670              Date: Fri, 17 Mar 2006 11:05:33 -0500
30671              Message-id: <441ADE4D.2090207@qsl.net>
30672
30673      Branch: perl
30674            ! thread.h
30675 ____________________________________________________________________________
30676 [ 27562] By: gisle                                 on 2006/03/21  11:34:38
30677         Log: Upgrade to Digest-1.15
30678      Branch: perl
30679            ! lib/Digest.pm lib/Digest/Changes
30680 ____________________________________________________________________________
30681 [ 27561] By: rgs                                   on 2006/03/21  10:49:14
30682         Log: Subject: [patch@27538] utime patch for VMS
30683              From: "John E. Malmberg" <wb8tyw@qsl.net>
30684              Date: Mon, 20 Mar 2006 08:12:19 -0500
30685              Message-ID: <441EAA33.6010603@qsl.net>
30686      Branch: perl
30687            ! configure.com vms/vms.c vms/vmsish.h
30688 ____________________________________________________________________________
30689 [ 27560] By: gisle                                 on 2006/03/21  10:16:43
30690         Log: Test croak(NULL)
30691      Branch: perl
30692            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/exception.t
30693 ____________________________________________________________________________
30694 [ 27559] By: nicholas                              on 2006/03/20  19:30:48
30695         Log: Extend change 27558 - if we know the character offset of the end, but
30696              don't have a cache for intermediate offsets, we can still use the end
30697              offset.
30698      Branch: perl
30699            ! sv.c
30700 ____________________________________________________________________________
30701 [ 27558] By: nicholas                              on 2006/03/20  18:54:32
30702         Log: In Perl_sv_pos_b2u, if we know the character offset of the end, we
30703              can take advantage of this to count backwards if close.
30704              Remove some now unnecessary casts.
30705      Branch: perl
30706            ! sv.c
30707 ____________________________________________________________________________
30708 [ 27557] By: nicholas                              on 2006/03/20  18:17:39
30709         Log: Abstract the string walking functionality from Perl_sv_pos_b2u into
30710              static functions, and make it respect PL_utf8cache.
30711      Branch: perl
30712            ! sv.c
30713 ____________________________________________________________________________
30714 [ 27556] By: steveh                                on 2006/03/20  17:32:25
30715         Log: Merge some more changes from ActivePerl 5.8.8.816
30716              
30717              See (again):
30718              http://downloads.activestate.com/ActivePerl/src/5.8/AP816_diff.txt
30719              
30720              These changes improve support for the MS 64-bit compiler in
30721              win32/Makefile (and tentatively make the same changes to
30722              win32/makefile.mk), and also switches the now deprecated -Gf switch to
30723              -GF for all flavours of VC++ instead of just the latest ones.
30724              
30725              (See:
30726              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-02/msg00353.html
30727              for a comment on the s/-Gf/-GF/ change.)
30728      Branch: perl
30729            ! win32/Makefile win32/makefile.mk
30730 ____________________________________________________________________________
30731 [ 27555] By: steveh                                on 2006/03/20  17:21:15
30732         Log: Merge some changes from ActivePerl 5.8.8.816
30733              
30734              See:
30735              http://downloads.activestate.com/ActivePerl/src/5.8/AP816_diff.txt
30736              
30737              These changes provide better support for building XS extension modules
30738              using VC++ or MinGW when perl itself was built with the opposite of
30739              those two compilers.
30740      Branch: perl
30741            ! win32/config_H.gc win32/config_H.vc
30742 ____________________________________________________________________________
30743 [ 27554] By: rgs                                   on 2006/03/20  13:03:07
30744         Log: Revert part of change 27546 related to a /dev/null bug
30745              workaround on VMS, as requested by John E. Malmberg
30746      Branch: perl
30747            ! vms/vms.c
30748 ____________________________________________________________________________
30749 [ 27553] By: nicholas                              on 2006/03/20  12:37:22
30750         Log: Perl_utf8_distance can be implemented as a call to Perl_utf8_length.
30751      Branch: perl
30752            ! utf8.c
30753 ____________________________________________________________________________
30754 [ 27552] By: nicholas                              on 2006/03/20  12:13:46
30755         Log: The two loops in Perl_utf8_distance can be merged.
30756      Branch: perl
30757            ! utf8.c
30758 ____________________________________________________________________________
30759 [ 27551] By: gisle                                 on 2006/03/20  10:51:36
30760         Log: Avoid "uninitialized value" warnings during 'make test'.
30761              My system is set up with a few PATH entries I'm not allowed
30762              to access, so stat() fails for these.
30763      Branch: perl
30764            ! t/test.pl
30765 ____________________________________________________________________________
30766 [ 27550] By: gisle                                 on 2006/03/20  10:44:08
30767         Log: Also strip $ENV{PATH} dirs writable by world.
30768              The stripping was introduced in change 27364 to improve taint handling.
30769      Branch: perl
30770            ! t/test.pl
30771 ____________________________________________________________________________
30772 [ 27549] By: gisle                                 on 2006/03/20  10:21:50
30773         Log: Move DynaLoader.o into libperl.so.
30774              
30775              This avoids the need to statically link DynaLoader into the stub perl
30776              executable and make libperl.so provide all the code needed to get a
30777              functional embedded perl interpreter up running.  As a side effect
30778              this also moves DynaLoader into libperl.a for non-useshrplib builds.
30779              
30780              Fixes [perl #32539]
30781      Branch: perl
30782            ! Makefile.SH ext/DynaLoader/Makefile.PL ext/util/make_ext
30783            ! writemain.SH
30784 ____________________________________________________________________________
30785 [ 27548] By: nicholas                              on 2006/03/20  10:13:38
30786         Log: If the scalar has just been upgraded to SVt_RV, there's no way SvPVX
30787              can be non-NULL, so no need to check.
30788      Branch: perl
30789            ! pp.c
30790 ____________________________________________________________________________
30791 [ 27547] By: rgs                                   on 2006/03/20  10:11:21
30792         Log: Subject: [PATCH blead] Re: [perl #38710] localised stash slice
30793              From: Rick Delaney <rick@bort.ca>
30794              Date: Sat, 18 Mar 2006 19:52:11 -0500
30795              Message-ID: <20060319005211.GM25733@localhost.localdomain>
30796              
30797              One can now localize slices.
30798      Branch: perl
30799            ! pp.c t/op/local.t
30800 ____________________________________________________________________________
30801 [ 27546] By: rgs                                   on 2006/03/20  09:53:17
30802         Log: Subject: [patch@27538] Misc vms.c fixes for buffer sizes.
30803              From: "John E. Malmberg" <wb8tyw@qsl.net>
30804              Date: Sun, 19 Mar 2006 20:08:34 -0500
30805              Message-ID: <441E0092.2010405@qsl.net>
30806      Branch: perl
30807            ! vms/vms.c
30808 ____________________________________________________________________________
30809 [ 27545] By: steveh                                on 2006/03/20  09:34:57
30810         Log: Subject: [PATCH] win32_async_check must *always* check for pending signals
30811              From: "Jan Dubois" <jand@ActiveState.com>
30812              Date: Fri, 17 Mar 2006 12:23:01 -0800
30813              Message-ID: <00d401c64a00$96af8ae0$2217a8c0@candy>
30814      Branch: perl
30815            ! win32/win32.c
30816 ____________________________________________________________________________
30817 [ 27544] By: davem                                 on 2006/03/20  00:52:09
30818         Log: merge the TRIEF/TRIEFL and TRIE branches in regmatch(),
30819              expunge a couple of macros, and move some variable declarations
30820              inwards
30821      Branch: perl
30822            ! regexec.c
30823 ____________________________________________________________________________
30824 [ 27543] By: nicholas                              on 2006/03/19  19:26:05
30825         Log: Remove a redundant test on mg->mg_ptr. (It had to be non-NULL to get
30826              into this block).
30827      Branch: perl
30828            ! sv.c
30829 ____________________________________________________________________________
30830 [ 27542] By: stevep                                on 2006/03/19  16:38:11
30831         Log: Subject: [PATCH] Change the semantics of S_isa_lookup
30832              From: Andy Lester <andy@petdance.com>
30833              Date: Sat, 18 Mar 2006 00:28:45 -0600
30834              Message-ID: <20060318062845.GA11607@petdance.com>
30835      Branch: perl
30836            ! embed.fnc proto.h universal.c
30837 ____________________________________________________________________________
30838 [ 27541] By: stevep                                on 2006/03/19  16:32:16
30839         Log: Subject: [PATCH] a bit 'use strict' cleanliness
30840              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
30841              Date: Sun, 19 Mar 2006 13:21:37 +0200
30842              Message-ID: <441D3EC1.20902@gmail.com>
30843      Branch: perl
30844            ! lib/English.pm lib/Text/Tabs.pm lib/Tie/Hash.pm
30845            ! lib/Tie/Scalar.pm
30846 ____________________________________________________________________________
30847 [ 27540] By: stevep                                on 2006/03/19  16:24:22
30848         Log: Subject: [PATCH] Data::Dumper consting
30849              From: Andy Lester <andy@petdance.com>
30850              Date: Sun, 19 Mar 2006 01:22:04 -0600
30851              Message-ID: <20060319072204.GB5596@petdance.com>
30852      Branch: perl
30853            ! ext/Data/Dumper/Dumper.xs
30854 ____________________________________________________________________________
30855 [ 27539] By: stevep                                on 2006/03/19  16:21:29
30856         Log: Subject: [PATCH] Cleanups in op.c
30857              From: Andy Lester <andy@petdance.com>
30858              Date: Sun, 19 Mar 2006 00:30:29 -0600
30859              Message-ID: <20060319063029.GA5077@petdance.com>
30860      Branch: perl
30861            ! op.c
30862 ____________________________________________________________________________
30863 [ 27538] By: nicholas                              on 2006/03/17  22:12:27
30864         Log: Make Perl_sv_len_utf8 honour the new ${^UTF8CACHE}.
30865              If PERL_UTF8_CACHE_ASSERT is defined, default ${^UTF8CACHE} to -1
30866              (assertion mode). Need a way to turn this on with existing command
30867              line flags.
30868      Branch: perl
30869            ! intrpvar.h sv.c
30870 ____________________________________________________________________________
30871 [ 27537] By: nicholas                              on 2006/03/17  20:39:47
30872         Log: Remove a duplicated conditional test by putting everything for the
30873              not readonly case inside one block.
30874      Branch: perl
30875            ! sv.c
30876 ____________________________________________________________________________
30877 [ 27536] By: nicholas                              on 2006/03/17  19:37:41
30878         Log: Properly set/reset the UTF-8 length cache in regcomp.c.
30879      Branch: perl
30880            ! regcomp.c sv.c
30881 ____________________________________________________________________________
30882 [ 27535] By: nicholas                              on 2006/03/17  16:46:44
30883         Log: Restore a bit of change 27533 that change 27534 inadvertently unwound.
30884      Branch: perl
30885            ! regexec.c
30886 ____________________________________________________________________________
30887 [ 27534] By: davem                                 on 2006/03/17  15:58:45
30888         Log: inline, then delete, S_regrepeat_hard()
30889      Branch: perl
30890            ! embed.fnc embed.h proto.h regexec.c
30891 ____________________________________________________________________________
30892 [ 27533] By: nicholas                              on 2006/03/17  13:38:34
30893         Log: sv_find() returning false, followed by sv_magic() to add the magic,
30894              followed immediately by sv_find() to find it, is somewhat wasteful.
30895              So use sv_magicext(). (All cases are also correct w.r.t. SvREADONLY())
30896      Branch: perl
30897            ! mg.c pp_ctl.c pp_hot.c regexec.c sv.c
30898 ____________________________________________________________________________
30899 [ 27532] By: steveh                                on 2006/03/17  13:20:11
30900         Log: Make "distclean" target on Win32 clean up temporary HTML directory
30901              that gets left behind after running the "install" target.
30902              Also clean up a couple of leftover pod2html cache files.
30903      Branch: perl
30904            ! win32/Makefile win32/makefile.mk
30905 ____________________________________________________________________________
30906 [ 27531] By: rgs                                   on 2006/03/17  13:18:38
30907         Log: Upgrade to ExtUtils::CBuilder 0.17
30908      Branch: perl
30909            + lib/ExtUtils/CBuilder/Changes
30910            ! MANIFEST lib/ExtUtils/CBuilder.pm
30911            ! lib/ExtUtils/CBuilder/Base.pm
30912            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
30913            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
30914 ____________________________________________________________________________
30915 [ 27530] By: steveh                                on 2006/03/17  11:10:41
30916         Log: Install POD files into "lib\pods" rather than "lib\pod" on Win32
30917              to avoid clashing with "lib\Pod" (cf. perl change #26363)
30918              
30919              Also remove a couple of unused macros from the makefiles
30920      Branch: perl
30921            ! installperl win32/Makefile win32/makefile.mk
30922 ____________________________________________________________________________
30923 [ 27529] By: stevep                                on 2006/03/17  04:40:24
30924         Log: Subject: [PATCH] threads.xs broken under PERL_IMPLICIT_SYS; 5.8.8 regression 
30925              From: Jan Dubois <jand@ActiveState.com> 
30926              Date: Thu, 16 Mar 2006 19:34:00 -0800
30927              Message-ID: <02e601c64973$a1960cf0$6062a8c0@candy> 
30928              
30929              Also includes a version bump to ext/threads/threads.pm.
30930      Branch: perl
30931            ! ext/threads/threads.pm ext/threads/threads.xs
30932 ____________________________________________________________________________
30933 [ 27528] By: stevep                                on 2006/03/17  04:29:30
30934         Log: Subject: [PATCH] win32_pclose() error exit doesn't unlock mutex
30935              From: Jan Dubois <jand@ActiveState.com>
30936              Date: Thu, 16 Mar 2006 16:30:23 -0800
30937              Message-ID: <02c701c64959$fac63ad0$6062a8c0@candy>
30938      Branch: perl
30939            ! win32/win32.c wince/wince.c
30940 ____________________________________________________________________________
30941 [ 27527] By: stevep                                on 2006/03/17  04:19:01
30942         Log: Subject: [PATCH] win32_async_check() can loop indefinitely; 5.8.8 regression
30943              From: Jan Dubois <jand@ActiveState.com>
30944              Date: Thu, 16 Mar 2006 16:11:48 -0800
30945              Message-ID: <02ab01c64957$62142e70$6062a8c0@candy>
30946      Branch: perl
30947            ! win32/win32.c
30948 ____________________________________________________________________________
30949 [ 27526] By: davem                                 on 2006/03/17  02:57:45
30950         Log: reduce S_regrepeat_hard() callers from 3 to 1
30951      Branch: perl
30952            ! regexec.c
30953 ____________________________________________________________________________
30954 [ 27525] By: nicholas                              on 2006/03/16  23:11:11
30955         Log: Add a new per-interpeter variable PL_utf8cache, which will be used to
30956              control the UTF-8 offset caching code. Make this visible as
30957              ${^UTF8CACHE}
30958      Branch: perl
30959            ! embedvar.h gv.c intrpvar.h mg.c perlapi.h pod/perlvar.pod
30960 ____________________________________________________________________________
30961 [ 27524] By: nicholas                              on 2006/03/16  22:20:57
30962         Log: Note that it's worth looking to downsize variables in the interpreter
30963              structure.
30964      Branch: perl
30965            ! pod/perltodo.pod
30966 ____________________________________________________________________________
30967 [ 27523] By: nicholas                              on 2006/03/16  21:52:49
30968         Log: Correct the macros in the comments in hv.c. Given the improvements in
30969              compiler optimisation, and the almost irrelevance of instructions
30970              executed over cache misses, maybe we should just remove the comments
30971              by putting their code back in place of the o{ptimis,bfuscat}ed version.
30972      Branch: perl
30973            ! hv.c
30974 ____________________________________________________________________________
30975 [ 27522] By: gisle                                 on 2006/03/16  21:27:00
30976         Log: Avoid hardcoded $(OBJ_EXT)
30977      Branch: perl
30978            ! ext/DynaLoader/Makefile.PL
30979 ____________________________________________________________________________
30980 [ 27521] By: gisle                                 on 2006/03/16  21:20:46
30981         Log: Change 27520 was a bit too aggressive.  Let's keep the warning.
30982      Branch: perl
30983            ! ext/util/make_ext
30984 ____________________________________________________________________________
30985 [ 27520] By: gisle                                 on 2006/03/16  21:14:26
30986         Log: Remove unused code. No extension use Makefile.SH any more.
30987      Branch: perl
30988            ! ext/util/make_ext
30989 ____________________________________________________________________________
30990 [ 27519] By: gisle                                 on 2006/03/16  20:32:27
30991         Log: Fix up miniperl dependency.
30992              Depend on $(obj) when we use that to build miniperl.
30993      Branch: perl
30994            ! Makefile.SH
30995 ____________________________________________________________________________
30996 [ 27518] By: gisle                                 on 2006/03/16  20:24:08
30997         Log: Simplify; make perl.o included in $(obj)
30998      Branch: perl
30999            ! Makefile.SH
31000 ____________________________________________________________________________
31001 [ 27517] By: rgs                                   on 2006/03/16  16:17:38
31002         Log: Add a couple of regression tests for the untested
31003              "Bad name after %s" parsing error
31004      Branch: perl
31005            ! t/comp/parser.t
31006 ____________________________________________________________________________
31007 [ 27516] By: rgs                                   on 2006/03/16  15:19:03
31008         Log: Subject: [PATCH] Compress::Raw::Zlib, Compress::Zlib, IO::Compress::Zlib 2.000_10
31009              From: "Paul Marquess" <paul.marquess@ntlworld.com>
31010              Date: Thu, 16 Mar 2006 14:38:52 -0000
31011              Message-ID: <009401c64907$5a6ed710$4c05140a@myopwv.com>
31012      Branch: perl
31013            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
31014            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
31015            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
31016            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
31017            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
31018            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/Makefile.PL
31019            ! ext/Compress/IO/Zlib/README
31020            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
31021            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
31022            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
31023            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
31024            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
31025            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
31026            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
31027            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
31028            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
31029            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
31030            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
31031            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
31032            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
31033            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
31034            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
31035            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
31036            ! ext/Compress/IO/Zlib/t/010examples.t
31037            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
31038            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
31039            ! ext/Compress/Raw/Zlib/Zlib.xs
31040            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
31041            ! ext/Compress/Raw/Zlib/t/02zlib.t ext/Compress/Zlib/Changes
31042            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
31043            ! ext/Compress/Zlib/examples/gzcat
31044            ! ext/Compress/Zlib/examples/gzstream
31045            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
31046            ! ext/Compress/Zlib/t/14gzopen.t t/lib/compress/generic.pl
31047            ! t/lib/compress/tied.pl
31048 ____________________________________________________________________________
31049 [ 27515] By: gisle                                 on 2006/03/16  12:01:10
31050         Log: require should ignore directories found when searching @INC not just
31051              die as soon as it finds one.  It should for instance be possible to
31052              for require "File" to read the file "./File" even if there happens to
31053              be a "File" directory in perl's standard library.
31054              
31055              This fixes the RT #24404 fix in change 26373.
31056      Branch: perl
31057            ! pp_ctl.c t/comp/require.t
31058 ____________________________________________________________________________
31059 [ 27514] By: rgs                                   on 2006/03/16  08:32:28
31060         Log: Make the threads tests silent with regard to the new :unique deprecation warning
31061      Branch: perl
31062            ! ext/threads/t/problems.t
31063 ____________________________________________________________________________
31064 [ 27513] By: nicholas                              on 2006/03/15  23:02:49
31065         Log: Make the original versions of relocated paths available from
31066              %Config::Config with the prefix "raw_". Not sure if "raw_" is the
31067              best choice.
31068      Branch: perl
31069            ! configpm
31070 ____________________________________________________________________________
31071 [ 27511] By: nicholas                              on 2006/03/15  19:47:02
31072         Log: Correct the non gcc-brace-group definition of SvAMAGIC_off
31073      Branch: perl
31074            ! sv.h
31075 ____________________________________________________________________________
31076 [ 27510] By: nicholas                              on 2006/03/15  18:47:32
31077         Log: D'oh! 27508 wasn't quite testing what I wanted it to test. This does.
31078      Branch: perl
31079            ! lib/overload.t
31080 ____________________________________________________________________________
31081 [ 27508] By: nicholas                              on 2006/03/15  17:57:14
31082         Log: Test for reblessing objects with weak references.
31083      Branch: perl
31084            ! lib/overload.t
31085 ____________________________________________________________________________
31086 [ 27507] By: nicholas                              on 2006/03/15  17:21:00
31087         Log: Expunge references to HV_AMAGIC, HV_AMAGICbad and HV_AMAGICmb which
31088              have been unused since revision 1.
31089      Branch: perl
31090            ! hv.h sv.h
31091 ____________________________________________________________________________
31092 [ 27506] By: nicholas                              on 2006/03/15  15:08:49
31093         Log: Moving the overloading flag from the reference to the referant allows
31094              (re)?blessing of overloaded objects to work correctly.
31095      Branch: perl
31096            ! dump.c lib/overload.t sv.c sv.h
31097 ____________________________________________________________________________
31098 [ 27505] By: nicholas                              on 2006/03/15  13:13:19
31099         Log: Finish converting overload.t to Test::More
31100      Branch: perl
31101            ! lib/overload.t
31102 ____________________________________________________________________________
31103 [ 27504] By: nicholas                              on 2006/03/15  12:43:15
31104         Log: Further conversion of overload.t
31105      Branch: perl
31106            ! lib/overload.t
31107 ____________________________________________________________________________
31108 [ 27503] By: stevep                                on 2006/03/15  12:34:10
31109         Log: Additions to README.win32 and win32/Makefile based on comments from
31110              Steve Hay.
31111      Branch: perl
31112            ! README.win32 win32/Makefile
31113 ____________________________________________________________________________
31114 [ 27502] By: nicholas                              on 2006/03/15  12:29:01
31115         Log: Further conversion of overload.t
31116      Branch: perl
31117            ! lib/overload.t
31118 ____________________________________________________________________________
31119 [ 27501] By: nicholas                              on 2006/03/15  12:05:27
31120         Log: Partially convert overload.t to Test::More
31121      Branch: perl
31122            ! lib/overload.t
31123 ____________________________________________________________________________
31124 [ 27500] By: stevep                                on 2006/03/15  11:06:34
31125         Log: The first step in supporting VC++ 8.0.  Added macros for the free .NET 2.0 SDK and Visual Studio
31126              2005.  Added these macros to "if" conditions that were appropriate.  Added a fix to prevent
31127              the .NET 1.1 and 2.0 SDK compilers from attempting to build perlglob.exe (they are both missing
31128              the setargv.obj file necessary to do it).
31129      Branch: perl
31130            ! win32/Makefile
31131 ____________________________________________________________________________
31132 [ 27499] By: rgs                                   on 2006/03/14  17:32:48
31133         Log: Deprecate :unique even with threads
31134      Branch: perl
31135            ! toke.c
31136 ____________________________________________________________________________
31137 [ 27498] By: rgs                                   on 2006/03/14  17:02:38
31138         Log: Make usage of :unique emit a deprecation warning.
31139              Remove its outdated documentation.
31140      Branch: perl
31141            ! cv.h pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke
31142            ! toke.c
31143 ____________________________________________________________________________
31144 [ 27497] By: rgs                                   on 2006/03/14  16:02:35
31145         Log: Subject: [PATCH] perl @ 27483 fix lib/Pod/Simple/t/corpustest.t to work on VMS ODS-2
31146              From: Peter Prymmer <PPrymmer@factset.com>
31147              Date: Tue, 14 Mar 2006 10:38:00 -0500
31148              Message-ID: <OF85EC8E5E.4DF3A439-ON85257131.0055870A-85257131.0055E07C@factset.com>
31149      Branch: perl
31150            ! lib/Pod/Simple/t/corpustest.t
31151 ____________________________________________________________________________
31152 [ 27496] By: nicholas                              on 2006/03/14  15:21:54
31153         Log: SVphv_REHASH can use the same flag bit as SVf_FAKE. This allows
31154              0x10000000 (SVf_AMAGIC) to be set on all 16 SV types, which seems to
31155              be necessary to fix subtle bugs involving reblessing and overloading. 
31156      Branch: perl
31157            ! sv.h
31158 ____________________________________________________________________________
31159 [ 27495] By: rgs                                   on 2006/03/14  09:55:17
31160         Log: Subject: [perl #38710] localised stash slice 
31161              From: Hugo van der Sanden (via RT) <perlbug-followup@perl.org>
31162              Date: Sat, 11 Mar 2006 02:47:56 -0800
31163              Message-ID: <rt-3.0.11-38710-131000.18.015529928953@perl.org>
31164              
31165              (new TODO tests)
31166      Branch: perl
31167            ! t/op/local.t
31168 ____________________________________________________________________________
31169 [ 27494] By: rgs                                   on 2006/03/14  08:53:07
31170         Log: threads and threads::shared are now dual-lived modules
31171      Branch: perl
31172            ! Porting/Maintainers.pl
31173 ____________________________________________________________________________
31174 [ 27493] By: rgs                                   on 2006/03/14  08:38:45
31175         Log: Subject: [PATCH] Do nothing in a GCC-friendly way
31176              From: andy@petdance.com (Andy Lester)
31177              Date: Mon, 13 Mar 2006 12:48:50 -0600
31178              Message-ID: <20060313184850.GA16905@petdance.com>
31179      Branch: perl
31180            ! perl.h
31181 ____________________________________________________________________________
31182 [ 27492] By: rgs                                   on 2006/03/14  08:35:24
31183         Log: Subject: [PATCH] looks_like_bool can be const
31184              From: andy@petdance.com (Andy Lester)
31185              Date: Mon, 13 Mar 2006 09:31:52 -0600
31186              Message-ID: <20060313153152.GA13254@petdance.com>
31187      Branch: perl
31188            ! embed.fnc op.c proto.h
31189 ____________________________________________________________________________
31190 [ 27491] By: nicholas                              on 2006/03/13  23:13:23
31191         Log: Somewhat less shaky relocatable @INC support. You can install things
31192              to the current location of the perl tree, move it, install more things,
31193              move it again, lather rinse repeat.
31194              Configure with -Duserelocatableinc
31195      Branch: perl
31196            ! Configure configpm installperl
31197 ____________________________________________________________________________
31198 [ 27490] By: nicholas                              on 2006/03/13  20:49:55
31199         Log: First stab at rather shaky Configure support for relocatable @INC.
31200              Seems to be installing rather more that it's supposed to be.
31201      Branch: perl
31202            ! Configure configpm
31203 ____________________________________________________________________________
31204 [ 27489] By: nicholas                              on 2006/03/13  18:59:27
31205         Log: Split break out the installprefix code from setprefixvar, which allows
31206              the remaining 8 places to call the common prefix conversion code.
31207      Branch: perl
31208            ! Configure
31209 ____________________________________________________________________________
31210 [ 27488] By: nicholas                              on 2006/03/13  18:01:11
31211         Log: Refactor most of the cut & paste for setting prefix/prefixexp variables
31212              and the "Change installation prefix, if necessary" into a new
31213              "function" setprefixvar (which I assume will become Setprefixvar.U)
31214              How many platforms still have Bourne shells that can't do shell
31215              functions? Someone's going to say Irix?
31216      Branch: perl
31217            ! Configure
31218 ____________________________________________________________________________
31219 [ 27487] By: rgs                                   on 2006/03/13  17:35:59
31220         Log: Forgot the ending \. Why did it still compile ?
31221      Branch: perl
31222            ! ext/List/Util/multicall.h
31223 ____________________________________________________________________________
31224 [ 27486] By: rgs                                   on 2006/03/13  17:34:09
31225         Log: Subject: [PATCH] Automatically SPAGAIN in the poor-man's-multicall API
31226              From: Robin Houston <robin@cpan.org>
31227              Date: Mon, 13 Mar 2006 12:48:21 +0000
31228              Message-ID: <20060313124821.GA11203@rpc142.cs.man.ac.uk>
31229      Branch: perl
31230            ! ext/List/Util/multicall.h
31231 ____________________________________________________________________________
31232 [ 27485] By: nicholas                              on 2006/03/13  17:10:14
31233         Log: The existing order of the checks for whether man1dir and man3dir were
31234              ' ' were obviously buggy, because they set installman[13]dir only for
31235              the next if block to set it again. Reordering removes that daftness.
31236      Branch: perl
31237            ! Configure
31238 ____________________________________________________________________________
31239 [ 27484] By: nicholas                              on 2006/03/13  15:50:04
31240         Log: The "Change installation prefix, if necessary." code needs to use
31241              the ~ expanded prefix and installprefix in the substitution.
31242      Branch: perl
31243            ! Configure
31244 ____________________________________________________________________________
31245 [ 27483] By: rgs                                   on 2006/03/12  15:12:29
31246         Log: Load .pmc always, even if they are older than a matching .pm file.
31247              (This trick is going to be used by pugs.)
31248      Branch: perl
31249            ! pod/perlfunc.pod pp_ctl.c
31250 ____________________________________________________________________________
31251 [ 27482] By: stevep                                on 2006/03/12  14:07:17
31252         Log: Subject: [PATCH] Removed unnecessary NULL check in Digest::SHA
31253              From: Andy Lester <andy@petdance.com>
31254              Date: Tue, 7 Mar 2006 12:12:35 -0600
31255              Message-ID: <20060307181235.GA25688@petdance.com>
31256      Branch: perl
31257            ! ext/Digest/SHA/src/hmac.c
31258 ____________________________________________________________________________
31259 [ 27481] By: stevep                                on 2006/03/12  13:48:10
31260         Log: Upgrade to Module-Build-0.27_09
31261      Branch: perl
31262            ! Porting/Maintainers.pl lib/Module/Build.pm
31263            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
31264            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
31265            ! lib/Module/Build/Cookbook.pm
31266 ____________________________________________________________________________
31267 [ 27480] By: nicholas                              on 2006/03/11  23:40:34
31268         Log: isSPACE('\0') is false, so can simplify the condition in the for
31269              loop. As the for loop is basically a while loop, write it as one, to
31270              make its intentions clearer.
31271      Branch: perl
31272            ! toke.c
31273 ____________________________________________________________________________
31274 [ 27479] By: nicholas                              on 2006/03/11  22:51:26
31275         Log: Fix the last 2 perly.y specific parts of regen_perly.pl, and make
31276              the regen_perly target call it for both perly.y and madly.y.
31277      Branch: perl
31278            - regen_madly.pl
31279            ! MANIFEST Makefile.SH regen_perly.pl
31280 ____________________________________________________________________________
31281 [ 27478] By: nicholas                              on 2006/03/11  22:29:56
31282         Log: NNs and NULLOKs for MAD's new functions.
31283      Branch: perl
31284            ! embed.fnc proto.h
31285 ____________________________________________________________________________
31286 [ 27477] By: stevep                                on 2006/03/11  22:08:34
31287         Log: Perl_newWHILEOP() had exactly the same lack of a NULL pointer check
31288              that Perl_newLOOPOP() had and fixed in change #27476.  Maybe some 
31289              refactoring is needed?
31290      Branch: perl
31291            ! op.c
31292 ____________________________________________________________________________
31293 [ 27476] By: stevep                                on 2006/03/11  21:41:20
31294         Log: Possible NULL pointer reference found by Coverity checks.
31295      Branch: perl
31296            ! op.c
31297 ____________________________________________________________________________
31298 [ 27475] By: stevep                                on 2006/03/11  20:57:26
31299         Log: Keep from using a variable in S_my_kid() before it is initialized.  This        was introduced with the MAD changes.
31300      Branch: perl
31301            ! op.c
31302 ____________________________________________________________________________
31303 [ 27474] By: craigb                                on 2006/03/11  17:26:00
31304         Log: Subject: [PATCH] perl@27437 fix File::Path::mkpath so that perl installs on VMS
31305              From: Peter Prymmer <PPrymmer@factset.com>
31306              Date: Fri, 10 Mar 2006 15:24:23 -0500
31307              Message-id: <OFBE8F84F1.A708DA4A-ON8525712D.006E4BF7-8525712D.007018C6@factset.com>
31308      Branch: perl
31309            ! lib/File/Path.pm
31310 ____________________________________________________________________________
31311 [ 27473] By: merijn                                on 2006/03/11  11:03:55
31312         Log: Subject: [PATCH] Reapply change 24432
31313              From: "Jan Dubois" <jand@ActiveState.com>
31314              Date: Fri, 10 Mar 2006 18:21:39 -0800
31315              Message-ID: <01b001c644b2$879a1f50$6062a8c0@candy>
31316      Branch: perl
31317            ! config_h.SH
31318 ____________________________________________________________________________
31319 [ 27471] By: nicholas                              on 2006/03/11  10:21:27
31320         Log: Missed the hunk that adds regen_madly.pl to the regen_perl target.
31321      Branch: perl
31322            ! Makefile.SH
31323 ____________________________________________________________________________
31324 [ 27470] By: nicholas                              on 2006/03/11  10:16:04
31325         Log: Subject: [PATCH] Sync up embed.fnc and doio.c
31326              From: andy@petdance.com (Andy Lester)
31327              Message-ID: <20060311071338.GA12490@petdance.com>
31328              Date: Sat, 11 Mar 2006 01:13:38 -0600
31329      Branch: perl
31330            ! embed.fnc proto.h
31331 ____________________________________________________________________________
31332 [ 27469] By: nicholas                              on 2006/03/11  09:55:43
31333         Log: Subject: [PATCH] Localizing some vars in S_checkcomma
31334              From: andy@petdance.com (Andy Lester)
31335              Message-ID: <20060310223100.GA13455@petdance.com>
31336              Date: Fri, 10 Mar 2006 16:31:00 -0600
31337      Branch: perl
31338            ! toke.c
31339 ____________________________________________________________________________
31340 [ 27468] By: nicholas                              on 2006/03/11  09:32:18
31341         Log: Remove the obsolete mad/P5RE.pm
31342      Branch: perl
31343            - mad/P5RE.pm
31344            ! MANIFEST
31345 ____________________________________________________________________________
31346 [ 27467] By: craigb                                on 2006/03/11  01:52:37
31347         Log: null terminate command string -- broken in #27438
31348      Branch: perl
31349            ! vms/vms.c
31350 ____________________________________________________________________________
31351 [ 27466] By: nicholas                              on 2006/03/10  21:54:18
31352         Log: Move the 12 static MAD variables from toke.c into the interpeter
31353              structure.
31354      Branch: perl
31355            ! embedvar.h intrpvar.h makedef.pl perl.c perlapi.h sv.c toke.c
31356 ____________________________________________________________________________
31357 [ 27465] By: nicholas                              on 2006/03/10  20:58:23
31358         Log: Rename the 12 static variables in toke.c to PL_*
31359      Branch: perl
31360            ! toke.c
31361 ____________________________________________________________________________
31362 [ 27464] By: nicholas                              on 2006/03/10  19:47:11
31363         Log: gozer took over from gsar (some time ago).
31364      Branch: perl
31365            ! Porting/repository.pod
31366 ____________________________________________________________________________
31367 [ 27463] By: nicholas                              on 2006/03/10  18:53:01
31368         Log: All the autogenerated files from change 27462.
31369      Branch: perl
31370            ! madly.act madly.h madly.tab
31371 ____________________________________________________________________________
31372 [ 27462] By: nicholas                              on 2006/03/10  18:52:40
31373         Log: Merge perly.y changes from 5.9.2 to now into madly.y.
31374      Branch: perl
31375            ! madly.y
31376 ____________________________________________________________________________
31377 [ 27461] By: nicholas                              on 2006/03/10  12:57:18
31378         Log: Teaching embed.pl about conditional symbols is a TODO.
31379      Branch: perl
31380            ! pod/perltodo.pod
31381 ____________________________________________________________________________
31382 [ 27460] By: nicholas                              on 2006/03/10  12:09:39
31383         Log: Tweak change 27457 - make PL_lasttoke MAD only, but teach makedef.pl
31384              about MADness (and unMADness - maybe there is a special word for that)
31385      Branch: perl
31386            ! intrpvar.h makedef.pl
31387 ____________________________________________________________________________
31388 [ 27459] By: nicholas                              on 2006/03/10  11:31:14
31389         Log: Summon constman! S_checkcomma now has all 3 arguments const char.
31390      Branch: perl
31391            ! embed.fnc proto.h toke.c
31392 ____________________________________________________________________________
31393 [ 27458] By: nicholas                              on 2006/03/10  10:50:29
31394         Log: Tease apart the keyword/subroutine test in S_checkcomma.
31395      Branch: perl
31396            ! toke.c
31397 ____________________________________________________________________________
31398 [ 27457] By: stevep                                on 2006/03/10  02:17:43
31399         Log: Move PL_lasttoke out of its PERL_MAD define in intrpvar.h.
31400              Otherwise, Win32 does not compile.
31401      Branch: perl
31402            ! intrpvar.h
31403 ____________________________________________________________________________
31404 [ 27456] By: nicholas                              on 2006/03/09  23:23:19
31405         Log: Correct another gv_fetchpv() - it takes a bitmask of flags, not simply
31406              TRUE/FALSE.
31407      Branch: perl
31408            ! gv.c
31409 ____________________________________________________________________________
31410 [ 27455] By: nicholas                              on 2006/03/09  22:50:23
31411         Log: Remove two NEWSV()s in the non-ithread dump code that got missed.
31412      Branch: perl
31413            ! dump.c
31414 ____________________________________________________________________________
31415 [ 27454] By: mhx                                   on 2006/03/09  22:07:01
31416         Log: Subject: Re: [PATCH pod/perlfunc.pd] Re: truncate needs seek on filehandle
31417              From: Ronald J Kimball <rjk-perl-p5p@tamias.net>
31418              Date: Thu, 9 Mar 2006 16:29:12 -0500
31419              Message-ID: <20060309212912.GF22682@penkwe.pair.com>
31420      Branch: perl
31421            ! pod/perlfunc.pod
31422 ____________________________________________________________________________
31423 [ 27453] By: nicholas                              on 2006/03/09  22:03:55
31424         Log: Add the Perl 5 to Perl 5 convertor scripts.
31425      Branch: perl
31426            + mad/P5AST.pm mad/P5RE.pm mad/P5re.pm mad/PLXML.pm mad/nomad
31427            + mad/p55
31428            ! MANIFEST
31429 ____________________________________________________________________________
31430 [ 27452] By: nicholas                              on 2006/03/09  22:01:28
31431         Log: Superior *printf-fu lets us avoid modifying source code.
31432      Branch: perl
31433            ! toke.c
31434 ____________________________________________________________________________
31435 [ 27451] By: nicholas                              on 2006/03/09  21:49:20
31436         Log: Avoid scribbling on the passed in command line string for -i in 
31437              moreswitches.
31438      Branch: perl
31439            ! perl.c
31440 ____________________________________________________________________________
31441 [ 27450] By: nicholas                              on 2006/03/09  21:24:04
31442         Log: -Dmad works, albeit with some test failures:
31443              ext/B/t/f_sort.t                       20    5  25.00%  2 4-6 16
31444              ext/B/t/optree_samples.t               20    1   5.00%  18
31445              ext/List/Util/t/weak.t      1   256    22    1   4.55%  22
31446              ext/Safe/t/safeops.t        0   134   354  288  81.36%  211-354
31447              lib/warnings.t                        561    2   0.36%  3 10
31448      Branch: perl
31449            ! toke.c
31450 ____________________________________________________________________________
31451 [ 27449] By: nicholas                              on 2006/03/09  20:53:11
31452         Log: Oops. Failed to add madly.c
31453      Branch: perl
31454            + madly.c
31455 ____________________________________________________________________________
31456 [ 27448] By: stevep                                on 2006/03/09  20:48:50
31457         Log: The Coverity audit is upset that the scream_olds variable is not
31458              directly initialized, although it is likely initialized after 
31459              another variable takes a reference to it.
31460      Branch: perl
31461            ! regexec.c
31462 ____________________________________________________________________________
31463 [ 27447] By: nicholas                              on 2006/03/09  20:48:18
31464         Log: Add the madly parser. I believe that this is all the C code. Now to
31465              find the bugs that stowed away.
31466      Branch: perl
31467            + madly.act madly.h madly.tab madly.y regen_madly.pl
31468            ! Configure MANIFEST Makefile.SH embed.fnc embed.h perly.c
31469            ! proto.h
31470 ____________________________________________________________________________
31471 [ 27446] By: nicholas                              on 2006/03/09  19:53:53
31472         Log: It helps to run embed.pl in the correct directory. (not the symlink
31473              tree)
31474      Branch: perl
31475            ! embed.h embedvar.h perlapi.h proto.h
31476 ____________________________________________________________________________
31477 [ 27445] By: nicholas                              on 2006/03/09  19:22:10
31478         Log: The remainder of the toke.c MAD changes. Now to investigate why MAD
31479              no longer builds.
31480      Branch: perl
31481            ! embed.fnc intrpvar.h sv.c toke.c
31482 ____________________________________________________________________________
31483 [ 27444] By: nicholas                              on 2006/03/09  19:00:26
31484         Log: Another refactoring from Larry implicit in the MAD patch.
31485      Branch: perl
31486            ! toke.c
31487 ____________________________________________________________________________
31488 [ 27443] By: nicholas                              on 2006/03/09  18:08:52
31489         Log: Refactoring from Larry implicit in the MAD patch.
31490      Branch: perl
31491            ! toke.c
31492 ____________________________________________________________________________
31493 [ 27442] By: nicholas                              on 2006/03/09  17:06:46
31494         Log: Replace PL_nextval[PL_nexttoke].opval with the macro NEXTVAL_NEXTTOKE
31495              as MAD conditionally changes this consistently in 27 places.
31496      Branch: perl
31497            ! toke.c
31498 ____________________________________________________________________________
31499 [ 27441] By: stevep                                on 2006/03/09  16:14:20
31500         Log: Need to update test count from change #27440.
31501      Branch: perl
31502            ! ext/POSIX/t/sigaction.t
31503 ____________________________________________________________________________
31504 [ 27440] By: stevep                                on 2006/03/09  16:03:21
31505         Log: croak in POSIX::sigaction() when passed a negative signal instead
31506              dumping core.
31507      Branch: perl
31508            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
31509 ____________________________________________________________________________
31510 [ 27439] By: nicholas                              on 2006/03/09  15:13:49
31511         Log: MAD changes for bare skipspace()
31512      Branch: perl
31513            ! embed.fnc embed.h proto.h toke.c
31514 ____________________________________________________________________________
31515 [ 27438] By: craigb                                on 2006/03/09  14:49:45
31516         Log: Subject: patch@27385 - VMS thread fixes (was: threads and VMS)
31517              From: "John E. Malmberg" <wb8tyw@qsl.net>
31518              Date: Wed, 08 Mar 2006 23:34:05 -0500
31519              Message-id: <440FB03D.8010409@qsl.net>
31520
31521      Branch: perl
31522            ! vms/vms.c
31523 ____________________________________________________________________________
31524 [ 27437] By: nicholas                              on 2006/03/09  13:45:30
31525         Log: Add the MAD change to perly.y, which brings a new PEG token.
31526      Branch: perl
31527            ! perly.act perly.h perly.tab perly.y
31528 ____________________________________________________________________________
31529 [ 27436] By: mhx                                   on 2006/03/09  12:54:19
31530         Log: Fix a memory leak in ck_grep(), spotted by coverity:
31531              perl -e'eval "grep" while 1'
31532      Branch: perl
31533            ! op.c
31534 ____________________________________________________________________________
31535 [ 27435] By: nicholas                              on 2006/03/09  12:41:40
31536         Log: Tweaking the order of op creation/op free in Perl_ck_require to Larry's
31537              order doesn't make tests pass :-(. Nor does it make them fail.
31538      Branch: perl
31539            ! op.c
31540 ____________________________________________________________________________
31541 [ 27434] By: nicholas                              on 2006/03/09  12:17:41
31542         Log: Fix C99ism in dump.c
31543      Branch: perl
31544            ! dump.c
31545 ____________________________________________________________________________
31546 [ 27433] By: nicholas                              on 2006/03/09  12:01:36
31547         Log: Unroll 27425 - keeping Larry's order in op.c means that exactly the
31548              same sequence of pad usage is generated with and without MAD.
31549      Branch: perl
31550            ! ext/B/t/f_map.t op.c
31551 ____________________________________________________________________________
31552 [ 27432] By: nicholas                              on 2006/03/09  11:20:14
31553         Log: Note the weakref.t failure that commenting out this code caused.
31554              Pesky waterbeds.
31555      Branch: perl
31556            ! op.c
31557 ____________________________________________________________________________
31558 [ 27431] By: nicholas                              on 2006/03/09  11:04:23
31559         Log: Note the cause of another MAD test failure - an explicit abort trap
31560              for saving PL_formfeed is being hit.
31561      Branch: perl
31562            ! scope.c
31563 ____________________________________________________________________________
31564 [ 27430] By: nicholas                              on 2006/03/09  10:53:25
31565         Log: Bodge MAD code to get pack.t and ext/Encode/t/Encode.t passing.
31566      Branch: perl
31567            ! op.c
31568 ____________________________________________________________________________
31569 [ 27429] By: nicholas                              on 2006/03/08  23:33:05
31570         Log: Make MAD at least compile and link once more. Although it's now failing
31571              6 regression tests.
31572      Branch: perl
31573            ! op.c perly.c
31574 ____________________________________________________________________________
31575 [ 27428] By: nicholas                              on 2006/03/08  22:36:30
31576         Log: Further MAD changes.
31577      Branch: perl
31578            ! perl.c perly.c pp_ctl.c scope.c
31579 ____________________________________________________________________________
31580 [ 27427] By: nicholas                              on 2006/03/08  21:53:06
31581         Log: Oops. Didn't mean to commit 27426 to maint first. Integrate it:
31582              Avoid writing over the input string in the case 'F' in moreswitches.
31583      Branch: perl
31584           !> perl.c
31585 ____________________________________________________________________________
31586 [ 27425] By: nicholas                              on 2006/03/08  21:18:58
31587         Log: The last MAD change to op.c changes the pad offsets of the test that
31588              ext/B/t/f_map.t is using.
31589      Branch: perl
31590            ! ext/B/t/f_map.t op.c
31591 ____________________________________________________________________________
31592 [ 27424] By: nicholas                              on 2006/03/08  20:34:16
31593         Log: Almost all the MAD changes for op.c
31594      Branch: perl
31595            ! embed.fnc embed.h op.c perl.h proto.h
31596 ____________________________________________________________________________
31597 [ 27423] By: nicholas                              on 2006/03/08  18:17:09
31598         Log: Change from Larry in the MAD code which seems to be unrelated to MAD.
31599      Branch: perl
31600            ! op.c
31601 ____________________________________________________________________________
31602 [ 27422] By: nicholas                              on 2006/03/08  16:29:26
31603         Log: MAD changes to dump.c
31604      Branch: perl
31605            ! dump.c embed.fnc embed.h global.sym makedef.pl proto.h
31606 ____________________________________________________________________________
31607 [ 27421] By: steveh                                on 2006/03/08  16:25:23
31608         Log: Get rid of unnecessary "rmdir /s" calls in Win32 makefiles
31609              
31610              They only existed for the benefit of old shells that didn't
31611              understand "rmdir /s /q", but since change #27195 effectively
31612              drops support for old shells that don't understand "xcopy /y"
31613              it seems unnecessary now.
31614              
31615              Windows NT4, 2000, XP and onwards all support "rmdir /s /q", so
31616              it's probably only the Windows 9x shells that lose out.
31617      Branch: perl
31618            ! win32/Makefile win32/makefile.mk
31619 ____________________________________________________________________________
31620 [ 27420] By: steveh                                on 2006/03/08  15:20:28
31621         Log: Sort the ext/ and lib/ tests when running under t/harness
31622              
31623              Unless they are sorted then they are run in the same order in which
31624              they are listed in MANIFEST, which is not always ideal. In particular,
31625              the ext/Compress/IO/Zlib/t/*.t tests are not run in the correct order,
31626              which causes some files to be left behind afterwards.
31627              
31628              ExtUtils::Command::MM::test_harness() sorts test files, so it seems
31629              sensible for t/harness to do likewise, rather than relying on the
31630              ordering in MANIFEST.
31631      Branch: perl
31632            ! t/harness
31633 ____________________________________________________________________________
31634 [ 27419] By: nicholas                              on 2006/03/08  13:40:48
31635         Log: Add MAD changes to pad code (new function Perl_pad_peg)
31636      Branch: perl
31637            ! embed.fnc embed.h makedef.pl pad.c pad.h proto.h
31638 ____________________________________________________________________________
31639 [ 27418] By: steveh                                on 2006/03/08  13:37:28
31640         Log: Adjust Win32 distclean as per changes #27411 and #27417
31641      Branch: perl
31642            ! win32/Makefile win32/makefile.mk
31643 ____________________________________________________________________________
31644 [ 27417] By: rgs                                   on 2006/03/08  13:29:26
31645         Log: "make distclean" fix noticed by Steve Hay
31646      Branch: perl
31647            ! Makefile.SH
31648 ____________________________________________________________________________
31649 [ 27416] By: steveh                                on 2006/03/08  12:15:04
31650         Log: Cleanup Archive-Tar temporary test files
31651              
31652              I've done this twice before already (changes #25043 and #26785),
31653              but it keeps getting accidentally removed. Third time lucky?
31654      Branch: perl
31655            ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t
31656 ____________________________________________________________________________
31657 [ 27415] By: rgs                                   on 2006/03/08  10:31:24
31658         Log: Subject: [PATCH] Re: [perl #38684] O::Deparse not working as expected 
31659              From: Stephen McCamant <smcc@mit.edu>
31660              Date: Tue, 7 Mar 2006 20:00:30 -0800
31661              Message-ID: <17422.22238.570532.2771@apocalypse.OCF.Berkeley.EDU>
31662      Branch: perl
31663            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
31664 ____________________________________________________________________________
31665 [ 27414] By: rgs                                   on 2006/03/08  10:25:26
31666         Log: Subject: [PATCH] Removed unused check and assignment in pp_hot.c
31667              From: andy@petdance.com (Andy Lester)
31668              Date: Wed, 8 Mar 2006 00:45:29 -0600
31669              Message-ID: <20060308064529.GA16499@petdance.com>
31670      Branch: perl
31671            ! pp_hot.c
31672 ____________________________________________________________________________
31673 [ 27413] By: steveh                                on 2006/03/08  09:36:50
31674         Log: Don't try to export PL_madskills/PL_xmlfp when they're not defined
31675              (Fixes Win32 linker error introduced by change #27408)
31676      Branch: perl
31677            ! makedef.pl
31678 ____________________________________________________________________________
31679 [ 27412] By: steveh                                on 2006/03/08  08:42:44
31680         Log: Complete change #27407/27410 on Win32 and tidy up change #27372
31681      Branch: perl
31682            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31683            ! win32/config_H.vc64
31684 ____________________________________________________________________________
31685 [ 27411] By: rgs                                   on 2006/03/08  08:23:54
31686         Log: "make distclean" adjustments for the new Compress modules
31687      Branch: perl
31688            ! Makefile.SH
31689 ____________________________________________________________________________
31690 [ 27410] By: merijn                                on 2006/03/08  08:10:25
31691         Log: Backport #27407
31692              Add a Configure question for mad (Misc Attribute Decoration - Larry's
31693              perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h
31694      Branch: perl
31695            ! Configure Porting/Glossary config_h.SH
31696 ____________________________________________________________________________
31697 [ 27408] By: nicholas                              on 2006/03/07  23:24:55
31698         Log: Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp,
31699              and default definitions for the 2 variables. (Which will save a lot of
31700              conditional complilation, by instead letting the C compiler optimiser
31701              remove dead code.)
31702      Branch: perl
31703            ! XSUB.h embedvar.h intrpvar.h op.h perl.h perlapi.h
31704 ____________________________________________________________________________
31705 [ 27407] By: nicholas                              on 2006/03/07  22:16:55
31706         Log: Add a Configure question for mad (Misc Attribute Decoration - Larry's
31707              perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h
31708      Branch: perl
31709            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
31710            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
31711            ! perl.c plan9/config_sh.sample symbian/config.sh uconfig.sh
31712            ! win32/config.bc win32/config.gc win32/config.vc
31713            ! win32/config.vc64 wince/config.ce
31714 ____________________________________________________________________________
31715 [ 27406] By: nicholas                              on 2006/03/07  19:31:49
31716         Log: Two more TODOs for those with C knowledge.
31717      Branch: perl
31718            ! pod/perltodo.pod
31719 ____________________________________________________________________________
31720 [ 27405] By: nicholas                              on 2006/03/07  19:27:28
31721         Log: Remove the #define - ARENASETS are always on now.
31722      Branch: perl
31723            ! perl.h sv.c
31724 ____________________________________________________________________________
31725 [ 27404] By: nicholas                              on 2006/03/07  19:23:14
31726         Log: TPF++ # http://www.perlfoundation.org/gc/grants/2006-perl5-improve.html
31727              Shrinking PVGVs, PVLVs, PVCVs and PVFMs is TODOne.
31728      Branch: perl
31729            ! pod/perltodo.pod
31730 ____________________________________________________________________________
31731 [ 27403] By: rgs                                   on 2006/03/07  17:09:54
31732         Log: This looks like a memory leak.
31733      Branch: perl
31734            ! op.c
31735 ____________________________________________________________________________
31736 [ 27402] By: rgs                                   on 2006/03/07  16:49:58
31737         Log: $[ = 2 should not warn.
31738      Branch: perl
31739            ! op.c t/lib/warnings/op
31740 ____________________________________________________________________________
31741 [ 27401] By: steveh                                on 2006/03/07  14:58:20
31742         Log: Fix lib/Module/Build/t/compat.t
31743              (e.g. see http://www.nntp.perl.org/group/perl.daily-build.reports/36431)
31744      Branch: perl
31745            ! lib/Module/Build/t/compat.t
31746 ____________________________________________________________________________
31747 [ 27400] By: rgs                                   on 2006/03/07  14:36:00
31748         Log: Make report on bad filenames easier to read
31749      Branch: perl
31750            ! Porting/check83.pl
31751 ____________________________________________________________________________
31752 [ 27399] By: rgs                                   on 2006/03/07  14:15:46
31753         Log: FAQ sync. (FAQ now moved to svn)
31754      Branch: perl
31755            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
31756            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
31757            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
31758            ! pod/perlfaq9.pod
31759 ____________________________________________________________________________
31760 [ 27398] By: stevep                                on 2006/03/07  04:48:29
31761         Log: Upgrade to PathTools-3.17
31762      Branch: perl
31763            ! ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
31764 ____________________________________________________________________________
31765 [ 27397] By: stevep                                on 2006/03/06  23:31:21
31766         Log: Subject:  Re: [PATCH] Removed a redundant o->op_type
31767              From: Paul Johnson <paul@pjcj.net>
31768              Date: Tue, 28 Feb 2006 20:17:31 +0100
31769              Message-ID: <20060228191731.GD20933@pjcj.net>
31770      Branch: perl
31771            ! op.c
31772 ____________________________________________________________________________
31773 [ 27396] By: mhx                                   on 2006/03/06  22:18:52
31774         Log: Don't free thread memory if PERL_DESTRUCT_LEVEL is set to a non-zero
31775              value as we're probably hunting memory leaks then
31776      Branch: perl
31777            ! perl.c
31778 ____________________________________________________________________________
31779 [ 27393] By: nicholas                              on 2006/03/06  20:44:02
31780         Log: Update David Dyck's e-mail address.
31781      Branch: perl
31782            ! AUTHORS Porting/checkAUTHORS.pl
31783 ____________________________________________________________________________
31784 [ 27390] By: rgs                                   on 2006/03/06  17:26:43
31785         Log: Add all new utilities in the perlutil man page.
31786              Includes lots of work by Zsban Ambrus.
31787      Branch: perl
31788            ! pod/perlutil.pod
31789 ____________________________________________________________________________
31790 [ 27389] By: rgs                                   on 2006/03/06  16:09:50
31791         Log: Subject: [PATCH] add Module::Build 0.27_08
31792              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
31793              Date: Sun, 5 Mar 2006 12:08:30 -0800
31794              Message-ID: <20060305200830.GA2660@efn.org>
31795      Branch: perl
31796            + lib/Module/Build.pm lib/Module/Build/Authoring.pod
31797            + lib/Module/Build/Base.pm lib/Module/Build/Changes
31798            + lib/Module/Build/Compat.pm lib/Module/Build/ConfigData.pm
31799            + lib/Module/Build/Cookbook.pm lib/Module/Build/ModuleInfo.pm
31800            + lib/Module/Build/Notes.pm lib/Module/Build/PPMMaker.pm
31801            + lib/Module/Build/Platform/Amiga.pm
31802            + lib/Module/Build/Platform/Default.pm
31803            + lib/Module/Build/Platform/EBCDIC.pm
31804            + lib/Module/Build/Platform/MPEiX.pm
31805            + lib/Module/Build/Platform/MacOS.pm
31806            + lib/Module/Build/Platform/RiscOS.pm
31807            + lib/Module/Build/Platform/Unix.pm
31808            + lib/Module/Build/Platform/VMS.pm
31809            + lib/Module/Build/Platform/VOS.pm
31810            + lib/Module/Build/Platform/Windows.pm
31811            + lib/Module/Build/Platform/aix.pm
31812            + lib/Module/Build/Platform/cygwin.pm
31813            + lib/Module/Build/Platform/darwin.pm
31814            + lib/Module/Build/Platform/os2.pm lib/Module/Build/PodParser.pm
31815            + lib/Module/Build/scripts/config_data
31816            + lib/Module/Build/t/basic.t
31817            + lib/Module/Build/t/bundled/Tie/CPHash.pm
31818            + lib/Module/Build/t/compat.t lib/Module/Build/t/destinations.t
31819            + lib/Module/Build/t/ext.t lib/Module/Build/t/extend.t
31820            + lib/Module/Build/t/files.t lib/Module/Build/t/install.t
31821            + lib/Module/Build/t/lib/DistGen.pm
31822            + lib/Module/Build/t/lib/MBTest.pm
31823            + lib/Module/Build/t/manifypods.t lib/Module/Build/t/metadata.t
31824            + lib/Module/Build/t/metadata2.t lib/Module/Build/t/moduleinfo.t
31825            + lib/Module/Build/t/notes.t lib/Module/Build/t/parents.t
31826            + lib/Module/Build/t/pod_parser.t lib/Module/Build/t/ppm.t
31827            + lib/Module/Build/t/runthrough.t lib/Module/Build/t/signature.t
31828            + lib/Module/Build/t/tilde.t lib/Module/Build/t/versions.t
31829            + lib/Module/Build/t/xs.t utils/config_data.PL
31830            ! MANIFEST Porting/Maintainers.pl installperl pod/perlutil.pod
31831            ! utils.lst utils/Makefile vms/descrip_mms.template
31832            ! win32/Makefile win32/makefile.mk
31833 ____________________________________________________________________________
31834 [ 27388] By: rgs                                   on 2006/03/06  14:52:48
31835         Log: Upgrade to Archive::Tar 1.29
31836      Branch: perl
31837            ! lib/Archive/Tar.pm lib/Archive/Tar/t/00_setup.t
31838            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
31839 ____________________________________________________________________________
31840 [ 27387] By: rgs                                   on 2006/03/06  10:06:53
31841         Log: Add and remove files forgotten in change #27384
31842      Branch: perl
31843            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
31844            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
31845            + ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
31846            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
31847            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
31848            + ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
31849            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
31850            - (delete 110 files)
31851            ! MANIFEST
31852 ____________________________________________________________________________
31853 [ 27386] By: craigb                                on 2006/03/06  03:42:19
31854         Log: Subject: PATCH: 2 vms specific build files in perl @ 27383
31855              From: Peter Prymmer <PPrymmer@factset.com>
31856              Date: Sun, 05 Mar 2006 20:30:09 -0500
31857              Message-id: <OFF0B19477.39D9ABEB-ON85257129.00070590-85257129.000840D3@factset.com>
31858      Branch: perl
31859            ! configure.com vms/gen_shrfls.pl
31860 ____________________________________________________________________________
31861 [ 27385] By: craigb                                on 2006/03/06  03:26:39
31862         Log: Subject: Re: threads and VMS
31863              From: "John E. Malmberg" <wb8tyw@qsl.net>
31864              Date: Sun, 05 Mar 2006 00:32:27 -0500
31865              Message-id: <440A77EB.2030205@qsl.net>
31866      Branch: perl
31867            ! vms/vms.c
31868 ____________________________________________________________________________
31869 [ 27384] By: stevep                                on 2006/03/06  02:06:04
31870         Log: Subject: [PATCH] Compress::Zlib
31871              From: "Paul Marquess" <paul.marquess@ntlworld.com>
31872              Date: Fri, 3 Mar 2006 10:25:48 -0000
31873              Message-ID: <007101c63eac$d919c6c0$4c05140a@myopwv.com>
31874      Branch: perl
31875            + (add 129 files)
31876            ! MANIFEST ext/Compress/Zlib/Changes
31877            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
31878            ! ext/Compress/Zlib/examples/filtdef
31879            ! ext/Compress/Zlib/examples/filtinf
31880            ! ext/Compress/Zlib/examples/gzcat
31881            ! ext/Compress/Zlib/examples/gzgrep
31882            ! ext/Compress/Zlib/examples/gzstream
31883            ! ext/Compress/Zlib/t/01version.t
31884            ! ext/Compress/Zlib/t/03zlib-v1.t
31885            ! ext/Compress/Zlib/t/05examples.t
31886            ! ext/Compress/Zlib/t/06gzsetp.t
31887            ! ext/Compress/Zlib/t/08encoding.t
31888            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/99pod.t
31889            ! t/lib/compress/any.pl t/lib/compress/anyunc.pl
31890            ! t/lib/compress/destroy.pl t/lib/compress/generic.pl
31891            ! t/lib/compress/merge.pl t/lib/compress/multi.pl
31892            ! t/lib/compress/newtied.pl t/lib/compress/oneshot.pl
31893            ! t/lib/compress/prime.pl t/lib/compress/tied.pl
31894            ! t/lib/compress/truncate.pl t/lib/compress/zlib-generic.pl
31895 ____________________________________________________________________________
31896 [ 27383] By: nicholas                              on 2006/03/05  21:21:10
31897         Log: Change 27380 (HEK into the IV union failed to convert the code in the
31898              non-gcc-debugging ifdef. Whoops. Very lax of me)
31899      Branch: perl
31900            ! gv.h
31901 ____________________________________________________________________________
31902 [ 27382] By: nicholas                              on 2006/03/05  19:07:12
31903         Log: Perl_gv_name_set should not leak the old HEK. Allow the flag GV_ADD
31904              to simplify GV initialisation.
31905      Branch: perl
31906            ! gv.c gv.h sv.c
31907 ____________________________________________________________________________
31908 [ 27381] By: nicholas                              on 2006/03/05  18:40:59
31909         Log: Change hv_name_set to take U32 length and flags parameters.
31910      Branch: perl
31911            ! embed.fnc hv.c proto.h
31912 ____________________________________________________________________________
31913 [ 27380] By: nicholas                              on 2006/03/05  18:13:42
31914         Log: Move the GvNAME HEK into the IV union - every GV is now 1 pointer
31915              smaller.
31916      Branch: perl
31917            ! av.h cv.h gv.c gv.h hv.h sv.h
31918 ____________________________________________________________________________
31919 [ 27379] By: nicholas                              on 2006/03/05  17:47:23
31920         Log: Use a HEK to store the GV's name, rather than a malloc()ed string.
31921              Saves 1 word in each GV (no more strlen), and will also save the memory
31922              used by the string itself, as the HEK will exist already due to the
31923              key used by the symbol table for this GV.
31924      Branch: perl
31925            ! gv.c gv.h sv.c sv.h
31926 ____________________________________________________________________________
31927 [ 27378] By: nicholas                              on 2006/03/05  12:12:56
31928         Log: Only #define PERL_DONT_CREATE_GVSV if it wasn't already defined.
31929      Branch: perl
31930            ! perl.h
31931 ____________________________________________________________________________
31932 [ 27377] By: nicholas                              on 2006/03/05  11:53:55
31933         Log: Provide Perl_gv_name_set to replace LVALUE use of GvNAME and GvNAMESET.
31934      Branch: perl
31935            ! embed.fnc embed.h global.sym gv.c gv.h proto.h sv.c
31936 ____________________________________________________________________________
31937 [ 27376] By: craigb                                on 2006/03/05  00:03:31
31938         Log: Subject: Re: threads and VMS
31939              From: "John E. Malmberg" <wb8tyw@qsl.net>
31940              Date: Sat, 04 Mar 2006 18:29:22 -0500
31941              Message-id: <440A22D2.30009@qsl.net>
31942      Branch: perl
31943            ! doio.c
31944 ____________________________________________________________________________
31945 [ 27375] By: merijn                                on 2006/03/04  06:48:13
31946         Log: Subject: patch@27373 VMS build fix + more long pathname stuff
31947              From: "John E. Malmberg" <wb8tyw@qsl.net>
31948              Date: Sat, 04 Mar 2006 00:36:03 -0500
31949              Message-ID: <44092743.4030607@qsl.net>
31950      Branch: perl
31951            ! vms/vms.c
31952 ____________________________________________________________________________
31953 [ 27374] By: merijn                                on 2006/03/04  06:44:10
31954         Log: Subject: Re: [PATCH] include configure.com in Porting/checkcfgvar.pl
31955              From: Abe Timmerman <abe@ztreet.demon.nl>
31956              Date: Fri, 3 Mar 2006 22:56:47 +0100
31957              Message-Id: <200603032256.47170.abe@ztreet.demon.nl>
31958      Branch: perl
31959            ! Porting/checkcfgvar.pl configure.com
31960 ____________________________________________________________________________
31961 [ 27373] By: stevep                                on 2006/03/03  18:40:22
31962         Log: Add d_builtin_choose_expr and d_builtin_expect to configure.com as
31963              'undef'.
31964      Branch: perl
31965            ! configure.com
31966 ____________________________________________________________________________
31967 [ 27372] By: stevep                                on 2006/03/03  18:34:18
31968         Log: Make Win32 configuration changes for HAS_BUILTIN_CHOOSE_EXPR and
31969              HAS_BUILTIN_EXPECT.
31970      Branch: perl
31971            ! win32/config.bc win32/config.gc win32/config.vc
31972            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
31973            ! win32/config_H.vc win32/config_H.vc64
31974 ____________________________________________________________________________
31975 [ 27371] By: stevep                                on 2006/03/03  17:49:01
31976         Log: Subject: [PATCH] include configure.com in Porting/checkcfgvar.pl
31977              From: Abe Timmerman <abe@ztreet.demon.nl>
31978              Date: Fri, 3 Mar 2006 18:43:24 +0100
31979              Message-Id: <200603031843.24250.abe@ztreet.demon.nl>
31980      Branch: perl
31981            ! Porting/checkcfgvar.pl
31982 ____________________________________________________________________________
31983 [ 27370] By: merijn                                on 2006/03/03  16:40:57
31984         Log: Subject: [PATCH] Support for __builtin_expect and __builtin_choose_expr
31985              From: Andy Lester <andy@petdance.com>
31986              Date: Wed, 28 Dec 2005 15:34:08 -0600
31987              Message-ID: <20051228213408.GB26033@petdance.com>
31988      Branch: perl
31989            ! Configure Porting/Glossary config_h.SH perl.h
31990 ____________________________________________________________________________
31991 [ 27368] By: rgs                                   on 2006/03/03  15:45:32
31992         Log: Subject: [PATCH] Re: [perl #38657] -d:Foo=bar broke in 5.8.8
31993              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
31994              Date: Thu, 02 Mar 2006 20:21:26 +0200
31995              Message-ID: <440737A6.4060606@gmail.com>
31996      Branch: perl
31997            ! t/lib/Devel/switchd.pm t/run/switchd.t
31998 ____________________________________________________________________________
31999 [ 27367] By: merijn                                on 2006/03/03  07:35:51
32000         Log: #27363 broke HP-UX (and others). if [[ ... ]] syntax not supported
32001      Branch: perl
32002            ! Configure
32003 ____________________________________________________________________________
32004 [ 27365] By: stevep                                on 2006/03/03  00:18:40
32005         Log: Subject: Re: [PATCH] Re: [perl #38612] Data::Dumper core dump in 5.8.6, fixed by 5.8.7
32006              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
32007              Date: Thu, 02 Mar 2006 22:46:14 +0200
32008              Message-ID: <44075996.1000002@gmail.com>
32009      Branch: perl
32010            ! ext/Data/Dumper/t/bugs.t
32011 ____________________________________________________________________________
32012 [ 27364] By: merijn                                on 2006/03/02  20:14:50
32013         Log: Taint handling for runperl:
32014              - better taint detection (switch -T in command)
32015              - $ENV{PATH} stripping of writeable directories on unix/linux
32016      Branch: perl
32017            ! t/test.pl
32018 ____________________________________________________________________________
32019 [ 27363] By: merijn                                on 2006/03/02  20:07:51
32020         Log: Subject: [perl #38385] _h2ph_pre.ph / $Config{cppsymbols} omits gcc-3.4+ cpp "predefined macros" 
32021              Date: Tue, 31 Jan 2006 09:50:32 -0800
32022              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
32023      Branch: perl
32024            ! Configure utils/h2ph.PL
32025 ____________________________________________________________________________
32026 [ 27361] By: rgs                                   on 2006/03/02  09:11:35
32027         Log: Subject: [PATCH] mgvtbl initialization
32028              From: andy@petdance.com (Andy Lester)
32029              Date: Wed, 1 Mar 2006 22:52:20 -0600
32030              Message-ID: <20060302045220.GA15985@petdance.com>
32031      Branch: perl
32032            ! perl.h
32033 ____________________________________________________________________________
32034 [ 27360] By: rgs                                   on 2006/03/02  09:08:30
32035         Log: Subject: [PATCH] Non-null optimizations
32036              From: andy@petdance.com (Andy Lester)
32037              Date: Wed, 1 Mar 2006 22:13:45 -0600
32038              Message-ID: <20060302041345.GA13731@petdance.com>
32039      Branch: perl
32040            ! embed.fnc pod/perlapi.pod proto.h sv.c
32041 ____________________________________________________________________________
32042 [ 27359] By: rgs                                   on 2006/03/01  22:39:24
32043         Log: Don't put strings with embedded NULs in the environment.
32044              This makes things like -d:Foo=bar work again.
32045      Branch: perl
32046            ! perl.c
32047 ____________________________________________________________________________
32048 [ 27358] By: stevep                                on 2006/03/01  20:15:27
32049         Log: Grammar nit in Locale::Maketext::TPJ13.pod, found by Justin Pryzby.
32050      Branch: perl
32051            ! lib/Locale/Maketext/TPJ13.pod
32052 ____________________________________________________________________________
32053 [ 27357] By: stevep                                on 2006/03/01  16:53:49
32054         Log: Upgrade to podlators-2.04
32055      Branch: perl
32056            + lib/Pod/t/filehandle.t
32057            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
32058 ____________________________________________________________________________
32059 [ 27356] By: stevep                                on 2006/03/01  16:29:37
32060         Log: Upgrade to assertions-0.03
32061      Branch: perl
32062            ! lib/assertions.pm lib/assertions/activate.pm
32063            ! lib/assertions/compat.pm t/comp/assertions.t
32064            ! t/comp/asstcompat.t
32065 ____________________________________________________________________________
32066 [ 27355] By: rgs                                   on 2006/03/01  16:13:56
32067         Log: Subject: [PATCH] a buglet in fakesdio.h
32068              From: Anton Berezin <tobez@tobez.org>
32069              Date: Wed, 1 Mar 2006 16:56:13 +0100
32070              Message-ID: <20060301155613.GA30368@heechee.tobez.org>
32071      Branch: perl
32072            ! fakesdio.h
32073 ____________________________________________________________________________
32074 [ 27354] By: stevep                                on 2006/03/01  16:08:17
32075         Log: Upgrade to CGI.pm-3.17, but continuing the version bump for 
32076              unintegrated changes.
32077      Branch: perl
32078            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
32079 ____________________________________________________________________________
32080 [ 27353] By: rgs                                   on 2006/03/01  09:08:46
32081         Log: Subject: Re: Patch lint for grep { /.../ } and grep /.../,
32082              From: "Joshua ben Jore" <twists@gmail.com>
32083              Date: Wed, 1 Mar 2006 01:14:14 -0600
32084              Message-ID: <dc5c751d0602282314o19c54a3av92d1a3addbc895fb@mail.gmail.com>
32085      Branch: perl
32086            ! ext/B/B/Lint.pm ext/B/t/lint.t
32087 ____________________________________________________________________________
32088 [ 27352] By: steveh                                on 2006/02/28  12:51:55
32089         Log: Silence another VC++ warning
32090              (signed/unsigned mismatch)
32091      Branch: perl
32092            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/sha.c
32093 ____________________________________________________________________________
32094 [ 27351] By: steveh                                on 2006/02/28  12:40:06
32095         Log: Silence a VC++ warning with DEBUGGING builds
32096              (signed/unsigned mismatch)
32097      Branch: perl
32098            ! sv.c
32099 ____________________________________________________________________________
32100 [ 27350] By: nicholas                              on 2006/02/27  21:41:58
32101         Log: In Perl_sv_setsv_flags, swap the default in the type based switch to
32102              the "Bizarre copy" failure case.
32103      Branch: perl
32104            ! sv.c
32105 ____________________________________________________________________________
32106 [ 27349] By: nicholas                              on 2006/02/27  21:10:21
32107         Log: Subject: [PATCH] Removed a redundant o->op_type
32108              From: andy@petdance.com (Andy Lester)
32109              Message-ID: <20060227202043.GA7783@petdance.com>
32110              Date: Mon, 27 Feb 2006 14:20:43 -0600
32111      Branch: perl
32112            ! op.c
32113 ____________________________________________________________________________
32114 [ 27348] By: steveh                                on 2006/02/27  17:48:55
32115         Log: Silence a GCC warning
32116              (assignment from incompatible pointer type)
32117      Branch: perl
32118            ! sv.h
32119 ____________________________________________________________________________
32120 [ 27347] By: steveh                                on 2006/02/27  17:24:37
32121         Log: Silence a VC++ warning
32122              (conversion from 'long ' to 'char ', possible loss of data)
32123      Branch: perl
32124            ! sv.c
32125 ____________________________________________________________________________
32126 [ 27346] By: rgs                                   on 2006/02/27  17:00:37
32127         Log: Upgrade to CPAN 1.87
32128      Branch: perl
32129            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
32130            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
32131 ____________________________________________________________________________
32132 [ 27345] By: nicholas                              on 2006/02/27  16:13:05
32133         Log: Move all the de-tainting logic for runperl into test.pl.
32134      Branch: perl
32135            ! t/op/utftaint.t t/test.pl
32136 ____________________________________________________________________________
32137 [ 27344] By: rgs                                   on 2006/02/27  15:43:41
32138         Log: Subject: [PATCH] fix up gv.c and gv.h
32139              From: andy@petdance.com (Andy Lester)
32140              Date: Sat, 25 Feb 2006 20:52:16 -0600
32141              Message-ID: <20060226025216.GA12758@petdance.com>
32142      Branch: perl
32143            ! gv.h
32144 ____________________________________________________________________________
32145 [ 27343] By: rgs                                   on 2006/02/27  15:36:46
32146         Log: Subject: [PATCH] PERL_TRACK_MEMPOOL cripples environment after exit()
32147              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
32148              Date: Sun, 26 Feb 2006 20:47:21 +0100
32149              Message-ID: <20060226204721.00be2bff@r2d2>
32150      Branch: perl
32151            ! miniperlmain.c
32152 ____________________________________________________________________________
32153 [ 27342] By: rgs                                   on 2006/02/27  14:45:00
32154         Log: Subject: [patch] dumping tied globs without FILENO method on the debugger fails
32155              From: Salvador Fandino <sfandino@yahoo.com>
32156              Date: Sat, 25 Feb 2006 11:14:20 +0100
32157              Message-ID: <20060225101254.726.qmail@lists.develooper.com>
32158      Branch: perl
32159            ! lib/dumpvar.pl
32160 ____________________________________________________________________________
32161 [ 27341] By: steveh                                on 2006/02/27  14:39:46
32162         Log: Fix op/utftaint.t on Win32 following change #27248
32163              (Don't remove PATH completely because it'll break on Unix if you
32164              have . in the PATH)
32165      Branch: perl
32166            ! t/op/utftaint.t
32167 ____________________________________________________________________________
32168 [ 27340] By: nicholas                              on 2006/02/27  14:19:32
32169         Log: There is now the potential for an upgrade from something without an
32170              offset (PVNV or PVMG) to something with one (PVCV, PVFM). Deal with
32171              this correctly.
32172      Branch: perl
32173            ! sv.c
32174 ____________________________________________________________________________
32175 [ 27339] By: rgs                                   on 2006/02/27  13:40:44
32176         Log: ptr_table_find() is only defined with ithreads
32177      Branch: perl
32178            ! embed.fnc embed.h proto.h sv.c
32179 ____________________________________________________________________________
32180 [ 27338] By: merijn                                on 2006/02/27  13:28:04
32181         Log: Workaround for initialization errors on HP's pre-compiler
32182              Do not ask me to explain. This re-definition works on AIX
32183              and HP-UX. Let's await the smokes.
32184      Branch: perl
32185            ! sv.c
32186 ____________________________________________________________________________
32187 [ 27337] By: steveh                                on 2006/02/27  12:21:14
32188         Log: Fix code-before-declaration error (under VC++) from change #27334
32189      Branch: perl
32190            ! perlio.c
32191 ____________________________________________________________________________
32192 [ 27336] By: nicholas                              on 2006/02/27  12:00:12
32193         Log: Change 27330 failed to decontaminate SvCUR/GvFLAGS when upgrading an
32194              SvPV acting as a prototype placeholder to a full typeglob.
32195      Branch: perl
32196            ! gv.c
32197 ____________________________________________________________________________
32198 [ 27335] By: rgs                                   on 2006/02/27  11:26:58
32199         Log: Subject: Testing hash key stringification
32200              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
32201              Date: Sun, 26 Feb 2006 23:30:01 +0100
32202              Message-Id: <4871E87D-4B59-40A3-A091-A7A3CFA221CF@mailbox.tu-berlin.de>
32203      Branch: perl
32204            ! t/op/hashassign.t
32205 ____________________________________________________________________________
32206 [ 27334] By: rgs                                   on 2006/02/27  11:06:30
32207         Log: Subject: [PATCH] Speedups and shrinkages of SvREFCNT_inc
32208              From: andy@petdance.com (Andy Lester)
32209              Date: Fri, 24 Feb 2006 14:54:35 -0600
32210              Message-ID: <20060224205434.GA17867@petdance.com>
32211      Branch: perl
32212            ! av.c cop.h doio.c doop.c gv.c hv.c mg.c op.c pad.c perl.c
32213            ! perl.h perlio.c pod/perlapi.pod pod/perlintern.pod pp.c
32214            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
32215            ! sv.h toke.c
32216 ____________________________________________________________________________
32217 [ 27333] By: rgs                                   on 2006/02/27  10:33:59
32218         Log: Subject: [PATCH] Suppress System V IPC for 64-bit Darwin builds
32219              From: Dominic Dunlop <shouldbedomo@mac.com>
32220              Date: Fri, 24 Feb 2006 17:22:54 +0100
32221              Message-Id: <A685C5DB-23CE-430E-95F1-CC7A9480DDF9@mac.com>
32222      Branch: perl
32223            ! README.macosx hints/darwin.sh
32224 ____________________________________________________________________________
32225 [ 27332] By: rgs                                   on 2006/02/27  10:30:35
32226         Log: Subject: [perl #38633] doc patch: perlfunc "new" section lacks lock and qr 
32227              From: Zsban Ambrus (via RT) <perlbug-followup@perl.org>
32228              Date: Sat, 25 Feb 2006 05:11:03 -0800
32229              Message-ID: <rt-3.0.11-38633-130596.7.22367548359067@perl.org>
32230      Branch: perl
32231            ! pod/perlfunc.pod
32232 ____________________________________________________________________________
32233 [ 27331] By: rgs                                   on 2006/02/27  07:33:53
32234         Log: Fix argument grouping for some macros
32235      Branch: perl
32236            ! gv.h
32237 ____________________________________________________________________________
32238 [ 27330] By: nicholas                              on 2006/02/25  17:16:24
32239         Log: GvFLAGS can be overlaid with SvCUR.
32240      Branch: perl
32241            ! gv.h sv.h
32242 ____________________________________________________________________________
32243 [ 27329] By: nicholas                              on 2006/02/25  16:51:34
32244         Log: Subject: Re: [perl #38619] Bug in lc and uc (interaction between UTF-8, substr, and lc/uc)
32245              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
32246              Date: Sat, 25 Feb 2006 18:16:45 +0900
32247              Message-Id: <20060225180934.FCC3.BQW10602@nifty.com>
32248      Branch: perl
32249            ! pp.c t/op/lc.t
32250 ____________________________________________________________________________
32251 [ 27328] By: nicholas                              on 2006/02/25  16:50:15
32252         Log: Use xpv_len rather than xpv_cur in GVs to store GvASSIGN_GENERATION.
32253              Assert that GVs do not access SvCUR or SvLEN.
32254      Branch: perl
32255            ! gv.h sv.h
32256 ____________________________________________________________________________
32257 [ 27327] By: nicholas                              on 2006/02/25  16:48:46
32258         Log: Abstract the specific use of SvCUR in GVs for detecting variables on
32259              both sides of an assignment using GvASSIGN_GENERATION() and
32260              GvASSIGN_GENERATION_set().
32261      Branch: perl
32262            ! gv.h op.c
32263 ____________________________________________________________________________
32264 [ 27326] By: nicholas                              on 2006/02/25  15:38:25
32265         Log: xgv_stash can be stored as a union with the NV, reducing the size of
32266              PVGVs by another pointer.
32267      Branch: perl
32268            ! av.h cv.h gv.h hv.h sv.h
32269 ____________________________________________________________________________
32270 [ 27325] By: nicholas                              on 2006/02/25  15:11:28
32271         Log: Curiously none of the macros SvIVX, SvUVX or SvNVX are used on
32272              typeglobs.
32273      Branch: perl
32274            ! dump.c ext/Devel/Peek/t/Peek.t sv.h
32275 ____________________________________________________________________________
32276 [ 27324] By: nicholas                              on 2006/02/25  14:50:38
32277         Log: Amazingly, it seems that none of the other GV specific macros are
32278              accessed unless the GV thinks that it is a GV.
32279      Branch: perl
32280            ! gv.h sv.c
32281 ____________________________________________________________________________
32282 [ 27323] By: nicholas                              on 2006/02/25  00:39:30
32283         Log: Store GvGP in the SV head union. For all the common lookups [eg GvCV()]
32284              this avoids 1 pointer dereference and the associated risk of a CPU
32285              cache miss. Although this patch looks deceptively small, I fear its
32286              CBV(*) might be rather high.
32287              (* Crack By Volume)
32288      Branch: perl
32289            ! dump.c ext/Devel/Peek/t/Peek.t gv.c gv.h pp.c pp_hot.c sv.c
32290            ! sv.h
32291 ____________________________________________________________________________
32292 [ 27322] By: nicholas                              on 2006/02/24  23:30:50
32293         Log: With PERL_DONT_CREATE_GVSV, don't need to create a new GvSV in
32294              Perl_save_scalar.
32295      Branch: perl
32296            ! scope.c
32297 ____________________________________________________________________________
32298 [ 27321] By: nicholas                              on 2006/02/24  22:43:14
32299         Log: Given that SvPV on a typeglob is now irrelevant, really we only need
32300              to store the GvGP.
32301      Branch: perl
32302            ! scope.c
32303 ____________________________________________________________________________
32304 [ 27320] By: nicholas                              on 2006/02/24  21:42:33
32305         Log: Given that Perl_gp_free() is refcount-dec-and-maybe-free for the glob
32306              pointer, it's inconsistent that it only sets this GV's GvGP to 0 if
32307              this GV happened to have the last reference. Why should this GV care if
32308              it had the last reference? So always set it to 0. It's free. Gone.
32309      Branch: perl
32310            ! gv.c
32311 ____________________________________________________________________________
32312 [ 27319] By: nicholas                              on 2006/02/24  19:32:11
32313         Log: Avoid special case SvMAGIC macros just to cope with Perl_sv_unmagic.
32314      Branch: perl
32315            ! sv.c sv.h
32316 ____________________________________________________________________________
32317 [ 27313] By: nicholas                              on 2006/02/24  14:19:37
32318         Log: Use PVMGs rather than PVGVs to store the names of our variables in the
32319              pad.
32320      Branch: perl
32321            ! pad.c sv.c sv.h
32322 ____________________________________________________________________________
32323 [ 27312] By: nicholas                              on 2006/02/24  13:59:57
32324         Log: Store the stash for our in the magic slot. This will allow us to use
32325              PVMGs in pad names where previously PVGVs were used. In turn, this
32326              gives much greater flexibility for the layout of PVGVs.
32327      Branch: perl
32328            ! av.h cv.h hv.h pad.c sv.c sv.h
32329 ____________________________________________________________________________
32330 [ 27311] By: stevep                                on 2006/02/24  13:55:23
32331         Log: Upgrade to CPAN-1.86
32332      Branch: perl
32333            ! lib/CPAN.pm lib/CPAN/SIGNATURE
32334 ____________________________________________________________________________
32335 [ 27309] By: rgs                                   on 2006/02/24  12:52:01
32336         Log: Skip unportable test on VMS
32337      Branch: perl
32338            ! t/comp/opsubs.t
32339 ____________________________________________________________________________
32340 [ 27307] By: nicholas                              on 2006/02/24  11:52:53
32341         Log: Assert that GvSTASH is only called on PVGVs and PVLVs.
32342      Branch: perl
32343            ! gv.h
32344 ____________________________________________________________________________
32345 [ 27306] By: nicholas                              on 2006/02/24  11:52:28
32346         Log: Replace usage of GvSTASH for storing the stash of C<our> with
32347              OURSTASH. Set the stash with OURSTASH_SET.
32348      Branch: perl
32349            ! pad.c pad.h sv.h
32350 ____________________________________________________________________________
32351 [ 27304] By: nicholas                              on 2006/02/24  11:21:06
32352         Log: assert that SvMAGIC is never non-NULL for any PVMG used as a pad name.
32353      Branch: perl
32354            ! sv.h
32355 ____________________________________________________________________________
32356 [ 27302] By: nicholas                              on 2006/02/24  10:56:00
32357         Log: Redo previous sv.h change.
32358      Branch: perl
32359            ! sv.h
32360 ____________________________________________________________________________
32361 [ 27301] By: stevep                                on 2006/02/24  10:54:14
32362         Log: Subject: [PATCH] Perl_save_aelem can't be const
32363              From: Andy Lester <andy@petdance.com>
32364              Date: Thu, 23 Feb 2006 22:53:40 -0600
32365              Message-ID: <20060224045340.GA6318@petdance.com>
32366      Branch: perl
32367            ! embed.fnc proto.h scope.c
32368 ____________________________________________________________________________
32369 [ 27300] By: stevep                                on 2006/02/24  10:41:53
32370         Log: Subject: [PATCH] unused context warnings
32371              From: andy@petdance.com (Andy Lester)
32372              Date: Tue, 21 Feb 2006 00:27:11 -0600
32373              Message-ID: <20060221062711.GA16160@petdance.com>
32374      Branch: perl
32375            ! deb.c embed.pl hv.c locale.c mathoms.c mg.c miniperlmain.c
32376            ! numeric.c op.c perl.c perl.h perlapi.c perlio.c pp_ctl.c
32377            ! regcomp.c scope.c sv.c toke.c universal.c utf8.c util.c
32378 ____________________________________________________________________________
32379 [ 27297] By: nicholas                              on 2006/02/24  10:29:48
32380         Log: As SVs can't both be in a pad, and the name of a variable in the pad,
32381              overlay SVs_PADTMP with SVpad_TYPED and SVs_PADMY with SVpad_OUR.
32382      Branch: perl
32383            ! pad.h
32384 ____________________________________________________________________________
32385 [ 27296] By: stevep                                on 2006/02/24  02:56:02
32386         Log: Revert change #27295, which I thought fixed builds on Win32.
32387              Instead remove &PL_vtbl_glob from globvar.sym.
32388      Branch: perl
32389            ! XSUB.h globvar.sym
32390 ____________________________________________________________________________
32391 [ 27295] By: stevep                                on 2006/02/24  02:02:14
32392         Log: Last instance of PL_vtbl_glob removed.  It was missed change #27289.
32393      Branch: perl
32394            ! XSUB.h
32395 ____________________________________________________________________________
32396 [ 27294] By: nicholas                              on 2006/02/23  23:45:39
32397         Log: Replace direct flags tests & manipulations for SVpad_TYPED and
32398              SVpad_OUR with macros SvPAD_TYPED(), SvPAD_OUR() etc, to abstract
32399              away the flags bits acutally used to store this information.
32400      Branch: perl
32401            ! XSUB.h dump.c op.c pad.c pad.h pp.c sv.c sv.h toke.c
32402 ____________________________________________________________________________
32403 [ 27293] By: nicholas                              on 2006/02/23  22:17:07
32404         Log: Document a sixth use for SVf_FAKE
32405      Branch: perl
32406            ! sv.h
32407 ____________________________________________________________________________
32408 [ 27292] By: nicholas                              on 2006/02/23  20:28:34
32409         Log: We have sufficient spare bits to store the SV type in body_details,
32410              so add a small sanity check to ensure that we have the array in the
32411              correct order.
32412      Branch: perl
32413            ! sv.c
32414 ____________________________________________________________________________
32415 [ 27291] By: nicholas                              on 2006/02/23  19:40:23
32416         Log: Shrink struct body_details and hence sv.o slightly further by using
32417              bitfields.
32418      Branch: perl
32419            ! sv.c
32420 ____________________________________________________________________________
32421 [ 27290] By: nicholas                              on 2006/02/23  19:15:48
32422         Log: Using U8 rather than size type shrinks the body_details table.
32423      Branch: perl
32424            ! sv.c
32425 ____________________________________________________________________________
32426 [ 27289] By: nicholas                              on 2006/02/23  18:00:19
32427         Log: Remove set magic from typeglobs. Remove typeglob magic entirely.
32428              Typeglobs now never access the SvPVX, SvIVX or SvNVX when holding a
32429              valid GvGP().
32430      Branch: perl
32431            ! dump.c ext/Devel/Peek/t/Peek.t gv.c perl.h pod/perlguts.pod
32432            ! sv.c util.c
32433 ____________________________________________________________________________
32434 [ 27288] By: nicholas                              on 2006/02/23  17:45:55
32435         Log: In XS_attributes__guess_stash, attempting to call Gv* on a PVMG is
32436              bad and wrong.
32437      Branch: perl
32438            ! xsutils.c
32439 ____________________________________________________________________________
32440 [ 27287] By: stevep                                on 2006/02/23  17:42:09
32441         Log: Add test for RT #2166: foreach spuriously autovivifies
32442      Branch: perl
32443            ! t/cmd/for.t
32444 ____________________________________________________________________________
32445 [ 27286] By: stevep                                on 2006/02/23  16:24:19
32446         Log: Converted t/op/pos.t to use test.pl and added TODO test for 
32447              RT #1716 - search position reset after 'local' save/restore
32448      Branch: perl
32449            ! t/op/pos.t
32450 ____________________________________________________________________________
32451 [ 27283] By: rgs                                   on 2006/02/23  14:07:13
32452         Log: Subject: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
32453              From: "Jan Dubois" <jand@ActiveState.com>
32454              Date: Tue, 21 Feb 2006 12:36:31 -0800
32455              Message-ID: <019601c63726$7fcca200$6062a8c0@candy>
32456      Branch: perl
32457            ! win32/win32.c
32458 ____________________________________________________________________________
32459 [ 27282] By: nicholas                              on 2006/02/23  13:42:29
32460         Log: Recalculate dstr in Perl_sv_setsv_flags, as dstr may have been upgraded.
32461      Branch: perl
32462            ! sv.c
32463 ____________________________________________________________________________
32464 [ 27279] By: nicholas                              on 2006/02/23  13:07:54
32465         Log: Remove un-needed case in Perl_sv_setsv_flags (sv_upgrade will cover
32466              this one for us).
32467      Branch: perl
32468            ! sv.c
32469 ____________________________________________________________________________
32470 [ 27278] By: nicholas                              on 2006/02/23  11:11:12
32471         Log: Remove get magic from typeglobs. This means that PVGVs holding
32472              typeglobs never need to use SvPVX. This comes at price - typeglobs
32473              were using magic get for their stringificiation, and to pass SvOK(),
32474              so need to make typeglobs SvOK by default (by sucking SVp_SCREAM into
32475              SVf_OK - it's the only flag left), tweak SvSCREAM() to also check
32476              SVp_POK, and teach sv_2[inpu]v how to convert globs.
32477              However, it should free up SvPVX for the next part of the plan to
32478              pointer indirections, and therefore CPU cache pressure.
32479      Branch: perl
32480            ! embed.fnc embed.h ext/Devel/Peek/t/Peek.t gv.c mg.c perl.h
32481            ! proto.h sv.c sv.h
32482 ____________________________________________________________________________
32483 [ 27276] By: nicholas                              on 2006/02/23  00:29:04
32484         Log: Fix the copy sizes for PVFM and PVCV back to sanity.
32485      Branch: perl
32486            ! sv.c
32487 ____________________________________________________________________________
32488 [ 27274] By: nicholas                              on 2006/02/22  23:43:10
32489         Log: Fix typos and a missing bracket.
32490      Branch: perl
32491            ! pp.c t/op/studytied.t
32492 ____________________________________________________________________________
32493 [ 27273] By: nicholas                              on 2006/02/22  22:30:19
32494         Log: Avoid C<study>ing any strings that might change underneath us, such
32495              as tied scalars and scalars with overloaded stringification.
32496      Branch: perl
32497            ! pp.c t/op/studytied.t
32498 ____________________________________________________________________________
32499 [ 27272] By: rgs                                   on 2006/02/22  22:09:41
32500         Log: Mark some new study tests as TODO
32501      Branch: perl
32502            ! t/op/studytied.t
32503 ____________________________________________________________________________
32504 [ 27271] By: rgs                                   on 2006/02/22  21:04:33
32505         Log: Add a test for study() on tied scalars, by Andy Lester after
32506              Rick Delaney
32507      Branch: perl
32508            + t/op/studytied.t
32509            ! MANIFEST
32510 ____________________________________________________________________________
32511 [ 27270] By: rgs                                   on 2006/02/22  20:28:41
32512         Log: Turn on match string copying when /e flag is set on a substitution.
32513              
32514              Subject: [PATCH] dodge a valgrind error (for maint or blead)
32515              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
32516              Date: Feb 22, 2006 8:16 PM
32517              Message-ID: <43FCB896.7060106@gmail.com>
32518      Branch: perl
32519            ! pp_hot.c
32520 ____________________________________________________________________________
32521 [ 27269] By: nicholas                              on 2006/02/22  18:21:30
32522         Log: sv_dump should report the PV for PVGVs, as it can get set.
32523              (Typeglobs stringify via a call to GET magic, which uses the PV slot.)
32524      Branch: perl
32525            ! dump.c ext/Devel/Peek/t/Peek.t
32526 ____________________________________________________________________________
32527 [ 27268] By: nicholas                              on 2006/02/22  16:50:25
32528         Log: Test warnings for converting globs to other forms.
32529      Branch: perl
32530            ! t/op/gv.t
32531 ____________________________________________________________________________
32532 [ 27267] By: nicholas                              on 2006/02/22  00:23:49
32533         Log: Change 24643 made the mistake of assuming that CvCONST can only be true
32534              on XSUBs. Somehow it can also end up on perl subs. Bug spotted by and
32535              test case from Marcus Holland-Moritz.
32536      Branch: perl
32537            ! sv.c t/op/threads.t
32538 ____________________________________________________________________________
32539 [ 27265] By: nicholas                              on 2006/02/21  20:09:25
32540         Log: Can merge the two arms of Perl_magic_getglob to save space.
32541      Branch: perl
32542            ! mg.c
32543 ____________________________________________________________________________
32544 [ 27264] By: nicholas                              on 2006/02/21  19:04:39
32545         Log: Reorder the SV flags so that SVp_?OK and SVf_?OK occupy 8 contiguous
32546              bits (0x0000XX00). This makes perl 3K smaller with -Os on x86 FreeBSD,
32547              and might also help on other architectures (eg with 8 contiguous bits,
32548              the SvOK() test on ARM won't need an intermediate constant).
32549      Branch: perl
32550            ! sv.h
32551 ____________________________________________________________________________
32552 [ 27263] By: stevep                                on 2006/02/21  18:44:21
32553         Log: Additional hints needed to build threaded Perls on NetBSD.
32554      Branch: perl
32555            ! hints/netbsd.sh
32556 ____________________________________________________________________________
32557 [ 27262] By: nicholas                              on 2006/02/21  18:00:57
32558         Log: PL_body_arenas should be set to NULL when the interpreter is cleared.
32559      Branch: perl
32560            ! sv.c
32561 ____________________________________________________________________________
32562 [ 27261] By: nicholas                              on 2006/02/21  16:28:02
32563         Log: Teach B about CVf_ISXSUB
32564      Branch: perl
32565            ! ext/B/defsubs_h.PL ext/B/t/concise-xs.t
32566 ____________________________________________________________________________
32567 [ 27260] By: nicholas                              on 2006/02/21  16:12:37
32568         Log: Goodbye PERL_XSUB_OLDSTYLE.
32569      Branch: perl
32570            ! cv.h ext/B/defsubs_h.PL ext/B/t/concise-xs.t
32571            ! ext/Devel/Peek/t/Peek.t pp_ctl.c pp_hot.c
32572 ____________________________________________________________________________
32573 [ 27259] By: nicholas                              on 2006/02/21  15:40:04
32574         Log: Re-order the definitions of the private bits in SvFLAGS by value, so
32575              that we can see where we're already double-booked.
32576      Branch: perl
32577            ! sv.h
32578 ____________________________________________________________________________
32579 [ 27258] By: nicholas                              on 2006/02/21  15:23:21
32580         Log: Document the many uses of SVf_FAKE.
32581      Branch: perl
32582            ! sv.h
32583 ____________________________________________________________________________
32584 [ 27257] By: stevep                                on 2006/02/21  15:18:58
32585         Log: Add tests for the previously untested Hash::Util::all_keys().
32586      Branch: perl
32587            ! ext/Hash/Util/t/Util.t
32588 ____________________________________________________________________________
32589 [ 27256] By: stevep                                on 2006/02/21  00:43:43
32590         Log: $ExtUtils::MM_Unix::VERSION needs to stay numeric to avoid test
32591              warnings.
32592      Branch: perl
32593            ! lib/ExtUtils/MM_Unix.pm
32594 ____________________________________________________________________________
32595 [ 27255] By: stevep                                on 2006/02/21  00:40:23
32596         Log: Subject: Patches: B, CGI, ExtUtils::MM_Unix
32597              From: "Joshua ben Jore" <twists@gmail.com>
32598              Date: Sun, 19 Feb 2006 02:58:10 -0600
32599              Message-ID: <dc5c751d0602190058t78d915fv78c6318370307b63@mail.gmail.com>
32600      Branch: perl
32601            ! AUTHORS lib/CGI.pm
32602 ____________________________________________________________________________
32603 [ 27254] By: stevep                                on 2006/02/21  00:02:46
32604         Log: Subject: Re: Patches: B, CGI, ExtUtils::MM_Unix
32605              From: "Joshua ben Jore" <twists@gmail.com>
32606              Date: Mon, 20 Feb 2006 09:50:15 -0600
32607              Message-ID: <dc5c751d0602200750j21447031m86ea670b04ac27ed@mail.gmail.com>
32608              
32609              Includes changes to increment test count in ext/B/t/concise-xs.t and
32610              uses "no warnings 'once';" in ext/B/t/b.t rather than kludging to 
32611              avoid the warning.
32612      Branch: perl
32613            ! ext/B/B.pm ext/B/B.xs ext/B/t/b.t ext/B/t/concise-xs.t
32614 ____________________________________________________________________________
32615 [ 27252] By: stevep                                on 2006/02/20  23:01:41
32616         Log: Subject: [PATCH] op/magic failure on cygwin after 1.5.19-4
32617              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
32618              Date: Mon, 20 Feb 2006 11:09:33 -0800
32619              Message-ID: <20060220190933.GA1316@efn.org>
32620      Branch: perl
32621            ! t/op/magic.t
32622 ____________________________________________________________________________
32623 [ 27251] By: nicholas                              on 2006/02/20  20:32:09
32624         Log: Steal code from maint, and use PERL_ARENA_ROOTS_SIZE to size the arena
32625              arrays, rather than SVt_LAST, so that SVt_LAST can truthfully remain
32626              the number of genuine SV types, unclouded by implementation details.
32627      Branch: perl
32628            ! intrpvar.h sv.c sv.h
32629 ____________________________________________________________________________
32630 [ 27250] By: rgs                                   on 2006/02/20  20:03:37
32631         Log: Subject: [PATCH] Make SDBM_File work with -Duse64bitall on Darwin (Mac OS X)
32632              From: Dominic Dunlop <shouldbedomo@mac.com>
32633              Date: Feb 20, 2006 1:46 PM
32634              Message-Id: <B699DDDE-EC4E-495D-AFF5-3D7399332A24@mac.com>
32635      Branch: perl
32636            ! ext/SDBM_File/Makefile.PL hints/darwin.sh
32637 ____________________________________________________________________________
32638 [ 27249] By: nicholas                              on 2006/02/20  19:00:22
32639         Log: PVCVs don't need XNVs either.
32640              (And actually remove xcv_depth)
32641              (And fix the copy lengths in bodies_by_type)
32642      Branch: perl
32643            ! cv.h dump.c ext/B/B/Bytecode.pm ext/Devel/Peek/t/Peek.t sv.c
32644 ____________________________________________________________________________
32645 [ 27248] By: rgs                                   on 2006/02/20  17:59:42
32646         Log: Subject: [PATCH] Trouble with $ENV{CDPATH} after change #27236
32647              From: Dominic Dunlop <shouldbedomo@mac.com>
32648              Date: Feb 20, 2006 2:49 PM
32649              Message-Id: <6393FA5A-6B84-46E9-A557-DED3BB0AD7EE@mac.com>
32650      Branch: perl
32651            ! t/op/utftaint.t
32652 ____________________________________________________________________________
32653 [ 27247] By: nicholas                              on 2006/02/20  17:48:21
32654         Log: PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so moving
32655              xcv_depth into the IV union saves 4(ish) bytes per CV and format.
32656              "ish" because it was a long, but has been changed to I32 (along with
32657              the corresponding field in struct block_sub) so as not to enlarge the
32658              IV union on platforms where sizeof(long) > sizeof(IV), or struct
32659              block_sub where sizeof(long) > sizeof(I32)
32660      Branch: perl
32661            ! cop.h cv.h dump.c ext/B/B/Bytecode.pm ext/Devel/Peek/t/Peek.t
32662            ! op.c sv.c sv.h
32663 ____________________________________________________________________________
32664 [ 27245] By: nicholas                              on 2006/02/20  14:01:59
32665         Log: Fix sv_dump to dump formats without the (non-existent) NVX.
32666      Branch: perl
32667            ! dump.c
32668 ____________________________________________________________________________
32669 [ 27244] By: nicholas                              on 2006/02/20  13:42:47
32670         Log: xcv_root and xcv_xsub can also be merged into a union, providing a new
32671              flag is added to denote whether the PVCV is perl or XSUB.
32672      Branch: perl
32673            ! cv.h dump.c ext/B/B.xs ext/Devel/Peek/t/Peek.t op.c sv.c sv.h
32674 ____________________________________________________________________________
32675 [ 27243] By: nicholas                              on 2006/02/20  11:54:38
32676         Log: xcv_start and xcv_xsubany can be merged into a union, as they are never
32677              both needed.
32678      Branch: perl
32679            ! cv.h dump.c ext/B/B.xs ext/Devel/Peek/t/Peek.t sv.h
32680 ____________________________________________________________________________
32681 [ 27242] By: nicholas                              on 2006/02/20  11:54:03
32682         Log: Need to clear CvXSUBANY() too to turn a constant sub into a prototype.
32683      Branch: perl
32684            ! lib/ExtUtils/Constant/ProxySubs.pm
32685 ____________________________________________________________________________
32686 [ 27241] By: nicholas                              on 2006/02/20  10:40:59
32687         Log: Add a new CvISXSUB() macro, for abstracting the test as to whether a
32688              PVCV is perl or XS.
32689      Branch: perl
32690            ! cv.h dump.c ext/Devel/Peek/Peek.xs gv.c op.c pad.c pp_ctl.c
32691            ! pp_hot.c pp_sort.c sv.c
32692 ____________________________________________________________________________
32693 [ 27240] By: nicholas                              on 2006/02/20  10:10:11
32694         Log: Abolish BROKEN_UNION_INIT in B::C, as it works around problems in
32695              pre-ANSI C compilers, but pays in code duplication.
32696      Branch: perl
32697            ! cv.h ext/B/B/C.pm
32698 ____________________________________________________________________________
32699 [ 27239] By: rgs                                   on 2006/02/20  09:31:03
32700         Log: Subject: patch@27236 vms glob/readdir/chdir EFS/long filename support
32701              From: John E. Malmberg <wb8tyw@qsl.net>
32702              Date: Feb 20, 2006 3:43 AM
32703              Message-ID: <43F92CE6.5040704@qsl.net>
32704      Branch: perl
32705            ! doio.c t/io/fs.t vms/vms.c
32706 ____________________________________________________________________________
32707 [ 27238] By: rgs                                   on 2006/02/20  09:26:15
32708         Log: More NullXXX macro removal from Andy Lester
32709      Branch: perl
32710            ! cop.h deb.c doio.c doop.c hv.c intrpvar.h mg.h pad.c pad.h
32711            ! perl.c pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c toke.c
32712            ! universal.c util.c
32713 ____________________________________________________________________________
32714 [ 27237] By: rgs                                   on 2006/02/20  08:54:22
32715         Log: Yitzchak points out that the perldiag entry for "Integer overflow in
32716              division" is no longer useful.
32717      Branch: perl
32718            ! pod/perldiag.pod
32719 ____________________________________________________________________________
32720 [ 27236] By: nicholas                              on 2006/02/20  00:36:34
32721         Log: utftaint.t won't be able to run tests with -T if you have
32722              Insecure directory in $ENV{PATH}
32723              so skip them. (Probably this means you have . in your PATH)
32724      Branch: perl
32725            ! t/op/utftaint.t
32726 ____________________________________________________________________________
32727 [ 27235] By: nicholas                              on 2006/02/20  00:21:09
32728         Log: Remove the last (U16) cast for CV depths, missed by change 17835.
32729      Branch: perl
32730            ! pp_ctl.c
32731 ____________________________________________________________________________
32732 [ 27234] By: nicholas                              on 2006/02/20  00:02:53
32733         Log: Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS into adjacent bits,
32734              and make other flag bits that are paired in the code adjacent.
32735              Will produce tighter code on ARM; might help on other platforms too.
32736      Branch: perl
32737            ! cv.h ext/Devel/Peek/t/Peek.t
32738 ____________________________________________________________________________
32739 [ 27233] By: nicholas                              on 2006/02/19  23:59:52
32740         Log: Ministry of Truth removes typo in description of Change 26166.
32741              Change 26166 was correct from the start.
32742              Nothing to see. Move along.
32743              We thank Big Brother for raising the chocolate ration to 20g per week.
32744      Branch: perl
32745            ! Changes
32746 ____________________________________________________________________________
32747 [ 27231] By: nicholas                              on 2006/02/19  22:35:24
32748         Log: Shave sizeof(NV) bytes from formats, by using the same offset
32749              manoeuvre as PVs, PVIVs, PVAVs and PVHVs.
32750      Branch: perl
32751            ! sv.c sv.h
32752 ____________________________________________________________________________
32753 [ 27230] By: nicholas                              on 2006/02/19  20:30:24
32754         Log: AVs and HVs don't have IVXs or NVXs, so assert this too.
32755      Branch: perl
32756            ! sv.h
32757 ____________________________________________________________________________
32758 [ 27229] By: nicholas                              on 2006/02/19  20:10:34
32759         Log: Under -DDEBUGGING, assert that SvIVX, SvUVX and SvNVX aren't being
32760              used on scalars that don't have the memory allocated. Correct
32761              SvSTASH and SvMAGIC to only evaluate the sv argument once.
32762      Branch: perl
32763            ! sv.h
32764 ____________________________________________________________________________
32765 [ 27228] By: nicholas                              on 2006/02/19  18:57:35
32766         Log: To make arithmetic on tainted dualvars work properly requires that
32767              sv_2nv uses SvIVX in preference to SvPVX, if SVp_IOK is true.
32768      Branch: perl
32769            ! sv.c t/op/taint.t
32770 ____________________________________________________________________________
32771 [ 27227] By: nicholas                              on 2006/02/19  12:14:15
32772         Log: SvROK(sv) will never be true when SvIOKp() or SvNOKp() is true, so the
32773              code inside the if() test in sv_2pv_flags is dead and can be removed.
32774      Branch: perl
32775            ! sv.c
32776 ____________________________________________________________________________
32777 [ 27223] By: rgs                                   on 2006/02/18  20:13:51
32778         Log: As Anno Siegel points out, mtime/ctime test should be skipped
32779              on OS X on HFS+.
32780      Branch: perl
32781            ! t/op/stat.t
32782 ____________________________________________________________________________
32783 [ 27222] By: nicholas                              on 2006/02/18  19:01:48
32784         Log: save_re_context() and even errsv_save = newSVsv(ERRSV); can turn
32785              PL_tainted back on, so defer turning if off as late as possible.
32786              This gets lib/locale.t working once more.
32787      Branch: perl
32788            ! utf8.c
32789 ____________________________________________________________________________
32790 [ 27221] By: nicholas                              on 2006/02/18  18:23:43
32791         Log: Turn of tainting locally inside swash_init(), as the internal
32792              implementation of the regexp engine has nothing to do with user data,
32793              so when and where it happens to call require is agnostic of the current
32794              expression's taintedness.
32795      Branch: perl
32796            ! t/op/utftaint.t utf8.c
32797 ____________________________________________________________________________
32798 [ 27220] By: nicholas                              on 2006/02/18  18:22:13
32799         Log: Assume that if runperl is called under tainting, that the caller really
32800              really wanted to run perl, so brute force untaint everything.
32801      Branch: perl
32802            ! t/test.pl
32803 ____________________________________________________________________________
32804 [ 27219] By: nicholas                              on 2006/02/18  17:38:38
32805         Log: Convert utftaint.t to test.pl (from Test.pm) and provide it with
32806              tainted() from taint.t to remove the dependency on Scalar::Util.
32807              (So it will now work with miniperl)
32808      Branch: perl
32809            ! t/op/utftaint.t
32810 ____________________________________________________________________________
32811 [ 27218] By: stevep                                on 2006/02/18  12:58:49
32812         Log: Upgrade to Digest-SHA-5.34.
32813      Branch: perl
32814            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
32815            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
32816            ! ext/Digest/SHA/ppport.h ext/Digest/SHA/src/hmac.c
32817            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
32818            ! ext/Digest/SHA/src/sha.h ext/Digest/SHA/t/0-pod-coverage.t
32819            ! ext/Digest/SHA/t/0-pod.t ext/Digest/SHA/t/1-exist.t
32820            ! ext/Digest/SHA/t/1-hello-world.t
32821            ! ext/Digest/SHA/t/2-nist-sha-1.t
32822            ! ext/Digest/SHA/t/2-nist-sha-224.t
32823            ! ext/Digest/SHA/t/2-nist-sha-256.t
32824            ! ext/Digest/SHA/t/2-nist-sha-384.t
32825            ! ext/Digest/SHA/t/2-nist-sha-512.t
32826            ! ext/Digest/SHA/t/2-nist-sha-base64.t
32827            ! ext/Digest/SHA/t/2-nist-sha-oo.t
32828            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
32829            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
32830            ! ext/Digest/SHA/t/3-gillogly-easy.t
32831            ! ext/Digest/SHA/t/3-gillogly-hard.t
32832            ! ext/Digest/SHA/t/4-bitstr-increasing.t
32833            ! ext/Digest/SHA/t/4-bitstr-large.t
32834            ! ext/Digest/SHA/t/4-bitstr-random.t
32835            ! ext/Digest/SHA/t/5-hmac-fips198.t
32836            ! ext/Digest/SHA/t/5-hmac-rfc2202.t
32837            ! ext/Digest/SHA/t/5-hmac-sha-256.t
32838            ! ext/Digest/SHA/t/5-hmac-woodbury.t
32839            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
32840 ____________________________________________________________________________
32841 [ 27215] By: nicholas                              on 2006/02/18  00:11:07
32842         Log: Subject: arena-rework : consolidated patch
32843              From: Jim Cromie <jim.cromie@gmail.com>
32844              Message-ID: <43F0F649.9040205@gmail.com>
32845              Date: Mon, 13 Feb 2006 14:12:41 -0700
32846              
32847              Tweaked somewhat to split the arena boolean from the arena_size,
32848              and with the PTE still doubling-up with one of the SV types in the
32849              array.
32850      Branch: perl
32851            ! embed.fnc embed.h hv.c perl.h pod/perlapi.pod proto.h sv.c
32852            ! sv.h
32853 ____________________________________________________________________________
32854 [ 27214] By: nicholas                              on 2006/02/17  23:26:58
32855         Log: Subject: Re: Smoke [5.9.4] 27195 FAIL(m) irix 6.2 (IP22/1 cpu)
32856              From: Abe Timmerman <abe@ztreet.demon.nl>
32857              Message-Id: <200602172358.23977.abe@ztreet.demon.nl>
32858              Date: Fri, 17 Feb 2006 23:58:23 +0100
32859      Branch: perl
32860            ! Makefile.SH
32861 ____________________________________________________________________________
32862 [ 27213] By: nicholas                              on 2006/02/17  22:40:31
32863         Log: The two whitespace changes from
32864              
32865              Subject: arena-rework : consolidated patch
32866              From: Jim Cromie <jim.cromie@gmail.com>
32867              Message-ID: <43F0F649.9040205@gmail.com>
32868              Date: Mon, 13 Feb 2006 14:12:41 -0700
32869      Branch: perl
32870            ! sv.c
32871 ____________________________________________________________________________
32872 [ 27212] By: gisle                                 on 2006/02/17  21:21:05
32873         Log: Don't add -fPIC if already present.
32874              
32875              Subject: [PATCH] 5.8.8: Debian patches
32876              From: "Brendan O'Dea" <bod@debian.org>
32877              Date: Sat, 11 Feb 2006 00:37:15 +1100
32878              Message-ID: <20060210133715.GA6826@londo.c47.org>
32879      Branch: perl
32880            ! hints/linux.sh
32881 ____________________________________________________________________________
32882 [ 27211] By: gisle                                 on 2006/02/17  21:19:03
32883         Log: Fix precedence.
32884              
32885              Subject: [PATCH] 5.8.8: Debian patches
32886              From: "Brendan O'Dea" <bod@debian.org>
32887              Date: Sat, 11 Feb 2006 00:37:15 +1100
32888              Message-ID: <20060210133715.GA6826@londo.c47.org>
32889      Branch: perl
32890            ! lib/Net/NNTP.pm
32891 ____________________________________________________________________________
32892 [ 27210] By: gisle                                 on 2006/02/17  20:54:46
32893         Log: Fix quote typo.
32894              
32895              Subject: [PATCH] 5.8.8: Debian patches
32896              From: "Brendan O'Dea" <bod@debian.org>
32897              Date: Sat, 11 Feb 2006 00:37:15 +1100
32898              Message-ID: <20060210133715.GA6826@londo.c47.org>
32899      Branch: perl
32900            ! utils/c2ph.PL
32901 ____________________________________________________________________________
32902 [ 27209] By: rgs                                   on 2006/02/17  15:48:59
32903         Log: In TODO: make encoding.pm lexical ?
32904      Branch: perl
32905            ! pod/perltodo.pod
32906 ____________________________________________________________________________
32907 [ 27208] By: rgs                                   on 2006/02/17  15:09:11
32908         Log: Subject: [PATCH] cleaning up perly.c
32909              From: andy@petdance.com (Andy Lester)
32910              Date: Sun, 12 Feb 2006 23:04:56 -0600
32911              Message-ID: <20060213050455.GA27993@petdance.com>
32912      Branch: perl
32913            ! perly.c
32914 ____________________________________________________________________________
32915 [ 27207] By: rgs                                   on 2006/02/17  14:27:22
32916         Log: Subject: Re: Perl_sighandler voodoo (was Re: Smoke [5.8.7] 26127 FAIL(XF) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
32917              From: Robin Houston <robin@cpan.org>
32918              Date: Sun, 27 Nov 2005 00:43:13 +0000
32919              Message-ID: <20051127004313.GA7007@rpc142.cs.man.ac.uk>
32920              
32921              Simplification of the code in my_exit_jump() that unwinds context
32922              stacks
32923      Branch: perl
32924            ! perl.c
32925 ____________________________________________________________________________
32926 [ 27205] By: rgs                                   on 2006/02/17  08:50:27
32927         Log: Subject: Re: [perl #38485] use integer; 0x80000000/-1; # coredump
32928              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
32929              Date: Mon, 13 Feb 2006 01:39:25 -0800
32930              Message-ID: <20060213093925.GA3476@efn.org>
32931      Branch: perl
32932            ! lib/integer.t pp.c
32933 ____________________________________________________________________________
32934 [ 27204] By: rgs                                   on 2006/02/16  14:44:10
32935         Log: Subject: Re: how to build with -DPERL_MEM_LOG ?
32936              From: Andy Dougherty <doughera@lafayette.edu>
32937              Date: Fri, 3 Feb 2006 11:55:58 -0500 (EST)
32938              Message-ID: <Pine.SOC.4.62.0602031129530.9630@maxwell.phys.lafayette.edu>
32939      Branch: perl
32940            ! x2p/a2p.h
32941 ____________________________________________________________________________
32942 [ 27203] By: rgs                                   on 2006/02/16  14:15:53
32943         Log: Subject: Problem compiling swigged c++ code with 5.8.8
32944              From: Merijn Broeren <merijnb@iloquent.com>
32945              Date: Wed, 15 Feb 2006 13:51:49 +0100
32946              Message-ID: <20060215125148.GA12535@brugman.iloquent.nl>
32947      Branch: perl
32948            ! XSUB.h perl.h
32949 ____________________________________________________________________________
32950 [ 27202] By: stevep                                on 2006/02/16  12:54:08
32951         Log: Upgrade to CGI-3.16, with version bump on CGI.pm for documentation
32952              fixes not yet integrated.
32953      Branch: perl
32954            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm
32955            ! lib/CGI/Fast.pm lib/CGI/t/cookie.t lib/CGI/t/function.t
32956            ! lib/CGI/t/html.t
32957 ____________________________________________________________________________
32958 [ 27201] By: rgs                                   on 2006/02/16  12:47:13
32959         Log: Remove lib/Hash directory when doing make distclean
32960      Branch: perl
32961            ! Makefile.SH
32962 ____________________________________________________________________________
32963 [ 27200] By: rgs                                   on 2006/02/16  11:46:51
32964         Log: Subject: [PATCH] stat() on Windows doesn't handle trailing slashes/backslashes correctly
32965              From: "Jan Dubois" <jand@ActiveState.com>
32966              Date: Wed, 15 Feb 2006 17:19:29 -0800
32967              Message-ID: <017901c63297$08e1e3f0$2217a8c0@candy>
32968      Branch: perl
32969            ! win32/win32.c
32970 ____________________________________________________________________________
32971 [ 27199] By: rgs                                   on 2006/02/16  11:43:09
32972         Log: Subject: [patch] t/lib/warnings/pp_sys
32973              From: "Green, Paul" <Paul.Green@stratus.com>
32974              Date: Wed, 15 Feb 2006 11:09:57 -0500
32975              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB011A19AF@EXNA.corp.stratus.com>
32976      Branch: perl
32977            ! t/lib/warnings/pp_sys
32978 ____________________________________________________________________________
32979 [ 27198] By: rgs                                   on 2006/02/16  11:40:42
32980         Log: CPAN::FirstTime can go as well from the untested module list
32981      Branch: perl
32982            ! t/lib/1_compile.t
32983 ____________________________________________________________________________
32984 [ 27197] By: rgs                                   on 2006/02/16  11:38:00
32985         Log: Pod::Plainer is tested, actually (spotted by chromatic)
32986      Branch: perl
32987            ! t/lib/1_compile.t
32988 ____________________________________________________________________________
32989 [ 27195] By: rgs                                   on 2006/02/16  09:10:38
32990         Log: Subject: [PATCH] Make XCOPY not prompt every two seconds when rebuilding on Win32
32991              From: demerphq <demerphq@gmail.com>
32992              Date: Mon, 13 Feb 2006 09:41:37 +0100
32993              Message-ID: <9b18b3110602130041q2d64122am5c83392dd75e0413@mail.gmail.com>
32994      Branch: perl
32995            ! win32/Makefile win32/makefile.mk
32996 ____________________________________________________________________________
32997 [ 27194] By: gisle                                 on 2006/02/15  15:25:36
32998         Log: Get perl_fini() running on HP-UX again.
32999              It was effectively disabled by change 24667 since
33000              __ux_version is only available under DCE threads
33001              which isn't used when perl is built on HP-UX 11
33002              and later.
33003      Branch: perl
33004            ! perl.c
33005 ____________________________________________________________________________
33006 [ 27193] By: rgs                                   on 2006/02/15  13:22:27
33007         Log: Fix to run this test in the core
33008      Branch: perl
33009            ! lib/CPAN/t/03pkgs.t
33010 ____________________________________________________________________________
33011 [ 27192] By: stevep                                on 2006/02/15  13:11:06
33012         Log: Subject:  [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.84.tar.gz
33013              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
33014              Date: Wed, 15 Feb 2006 09:19:56 +0100
33015              Message-ID: <87oe19owyb.fsf@k75.linux.bogus>
33016      Branch: perl
33017            + lib/CPAN/t/01loadme.t lib/CPAN/t/02nox.t lib/CPAN/t/03pkgs.t
33018            + lib/CPAN/t/10version.t lib/CPAN/t/11mirroredby.t
33019            - lib/CPAN/t/Nox.t lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t
33020            - lib/CPAN/t/vcmp.t lib/CPAN/t/version.t
33021            ! MANIFEST lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
33022            ! lib/CPAN/HandleConfig.pm lib/CPAN/Nox.pm lib/CPAN/SIGNATURE
33023            ! lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
33024 ____________________________________________________________________________
33025 [ 27190] By: merijn                                on 2006/02/15  09:11:12
33026         Log: Added hints/dragonfly.sh for #27189
33027      Branch: perl
33028            ! MANIFEST
33029 ____________________________________________________________________________
33030 [ 27189] By: merijn                                on 2006/02/15  09:07:43
33031         Log: Subject: Patch for perl to compile/work on DragonFlyBSD
33032              From: Robert Sebastian Gerus <arachnist@gmail.com>
33033              Date: Tue, 14 Feb 2006 17:27:52 +0100
33034              Message-ID: <4a1e16420602140827w17fd6595w@mail.gmail.com>
33035      Branch: perl
33036            + hints/dragonfly.sh
33037            ! Configure Makefile.SH
33038 ____________________________________________________________________________
33039 [ 27187] By: craigb                                on 2006/02/15  04:32:14
33040         Log: Subject: patch@27162 long path name support in readdir / cando_by_name
33041              From: "John E. Malmberg" <wb8tyw@qsl.net>
33042              Date: Sun, 12 Feb 2006 15:24:58 -0500
33043              Message-id: <43EF999A.1020500@qsl.net>
33044      Branch: perl
33045            ! vms/vms.c vms/vmsish.h
33046 ____________________________________________________________________________
33047 [ 27186] By: stevep                                on 2006/02/15  02:55:13
33048         Log: Version bump to go along with change #27185
33049      Branch: perl
33050            ! lib/Getopt/Long.pm
33051 ____________________________________________________________________________
33052 [ 27185] By: stevep                                on 2006/02/15  02:53:10
33053         Log: Subject: Getopt::Long::Configure 'no_getopt_compat'
33054              From: Abigail <abigail@abigail.nl>
33055              Date: Tue, 14 Feb 2006 23:58:07 +0100
33056              Message-ID: <20060214225806.GA4120@abigail.nl>
33057      Branch: perl
33058            ! lib/Getopt/Long.pm
33059 ____________________________________________________________________________
33060 [ 27184] By: nicholas                              on 2006/02/14  23:42:45
33061         Log: Back out change change 10214 (drop SVp_IOK from >> PRIVSHIFT) as it
33062              never felt quite correct, and other parts of the SV conversion
33063              implementation have improved such that the symptoms 10214 covered
33064              over are gone even without it.
33065      Branch: perl
33066            ! mg.c scope.c sv.c
33067 ____________________________________________________________________________
33068 [ 27182] By: stevep                                on 2006/02/14  17:50:06
33069         Log: Upgrade to Time-HiRes-1.87
33070      Branch: perl
33071            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
33072            ! ext/Time/HiRes/t/HiRes.t
33073 ____________________________________________________________________________
33074 [ 27181] By: stevep                                on 2006/02/14  17:41:02
33075         Log: Hash::Util tests should check if Hash::Util has been built, not
33076              List::Util (spotted by Rafael).
33077      Branch: perl
33078            ! ext/Hash/Util/t/Util.t
33079 ____________________________________________________________________________
33080 [ 27180] By: stevep                                on 2006/02/14  17:08:08
33081         Log: Subject: [Patch] Enhance Hash::Util
33082              From: demerphq <demerphq@gmail.com>
33083              Date: Mon, 13 Feb 2006 11:39:33 +0100
33084              Message-ID: <9b18b3110602130239w311d05fcr776ae8333776ca2e@mail.gmail.com>
33085      Branch: perl
33086            + ext/Hash/Util/Changes ext/Hash/Util/Makefile.PL
33087            + ext/Hash/Util/Util.xs ext/Hash/Util/lib/Hash/Util.pm
33088            + ext/Hash/Util/t/Util.t
33089            - lib/Hash/Util.pm lib/Hash/Util.t
33090            ! MANIFEST win32/Makefile win32/makefile.mk
33091 ____________________________________________________________________________
33092 [ 27179] By: rgs                                   on 2006/02/14  13:23:04
33093         Log: One shouldn't be able to dereference a GLOB as a SCALAR.
33094              
33095              Subject: Re: [perl #38484] Data::Dumper only warns on unhandled reference types
33096              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
33097              Date: Sun, 12 Feb 2006 09:18:39 -0800
33098              Message-ID: <20060212171839.GA3604@efn.org>
33099              
33100              plus regression tests.
33101      Branch: perl
33102            ! pp.c t/op/ref.t
33103 ____________________________________________________________________________
33104 [ 27178] By: rgs                                   on 2006/02/14  10:18:48
33105         Log: Remove a my_perl that slipped in
33106      Branch: perl
33107            ! perlio.c
33108 ____________________________________________________________________________
33109 [ 27177] By: rgs                                   on 2006/02/14  10:00:36
33110         Log: Subject: [PATCH] Sun Studio lint patches
33111              From: andy@petdance.com (Andy Lester)
33112              Date: Mon, 13 Feb 2006 23:46:17 -0600
33113              Message-ID: <20060214054617.GA8824@petdance.com>
33114      Branch: perl
33115            ! Makefile.SH gv.c hv.c op.c pad.c perlio.c pp.c pp_ctl.c
33116            ! pp_hot.c regcomp.c sv.c toke.c utf8.c
33117 ____________________________________________________________________________
33118 [ 27176] By: nicholas                              on 2006/02/13  21:46:13
33119         Log: Ensure that public I, N and P flags are off when SvTAINT is called on
33120              something that already has taint magic.
33121      Branch: perl
33122            ! sv.c
33123 ____________________________________________________________________________
33124 [ 27174] By: rgs                                   on 2006/02/13  17:27:59
33125         Log: Subject: [PATCH] perldiag.pod patching re: integer overflow
33126              From: andy@petdance.com (Andy Lester)
33127              Date: Sun, 12 Feb 2006 23:08:48 -0600
33128              Message-ID: <20060213050848.GB27993@petdance.com>
33129      Branch: perl
33130            ! pod/perldiag.pod pod/perlop.pod
33131 ____________________________________________________________________________
33132 [ 27173] By: rgs                                   on 2006/02/13  17:17:40
33133         Log: Subject: [perl #38346] [PATCH] Re: B::Deparse's bug?
33134              From: Stephen McCamant <smcc@mit.edu>
33135              Date: Wed, 8 Feb 2006 17:48:49 -0800
33136              Message-ID: <17386.40833.64309.454938@conquest.OCF.Berkeley.EDU>
33137      Branch: perl
33138            ! ext/B/B/Deparse.pm
33139 ____________________________________________________________________________
33140 [ 27172] By: steveh                                on 2006/02/13  16:46:14
33141         Log: Teach checkAUTHORS.pl about Changelogs with leading tabs
33142              in the log entries, and fix a malformed log entry in Changes5.005
33143      Branch: perl
33144            ! Changes5.005 Porting/checkAUTHORS.pl
33145 ____________________________________________________________________________
33146 [ 27171] By: steveh                                on 2006/02/13  16:03:23
33147         Log: Revert an assert() fix in the light of change #27152
33148              
33149              The MinGW problem described here:
33150              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-01/msg00146.html
33151              was fixed by change #26664. This is no longer relevant in the light of
33152              change #27152, so revert it.
33153              
33154              (The other problems with VC++ 6 and BCC, fixed by change #26634, have
33155              not gone away, however.)
33156      Branch: perl
33157            ! gv.h
33158 ____________________________________________________________________________
33159 [ 27169] By: nicholas                              on 2006/02/13  15:12:58
33160         Log: All the bits of clone_params.flags need to be initialised, not just
33161              CLONEf_JOIN_IN.
33162      Branch: perl
33163            ! ext/threads/threads.xs
33164 ____________________________________________________________________________
33165 [ 27166] By: nicholas                              on 2006/02/12  19:03:47
33166         Log: Fix change 27059 so that it actually works with >16 file descriptors.
33167              With programmers like these, we need Stadler & Waldorf on code review.
33168      Branch: perl
33169            ! perlio.c
33170 ____________________________________________________________________________
33171 [ 27162] By: nicholas                              on 2006/02/11  22:52:40
33172         Log: In perldiag.pod add an entry for the error message that change 27155
33173              introduced.
33174      Branch: perl
33175            ! pod/perldiag.pod
33176 ____________________________________________________________________________
33177 [ 27161] By: nicholas                              on 2006/02/11  16:10:22
33178         Log: Remove SOFT_CAST() as it no longer does anything useful.
33179      Branch: perl
33180            ! perl.h scope.h
33181 ____________________________________________________________________________
33182 [ 27159] By: nicholas                              on 2006/02/11  15:10:32
33183         Log: Coalesce 2 if blocks with duplicated conditions in Perl_sv_dup.
33184      Branch: perl
33185            ! sv.c
33186 ____________________________________________________________________________
33187 [ 27158] By: stevep                                on 2006/02/11  14:16:45
33188         Log: Test to go with change #27155.
33189      Branch: perl
33190            ! lib/integer.t
33191 ____________________________________________________________________________
33192 [ 27155] By: stevep                                on 2006/02/11  06:14:02
33193         Log: Die when integer overflow condition is detected in division under
33194              C<use integer>.  Hopefully fixes RT #38485.
33195      Branch: perl
33196            ! pp.c
33197 ____________________________________________________________________________
33198 [ 27154] By: nicholas                              on 2006/02/11  00:40:04
33199         Log: assert() that we can't reach two unreachable code paths
33200              (in Perl_magic_get and Perl_pp_shift).
33201      Branch: perl
33202            ! mg.c pp.c
33203 ____________________________________________________________________________
33204 [ 27153] By: nicholas                              on 2006/02/10  22:37:23
33205         Log: The return value from S_hv_auxinit can be ignored, as it's also stored
33206              within the passed in hv parameter.
33207      Branch: perl
33208            ! embed.fnc proto.h
33209 ____________________________________________________________________________
33210 [ 27152] By: steveh                                on 2006/02/10  17:46:35
33211         Log: A better fix than 27148
33212              
33213              Subject: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
33214              From: Nicholas Clark <nick@ccl4.org>
33215              Date: Fri, 10 Feb 2006 14:58:47 +0000
33216              Message-ID: <20060210145847.GA85020@plum.flirble.org>
33217              
33218              Subject: RE: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
33219              From: "Jan Dubois" <jand@ActiveState.com>
33220              Date: Fri, 10 Feb 2006 09:03:41 -0800
33221              Message-ID: <024401c62e63$f1e53c10$6062a8c0@candy>
33222      Branch: perl
33223            ! embed.fnc embed.h hv.c perl.h proto.h sv.c
33224 ____________________________________________________________________________
33225 [ 27151] By: nicholas                              on 2006/02/10  14:25:33
33226         Log: With PERL_POISON defined, ensure freshly malloc()ed memory isn't zeros,
33227              and when PERL_TRACK_MEMPOOL is also defined scribble on any extension
33228              added by realloc().
33229      Branch: perl
33230            ! util.c
33231 ____________________________________________________________________________
33232 [ 27148] By: steveh                                on 2006/02/10  11:20:23
33233         Log: Fix the effects of 27136 on Win32 with DEBUGGING and PERL_IMPLICIT_SYS
33234      Branch: perl
33235            ! embed.fnc embed.h hv.c proto.h sv.c
33236 ____________________________________________________________________________
33237 [ 27145] By: nicholas                              on 2006/02/09  23:23:59
33238         Log: Change 27136 seems to have inadvertently upset some compilers,
33239              presumably where NULL was defined as 0, not (void *)0
33240      Branch: perl
33241            ! op.c
33242 ____________________________________________________________________________
33243 [ 27140] By: stevep                                on 2006/02/09  18:25:02
33244         Log: Fix breakage in S_set_csh() from change #27136.
33245      Branch: perl
33246            ! toke.c
33247 ____________________________________________________________________________
33248 [ 27139] By: gisle                                 on 2006/02/09  18:09:01
33249         Log: Document incompatible interpretation of chdir FOO.
33250              Ref change 27125.
33251      Branch: perl
33252            ! pod/perl594delta.pod
33253 ____________________________________________________________________________
33254 [ 27138] By: rgs                                   on 2006/02/09  17:49:18
33255         Log: Really regenerate headers
33256      Branch: perl
33257            ! embed.h proto.h
33258 ____________________________________________________________________________
33259 [ 27137] By: stevep                                on 2006/02/09  17:40:02
33260         Log: Regenerated headers for change #27136.
33261      Branch: perl
33262            ! embed.h proto.h
33263 ____________________________________________________________________________
33264 [ 27136] By: stevep                                on 2006/02/09  16:49:32
33265         Log: Subject: [PATCH] Trying my "remove the pTHXes" patch again
33266              From: Andy Lester <andy@petdance.com>
33267              Date: Thu, 9 Feb 2006 09:40:18 -0600
33268              Message-ID: <20060209154018.GA14610@petdance.com>
33269      Branch: perl
33270            ! Makefile.SH cc_runtime.h cop.h deb.c embed.fnc hv.c mg.c op.c
33271            ! op.h perl.c pp.c pp_ctl.c pp_sort.c regcomp.c regexec.c sv.c
33272            ! toke.c utf8.c util.c
33273 ____________________________________________________________________________
33274 [ 27135] By: rgs                                   on 2006/02/09  12:38:35
33275         Log: Skip new chdir warning test if fchdir is not available
33276      Branch: perl
33277            ! t/lib/warnings/pp_sys
33278 ____________________________________________________________________________
33279 [ 27134] By: nicholas                              on 2006/02/09  12:37:13
33280         Log: Avoid calling all the scanning code in gv_fetchpvn_flags when saving
33281              $1 etc, as we can perfom a hash lookup on %:: directly.
33282      Branch: perl
33283            ! regcomp.c
33284 ____________________________________________________________________________
33285 [ 27133] By: nicholas                              on 2006/02/08  20:57:24
33286         Log: lastparen in the regexp structure is never initialised, and so will
33287              still be uninitialised after a failed match, yet various points in
33288              mg.c read it come what may. Should fix bug 38461.
33289      Branch: perl
33290            ! regcomp.c
33291 ____________________________________________________________________________
33292 [ 27132] By: gisle                                 on 2006/02/08  17:52:16
33293         Log: Bareword file handles not supported for chown/chmod/utime.
33294      Branch: perl
33295            ! pod/perlfunc.pod
33296 ____________________________________________________________________________
33297 [ 27131] By: rgs                                   on 2006/02/08  16:57:48
33298         Log: Wave hands about encoding::warnings
33299      Branch: perl
33300            ! pod/perltodo.pod
33301 ____________________________________________________________________________
33302 [ 27130] By: rgs                                   on 2006/02/08  13:15:51
33303         Log: Subject: [perl #38464] chdir() on closed handles 
33304              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
33305              Date: Wed, 08 Feb 2006 01:33:54 -0800
33306              Message-ID: <rt-3.0.11-38464-129771.3.46114092925276@perl.org>
33307              
33308              Plus a regression test.
33309      Branch: perl
33310            ! pp_sys.c t/lib/warnings/pp_sys
33311 ____________________________________________________________________________
33312 [ 27129] By: stevep                                on 2006/02/08  03:23:27
33313         Log: Subject: [PATCH] Handle unused args
33314              From: andy@petdance.com (Andy Lester)
33315              Date: Tue, 7 Feb 2006 16:36:56 -0600
33316              Message-ID: <20060207223656.GA5177@petdance.com>
33317      Branch: perl
33318            ! doio.c pad.c perl.c pp_sys.c
33319 ____________________________________________________________________________
33320 [ 27128] By: stevep                                on 2006/02/08  03:04:05
33321         Log: Subject: [patch] several broken make *.valgrind targets
33322              From: Jim Cromie <jim.cromie@gmail.com>
33323              Date: Tue, 07 Feb 2006 15:11:54 -0700
33324              Message-ID: <43E91B2A.4060700@gmail.com>
33325      Branch: perl
33326            ! Makefile.SH
33327 ____________________________________________________________________________
33328 [ 27127] By: nicholas                              on 2006/02/08  00:05:44
33329         Log: Borland's C compiler warns that the & is unnecessary.
33330      Branch: perl
33331            ! pp.c
33332 ____________________________________________________________________________
33333 [ 27126] By: nicholas                              on 2006/02/07  18:01:26
33334         Log: Merging pp_bit_or and pp_bit_xor shrinks the object code by about .7K.
33335              The overloading tests are not free.
33336      Branch: perl
33337            ! mathoms.c opcode.h opcode.pl pp.c pp.h
33338 ____________________________________________________________________________
33339 [ 27125] By: gisle                                 on 2006/02/07  17:32:50
33340         Log: Allow bareword file handle as argument to chdir().
33341              This copies the mechanism used by truncate().
33342              Fixes bug #38457.
33343      Branch: perl
33344            ! embed.h op.c opcode.h opcode.pl pp.sym pp_proto.h pp_sys.c
33345            ! t/op/chdir.t
33346 ____________________________________________________________________________
33347 [ 27124] By: nicholas                              on 2006/02/07  17:12:08
33348         Log: All the trancendental unary operators can be merged into PP_sin
33349              (cos, exp, log, sqrt)
33350      Branch: perl
33351            ! mathoms.c opcode.h opcode.pl pp.c
33352 ____________________________________________________________________________
33353 [ 27123] By: nicholas                              on 2006/02/07  15:52:18
33354         Log: Avoid gcc warning about possibly uninitialised variables.
33355      Branch: perl
33356            ! pp.c
33357 ____________________________________________________________________________
33358 [ 27122] By: nicholas                              on 2006/02/07  15:28:41
33359         Log: Create new macros AMG_CALLun_var, AMG_CALLun_var and tryAMAGICun_var
33360              which don't do the pre-processor string manipulation internally.
33361      Branch: perl
33362            ! pp.c pp.h
33363 ____________________________________________________________________________
33364 [ 27121] By: nicholas                              on 2006/02/07  14:57:36
33365         Log: pp_pop can be implemented by pp_shift.
33366      Branch: perl
33367            ! mathoms.c opcode.h opcode.pl pp.c
33368 ____________________________________________________________________________
33369 [ 27120] By: rgs                                   on 2006/02/07  14:37:15
33370         Log: Subject: Re: [PATCH] Documentation patch for overload
33371              From: Steffen Mueller <dtr8sin02@sneakemail.com>
33372              Date: Mon, 06 Feb 2006 10:58:44 +0100
33373              Message-ID: <43E71DD4.5010108@sneakemail.com>
33374      Branch: perl
33375            ! lib/overload.pm
33376 ____________________________________________________________________________
33377 [ 27119] By: nicholas                              on 2006/02/07  14:11:42
33378         Log: pp_hex can be implemented trivially by pp_oct, making pp_hex a mathom.
33379      Branch: perl
33380            ! mathoms.c opcode.h opcode.pl pp.c
33381 ____________________________________________________________________________
33382 [ 27118] By: nicholas                              on 2006/02/07  13:13:44
33383         Log: Merge pp_index and pp_rindex - we have another mathom.
33384      Branch: perl
33385            ! mathoms.c opcode.h opcode.pl pp.c
33386 ____________________________________________________________________________
33387 [ 27117] By: nicholas                              on 2006/02/07  12:41:27
33388         Log: Some refactoring to converge pp_index and pp_rindex
33389      Branch: perl
33390            ! pp.c
33391 ____________________________________________________________________________
33392 [ 27116] By: nicholas                              on 2006/02/07  12:19:17
33393         Log: Fix bug 38454 (rindex corrects for $[ on bytes rather than UTF-8)
33394      Branch: perl
33395            ! pp.c t/op/index.t
33396 ____________________________________________________________________________
33397 [ 27115] By: craigb                                on 2006/02/07  04:46:47
33398         Log: Subject: Re: Configure.com issue, more quoting needed.
33399              From: Peter Prymmer <PPrymmer@factset.com>
33400              Date: Mon, 06 Feb 2006 13:27:14 -0500
33401              Message-id:  <OF3536E719.A8B8D167-ON8525710D.0065011E-8525710D.00655ED0@factset.com>
33402      Branch: perl
33403            ! configure.com
33404 ____________________________________________________________________________
33405 [ 27114] By: craigb                                on 2006/02/07  04:39:09
33406         Log: Subject: patch@27082 Allow fatal exceptions to bring up VMS debugger
33407              From: "John E. Malmberg" <wb8tyw@qsl.net>
33408              Date: Sat, 04 Feb 2006 16:04:32 -0500
33409              Message-id: <43E516E0.1000508@qsl.net>
33410
33411      Branch: perl
33412            ! vms/perlvms.pod vms/vms.c
33413 ____________________________________________________________________________
33414 [ 27113] By: nicholas                              on 2006/02/06  22:28:41
33415         Log: Optimise index so that if the big string is ISO-8859-1 but the little
33416              string is UTF-8, it tries to downgrade the little string, rather than
33417              upgrade the big string. For half-meg big strings this is a fourfold
33418              speed gain.
33419      Branch: perl
33420            ! pp.c
33421 ____________________________________________________________________________
33422 [ 27112] By: nicholas                              on 2006/02/06  21:40:57
33423         Log: Given that the memory allocated in Perl_bytes_from_utf8 and
33424              Perl_bytes_to_utf8 will immediately be written to, I see no need to
33425              allocate it zeroed.
33426      Branch: perl
33427            ! utf8.c
33428 ____________________________________________________________________________
33429 [ 27111] By: nicholas                              on 2006/02/06  20:52:41
33430         Log: Rename S_glob_assign to S_glob_assign_glob
33431              Rename S_pvgv_assign to S_glob_assign_ref
33432              
33433              I don't think that they share enough common code to merge them.
33434      Branch: perl
33435            ! sv.c
33436 ____________________________________________________________________________
33437 [ 27110] By: nicholas                              on 2006/02/06  20:12:58
33438         Log: I think that "merge Perl_sv_2[inpu]v" and "reduce duplication in
33439              sv_setsv_flags" are about as done as they can be.
33440      Branch: perl
33441            ! pod/perltodo.pod
33442 ____________________________________________________________________________
33443 [ 27109] By: nicholas                              on 2006/02/06  20:04:35
33444         Log: In Perl_sv_upgrade, the assignment to new_type_details only needs to
33445              be done once.
33446      Branch: perl
33447            ! sv.c
33448 ____________________________________________________________________________
33449 [ 27108] By: stevep                                on 2006/02/06  19:43:17
33450         Log: Document the limitations of calling exit() (instead of _exit()) from
33451              a child process on Solaris.
33452      Branch: perl
33453            ! pod/perlfork.pod
33454 ____________________________________________________________________________
33455 [ 27107] By: nicholas                              on 2006/02/06  18:45:35
33456         Log: Remove a duplicate flag copy line from Perl_sv_setsv_flags.
33457      Branch: perl
33458            ! sv.c
33459 ____________________________________________________________________________
33460 [ 27106] By: nicholas                              on 2006/02/06  18:07:28
33461         Log: Move Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_save_iv,
33462              Perl_save_nogv, Perl_save_list, Perl_save_destructor to mathoms.c
33463              Perl_save_svref can't actually move because it calls a static function.
33464      Branch: perl
33465            ! mathoms.c scope.c
33466 ____________________________________________________________________________
33467 [ 27105] By: nicholas                              on 2006/02/06  16:50:22
33468         Log: Expunge USE_5005THREADS from perl.c
33469      Branch: perl
33470            ! perl.c
33471 ____________________________________________________________________________
33472 [ 27104] By: nicholas                              on 2006/02/06  13:08:34
33473         Log: Fix bug #38439 - reference to typeglob assignment needs to be based
33474              on SvROK(sstr) rather than SvTYPE(sstr) == SVt_RV.
33475      Branch: perl
33476            ! sv.c t/op/gv.t
33477 ____________________________________________________________________________
33478 [ 27103] By: rgs                                   on 2006/02/06  09:42:33
33479         Log: Subject: [PATCH] 5.8.8: Unicos test skip (and for the record: config.sh and harness results)
33480              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
33481              Date: Sun, 05 Feb 2006 12:16:37 +0200
33482              Message-ID: <43E5D085.90400@iki.fi>
33483      Branch: perl
33484            ! lib/Math/BigInt/t/bigintc.t
33485 ____________________________________________________________________________
33486 [ 27102] By: stevep                                on 2006/02/06  04:48:04
33487         Log: Subject: [PATCH] Cleaning up shadowed variables
33488              From: Andy Lester <andy@petdance.com>
33489              Date: Sun, 5 Feb 2006 21:56:43 -0600
33490              Message-Id: <B375E848-FA07-479D-9571-FA3925106D16@petdance.com>
33491      Branch: perl
33492            ! op.c pp_ctl.c
33493 ____________________________________________________________________________
33494 [ 27101] By: nicholas                              on 2006/02/05  23:44:12
33495         Log: Merge the PVCV case into the common code in S_pvgv_assign.
33496      Branch: perl
33497            ! sv.c
33498 ____________________________________________________________________________
33499 [ 27100] By: nicholas                              on 2006/02/05  23:20:21
33500         Log: Merge the PVAV and PVHV clauses into the common code of S_pvgv_assign.
33501      Branch: perl
33502            ! sv.c
33503 ____________________________________________________________________________
33504 [ 27099] By: nicholas                              on 2006/02/05  23:02:58
33505         Log: Merge the default case (GvSV) with the common code in S_pvgv_assign.
33506      Branch: perl
33507            ! sv.c
33508 ____________________________________________________________________________
33509 [ 27098] By: nicholas                              on 2006/02/05  22:41:42
33510         Log: Start to merge the 6 arms of S_pvgv_assign into one.
33511      Branch: perl
33512            ! sv.c
33513 ____________________________________________________________________________
33514 [ 27097] By: nicholas                              on 2006/02/05  22:00:11
33515         Log: Subject: [patch] rework arenas - repair arenasets
33516              From: Jim Cromie <jim.cromie@gmail.com>
33517              Message-ID: <43E5F012.1080203@gmail.com>
33518              Date: Sun, 05 Feb 2006 05:31:14 -0700
33519      Branch: perl
33520            ! hv.c sv.c
33521 ____________________________________________________________________________
33522 [ 27096] By: rgs                                   on 2006/02/05  21:22:03
33523         Log: Subject: [PATCH] Documentation patch for overload
33524              From: Steffen Mueller <dtr8sin02@sneakemail.com>
33525              Date: Feb 5, 2006 12:26 PM
33526              Message-ID: <43E5E0E9.1070707@sneakemail.com>
33527      Branch: perl
33528            ! lib/overload.pm
33529 ____________________________________________________________________________
33530 [ 27095] By: nicholas                              on 2006/02/05  20:51:43
33531         Log: The message "Can't upgrade that kind of scalar" can be far more
33532              informative.
33533      Branch: perl
33534            ! pod/perldiag.pod sv.c
33535 ____________________________________________________________________________
33536 [ 27094] By: nicholas                              on 2006/02/05  20:33:57
33537         Log: new_body_type doesn't need to subtract the offset, that's what
33538              new_body_allocated is for.
33539      Branch: perl
33540            ! sv.c
33541 ____________________________________________________________________________
33542 [ 27093] By: nicholas                              on 2006/02/05  20:26:40
33543         Log: Yes, I broke Win32 with change 27089 by having a { in the wrong place.
33544      Branch: perl
33545            ! perl.c
33546 ____________________________________________________________________________
33547 [ 27092] By: nicholas                              on 2006/02/05  19:52:50
33548         Log: Remove "Can't upgrade to undef" from perldiag, as the corresponding
33549              code is now gone from sv_upgrade.
33550      Branch: perl
33551            ! pod/perldiag.pod
33552 ____________________________________________________________________________
33553 [ 27091] By: nicholas                              on 2006/02/05  19:45:37
33554         Log: Merge and refactor the PVAV and PVHV code in Perl_sv_upgrade, which
33555              reduces the object size by about 80 bytes.
33556      Branch: perl
33557            ! sv.c
33558 ____________________________________________________________________________
33559 [ 27090] By: nicholas                              on 2006/02/05  18:51:17
33560         Log: Eliminate a croak we can't get to.
33561      Branch: perl
33562            ! sv.c
33563 ____________________________________________________________________________
33564 [ 27089] By: nicholas                              on 2006/02/05  11:15:34
33565         Log: Without this Windows and Netware compilers should be complaining 
33566              about perl.c having code before a declaration, *but only if compiling
33567              with PERL_TRACK_MEMPOOL*. So, will it fix the smoke failures? Place
33568              bets now.
33569      Branch: perl
33570            ! perl.c
33571 ____________________________________________________________________________
33572 [ 27088] By: stevep                                on 2006/02/05  05:08:02
33573         Log: Don't export PL_memory_debug_header to Win32 (and others) unless 
33574              PERL_TRACK_MEMPOOL is defined.
33575      Branch: perl
33576            ! makedef.pl
33577 ____________________________________________________________________________
33578 [ 27087] By: stevep                                on 2006/02/05  04:13:27
33579         Log: Fixed embed.fnc entry for S_forbid_setid() and picked up a change in 
33580              pod/perlapi.pod for good measure when regenerating files.
33581      Branch: perl
33582            ! embed.fnc pod/perlapi.pod proto.h
33583 ____________________________________________________________________________
33584 [ 27086] By: nicholas                              on 2006/02/04  22:51:17
33585         Log: bcc was issuing a warning about this line in Perl_sv_2cv, so tweak it
33586              to keep it happy.
33587      Branch: perl
33588            ! sv.c
33589 ____________________________________________________________________________
33590 [ 27085] By: nicholas                              on 2006/02/04  22:13:08
33591         Log: Add regression tests to lib/charnames.t to ensure that unicore/Names.pl
33592              is 100% 7 bit ASCII.
33593      Branch: perl
33594            ! lib/charnames.t
33595 ____________________________________________________________________________
33596 [ 27084] By: nicholas                              on 2006/02/04  19:09:17
33597         Log: Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHost
33598              behaviour of freeing up all memory at thread exit. With this and
33599              tools such as valgrind you will now get warnings as soon as you
33600              read from the deallocated memory, rather than just a warning much
33601              later about freeing to the wrong pool.
33602      Branch: perl
33603            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h pod/perltodo.pod
33604            ! sv.c util.c
33605 ____________________________________________________________________________
33606 [ 27083] By: nicholas                              on 2006/02/04  18:48:09
33607         Log: The TODO 'Tidy up global variables' can go, replaced with a second
33608              paragraph on 'Ordering of "global" variables'.
33609      Branch: perl
33610            ! pod/perltodo.pod
33611 ____________________________________________________________________________
33612 [ 27082] By: nicholas                              on 2006/02/04  17:11:54
33613         Log: I believe that mathoms have been completely TODOne.
33614      Branch: perl
33615            ! pod/perltodo.pod
33616 ____________________________________________________________________________
33617 [ 27081] By: nicholas                              on 2006/02/04  13:27:00
33618         Log: Rejig the definition of ARENAS_PER_SET to maximise the size of the
33619              array whilst keeping the structure within PERL_ARENA_SIZE.
33620      Branch: perl
33621            ! sv.c
33622 ____________________________________________________________________________
33623 [ 27080] By: nicholas                              on 2006/02/04  13:00:06
33624         Log: Tweak arena sets to avoid assignment between different pointers.
33625      Branch: perl
33626            ! sv.c
33627 ____________________________________________________________________________
33628 [ 27079] By: nicholas                              on 2006/02/04  12:28:03
33629         Log: Subject: [patch] arena rework - arena sets
33630              From: Jim Cromie <jim.cromie@gmail.com>
33631              Message-ID: <43DF4F66.4080808@gmail.com>
33632              Date: Tue, 31 Jan 2006 04:52:06 -0700
33633      Branch: perl
33634            ! embed.fnc embed.h hv.c proto.h sv.c
33635 ____________________________________________________________________________
33636 [ 27078] By: nicholas                              on 2006/02/04  11:10:52
33637         Log: warnings.h does some evil(*) pointer arithmetic on (SV *)0, so a
33638              simple replace of Nullsv with NULL turns out to be a bad idea.
33639              * Technically undefined behaviour, I believe.
33640      Branch: perl
33641            ! warnings.h warnings.pl
33642 ____________________________________________________________________________
33643 [ 27077] By: nicholas                              on 2006/02/04  10:37:08
33644         Log: Remove obsolete comment.
33645      Branch: perl
33646            ! perl.c
33647 ____________________________________________________________________________
33648 [ 27076] By: nicholas                              on 2006/02/03  23:21:37
33649         Log: S_find_beginning is only called from one place, so by hoisting the
33650              forbid_setid check for -x into the caller, we can eliminate the
33651              suidscript parameter from S_find_beginning.
33652      Branch: perl
33653            ! embed.fnc embed.h perl.c proto.h
33654 ____________________________________________________________________________
33655 [ 27075] By: nicholas                              on 2006/02/03  22:41:55
33656         Log: And as we've now got to the point where all calls to Perl_moreswitches
33657              have -1 as the second argument, we can remove the second argument,
33658              which gets us back to where we started, only with the elimination of
33659              a per-thread variable.
33660      Branch: perl
33661            ! embed.fnc embed.h perl.c proto.h toke.c
33662 ____________________________________________________________________________
33663 [ 27074] By: nicholas                              on 2006/02/03  22:18:45
33664         Log: The MSDOS-only call to moreswitches will never reach forbid_setid, so
33665              it can have a parameter of -1 without changing any behaviour.
33666              I see no reason to forbid "command line" switches when they are
33667              actually coming from the #! line of the script itself (as read by perl)
33668              as they must have been written by the owner of the script, rather than
33669              being crafted by the user manipulating the command line, and therefore
33670              cannot be subverted. (Or alternatively, can be subverted as easily as
33671              the rest of the script, and we're permitting *that* to be run)
33672      Branch: perl
33673            ! perl.c
33674 ____________________________________________________________________________
33675 [ 27073] By: nicholas                              on 2006/02/03  21:47:04
33676         Log: Pull the variables fdscript and suidscript into a much smaller scope.
33677              Replace suidscript with literal -1 where it could only have been -1.
33678              (Re-indent the other code inside the new block creating the scope.
33679              Rejig the indentation of the conditionals)
33680      Branch: perl
33681            ! perl.c
33682 ____________________________________________________________________________
33683 [ 27072] By: nicholas                              on 2006/02/03  21:23:21
33684         Log: Change 27070 failed to initialise a variable. (But despite that still
33685              passed all tests locally.)
33686      Branch: perl
33687            ! perl.c
33688 ____________________________________________________________________________
33689 [ 27071] By: nicholas                              on 2006/02/03  20:12:10
33690         Log: Silence a warning about "statement not reached" from the Sun C compiler.
33691              It was accurate - the conditional code used to give 2 return statements.
33692      Branch: perl
33693            ! mathoms.c
33694 ____________________________________________________________________________
33695 [ 27070] By: nicholas                              on 2006/02/03  20:10:07
33696         Log: Eliminating PL_suidscript is more tricky, and requires changing the
33697              prototype of Perl_moreswitches.
33698      Branch: perl
33699            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h
33700            ! proto.h toke.c
33701 ____________________________________________________________________________
33702 [ 27069] By: nicholas                              on 2006/02/03  18:27:52
33703         Log: Passing the flag to S_forbit_setid as a single char rather than a
33704              string is a slight space optimisation.
33705      Branch: perl
33706            ! embed.fnc intrpvar.h perl.c proto.h
33707 ____________________________________________________________________________
33708 [ 27068] By: nicholas                              on 2006/02/03  18:10:45
33709         Log: Oops. I *thought* that I had checked that all changed files were open.
33710              Clearly not. (Fixes change 27066)
33711      Branch: perl
33712            ! embed.h embedvar.h perlapi.h proto.h
33713 ____________________________________________________________________________
33714 [ 27067] By: nicholas                              on 2006/02/03  17:06:43
33715         Log: Oops. When changing warnings.pl one should re-run it. Well spotted
33716              Rafael.
33717      Branch: perl
33718            ! warnings.h
33719 ____________________________________________________________________________
33720 [ 27066] By: nicholas                              on 2006/02/03  17:06:04
33721         Log: It's actually easier to get rid of PL_fdscript than we thought.
33722      Branch: perl
33723            ! embed.fnc intrpvar.h perl.c
33724 ____________________________________________________________________________
33725 [ 27065] By: nicholas                              on 2006/02/03  16:03:01
33726         Log: Subject: Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
33727              From: Steven Schubiger <schubiger@cpan.org>
33728              Message-ID: <20060203152449.GI12591@accognoscere.homeunix.org>
33729              Date: Fri, 3 Feb 2006 16:24:49 +0100
33730      Branch: perl
33731            ! cop.h doio.c doop.c dump.c embed.pl gv.c hv.c hv.h intrpvar.h
33732            ! locale.c mathoms.c mg.c op.c pad.c pad.h perl.c perlio.c
33733            ! perlio.h pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
33734            ! regexec.c scope.c sv.c sv.h thrdvar.h toke.c utf8.c util.c
33735            ! warnings.pl
33736 ____________________________________________________________________________
33737 [ 27064] By: rgs                                   on 2006/02/03  15:18:18
33738         Log: Fix file where internal XS functions are defined
33739      Branch: perl
33740            ! universal.c
33741 ____________________________________________________________________________
33742 [ 27063] By: rgs                                   on 2006/02/03  14:06:40
33743         Log: Help to compile on VMS with UNLINK_ALL_VERSIONS
33744              See :
33745              Subject: bug@26347 embed.fnc/embed.h with unlnk macro
33746              From: "John E. Malmberg" <wb8tyw@qsl.net>
33747              Date: Tue, 13 Dec 2005 22:18:56 -0500
33748              Message-ID: <439F8F20.4050207@qsl.net>
33749      Branch: perl
33750            ! perl.h
33751 ____________________________________________________________________________
33752 [ 27062] By: rgs                                   on 2006/02/03  13:46:46
33753         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_64.tar.gz
33754              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
33755              Date: Thu, 02 Feb 2006 12:35:41 +0100
33756              Message-ID: <87acda0z8y.fsf@k75.linux.bogus>
33757      Branch: perl
33758            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
33759            ! lib/CPAN/SIGNATURE
33760 ____________________________________________________________________________
33761 [ 27061] By: rgs                                   on 2006/02/03  13:35:44
33762         Log: Subject: L<PerlIO> and Pod::Html
33763              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
33764              Date: Mon, 09 Jan 2006 12:53:15 +0900
33765              Message-Id: <20060109125220.3BB0.BQW10602@nifty.com>
33766      Branch: perl
33767            ! lib/Pod/Html.pm
33768 ____________________________________________________________________________
33769 [ 27060] By: nicholas                              on 2006/02/03  13:21:46
33770         Log: Subject: [PATCH] s/Nullcv/NULL/g
33771              From: Steven Schubiger <schubiger@cpan.org>
33772              Message-ID: <20060202150241.GF12591@accognoscere.homeunix.org>
33773              Date: Thu, 2 Feb 2006 16:02:41 +0100
33774      Branch: perl
33775            ! cop.h dump.c gv.c gv.h mg.c op.c pad.c perl.c pp_ctl.c sv.c
33776 ____________________________________________________________________________
33777 [ 27059] By: nicholas                              on 2006/02/03  13:06:00
33778         Log: Change PL_perlio_fd_refcnt from a fixed size static array to a pointer
33779              to a dynamic array.
33780      Branch: perl
33781            ! embedvar.h perlapi.h perlio.c perlvars.h
33782 ____________________________________________________________________________
33783 [ 27057] By: stevep                                on 2006/02/02  20:57:01
33784         Log: It would be nice to have tests in B for the functions getting changed.
33785      Branch: perl
33786            ! ext/B/t/b.t
33787 ____________________________________________________________________________
33788 [ 27056] By: stevep                                on 2006/02/02  20:42:56
33789         Log: Death to magic characters!  No pun intended.
33790      Branch: perl
33791            ! ext/B/B.xs
33792 ____________________________________________________________________________
33793 [ 27054] By: rgs                                   on 2006/02/02  14:24:03
33794         Log: Subject: Re: [PATCH] s/Null(av|ch)/NULL/g
33795              From: Steven Schubiger <schubiger@cpan.org>
33796              Date: Thu, 2 Feb 2006 10:38:49 +0100
33797              Message-ID: <20060202093849.GD12591@accognoscere.homeunix.org>
33798      Branch: perl
33799            ! XSUB.h cop.h doio.c doop.c dump.c gv.c hv.c hv.h locale.c
33800            ! malloc.c mathoms.c mg.c op.c op.h pad.c perl.c perl.h perlio.c
33801            ! perlsdio.h pod/perlapi.pod pp_sort.c pp_sys.c regcomp.h
33802            ! regexec.c sv.c sv.h thrdvar.h toke.c util.c
33803 ____________________________________________________________________________
33804 [ 27053] By: nicholas                              on 2006/02/02  12:31:30
33805         Log: gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanning
33806              loop is iterated over millions of times. Add a flag GV_NOTQUAL purely
33807              as an optimisation, when the caller is passing in a string that is
33808              known not to contain any package separators.
33809      Branch: perl
33810            ! doio.c gv.c gv.h op.c perl.c pp_ctl.c pp_sort.c pp_sys.c
33811            ! toke.c util.c
33812 ____________________________________________________________________________
33813 [ 27052] By: rgs                                   on 2006/02/02  11:22:43
33814         Log: Update to Module::CoreList 3.04.
33815              Cleanup corelist manpage.
33816              Remove -w in corelist shebang to avoid spurious warnings.
33817      Branch: perl
33818            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
33819 ____________________________________________________________________________
33820 [ 27051] By: gisle                                 on 2006/02/02  10:05:32
33821         Log: perl-5.8.8 also contained change 27040.
33822      Branch: perl
33823            ! lib/Module/CoreList.pm
33824 ____________________________________________________________________________
33825 [ 27050] By: nicholas                              on 2006/02/02  00:36:38
33826         Log: Yet more instances of gv_fetchpv... that should be GV_ADD rather than
33827              TRUE.
33828              Convert two gv_fetchpvn_flags to gv_fetchpvs.
33829      Branch: perl
33830            ! doio.c gv.c perl.c pp_ctl.c pp_sort.c util.c
33831 ____________________________________________________________________________
33832 [ 27049] By: nicholas                              on 2006/02/02  00:24:06
33833         Log: And another assumption.
33834      Branch: perl
33835            ! gv.c
33836 ____________________________________________________________________________
33837 [ 27048] By: nicholas                              on 2006/02/01  23:38:53
33838         Log: Since PERL_COPY_ON_WRITE becamse PERL_OLD_COPY_ON_WRITE it seems that
33839              no-one has been testing it, as there was a const too far.
33840      Branch: perl
33841            ! sv.c
33842 ____________________________________________________________________________
33843 [ 27047] By: stevep                                on 2006/02/01  23:34:47
33844         Log: Doc nit found by Stephen Gordon.
33845      Branch: perl
33846            ! pod/perlfunc.pod
33847 ____________________________________________________________________________
33848 [ 27046] By: nicholas                              on 2006/02/01  23:03:11
33849         Log: doubleplusoops. Apart from the documented NUL termination assumption.
33850              Now removed.
33851      Branch: perl
33852            ! gv.c
33853 ____________________________________________________________________________
33854 [ 27045] By: nicholas                              on 2006/02/01  22:39:29
33855         Log: References can't have SVp_IOK or SVp_NOK set, so no need for all the
33856              conditional code to copy IVX and NVX if true. "You cannot get here".
33857      Branch: perl
33858            ! sv.c
33859 ____________________________________________________________________________
33860 [ 27044] By: nicholas                              on 2006/02/01  22:03:37
33861         Log: Oops. 1 NUL termination assumption remains in Perl_gv_fetchpvn_flags
33862      Branch: perl
33863            ! gv.c
33864 ____________________________________________________________________________
33865 [ 27043] By: nicholas                              on 2006/02/01  20:26:46
33866         Log: Correct my comment, so that it's actually useful. :-)
33867      Branch: perl
33868            ! sv.c
33869 ____________________________________________________________________________
33870 [ 27042] By: nicholas                              on 2006/02/01  19:30:52
33871         Log: , tweaked from
33872              Subject: Re: [:...:] and \p{...} character class equivalence in utf8 regexps
33873              From: Steve Purkis <Steve.Purkis@multimap.com>
33874              Message-Id: <0DAE5956-3ECC-4692-A0C9-C62C8F790C97@multimap.com>
33875              Date: Fri, 20 Jan 2006 12:35:06 -0500
33876      Branch: perl
33877            ! pod/perlre.pod
33878 ____________________________________________________________________________
33879 [ 27039] By: rgs                                   on 2006/02/01  18:07:26
33880         Log: Improve a bit the documentation for kill() with SIGNAL==0
33881      Branch: perl
33882            ! pod/perlfunc.pod
33883 ____________________________________________________________________________
33884 [ 27038] By: nicholas                              on 2006/02/01  18:05:20
33885         Log: Mmm, it looks like it's a bad plan to rebuild the TOC from a tree that
33886              has other modules in ext/
33887              TODO - fix buildtoc to cross check with MANIFEST.
33888      Branch: perl
33889            ! pod/perltoc.pod
33890 ____________________________________________________________________________
33891 [ 27037] By: nicholas                              on 2006/02/01  17:53:28
33892         Log: Integrate perl588delta.pod from maint, and re-run pod/buildtoc.
33893      Branch: perl
33894           +> pod/perl588delta.pod
33895            ! pod/perl.pod vms/descrip_mms.template
33896           !> MANIFEST Makefile.SH pod.lst pod/perltoc.pod win32/Makefile
33897           !> win32/makefile.mk win32/pod.mak
33898 ____________________________________________________________________________
33899 [ 27036] By: rgs                                   on 2006/02/01  17:49:53
33900         Log: Doc nit by Andy Dougherty
33901      Branch: perl
33902            ! README.aix
33903 ____________________________________________________________________________
33904 [ 27035] By: rgs                                   on 2006/02/01  16:14:07
33905         Log: autouse actually requires perl 5.6 at least.
33906      Branch: perl
33907            ! lib/autouse.pm
33908 ____________________________________________________________________________
33909 [ 27034] By: rgs                                   on 2006/02/01  15:51:35
33910         Log: Avoid "Prototype mismatch" warnings with autouse.
33911      Branch: perl
33912            ! lib/autouse.pm
33913 ____________________________________________________________________________
33914 [ 27033] By: rgs                                   on 2006/02/01  13:22:26
33915         Log: Fix corelist data for 5.8.8
33916      Branch: perl
33917            ! lib/Module/CoreList.pm
33918 ____________________________________________________________________________
33919 [ 27032] By: rgs                                   on 2006/02/01  12:41:37
33920         Log: More history
33921      Branch: perl
33922            ! pod/perlhist.pod
33923 ____________________________________________________________________________
33924 [ 27031] By: rgs                                   on 2006/02/01  12:30:14
33925         Log: Update to Module::CoreList 2.03 (includes 5.8.8 and 5.9.3)
33926      Branch: perl
33927            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
33928 ____________________________________________________________________________
33929 [ 27030] By: nicholas                              on 2006/02/01  11:53:04
33930         Log: Subject: [patch] arena rework - unify arenaroots
33931              From: Jim Cromie <jim.cromie@gmail.com>
33932              Message-ID: <43DF3D0A.3040102@gmail.com>
33933              Date: Tue, 31 Jan 2006 03:33:46 -0700
33934      Branch: perl
33935            ! embedvar.h hv.c intrpvar.h perlapi.h sv.c
33936 ____________________________________________________________________________
33937 [ 27028] By: nicholas                              on 2006/01/31  22:59:27
33938         Log: Make Perl_gv_fetchpvn_flags actually heed the passed in length.
33939              This means that \0 bytes in symbolic references now work.
33940      Branch: perl
33941            ! doio.c gv.c perl.c t/op/ref.t toke.c
33942 ____________________________________________________________________________
33943 [ 27027] By: stevep                                on 2006/01/31  18:42:31
33944         Log: Intel C Compiler 9.0 hatefully defines __GNUC__.  Unfortunately, 
33945              icc does not support gcc built-ins like __attribiute__.
33946      Branch: perl
33947            ! perl.h
33948 ____________________________________________________________________________
33949 [ 27022] By: nicholas                              on 2006/01/31  15:33:15
33950         Log: Subject: [perl #38380] Typo in perlfunc.pod 
33951              From: p.boven@sara.nl (via RT) <perlbug-followup@perl.org>
33952              Message-ID: <rt-3.0.11-38380-129047.11.4217468041333@perl.org>
33953              Date: Tue, 31 Jan 2006 05:22:28 -0800
33954      Branch: perl
33955            ! pod/perlfunc.pod
33956 ____________________________________________________________________________
33957 [ 27021] By: nicholas                              on 2006/01/31  15:10:37
33958         Log: Eliminate save_threadsv, as it is never linked to, and all it does
33959              post 5005 threads is croak().
33960      Branch: perl
33961            ! embed.fnc embed.h global.sym proto.h scope.c
33962 ____________________________________________________________________________
33963 [ 27016] By: rgs                                   on 2006/01/31  10:07:00
33964         Log: Subject: Re: [PATCH] Re: replacing "inuse" Win files (was Re: Help with a Cwd.pm build error)
33965              From: demerphq <demerphq@gmail.com>
33966              Date: Tue, 31 Jan 2006 09:55:25 +0100
33967              Message-ID: <9b18b3110601310055h7aeb9aa1gdc2d63cc56d97768@mail.gmail.com>
33968      Branch: perl
33969            ! lib/ExtUtils/Install.pm
33970 ____________________________________________________________________________
33971 [ 27015] By: craigb                                on 2006/01/31  04:37:27
33972         Log: Subject: patch@26996 - patch around stat("_NLA0:") bug
33973              From: "John E. Malmberg" <wb8tyw@qsl.net>Date: Mon, 30 Jan 2006 23:21:34 -0500
33974              Message-id: <43DEE5CE.7060108@qsl.net>
33975
33976      Branch: perl
33977            ! vms/vms.c vms/vmsish.h
33978 ____________________________________________________________________________
33979 [ 27014] By: nicholas                              on 2006/01/31  00:15:26
33980         Log: Silence a warning from the MS compiler about signed/unsigned mismatch.
33981      Branch: perl
33982            ! util.c
33983 ____________________________________________________________________________
33984 [ 27010] By: rgs                                   on 2006/01/30  17:47:56
33985         Log: Add perl594delta
33986      Branch: perl
33987            + pod/perl594delta.pod
33988            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
33989            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
33990            ! win32/pod.mak
33991 ____________________________________________________________________________
33992 [ 27009] By: nicholas                              on 2006/01/30  17:12:54
33993         Log: Change the author aliasing to reflect updates to AUTHORS.
33994      Branch: perl
33995            ! Porting/checkAUTHORS.pl
33996 ____________________________________________________________________________
33997 [ 27007] By: rgs                                   on 2006/01/30  16:58:47
33998         Log: Bump version number to 5.9.4
33999              Regenerate template config in Porting
34000      Branch: perl
34001            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
34002            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
34003            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
34004            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
34005            ! win32/makefile.mk wince/Makefile.ce wince/config_H.ce
34006 ____________________________________________________________________________
34007 [ 27006] By: nicholas                              on 2006/01/30  16:50:38
34008         Log: Silence another Irix compiler warning.
34009      Branch: perl
34010            ! toke.c
34011 ____________________________________________________________________________
34012 [ 27005] By: nicholas                              on 2006/01/30  16:29:38
34013         Log: Avoid a warning from the Irix C compiler.
34014      Branch: perl
34015            ! hv.c
34016 ____________________________________________________________________________
34017 [ 27004] By: stevep                                on 2006/01/30  15:04:50
34018         Log: Teach the Makefile how to cleanup config.over.
34019      Branch: perl
34020            ! Makefile.SH
34021 ____________________________________________________________________________
34022 [ 27002] By: nicholas                              on 2006/01/30  13:42:56
34023         Log: Code assumes that *FOO{SCALAR} will always return a scalar reference,
34024              so make it so, creating $FOO if necessary.
34025              (Effectively this is a policy decision that PERL_DONT_CREATE_GVSV is
34026              visible to XS code, but isn't visible to Perl code)
34027      Branch: perl
34028            ! pp.c t/op/gv.t
34029 ____________________________________________________________________________
34030 [ 27001] By: stevep                                on 2006/01/30  13:25:04
34031         Log: Add -DPTR_IS_LONG when building with -Duse64bitint on Solaris/i386.  
34032              Otherwise, the build fails in POSIX.
34033      Branch: perl
34034            ! hints/solaris_2.sh
34035 ____________________________________________________________________________
34036 [ 27000] By: nicholas                              on 2006/01/30  12:59:12
34037         Log: Use a union for storing the shared hash key reference count, rather
34038              than messy pointer hacks.
34039      Branch: perl
34040            ! ext/XS/APItest/APItest.xs hv.c hv.h perl.c
34041 ____________________________________________________________________________
34042 [ 26999] By: rgs                                   on 2006/01/30  09:52:06
34043         Log: Subject: [DOC PATCH] $^X isn't necessarily argv[0]
34044              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34045              Date: Mon, 30 Jan 2006 01:06:24 -0800
34046              Message-ID: <20060130090624.GA3760@efn.org>
34047      Branch: perl
34048            ! pod/perlvar.pod
34049 ____________________________________________________________________________
34050 [ 26998] By: merijn                                on 2006/01/30  09:10:53
34051         Log: Subject: [PATCH] maint and blead: unicos.sh hints
34052              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
34053              Date: Sun, 29 Jan 2006 23:45:03 +0200 (EET)
34054              Message-Id: <200601292145.k0TLj3mW320311@kosh.hut.fi>
34055      Branch: perl
34056            ! hints/unicos.sh
34057 ____________________________________________________________________________
34058 [ 26997] By: nicholas                              on 2006/01/30  00:18:52
34059         Log: Assert that IVs and NVs can never be tainted.
34060      Branch: perl
34061            ! sv.c
34062 ____________________________________________________________________________
34063 [ 26996] By: nicholas                              on 2006/01/29  22:00:11
34064         Log: Solaris seems not to enjoy initialising constants from SIG_??? on 64
34065              bit builds.
34066      Branch: perl
34067            ! ext/POSIX/Makefile.PL
34068 ____________________________________________________________________________
34069 [ 26995] By: stevep                                on 2006/01/29  20:43:44
34070         Log: Upgrade to podlators-2.0.3
34071      Branch: perl
34072            ! lib/Pod/t/basic.t lib/Pod/t/color.t lib/Pod/t/man.t
34073            ! lib/Pod/t/termcap.t lib/Pod/t/text-options.t lib/Pod/t/text.t
34074 ____________________________________________________________________________
34075 [ 26994] By: rgs                                   on 2006/01/29  18:31:52
34076         Log: Email change for Steven Schubiger
34077      Branch: perl
34078            ! AUTHORS
34079 ____________________________________________________________________________
34080 [ 26993] By: merijn                                on 2006/01/29  10:14:09
34081         Log: Subject: Re: [patch] s/ar ts/ar s/g
34082              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
34083              Date: Thu, 26 Jan 2006 13:53:07 -0800
34084              Message-ID: <43D944C3.60101@ActiveState.com>
34085      Branch: perl
34086            ! Configure
34087 ____________________________________________________________________________
34088 [ 26991] By: nicholas                              on 2006/01/29  00:25:04
34089         Log: C compilers don't let you return void. Pay attention gcc, and
34090              stop aping Shildt.
34091      Branch: perl
34092            ! sv.c
34093 ____________________________________________________________________________
34094 [ 26990] By: nicholas                              on 2006/01/29  00:09:10
34095         Log: Avoid using space to create 2 functions just to force mathoms to be
34096              linked. Instead, force the link via the perl interpreter structure
34097              via a function pointer that gets replaced at run time anyway.
34098      Branch: perl
34099            ! embed.fnc embed.h intrpvar.h mathoms.c perl.c proto.h
34100 ____________________________________________________________________________
34101 [ 26989] By: nicholas                              on 2006/01/28  17:46:56
34102         Log: Call gv_fetchpvn_flags where we already know the length.
34103      Branch: perl
34104            ! doio.c toke.c
34105 ____________________________________________________________________________
34106 [ 26988] By: stevep                                on 2006/01/28  17:25:03
34107         Log: Upgrade to podlators-2.0.2
34108      Branch: perl
34109            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
34110            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.t lib/Pod/t/color.t
34111            ! lib/Pod/t/man.t lib/Pod/t/termcap.t lib/Pod/t/text-options.t
34112            ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL
34113 ____________________________________________________________________________
34114 [ 26987] By: nicholas                              on 2006/01/28  17:15:21
34115         Log: Squeeze more flag manipulations together in sv_setsv_flags.
34116      Branch: perl
34117            ! sv.c
34118 ____________________________________________________________________________
34119 [ 26986] By: stevep                                on 2006/01/28  16:50:32
34120         Log: Upgrade to CPAN-1.83_59
34121      Branch: perl
34122            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
34123            ! lib/CPAN/SIGNATURE
34124 ____________________________________________________________________________
34125 [ 26985] By: stevep                                on 2006/01/28  16:43:43
34126         Log: Upgrade to Archive-Tar-1.28
34127      Branch: perl
34128            ! lib/Archive/Tar.pm lib/Archive/Tar/bin/ptardiff
34129            ! lib/Archive/Tar/t/02_methods.t
34130            ! lib/Archive/Tar/t/04_resolved_issues.t
34131 ____________________________________________________________________________
34132 [ 26983] By: nicholas                              on 2006/01/28  15:44:04
34133         Log: Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags.
34134              Many strlen()s saved.
34135      Branch: perl
34136            ! doio.c handy.h op.c perl.c pp_ctl.c pp_sort.c pp_sys.c toke.c
34137            ! util.c
34138 ____________________________________________________________________________
34139 [ 26982] By: nicholas                              on 2006/01/28  14:46:35
34140         Log: Merge the IOK and NOK clauses together in sv_setsv_flags.
34141      Branch: perl
34142            ! sv.c
34143 ____________________________________________________________________________
34144 [ 26981] By: nicholas                              on 2006/01/28  14:23:49
34145         Log: The flags manipulation in sv_setsv_flags can be more efficient.
34146      Branch: perl
34147            ! sv.c
34148 ____________________________________________________________________________
34149 [ 26980] By: nicholas                              on 2006/01/28  14:02:10
34150         Log: PERL_DONT_CREATE_GVSV wasn't as effective as it should have been.
34151      Branch: perl
34152            ! gv.c
34153 ____________________________________________________________________________
34154 [ 26979] By: nicholas                              on 2006/01/28  13:38:28
34155         Log: By changing SvVOK() from returning 0/1 to 0/pointer-to-magic we can
34156              save duplicating mg_find calls, without changing the semantics in any
34157              boolean context.
34158      Branch: perl
34159            ! sv.c sv.h util.c
34160 ____________________________________________________________________________
34161 [ 26978] By: nicholas                              on 2006/01/28  12:49:15
34162         Log: Pull the other large chunk of PVGV assignment code into S_pvgv_assign.
34163              There seems to be some duplication with S_glob_assign.
34164      Branch: perl
34165            ! sv.c
34166 ____________________________________________________________________________
34167 [ 26977] By: nicholas                              on 2006/01/28  12:26:47
34168         Log: Remove goto glob_assign;
34169      Branch: perl
34170            ! sv.c
34171 ____________________________________________________________________________
34172 [ 26976] By: nicholas                              on 2006/01/28  12:08:01
34173         Log: Pull glob_assign out from sv_setsv_flags into a static function.
34174      Branch: perl
34175            ! sv.c
34176 ____________________________________________________________________________
34177 [ 26975] By: rgs                                   on 2006/01/28  11:00:30
34178         Log: Update Changes
34179      Branch: perl
34180            ! Changes
34181 ____________________________________________________________________________
34182 [ 26974] By: rgs                                   on 2006/01/28  10:57:04
34183         Log: Add perl 5.9.3 in release list
34184      Branch: perl
34185            ! pod/perlhist.pod
34186 ____________________________________________________________________________
34187 [ 26970] By: gisle                                 on 2006/01/27  19:48:28
34188         Log: Subject: Re: Make Passive mode the default for Net::FTP
34189              From: Gisle Aas <gisle@ActiveState.com>
34190              Date: 27 Jan 2006 07:21:16 -0800
34191              Message-ID: <lrslr91ytv.fsf@caliper.activestate.com>
34192      Branch: perl
34193            ! lib/Net/Config.pm lib/Net/FTP.pm
34194 ____________________________________________________________________________
34195 [ 26969] By: rgs                                   on 2006/01/27  18:27:22
34196         Log: Oops. Forgot to add this file.
34197      Branch: perl
34198            + utils/ptardiff.PL
34199 ____________________________________________________________________________
34200 [ 26968] By: rgs                                   on 2006/01/27  18:07:54
34201         Log: Regenerate META.yml
34202      Branch: perl
34203            ! META.yml
34204 ____________________________________________________________________________
34205 [ 26967] By: rgs                                   on 2006/01/27  18:04:17
34206         Log: Regenerate Changes; remove ^M chars in Changes
34207      Branch: perl
34208            ! Changes
34209 ____________________________________________________________________________
34210 [ 26966] By: rgs                                   on 2006/01/27  17:47:32
34211         Log: Remove patch number
34212      Branch: perl
34213            ! patchlevel.h
34214 ____________________________________________________________________________
34215 [ 26965] By: rgs                                   on 2006/01/27  17:44:48
34216         Log: Mention ptardiff in perldelta.
34217      Branch: perl
34218            ! pod/perl593delta.pod
34219 ____________________________________________________________________________
34220 [ 26964] By: rgs                                   on 2006/01/27  17:37:27
34221         Log: Don't install ptardiff in the module tree
34222      Branch: perl
34223            ! installperl
34224 ____________________________________________________________________________
34225 [ 26963] By: rgs                                   on 2006/01/27  17:19:52
34226         Log: Install the ptardiff utility that comes with Archive::Tar
34227      Branch: perl
34228            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
34229            ! win32/Makefile win32/makefile.mk
34230 ____________________________________________________________________________
34231 [ 26962] By: rgs                                   on 2006/01/27  17:04:35
34232         Log: Install nit : README.e2x should be installed, the other READMEs shouldn't
34233      Branch: perl
34234            ! installperl
34235 ____________________________________________________________________________
34236 [ 26961] By: rgs                                   on 2006/01/27  16:31:33
34237         Log: Regenerate PODs
34238      Branch: perl
34239            ! pod/perlmodlib.pod pod/perltoc.pod
34240 ____________________________________________________________________________
34241 [ 26960] By: rgs                                   on 2006/01/27  15:35:01
34242         Log: Some spelling fixes by David Landgren.
34243              Mention perltodo.
34244      Branch: perl
34245            ! pod/perl593delta.pod
34246 ____________________________________________________________________________
34247 [ 26959] By: rgs                                   on 2006/01/27  15:26:05
34248         Log: Revert change 24461, now that change 26757 allows TEST
34249              to accept extra output from module tests
34250      Branch: perl
34251            ! cygwin/perlld.in
34252 ____________________________________________________________________________
34253 [ 26958] By: rgs                                   on 2006/01/27  13:54:06
34254         Log: Subject: [PATCH] quiet gcc Info message in cygwin
34255              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34256              Date: Wed, 25 Jan 2006 19:16:09 -0800
34257              Message-ID: <20060126031608.GA2588@efn.org>
34258      Branch: perl
34259            ! hints/cygwin.sh
34260 ____________________________________________________________________________
34261 [ 26957] By: rgs                                   on 2006/01/27  13:08:12
34262         Log: Remove note about #elif, see :
34263              Subject: Re: Change 26954: Simplify nested '#ifdef' by replacing it with '#elif defined()'
34264              From: Steve Hay <steve.hay@uk.radan.com>
34265              Date: Fri, 27 Jan 2006 11:09:02 +0000
34266              Message-ID: <43D9FF4E.6010501@uk.radan.com>
34267      Branch: perl
34268            ! Porting/pumpkin.pod
34269 ____________________________________________________________________________
34270 [ 26955] By: nicholas                              on 2006/01/27  10:36:05
34271         Log: A description of the new constants.
34272      Branch: perl
34273            ! pod/perl593delta.pod
34274 ____________________________________________________________________________
34275 [ 26954] By: gisle                                 on 2006/01/27  08:54:04
34276         Log: Simplify nested '#ifdef' by replacing it with '#elif defined()'
34277      Branch: perl
34278            ! mg.c
34279 ____________________________________________________________________________
34280 [ 26953] By: gisle                                 on 2006/01/27  08:49:34
34281         Log: Safer implementation of RTRIM().
34282              Don't rely on SvCUR to be sane unless SvPOK.
34283      Branch: perl
34284            ! mg.c
34285 ____________________________________________________________________________
34286 [ 26952] By: nicholas                              on 2006/01/26  22:03:19
34287         Log: Subject: [PATCH] Change 26781/26830 (SvRTRIM should also write a new '\0' at the end) can cause segfaults
34288              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
34289              Message-ID: <43D941AF.1060503@ActiveState.com>
34290              Date: Thu, 26 Jan 2006 13:39:59 -0800
34291      Branch: perl
34292            ! mg.c
34293 ____________________________________________________________________________
34294 [ 26951] By: stevep                                on 2006/01/26  19:23:48
34295         Log: Fix a few nits in perl593delta
34296      Branch: perl
34297            ! pod/perl593delta.pod
34298 ____________________________________________________________________________
34299 [ 26950] By: rgs                                   on 2006/01/26  18:48:27
34300         Log: miniperl isn't enough anymore to run pod2man.
34301      Branch: perl
34302            ! pod/Makefile.SH
34303 ____________________________________________________________________________
34304 [ 26949] By: nicholas                              on 2006/01/26  18:35:56
34305         Log: 2 spelling corrections, and rephrase the entry on perlivp (better
34306              grammer, more succinct)
34307      Branch: perl
34308            ! pod/perl593delta.pod
34309 ____________________________________________________________________________
34310 [ 26948] By: rgs                                   on 2006/01/26  18:14:26
34311         Log: More work on perldelta
34312      Branch: perl
34313            ! pod/perl593delta.pod
34314 ____________________________________________________________________________
34315 [ 26947] By: steveh                                on 2006/01/26  16:25:20
34316         Log: Make dump and -u croak on Win32 and Cygwin to avoid confusion
34317              such as was seen here:
34318              
34319              Subject: Weird Win32 error: "This application has requested the Runtime to terminate it in an unusual way."
34320              From: demerphq <demerphq@gmail.com>
34321              Date: Thu, 26 Jan 2006 15:40:42 +0100
34322              Message-ID: <9b18b3110601260640x34b2442cnf5379d2f83b74187@mail.gmail.com>
34323      Branch: perl
34324            ! perl.c pod/perldiag.pod pod/perlport.pod
34325 ____________________________________________________________________________
34326 [ 26946] By: nicholas                              on 2006/01/26  14:57:42
34327         Log: SvREADONLY_off inside the magic routines is also dangerous on shared
34328              hash key scalars, so decompose them to normal scalars if they ever
34329              get here.
34330      Branch: perl
34331            ! mg.c
34332 ____________________________________________________________________________
34333 [ 26945] By: rgs                                   on 2006/01/26  11:49:22
34334         Log: assertions.pm is dual-lived
34335      Branch: perl
34336            ! Porting/Maintainers.pl
34337 ____________________________________________________________________________
34338 [ 26943] By: rgs                                   on 2006/01/25  17:12:11
34339         Log: Subject: aelemfast optimization opclass problem (c.f. [perl #38279])
34340              From: Stephen McCamant <smcc@mit.edu>
34341              Date: Jan 24, 2006 7:23 AM
34342              Message-ID: <17365.51166.604020.571992@conquest.OCF.Berkeley.EDU>
34343      Branch: perl
34344            + ext/B/t/optree_misc.t
34345            ! MANIFEST ext/B/B.xs
34346 ____________________________________________________________________________
34347 [ 26941] By: gisle                                 on 2006/01/24  15:37:25
34348         Log: Subject: Simplify &IO::Handle::say
34349              From: Gisle Aas <gisle@ActiveState.com>
34350              Date: 24 Jan 2006 05:01:28 -0800
34351              Message-ID: <lrzmll7pav.fsf@caliper.activestate.com>
34352      Branch: perl
34353            ! ext/IO/lib/IO/Handle.pm
34354 ____________________________________________________________________________
34355 [ 26940] By: rgs                                   on 2006/01/24  15:10:27
34356         Log: Fix a regression on suidperl : the error message "No #! line" was
34357              produced in erroneous cases, because we used to read values in a
34358              string buffer that pointed to nothing.
34359      Branch: perl
34360            ! perl.c
34361 ____________________________________________________________________________
34362 [ 26936] By: steveh                                on 2006/01/24  12:13:15
34363         Log: Remove d_nanosleep from win32 configs
34364              Change 19899 removed them before, but they have accidentally crept back.
34365      Branch: perl
34366            ! win32/config.bc win32/config.gc win32/config.vc
34367            ! win32/config.vc64
34368 ____________________________________________________________________________
34369 [ 26935] By: steveh                                on 2006/01/24  09:22:44
34370         Log: Subject: SPRINTF_RETURNS_STRLEN isn't really a compile-time option 
34371              From: Gisle Aas <gisle@ActiveState.com>
34372              Date: 23 Jan 2006 02:12:04 -0800
34373              Message-ID: <lr3bjfb6dn.fsf@caliper.activestate.com>
34374              
34375              Subject: RE: SPRINTF_RETURNS_STRLEN isn't really a compile-time option
34376              From: "Jan Dubois" <jand@ActiveState.com>
34377              Date: Mon, 23 Jan 2006 11:30:51 -0800
34378              Message-ID: <008001c62053$86adf680$2217a8c0@candy>
34379      Branch: perl
34380            ! makedef.pl perl.c
34381 ____________________________________________________________________________
34382 [ 26933] By: rgs                                   on 2006/01/23  19:24:06
34383         Log: More work on perldelta
34384      Branch: perl
34385            ! pod/perl593delta.pod
34386 ____________________________________________________________________________
34387 [ 26932] By: nicholas                              on 2006/01/23  19:06:41
34388         Log: constant_add_symbol needs to be static, else static builds can fail at
34389              link time. (*How* many meanings is "static" overloaded with?)
34390      Branch: perl
34391            ! lib/ExtUtils/Constant/ProxySubs.pm
34392 ____________________________________________________________________________
34393 [ 26930] By: stevep                                on 2006/01/23  18:40:08
34394         Log: Subject: [PATCH] Tru64: -Uusedl: lib/ExtUtils/t/Embed.t
34395              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
34396              Date: Mon, 23 Jan 2006 20:34:18 +0200
34397              Message-ID: <43D521AA.7030008@gmail.com>
34398      Branch: perl
34399            ! lib/ExtUtils/t/Embed.t
34400 ____________________________________________________________________________
34401 [ 26929] By: stevep                                on 2006/01/23  15:56:34
34402         Log: Upgrade to Pod-Simple-3.04
34403      Branch: perl
34404            ! lib/Pod/Simple.pm lib/Pod/Simple/BlackBox.pm
34405            ! lib/Pod/Simple/Search.pm
34406 ____________________________________________________________________________
34407 [ 26928] By: rgs                                   on 2006/01/23  15:28:51
34408         Log: Now that change #26410 is reverted, mark as TODO the tests added
34409              by change #26925.
34410      Branch: perl
34411            ! t/op/pat.t
34412 ____________________________________________________________________________
34413 [ 26927] By: rgs                                   on 2006/01/23  15:18:30
34414         Log: Missing chunk in change #26926
34415      Branch: perl
34416            ! t/op/taint.t
34417 ____________________________________________________________________________
34418 [ 26926] By: rgs                                   on 2006/01/23  15:18:10
34419         Log: Revert change 26410, marking the test that was added there as TODO.
34420              See the thread :
34421              Subject: LVALUE m//g (was Re: au revoir ...)
34422              From: Nicholas Clark <nick@ccl4.org>
34423              Date: Jan 18, 2006 9:30 PM
34424              Message-ID: <20060118203058.GQ616@plum.flirble.org>
34425      Branch: perl
34426            ! op.c
34427 ____________________________________________________________________________
34428 [ 26925] By: nicholas                              on 2006/01/23  15:11:11
34429         Log: Change the regression test added by 26410 to use test.pl; this makes
34430              it easier to TODO if needed.
34431              Add the TODO test provided by Rick Delaney, but not as TODO, because
34432              change 26410 also made pos on LVALUE subroutines work for the first
34433              time.
34434      Branch: perl
34435            ! t/op/pat.t t/op/taint.t
34436 ____________________________________________________________________________
34437 [ 26924] By: rgs                                   on 2006/01/23  14:44:59
34438         Log: Un-const magic virtual tables; this consting breaks the nasty
34439              things done by Swig, as noticed by Audrey.
34440      Branch: perl
34441            ! embed.fnc mg.c mg.h perl.h pod/perlapi.pod proto.h sv.c
34442 ____________________________________________________________________________
34443 [ 26923] By: stevep                                on 2006/01/23  14:35:52
34444         Log: Upgrade to CPAN-1.83_58
34445      Branch: perl
34446            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
34447            ! lib/CPAN/HandleConfig.pm lib/CPAN/SIGNATURE
34448            ! lib/CPAN/Version.pm lib/CPAN/t/vcmp.t
34449 ____________________________________________________________________________
34450 [ 26922] By: gisle                                 on 2006/01/23  12:33:02
34451         Log: Avoid warning with MS Visual C compiler.
34452              Encode.xs(443) : warning C4761: integral size mismatch in argument; conversion supplied
34453      Branch: perl
34454            ! ext/Encode/Encode.xs
34455 ____________________________________________________________________________
34456 [ 26921] By: gisle                                 on 2006/01/23  09:57:10
34457         Log: Subject: Avoid most getprotobyname/number calls in IO::Socket::INET
34458              From: Gisle Aas <gisle@ActiveState.com>
34459              Date: 18 Jan 2006 09:28:24 -0800
34460              Message-ID: <lr3bjlbg3r.fsf@caliper.activestate.com>
34461      Branch: perl
34462            ! ext/IO/lib/IO/Socket/INET.pm
34463 ____________________________________________________________________________
34464 [ 26919] By: craigb                                on 2006/01/21  17:05:07
34465         Log: Make Manifest.t do what is says it's doing.
34466      Branch: perl
34467            ! lib/ExtUtils/t/Manifest.t
34468 ____________________________________________________________________________
34469 [ 26918] By: mhx                                   on 2006/01/21  15:31:06
34470         Log: Remove wrong cast to (void *), which fixes a gcc warning, and use
34471              the return value of upg_version() at least once in the core.
34472      Branch: perl
34473            ! pp_ctl.c util.c
34474 ____________________________________________________________________________
34475 [ 26915] By: nicholas                              on 2006/01/20  10:12:12
34476         Log: Note 5.8.8-RC1
34477      Branch: perl
34478            ! pod/perlhist.pod
34479 ____________________________________________________________________________
34480 [ 26914] By: mhx                                   on 2006/01/19  18:44:34
34481         Log: Upgrade to Devel::PPPort 3.08
34482      Branch: perl
34483            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
34484            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
34485            ! ext/Devel/PPPort/PPPort_pm.PL
34486            ! ext/Devel/PPPort/parts/inc/ppphtest ext/Devel/PPPort/soak
34487 ____________________________________________________________________________
34488 [ 26913] By: craigb                                on 2006/01/19  04:55:19
34489         Log: find_perl() must be after environment initialization
34490      Branch: perl
34491            ! ext/Devel/PPPort/t/ppphtest.t
34492 ____________________________________________________________________________
34493 [ 26912] By: stevep                                on 2006/01/19  02:58:37
34494         Log: Fix hardcoded "/" in a filepath that causes ext/List/Util/t/p_tainted.t
34495              to fail on VMS.
34496      Branch: perl
34497            ! ext/List/Util/t/p_tainted.t
34498 ____________________________________________________________________________
34499 [ 26911] By: stevep                                on 2006/01/19  02:32:06
34500         Log: Fix another concatenated filepath in a test for Digest::SHA.
34501      Branch: perl
34502            ! ext/Digest/SHA/t/6-dump-load.t
34503 ____________________________________________________________________________
34504 [ 26910] By: nicholas                              on 2006/01/18  23:52:20
34505         Log: Integrate 26847 from maint.
34506              [Whoops, that was never the plan. Didn't realise which directory I was
34507              in]
34508      Branch: perl
34509           !> AUTHORS Porting/Maintainers.pl
34510 ____________________________________________________________________________
34511 [ 26904] By: nicholas                              on 2006/01/18  18:02:17
34512         Log: Change 26410 caused a regression, with the RVALUE return value of
34513              method calls now failing if bound to a global match. Add a TODO test.
34514      Branch: perl
34515            ! t/op/pat.t
34516 ____________________________________________________________________________
34517 [ 26903] By: gisle                                 on 2006/01/18  14:43:14
34518         Log: Allow IPPROTO_ICMP and IPPROTO_UDP to be exported.
34519              These were introduced in change 26897.
34520      Branch: perl
34521            ! ext/Socket/Socket.pm
34522 ____________________________________________________________________________
34523 [ 26902] By: gisle                                 on 2006/01/18  14:41:17
34524         Log: Use the IPPROTO_TCP constant instead of 6.
34525      Branch: perl
34526            ! ext/Socket/t/Socket.t
34527 ____________________________________________________________________________
34528 [ 26901] By: steveh                                on 2006/01/18  14:23:09
34529         Log: Change all NEWSV() to newSV() in the core and non-dual-lived modules.
34530              Keep NEWSV() itself for backwards-compatibility outside of the core,
34531              but don't advertise it any more.
34532              (cf. change #25101).
34533      Branch: perl
34534            ! av.c doio.c dump.c ext/ByteLoader/bytecode.h
34535            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs gv.c handy.h hv.c
34536            ! mathoms.c op.c os2/OS2/REXX/REXX.xs pad.c perl.c perly.c
34537            ! pod/perlapi.pod pod/perlembed.pod pp.c pp_ctl.c pp_hot.c
34538            ! pp_pack.c pp_sys.c regexec.c scope.c sv.c toke.c
34539            ! vms/ext/Stdio/Stdio.xs
34540 ____________________________________________________________________________
34541 [ 26900] By: stevep                                on 2006/01/18  13:32:09
34542         Log: Digest::SHA's t/2-nist-sha-oo.t has some path related problems on
34543              VMS as well.
34544      Branch: perl
34545            ! ext/Digest/SHA/t/2-nist-sha-oo.t
34546 ____________________________________________________________________________
34547 [ 26899] By: stevep                                on 2006/01/18  13:09:10
34548         Log: Fixes for Digest::SHA.  Replaced old ppport.h file with a new one
34549              generated from Devel::PPPort 3.07.  Also, fixed a UNIX-based path
34550              element that caused test failures on VMS (reported by John E. Malmberg
34551              <wb8tyw@qsl.net>).
34552      Branch: perl
34553            ! ext/Digest/SHA/ppport.h ext/Digest/SHA/t/6-dump-load.t
34554 ____________________________________________________________________________
34555 [ 26897] By: gisle                                 on 2006/01/18  11:57:07
34556         Log: Make sure the most common IPPROTO_* constants are always available.
34557              These are well known numbers so it should not be a problem to
34558              hardcode values when no constant is provided by the C library.
34559              Ref <http://www.iana.org/assignments/protocol-numbers>.
34560              
34561              On some old glibc systems (eg Redhat 6) IPPROTO_TCP is an enum only
34562              and this change workaround that problem as well.
34563      Branch: perl
34564            ! ext/Socket/Makefile.PL
34565 ____________________________________________________________________________
34566 [ 26893] By: gisle                                 on 2006/01/18  10:12:14
34567         Log: Suppress "statement not reached" warning from the Sun C compiler.
34568      Branch: perl
34569            ! doio.c
34570 ____________________________________________________________________________
34571 [ 26892] By: rgs                                   on 2006/01/18  10:06:24
34572         Log: Explain better how that test count works.
34573      Branch: perl
34574            ! t/comp/require.t
34575 ____________________________________________________________________________
34576 [ 26891] By: nicholas                              on 2006/01/18  10:02:19
34577         Log: New t/comp/require.t tests should go before the conditional exit.
34578      Branch: perl
34579            ! t/comp/require.t
34580 ____________________________________________________________________________
34581 [ 26889] By: craigb                                on 2006/01/18  05:12:10
34582         Log: special VMS handling no longer needed since we now close the file
34583      Branch: perl
34584            ! lib/File/Compare.t
34585 ____________________________________________________________________________
34586 [ 26885] By: rgs                                   on 2006/01/17  21:45:37
34587         Log: Gisle points out that it's ok to ignore the return value of newSVrv.
34588              Due to how embed.pl is implemented, this also has the unfortunate
34589              side-effect of removing __attribute__malloc__ from the attributes of
34590              this function, but given that the new pointer is stored elsewhere
34591              anyway, this shouldn't impact what gcc could have optimized.
34592      Branch: perl
34593            ! embed.fnc proto.h
34594 ____________________________________________________________________________
34595 [ 26883] By: rgs                                   on 2006/01/17  21:22:38
34596         Log: Regression test for change #26881
34597      Branch: perl
34598            ! t/comp/require.t
34599 ____________________________________________________________________________
34600 [ 26881] By: rgs                                   on 2006/01/17  19:03:51
34601         Log: The current OP that is tested in doeval() can be a require(), an
34602              eval() or a do(). When we test whether OPf_SPECIAL is set on it, be
34603              sure to take into account that it's the eval-related meaning of
34604              OPf_SPECIAL we're testing for, not the require-related one.
34605      Branch: perl
34606            ! pp_ctl.c
34607 ____________________________________________________________________________
34608 [ 26878] By: rgs                                   on 2006/01/17  16:15:15
34609         Log: Make the description of $^M in perlvar a bit more clear
34610              w.r.t. cross-references to the INSTALL document. (spotted
34611              by Stas Bekman)
34612      Branch: perl
34613            ! pod/perlvar.pod
34614 ____________________________________________________________________________
34615 [ 26877] By: rgs                                   on 2006/01/17  16:08:47
34616         Log: Subject: Re: [PATCH] Updated README.macosx
34617              From: Sherm Pendley <sherm@dot-app.org>
34618              Date: Mon, 16 Jan 2006 16:53:23 -0500
34619              Message-Id: <619C9A5D-972F-4B90-A99A-B4B6D04C584D@dot-app.org>
34620      Branch: perl
34621            ! README.macosx
34622 ____________________________________________________________________________
34623 [ 26871] By: gisle                                 on 2006/01/17  11:37:54
34624         Log: More readable MEM_WRAP_CHECK_1() macro.
34625              This form also avoids the "dead part of constant expression is nonconstant"
34626              warning from the Sun Studio 10 compiler.
34627      Branch: perl
34628            ! README.solaris handy.h
34629 ____________________________________________________________________________
34630 [ 26870] By: craigb                                on 2006/01/17  04:03:01
34631         Log: Dots in directory names aren't nice on VMS.
34632      Branch: perl
34633            ! lib/Archive/Tar/t/04_resolved_issues.t
34634 ____________________________________________________________________________
34635 [ 26869] By: craigb                                on 2006/01/17  03:28:20
34636         Log: more case tolerance for vms/ext/filespec.t
34637      Branch: perl
34638            ! vms/ext/filespec.t
34639 ____________________________________________________________________________
34640 [ 26868] By: stevep                                on 2006/01/16  22:31:52
34641         Log: Don't warn about a directory being closed in the DESTROY for
34642              IO::Dir.
34643      Branch: perl
34644            ! ext/IO/lib/IO/Dir.pm
34645 ____________________________________________________________________________
34646 [ 26867] By: rgs                                   on 2006/01/16  19:16:58
34647         Log: defined %foo::bar:: wasn't working like it used to do in evals
34648              (and, consequently, when require'ing modules.)
34649      Branch: perl
34650            ! t/op/stash.t toke.c
34651 ____________________________________________________________________________
34652 [ 26866] By: mhx                                   on 2006/01/16  18:13:28
34653         Log: Upgrade to Devel::PPPort 3.07
34654      Branch: perl
34655            + ext/Devel/PPPort/parts/base/5008007
34656            + ext/Devel/PPPort/parts/base/5009003
34657            + ext/Devel/PPPort/parts/inc/Sv_set
34658            + ext/Devel/PPPort/parts/inc/memory
34659            + ext/Devel/PPPort/parts/inc/variables
34660            + ext/Devel/PPPort/parts/todo/5008007
34661            + ext/Devel/PPPort/parts/todo/5009003
34662            + ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/memory.t
34663            + ext/Devel/PPPort/t/variables.t
34664            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
34665            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/META.yml
34666            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
34667            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
34668            ! ext/Devel/PPPort/PPPort_xs.PL ext/Devel/PPPort/README
34669            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
34670            ! ext/Devel/PPPort/devel/buildperl.pl
34671            ! ext/Devel/PPPort/devel/mkapidoc.sh
34672            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
34673            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
34674            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
34675            ! ext/Devel/PPPort/parts/apicheck.pl
34676            ! ext/Devel/PPPort/parts/apidoc.fnc
34677            ! ext/Devel/PPPort/parts/base/5004000
34678            ! ext/Devel/PPPort/parts/base/5004050
34679            ! ext/Devel/PPPort/parts/base/5006000
34680            ! ext/Devel/PPPort/parts/base/5007001
34681            ! ext/Devel/PPPort/parts/base/5008001
34682            ! ext/Devel/PPPort/parts/embed.fnc
34683            ! ext/Devel/PPPort/parts/inc/MY_CXT
34684            ! ext/Devel/PPPort/parts/inc/SvPV
34685            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
34686            ! ext/Devel/PPPort/parts/inc/exception
34687            ! ext/Devel/PPPort/parts/inc/format
34688            ! ext/Devel/PPPort/parts/inc/grok
34689            ! ext/Devel/PPPort/parts/inc/limits
34690            ! ext/Devel/PPPort/parts/inc/mPUSH
34691            ! ext/Devel/PPPort/parts/inc/magic
34692            ! ext/Devel/PPPort/parts/inc/misc
34693            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
34694            ! ext/Devel/PPPort/parts/inc/newRV
34695            ! ext/Devel/PPPort/parts/inc/ppphbin
34696            ! ext/Devel/PPPort/parts/inc/ppphdoc
34697            ! ext/Devel/PPPort/parts/inc/ppphtest
34698            ! ext/Devel/PPPort/parts/inc/sv_xpvf
34699            ! ext/Devel/PPPort/parts/inc/threads
34700            ! ext/Devel/PPPort/parts/inc/uv
34701            ! ext/Devel/PPPort/parts/inc/version
34702            ! ext/Devel/PPPort/parts/ppptools.pl
34703            ! ext/Devel/PPPort/parts/todo/5004000
34704            ! ext/Devel/PPPort/parts/todo/5007001
34705            ! ext/Devel/PPPort/parts/todo/5008001
34706            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
34707            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/ppphtest.t
34708            ! ext/Devel/PPPort/t/testutil.pl ext/Devel/PPPort/typemap
34709 ____________________________________________________________________________
34710 [ 26863] By: rgs                                   on 2006/01/16  14:09:29
34711         Log: Upgrade to Encode 2.14
34712      Branch: perl
34713            + ext/Encode/t/from_to.t
34714            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
34715            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
34716            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
34717            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
34718            ! ext/Encode/lib/Encode/MIME/Header.pm
34719            ! ext/Encode/t/mime-header.t ext/Encode/ucm/8859-7.ucm
34720 ____________________________________________________________________________
34721 [ 26861] By: nicholas                              on 2006/01/16  13:10:06
34722         Log: Teach checkAUTHORS about all the authors in 5.8.2-5.8.8, and any others
34723              whose e-mail address I recognise.
34724      Branch: perl
34725            ! Porting/checkAUTHORS.pl
34726 ____________________________________________________________________________
34727 [ 26859] By: rgs                                   on 2006/01/16  12:07:34
34728         Log: Add new directories from C::Zlib to make clean
34729      Branch: perl
34730            ! Makefile.SH
34731 ____________________________________________________________________________
34732 [ 26858] By: rgs                                   on 2006/01/16  11:13:54
34733         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_55.tar.gz
34734              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
34735              Date: Sat, 14 Jan 2006 12:57:48 +0100
34736              Message-ID: <87u0c7yqbn.fsf@k75.linux.bogus>
34737      Branch: perl
34738            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
34739            ! lib/CPAN/SIGNATURE lib/CPAN/bin/cpan
34740 ____________________________________________________________________________
34741 [ 26857] By: craigb                                on 2006/01/14  16:45:56
34742         Log: Give up on through.t on VMS for now -- no can do with current 
34743              pipe implementation.
34744      Branch: perl
34745            ! t/io/through.t
34746 ____________________________________________________________________________
34747 [ 26856] By: nicholas                              on 2006/01/14  12:49:31
34748         Log: Can now count the patches committed with --thanks-applied.
34749              Changes5.8's top 3:
34750              3332:   jhi
34751              321:    ams
34752              60:     nick
34753      Branch: perl
34754            ! Porting/checkAUTHORS.pl
34755 ____________________________________________________________________________
34756 [ 26855] By: nicholas                              on 2006/01/14  12:35:58
34757         Log: Oops. When the e-mail address came first, or there was no name with it,
34758              checkAUTHORS.pl wasn't recognising it, which caused the change to be
34759              attributed to the committer rather than the author. This now reveals
34760              several people "missing" from the AUTHORS file.
34761      Branch: perl
34762            ! Porting/checkAUTHORS.pl
34763 ____________________________________________________________________________
34764 [ 26854] By: nicholas                              on 2006/01/14  12:25:15
34765         Log: Some reordering and one new address for Stéphane Payrard
34766      Branch: perl
34767            ! Porting/checkAUTHORS.pl
34768 ____________________________________________________________________________
34769 [ 26853] By: nicholas                              on 2006/01/14  12:20:19
34770         Log: Teach checkAUTHORS.pl about everyone in Changes5.8.[2-8], adding to
34771              AUTHORS where necessary.
34772      Branch: perl
34773            ! AUTHORS Porting/checkAUTHORS.pl
34774 ____________________________________________________________________________
34775 [ 26852] By: nicholas                              on 2006/01/14  11:54:09
34776         Log: Add Ken Hirsch to AUTHORS.
34777      Branch: perl
34778            ! AUTHORS
34779 ____________________________________________________________________________
34780 [ 26850] By: nicholas                              on 2006/01/14  11:39:42
34781         Log: e-mail update from Phil Lobbes
34782      Branch: perl
34783            ! AUTHORS Porting/checkAUTHORS.pl
34784 ____________________________________________________________________________
34785 [ 26849] By: rgs                                   on 2006/01/14  10:26:15
34786         Log: Perldelta nits by Jim Cromie
34787      Branch: perl
34788            ! pod/perl593delta.pod
34789 ____________________________________________________________________________
34790 [ 26846] By: rgs                                   on 2006/01/14  08:49:12
34791         Log: Adapt test.valgrind make target to recent valgrinds (3.x)
34792              by Jim Cromie
34793      Branch: perl
34794            ! t/TEST
34795 ____________________________________________________________________________
34796 [ 26845] By: craigb                                on 2006/01/14  05:16:27
34797         Log: Friday the 13th, Part II.  Don't call SYS$GETJPI with fancy case
34798              lookup stuff on older systems that don't know what it means (broken
34799              in #25306).
34800      Branch: perl
34801            ! vms/vms.c
34802 ____________________________________________________________________________
34803 [ 26844] By: craigb                                on 2006/01/14  05:02:38
34804         Log: Eek.  #25783 broke all pre-v8.2 VMS builds.  Undo all the bits
34805              having to do with dirent, opendir, etc.  Must be Friday the 13th.
34806      Branch: perl
34807            ! configure.com vms/vms.c vms/vmsish.h
34808 ____________________________________________________________________________
34809 [ 26838] By: nicholas                              on 2006/01/13  21:44:47
34810         Log: checkAUTHORS.pl --rank would loop infinitely on an empty results array.
34811      Branch: perl
34812            ! Porting/checkAUTHORS.pl
34813 ____________________________________________________________________________
34814 [ 26835] By: stevep                                on 2006/01/13  19:31:19
34815         Log: Additional tests for RT #38207: "Useless localization of constant ($[)
34816              in getopts.pl".
34817      Branch: perl
34818            ! t/op/local.t
34819 ____________________________________________________________________________
34820 [ 26831] By: nicholas                              on 2006/01/13  18:10:55
34821         Log: Subject: Re: Today's compiling adventure
34822              From: Ken Hirsch <kenhirsch@ftml.net>
34823              Message-ID: <43C69F48.7090600@ftml.net>
34824              Date: Thu, 12 Jan 2006 13:26:16 -0500
34825      Branch: perl
34826            ! pp_sys.c
34827 ____________________________________________________________________________
34828 [ 26826] By: rgs                                   on 2006/01/13  17:32:31
34829         Log: More perldelta work
34830      Branch: perl
34831            ! pod/perl593delta.pod
34832 ____________________________________________________________________________
34833 [ 26824] By: nicholas                              on 2006/01/13  17:08:13
34834         Log: $utf8::VERSION++ # Documentation.
34835      Branch: perl
34836            ! lib/utf8.pm
34837 ____________________________________________________________________________
34838 [ 26819] By: rgs                                   on 2006/01/13  14:50:32
34839         Log: Fix internal links in POD.
34840      Branch: perl
34841            ! lib/utf8.pm
34842 ____________________________________________________________________________
34843 [ 26817] By: nicholas                              on 2006/01/13  14:02:00
34844         Log: More $VERSION bumps.
34845      Branch: perl
34846            ! ext/PerlIO/via/via.pm lib/Attribute/Handlers.pm lib/Switch.pm
34847 ____________________________________________________________________________
34848 [ 26816] By: rgs                                   on 2006/01/13  13:47:52
34849         Log: Better wording for change 26796. Plus, make podchecker happy.
34850      Branch: perl
34851            ! lib/PerlIO.pm
34852 ____________________________________________________________________________
34853 [ 26815] By: gisle                                 on 2006/01/13  12:10:28
34854         Log: Fix [perl #38223]; _IOC_SIZE() not always safe.
34855      Branch: perl
34856            ! perl.h
34857 ____________________________________________________________________________
34858 [ 26814] By: rgs                                   on 2006/01/13  09:22:14
34859         Log: Add a link to the Opcode doc in Safe.
34860              (see RT CPAN ticket #8579)
34861      Branch: perl
34862            ! ext/Opcode/Safe.pm
34863 ____________________________________________________________________________
34864 [ 26813] By: craigb                                on 2006/01/13  01:12:44
34865         Log: Assorted VMS-only MakeMaker fixes for blead
34866      Branch: perl
34867            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
34868            ! lib/ExtUtils/t/FIRST_MAKEFILE.t lib/ExtUtils/t/basic.t
34869 ____________________________________________________________________________
34870 [ 26812] By: rgs                                   on 2006/01/12  23:11:16
34871         Log: Make h2ph recognize (and skip) const and __const__ in C function
34872              prototypes. This makes it produce better files on linux-sparc64.
34873      Branch: perl
34874            ! utils/h2ph.PL
34875 ____________________________________________________________________________
34876 [ 26809] By: nicholas                              on 2006/01/12  20:03:51
34877         Log: Upgrade to Devel::PPPort 3.06_01
34878      Branch: perl
34879            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
34880            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
34881            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
34882            ! ext/Devel/PPPort/devel/buildperl.pl
34883            ! ext/Devel/PPPort/devel/mkapidoc.sh ext/Devel/PPPort/mktests.PL
34884            ! ext/Devel/PPPort/parts/apicheck.pl
34885            ! ext/Devel/PPPort/parts/apidoc.fnc
34886            ! ext/Devel/PPPort/parts/base/5006000
34887            ! ext/Devel/PPPort/parts/base/5009002
34888            ! ext/Devel/PPPort/parts/embed.fnc
34889            ! ext/Devel/PPPort/parts/inc/MY_CXT
34890            ! ext/Devel/PPPort/parts/inc/SvPV
34891            ! ext/Devel/PPPort/parts/inc/format
34892            ! ext/Devel/PPPort/parts/inc/grok
34893            ! ext/Devel/PPPort/parts/inc/misc
34894            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
34895            ! ext/Devel/PPPort/parts/inc/ppphbin
34896            ! ext/Devel/PPPort/parts/inc/ppphdoc
34897            ! ext/Devel/PPPort/parts/inc/ppphtest
34898            ! ext/Devel/PPPort/parts/inc/version
34899            ! ext/Devel/PPPort/parts/ppptools.pl
34900            ! ext/Devel/PPPort/parts/todo/5004040
34901            ! ext/Devel/PPPort/parts/todo/5005000
34902            ! ext/Devel/PPPort/parts/todo/5006000
34903            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
34904            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/ppphtest.t
34905 ____________________________________________________________________________
34906 [ 26808] By: merijn                                on 2006/01/12  19:54:57
34907         Log: Add new mpeix file from #26807
34908      Branch: perl
34909            ! MANIFEST
34910 ____________________________________________________________________________
34911 [ 26807] By: merijn                                on 2006/01/12  19:52:01
34912         Log: Subject: Re: Today's compiling adventure
34913              From: Ken Hirsch <kenhirsch@ftml.net>
34914              Date: Thu, 12 Jan 2006 13:26:16 -0500
34915              Message-ID: <43C69F48.7090600@ftml.net>
34916      Branch: perl
34917            + mpeix/mpeix_setjmp.c
34918            ! README.mpeix hints/mpeix.sh mpeix/mpeix.c mpeix/mpeixish.h
34919            ! pp_sys.c
34920 ____________________________________________________________________________
34921 [ 26805] By: nicholas                              on 2006/01/12  19:09:19
34922         Log: $Socket::VERSION++; # You always miss one.
34923      Branch: perl
34924            ! ext/Socket/Socket.pm
34925 ____________________________________________________________________________
34926 [ 26804] By: nicholas                              on 2006/01/12  18:44:49
34927         Log: Bump $VERSION in many modules that have changed.
34928      Branch: perl
34929            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
34930            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
34931            ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm
34932            ! ext/SDBM_File/SDBM_File.pm ext/XS/Typemap/Typemap.pm
34933            ! ext/attrs/attrs.pm ext/re/re.pm ext/threads/shared/shared.pm
34934            ! lib/DB.pm lib/Dumpvalue.pm lib/English.pm lib/File/Copy.pm
34935            ! lib/FileCache.pm lib/Pod/Functions.pm lib/Pod/Html.pm
34936            ! lib/Term/ReadLine.pm lib/Tie/Hash.pm lib/Unicode/UCD.pm
34937            ! lib/User/grent.pm lib/blib.pm lib/diagnostics.pm
34938            ! lib/overload.pm lib/vmsish.pm lib/warnings.pm
34939            ! lib/warnings/register.pm os2/OS2/PrfDB/PrfDB.pm
34940            ! os2/OS2/Process/Process.pm os2/OS2/REXX/REXX.pm warnings.pl
34941 ____________________________________________________________________________
34942 [ 26803] By: rgs                                   on 2006/01/12  15:40:53
34943         Log: Don't warn when localizing $[
34944      Branch: perl
34945            ! op.c t/lib/warnings/op
34946 ____________________________________________________________________________
34947 [ 26802] By: rgs                                   on 2006/01/12  13:47:59
34948         Log: Subject: [perl #38205] misleading typo in perlfaq8
34949              From: erik@cs.uni-jena.de (via RT) <perlbug-followup@perl.org>
34950              Date: Wed, 11 Jan 2006 14:56:28 -0800
34951              Message-ID: <rt-3.0.11-38205-127890.10.340635502974@perl.org>
34952      Branch: perl
34953            ! pod/perlfaq8.pod
34954 ____________________________________________________________________________
34955 [ 26801] By: rgs                                   on 2006/01/12  13:36:05
34956         Log: FAQ sync.
34957      Branch: perl
34958            ! pod/perlfaq.pod pod/perlfaq2.pod
34959 ____________________________________________________________________________
34960 [ 26800] By: rgs                                   on 2006/01/12  13:25:15
34961         Log: Subject: [PATCH] Compress::Zlib
34962              From: "Paul Marquess" <paul.marquess@ntlworld.com>
34963              Date: Thu, 12 Jan 2006 13:20:58 -0000
34964              Message-ID: <020d01c6177b$087b1c60$4c05140a@myopwv.com>
34965      Branch: perl
34966            ! ext/Compress/Zlib/t/16oneshot-gzip-only.t
34967            ! ext/Compress/Zlib/t/16oneshot-zip-only.t
34968 ____________________________________________________________________________
34969 [ 26799] By: rgs                                   on 2006/01/12  11:20:27
34970         Log: Subject: Re: cloning and foo_dup functions
34971              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34972              Date: Thu, 12 Jan 2006 01:41:18 -0800
34973              Message-ID: <20060112094118.GA1432@efn.org>
34974      Branch: perl
34975            ! embed.fnc pod/perltodo.pod proto.h
34976 ____________________________________________________________________________
34977 [ 26798] By: rgs                                   on 2006/01/12  11:02:45
34978         Log: Test comment fix by Dominic Dunlop
34979      Branch: perl
34980            ! lib/locale.t
34981 ____________________________________________________________________________
34982 [ 26797] By: rgs                                   on 2006/01/12  10:13:27
34983         Log: Typo fix.
34984      Branch: perl
34985            ! pod/perlvar.pod
34986 ____________________________________________________________________________
34987 [ 26796] By: nicholas                              on 2006/01/11  22:41:04
34988         Log: Subject: [PATCH] fix for :crlf example 
34989              From: Xavier Noria <fxn@hashref.com> 
34990              Message-Id: <0F64C146-3A80-4FDF-8149-AFB35B3C4D3B@hashref.com> 
34991              Date: Wed, 11 Jan 2006 23:11:49 +0100 
34992              
34993              plus bump its $VERSION
34994      Branch: perl
34995            ! lib/PerlIO.pm
34996 ____________________________________________________________________________
34997 [ 26795] By: gisle                                 on 2006/01/11  21:09:19
34998         Log: A few more places that can use hv_fetchs().
34999              Ref change 26676.
35000      Branch: perl
35001            ! ext/POSIX/POSIX.xs gv.c mg.c pp_ctl.c toke.c universal.c
35002            ! utf8.c util.c
35003 ____________________________________________________________________________
35004 [ 26793] By: merijn                                on 2006/01/11  21:02:14
35005         Log: Cygwin issue (26792) and patchlevel (26790)
35006              
35007              Subject: Re: Cygwin status, maint and blead
35008              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
35009              Date: Fri, 6 Jan 2006 13:47:10 -0800
35010              Message-ID: <20060106214710.GA592@efn.org>
35011              
35012              Subject: Re: Cygwin status, maint and blead
35013              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
35014              Date: Thu, 10 Nov 2005 00:46:33 -0800
35015              Message-ID: <20051110084633.GA3364@efn.org>
35016      Branch: perl
35017            ! Configure
35018 ____________________________________________________________________________
35019 [ 26791] By: gisle                                 on 2006/01/11  20:50:30
35020         Log: Make $( and $) list the groups in the order they
35021              are returned from the OS.  Linux seems to return
35022              the gids sorted and it seemed wrong for perl to
35023              reverse this order.
35024      Branch: perl
35025            ! mg.c
35026 ____________________________________________________________________________
35027 [ 26789] By: stevep                                on 2006/01/11  19:07:04
35028         Log: Subject: Re: [PATCH] Mac OS X 10.4.4 (Darwin 8.4.0) still does not fix locale issue
35029              From: Dominic Dunlop <domo@computer.org>
35030              Date: Wed, 11 Jan 2006 19:52:20 +0100
35031              Message-Id: <FD99F9D3-16DB-484C-BC0A-702F60DAACA4@computer.org>
35032      Branch: perl
35033            ! lib/locale.t
35034 ____________________________________________________________________________
35035 [ 26787] By: nicholas                              on 2006/01/11  14:47:04
35036         Log: Refactor S_vdie_common so that Perl_vwarn can use it too.
35037      Branch: perl
35038            ! embed.fnc embed.h proto.h util.c
35039 ____________________________________________________________________________
35040 [ 26786] By: gisle                                 on 2006/01/11  14:23:28
35041         Log: Get rid of the following gcc format warnings by    simplifying the
35042              getgroups implementation:
35043              
35044              mg.c: In function Perl_magic_get':
35045              mg.c:1008: warning: long unsigned int format, gid_t arg (arg 3)
35046              mg.c:1014: warning: long unsigned int format, gid_t arg (arg 3)
35047              mg.c:1025: warning: long unsigned int format, unsigned int arg (arg 3)
35048              
35049              Since we already cast the numeric Gid_t values to an IV it should not
35050              be too risky to also cast the Group_t values.  Converting these values
35051              with Gid_t_f wasn't quite right anyway.
35052      Branch: perl
35053            ! mg.c
35054 ____________________________________________________________________________
35055 [ 26785] By: steveh                                on 2006/01/11  14:07:47
35056         Log: Clean up temp files/dirs left by Archive-Tar tests
35057              
35058              Part of this reinstates change 25043 which was mistakenly removed
35059              by change 25312
35060      Branch: perl
35061            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
35062 ____________________________________________________________________________
35063 [ 26784] By: rgs                                   on 2006/01/11  12:52:27
35064         Log: Make description of new warning introduced in change 26780 more precise
35065      Branch: perl
35066            ! pod/perldiag.pod
35067 ____________________________________________________________________________
35068 [ 26783] By: steveh                                on 2006/01/11  12:31:26
35069         Log: Clean up libdirs left behind by new Compress-Zlib
35070      Branch: perl
35071            ! win32/Makefile win32/makefile.mk
35072 ____________________________________________________________________________
35073 [ 26782] By: stevep                                on 2006/01/11  12:25:24
35074         Log: Subject: Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.13.tar.gz
35075              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
35076              Date: Wed, 11 Jan 2006 02:13:31 +0100
35077              Message-ID: <1136942011.43c45bbb82dce@imp1-g19.free.fr>
35078      Branch: perl
35079            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm
35080 ____________________________________________________________________________
35081 [ 26781] By: nicholas                              on 2006/01/11  12:11:03
35082         Log: Gisle notes that SvRTRIM should also write a new '\0' at the end.
35083      Branch: perl
35084            ! mg.c
35085 ____________________________________________________________________________
35086 [ 26780] By: stevep                                on 2006/01/11  11:53:07
35087         Log: Fix the new warning created with version-0.53
35088      Branch: perl
35089            ! pod/perldiag.pod util.c
35090 ____________________________________________________________________________
35091 [ 26779] By: gisle                                 on 2006/01/11  09:52:18
35092         Log: Make setting 'PL_origalen = 1' before perl_parse() disable
35093              argv[0] munging when $0 is assigned to.
35094      Branch: perl
35095            ! mg.c perl.c pod/perlembed.pod
35096 ____________________________________________________________________________
35097 [ 26778] By: steveh                                on 2006/01/11  09:04:38
35098         Log: Bleadperl's Win32::Win32 is more recent than the current CPAN release
35099              of libwin32 (0.26), so bump the $VERSION a little
35100      Branch: perl
35101            ! win32/ext/Win32/Win32.pm
35102 ____________________________________________________________________________
35103 [ 26777] By: stevep                                on 2006/01/11  03:22:57
35104         Log: Upgrade to version-0.53
35105      Branch: perl
35106            ! lib/version.pm lib/version.t util.c
35107 ____________________________________________________________________________
35108 [ 26774] By: nicholas                              on 2006/01/10  17:46:15
35109         Log: s/superceded/superseded/g
35110      Branch: perl
35111            ! Changes5.004 Changes5.6 handy.h pod/perlapi.pod
35112 ____________________________________________________________________________
35113 [ 26773] By: nicholas                              on 2006/01/10  16:59:25
35114         Log: Subject: Re: Sys::Syslog blows up rather spectacularly on Solaris
35115              From: Alan Burlison <Alan.Burlison@sun.com>
35116              Message-ID: <43C3D80E.20704@sun.com>
35117              Date: Tue, 10 Jan 2006 15:51:42 +0000
35118      Branch: perl
35119            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/constants.t
35120 ____________________________________________________________________________
35121 [ 26772] By: nicholas                              on 2006/01/10  16:36:03
35122         Log: Gisle is correct - $host needs to stay in case the user sets it
35123              themselves. But if the user doesn't, default to INADDR_LOOPBACK.
35124      Branch: perl
35125            ! ext/Sys/Syslog/Syslog.pm
35126 ____________________________________________________________________________
35127 [ 26770] By: merijn                                on 2006/01/10  15:16:03
35128         Log: 1. Make HP C-ANSI-C work on Itanium2 (HP-UX 11.23)
35129              broken optimizer
35130              2. Remove a compiler warning in a try program
35131      Branch: perl
35132            ! hints/hpux.sh
35133 ____________________________________________________________________________
35134 [ 26769] By: nicholas                              on 2006/01/10  15:09:07
35135         Log: Why should Syslog jump through hoops to look up the hostname so it can
35136              immediately convert it to an IP address, when all it really wants is
35137              a connection to the loopback device?
35138      Branch: perl
35139            ! ext/Sys/Syslog/Syslog.pm
35140 ____________________________________________________________________________
35141 [ 26768] By: gisle                                 on 2006/01/10  14:32:43
35142         Log: If getservbyname fails tell what service the lookup
35143              attempt tried to use.
35144      Branch: perl
35145            ! ext/Sys/Syslog/Syslog.pm
35146 ____________________________________________________________________________
35147 [ 26767] By: nicholas                              on 2006/01/10  13:24:26
35148         Log: Missing an initialisation, as spotted by Merijn's HP compiler.
35149      Branch: perl
35150            ! toke.c
35151 ____________________________________________________________________________
35152 [ 26766] By: rgs                                   on 2006/01/10  13:20:52
35153         Log: Remove Syslog tests that use external modules
35154      Branch: perl
35155            - ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t
35156            - ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t
35157            - ext/Sys/Syslog/t/portfs.t
35158            ! MANIFEST
35159 ____________________________________________________________________________
35160 [ 26765] By: gisle                                 on 2006/01/10  11:41:24
35161         Log: Move initialization of old values prior to moreswitches()
35162              closer to their use and together with 'switches_done'.
35163      Branch: perl
35164            ! toke.c
35165 ____________________________________________________________________________
35166 [ 26764] By: rgs                                   on 2006/01/10  10:51:16
35167         Log: Subject: [PATCH] It's the Barbie bus patch
35168              From: Andy Lester <andy@petdance.com>
35169              Date: Mon, 9 Jan 2006 23:42:43 -0600
35170              Message-ID: <20060110054243.GA26165@petdance.com>
35171      Branch: perl
35172            ! av.c doio.c embed.fnc embed.h gv.c hv.c mg.c op.c pad.c
35173            ! pp_ctl.c pp_hot.c pp_sys.c proto.h reentr.c reentr.h regcomp.c
35174            ! regexec.c sv.c toke.c uconfig.sh util.c
35175 ____________________________________________________________________________
35176 [ 26762] By: gisle                                 on 2006/01/10  10:10:10
35177         Log: Remove stale date.
35178      Branch: perl
35179            ! pod/perlembed.pod
35180 ____________________________________________________________________________
35181 [ 26761] By: rgs                                   on 2006/01/10  10:05:26
35182         Log: Subject: [PATCH] Compress::Zlib  becomes zlib agnostic
35183              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
35184              Date: Mon, 9 Jan 2006 20:25:00 -0000
35185              Message-ID: <002101c6155a$c5886c90$1340100a@myopwv.com>
35186      Branch: perl
35187            + ext/Compress/Zlib/lib/Compress/Zip/Constants.pm
35188            + ext/Compress/Zlib/lib/CompressPlugin/Deflate.pm
35189            + ext/Compress/Zlib/lib/CompressPlugin/Identity.pm
35190            + ext/Compress/Zlib/lib/IO/Compress/Base.pm
35191            + ext/Compress/Zlib/lib/IO/Compress/Zip.pm
35192            + ext/Compress/Zlib/lib/IO/Uncompress/AnyUncompress.pm
35193            + ext/Compress/Zlib/lib/IO/Uncompress/Base.pm
35194            + ext/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
35195            + ext/Compress/Zlib/lib/UncompressPlugin/Identity.pm
35196            + ext/Compress/Zlib/lib/UncompressPlugin/Inflate.pm
35197            + ext/Compress/Zlib/t/04generic-deflate.t
35198            + ext/Compress/Zlib/t/04generic-gzip.t
35199            + ext/Compress/Zlib/t/04generic-rawdeflate.t
35200            + ext/Compress/Zlib/t/04generic-zip.t
35201            + ext/Compress/Zlib/t/04zlib-generic-deflate.t
35202            + ext/Compress/Zlib/t/04zlib-generic-gzip.t
35203            + ext/Compress/Zlib/t/04zlib-generic-rawdeflate.t
35204            + ext/Compress/Zlib/t/04zlib-generic-zip.t
35205            + ext/Compress/Zlib/t/12any-deflate.t
35206            + ext/Compress/Zlib/t/12any-gzip.t
35207            + ext/Compress/Zlib/t/12any-rawdeflate.t
35208            + ext/Compress/Zlib/t/12any-transparent.t
35209            + ext/Compress/Zlib/t/12any-zip.t
35210            + ext/Compress/Zlib/t/13prime-deflate.t
35211            + ext/Compress/Zlib/t/13prime-gzip.t
35212            + ext/Compress/Zlib/t/13prime-rawdeflate.t
35213            + ext/Compress/Zlib/t/13prime-zip.t
35214            + ext/Compress/Zlib/t/15multi-deflate.t
35215            + ext/Compress/Zlib/t/15multi-gzip.t
35216            + ext/Compress/Zlib/t/15multi-rawdeflate.t
35217            + ext/Compress/Zlib/t/15multi-zip.t
35218            + ext/Compress/Zlib/t/16oneshot-deflate.t
35219            + ext/Compress/Zlib/t/16oneshot-gzip-only.t
35220            + ext/Compress/Zlib/t/16oneshot-gzip.t
35221            + ext/Compress/Zlib/t/16oneshot-rawdeflate.t
35222            + ext/Compress/Zlib/t/16oneshot-zip-only.t
35223            + ext/Compress/Zlib/t/16oneshot-zip.t
35224            + ext/Compress/Zlib/t/19destroy-deflate.t
35225            + ext/Compress/Zlib/t/19destroy-gzip.t
35226            + ext/Compress/Zlib/t/19destroy-rawdeflate.t
35227            + ext/Compress/Zlib/t/19destroy-zip.t
35228            + ext/Compress/Zlib/t/20tied-deflate.t
35229            + ext/Compress/Zlib/t/20tied-gzip.t
35230            + ext/Compress/Zlib/t/20tied-rawdeflate.t
35231            + ext/Compress/Zlib/t/20tied-zip.t
35232            + ext/Compress/Zlib/t/21newtied-deflate.t
35233            + ext/Compress/Zlib/t/21newtied-gzip.t
35234            + ext/Compress/Zlib/t/21newtied-rawdeflate.t
35235            + ext/Compress/Zlib/t/21newtied-zip.t
35236            + ext/Compress/Zlib/t/22merge-deflate.t
35237            + ext/Compress/Zlib/t/22merge-gzip.t
35238            + ext/Compress/Zlib/t/22merge-rawdeflate.t
35239            + ext/Compress/Zlib/t/22merge-zip.t
35240            + ext/Compress/Zlib/t/25anyunc-deflate.t
35241            + ext/Compress/Zlib/t/25anyunc-gzip.t
35242            + ext/Compress/Zlib/t/25anyunc-rawdeflate.t
35243            + ext/Compress/Zlib/t/25anyunc-transparent.t
35244            + ext/Compress/Zlib/t/25anyunc-zip.t ext/Compress/Zlib/t/99pod.t
35245            + t/lib/compress/ZlibTestUtils.pm t/lib/compress/any.pl
35246            + t/lib/compress/anyunc.pl t/lib/compress/destroy.pl
35247            + t/lib/compress/generic.pl t/lib/compress/merge.pl
35248            + t/lib/compress/multi.pl t/lib/compress/newtied.pl
35249            + t/lib/compress/oneshot.pl t/lib/compress/prime.pl
35250            + t/lib/compress/tied.pl t/lib/compress/truncate.pl
35251            + t/lib/compress/zlib-generic.pl
35252            - ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/12any.t
35253            - ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/15multi.t
35254            - ext/Compress/Zlib/t/16oneshot.t
35255            - ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
35256            - ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
35257            - t/lib/ZlibTestUtils.pm
35258            ! MANIFEST ext/Compress/Zlib/Changes
35259            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
35260            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
35261            ! ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm
35262            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
35263            ! ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm
35264            ! ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm
35265            ! ext/Compress/Zlib/lib/File/GlobMapper.pm
35266            ! ext/Compress/Zlib/lib/IO/Compress/Deflate.pm
35267            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
35268            ! ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
35269            ! ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
35270            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
35271            ! ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
35272            ! ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
35273            ! ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h
35274            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
35275            ! ext/Compress/Zlib/t/03zlib-v1.t
35276            ! ext/Compress/Zlib/t/05examples.t
35277            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
35278            ! ext/Compress/Zlib/t/08encoding.t
35279            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
35280            ! ext/Compress/Zlib/t/11truncate.t
35281            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/17isize.t
35282            ! ext/Compress/Zlib/t/18lvalue.t ext/Compress/Zlib/t/23misc.t
35283            ! ext/Compress/Zlib/t/globmapper.t
35284 ____________________________________________________________________________
35285 [ 26760] By: gisle                                 on 2006/01/10  08:58:21
35286         Log: Avoid possible dereference of NULL in the initialization of PL_origalen.
35287              This can only happen when perlparse is called with no argv.
35288              Don't try to update PL_origargv unless PL_origalen is at least 2.
35289      Branch: perl
35290            ! mg.c perl.c
35291 ____________________________________________________________________________
35292 [ 26759] By: craigb                                on 2006/01/10  04:28:25
35293         Log: Make FAKE,READONLY optional on VMS in test 21
35294      Branch: perl
35295            ! ext/Devel/Peek/t/Peek.t
35296 ____________________________________________________________________________
35297 [ 26758] By: rgs                                   on 2006/01/09  14:58:57
35298         Log: Add Digest::SHA to the Win32 makefiles
35299      Branch: perl
35300            ! win32/Makefile win32/makefile.mk
35301 ____________________________________________________________________________
35302 [ 26757] By: rgs                                   on 2006/01/09  14:42:18
35303         Log: Subject: Re: relaxing TEST restrictions (was: Re: 5.9.3 approaches)
35304              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
35305              Date: Mon, 9 Jan 2006 06:38:25 -0800
35306              Message-ID: <20060109143825.GB4132@efn.org>
35307      Branch: perl
35308            ! t/TEST
35309 ____________________________________________________________________________
35310 [ 26756] By: rgs                                   on 2006/01/09  14:28:20
35311         Log: Subject: [patch] more about embed.fnc in perlguts
35312              From: Jim Cromie <jim.cromie@gmail.com>
35313              Date: Sun, 08 Jan 2006 11:35:46 -0700
35314              Message-ID: <43C15B82.9090309@gmail.com>
35315              
35316              (with a few nits)
35317      Branch: perl
35318            ! embed.fnc pod/perlguts.pod
35319 ____________________________________________________________________________
35320 [ 26755] By: stevep                                on 2006/01/09  14:27:07
35321         Log: Added standard core header to test cases for Digest::SHA
35322      Branch: perl
35323            ! ext/Digest/SHA/t/0-pod-coverage.t ext/Digest/SHA/t/0-pod.t
35324            ! ext/Digest/SHA/t/1-exist.t ext/Digest/SHA/t/1-hello-world.t
35325            ! ext/Digest/SHA/t/2-nist-sha-1.t
35326            ! ext/Digest/SHA/t/2-nist-sha-224.t
35327            ! ext/Digest/SHA/t/2-nist-sha-256.t
35328            ! ext/Digest/SHA/t/2-nist-sha-384.t
35329            ! ext/Digest/SHA/t/2-nist-sha-512.t
35330            ! ext/Digest/SHA/t/2-nist-sha-base64.t
35331            ! ext/Digest/SHA/t/2-nist-sha-oo.t
35332            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
35333            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
35334            ! ext/Digest/SHA/t/3-gillogly-easy.t
35335            ! ext/Digest/SHA/t/3-gillogly-hard.t
35336            ! ext/Digest/SHA/t/4-bitstr-increasing.t
35337            ! ext/Digest/SHA/t/4-bitstr-large.t
35338            ! ext/Digest/SHA/t/4-bitstr-random.t
35339            ! ext/Digest/SHA/t/5-hmac-fips198.t
35340            ! ext/Digest/SHA/t/5-hmac-rfc2202.t
35341            ! ext/Digest/SHA/t/5-hmac-sha-256.t
35342            ! ext/Digest/SHA/t/5-hmac-woodbury.t
35343            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
35344 ____________________________________________________________________________
35345 [ 26754] By: nicholas                              on 2006/01/09  14:10:34
35346         Log: POSIX and Fcntl both export the same constants derived from the same
35347              C macros. Given that constants are now real inline and *defined*,
35348              rather than merely declared and AUTOLOADed as needed, it is best that
35349              POSIX quite litereally re-exports the constants defined by Fcntl.
35350      Branch: perl
35351            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
35352 ____________________________________________________________________________
35353 [ 26753] By: gisle                                 on 2006/01/09  13:59:48
35354         Log: Restore hardcoded PERL_PATCHNUM removed in change 26672.
35355              This is actually needed for the current Configure logic
35356              to pick up the real patchnum from the .patch file.
35357      Branch: perl
35358            ! patchlevel.h
35359 ____________________________________________________________________________
35360 [ 26752] By: rgs                                   on 2006/01/09  13:44:20
35361         Log: Upgrade to Sys::Syslog 0.12
35362      Branch: perl
35363            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
35364            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/constants.t
35365            ! ext/Sys/Syslog/t/podspell.t
35366 ____________________________________________________________________________
35367 [ 26751] By: rgs                                   on 2006/01/09  10:16:23
35368         Log: Subject: [PATCH] RE: Failing tests on VMS blead@26652
35369              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
35370              Date: Sun, 8 Jan 2006 23:47:33 -0000
35371              Message-ID: <00cd01c614ad$e815d340$6401a8c0@myopwv.com>
35372      Branch: perl
35373            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
35374            ! ext/Compress/Zlib/t/05examples.t
35375            ! ext/Compress/Zlib/t/06gzsetp.t
35376            ! ext/Compress/Zlib/t/08encoding.t
35377            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
35378            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/13prime.t
35379            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/15multi.t
35380            ! ext/Compress/Zlib/t/16oneshot.t
35381            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
35382            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
35383            ! ext/Compress/Zlib/t/23misc.t t/lib/ZlibTestUtils.pm
35384 ____________________________________________________________________________
35385 [ 26750] By: rgs                                   on 2006/01/09  08:20:00
35386         Log: Revert change 26749
35387      Branch: perl
35388            ! pod/perlvar.pod
35389 ____________________________________________________________________________
35390 [ 26749] By: davem                                 on 2006/01/09  02:20:51
35391         Log: Subject:  [PATCH] identifiers always in main (was: defining a _ function breaks File::Find)
35392              From:  Xavier Noria <fxn@hashref.com>
35393              Date:  Sun, 23 Oct 2005 09:47:37 +0200
35394              Message-Id:  <D3867DED-313E-4D39-A85F-1178FE7F7A5E@hashref.com>
35395              
35396              clarify which variables are always forced into main::
35397      Branch: perl
35398            ! pod/perlvar.pod
35399 ____________________________________________________________________________
35400 [ 26747] By: nicholas                              on 2006/01/08  22:43:15
35401         Log: Cope with change entries that are \r terminated
35402      Branch: perl
35403            ! Porting/genlog
35404 ____________________________________________________________________________
35405 [ 26745] By: craigb                                on 2006/01/08  22:37:47
35406         Log: follow-up to 26740, shasum --> shasum.com
35407      Branch: perl
35408            ! vms/descrip_mms.template
35409 ____________________________________________________________________________
35410 [ 26744] By: craigb                                on 2006/01/08  22:19:39
35411         Log: Grr.  #26690 broke handling of old ODS-2 style names
35412              on current versions of VMS
35413      Branch: perl
35414            ! configure.com
35415 ____________________________________________________________________________
35416 [ 26743] By: craigb                                on 2006/01/08  22:14:13
35417         Log: VMS needs the meta-quoted version of $0
35418      Branch: perl
35419            ! lib/Test/Simple/t/is_deeply_fail.t
35420 ____________________________________________________________________________
35421 [ 26740] By: rgs                                   on 2006/01/08  21:42:59
35422         Log: Install shasum on Windows and VMS too
35423      Branch: perl
35424            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
35425 ____________________________________________________________________________
35426 [ 26739] By: rgs                                   on 2006/01/08  21:34:22
35427         Log: Subject: Re: [perl #38181] Default IO Layer is ignored in 3-argument open call 
35428              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
35429              Date: Mon, 09 Jan 2006 01:29:30 +0900
35430              Message-Id: <20060109012103.F20A.BQW10602@nifty.com>
35431      Branch: perl
35432            ! lib/open.pm pod/perlfunc.pod
35433 ____________________________________________________________________________
35434 [ 26737] By: nicholas                              on 2006/01/08  21:13:05
35435         Log: Update copyright with the 2 years where changes were made.
35436      Branch: perl
35437            ! pad.h
35438 ____________________________________________________________________________
35439 [ 26736] By: nicholas                              on 2006/01/08  20:41:25
35440         Log: Update the copyright years in the generated files, and nostdio.h
35441      Branch: perl
35442            ! keywords.h keywords.pl nostdio.h opcode.pl opnames.h
35443 ____________________________________________________________________________
35444 [ 26735] By: davem                                 on 2006/01/08  20:41:16
35445         Log: document svt_copy, svt_dup and svt_local vtable slots
35446      Branch: perl
35447            ! pod/perlguts.pod
35448 ____________________________________________________________________________
35449 [ 26733] By: rgs                                   on 2006/01/08  20:16:06
35450         Log: Add shasum (from Digest::SHA) to utils.lst
35451      Branch: perl
35452            ! utils.lst
35453 ____________________________________________________________________________
35454 [ 26732] By: nicholas                              on 2006/01/08  19:53:11
35455         Log: Update copyright years (including some years where we made changes but
35456              did not update)
35457      Branch: perl
35458            ! av.c deb.c mathoms.c mg.h numeric.c pad.c patchlevel.h perl.h
35459            ! perlvars.h perly.c run.c scope.c taint.c thread.h
35460 ____________________________________________________________________________
35461 [ 26726] By: nicholas                              on 2006/01/08  18:27:27
35462         Log: run pod/buildtoc --build-all
35463      Branch: perl
35464            ! MANIFEST pod/perltoc.pod vms/descrip_mms.template
35465            ! win32/Makefile win32/makefile.mk
35466 ____________________________________________________________________________
35467 [ 26725] By: nicholas                              on 2006/01/08  18:25:20
35468         Log: With VMS moving from [lib.pod] to [lib.pods] then pod/buildtoc needs
35469              tweaking
35470      Branch: perl
35471            ! pod/buildtoc
35472 ____________________________________________________________________________
35473 [ 26713] By: nicholas                              on 2006/01/08  15:24:53
35474         Log: Add an option 'opened' which reports on the maintainers of all files
35475              perforce currently has open.
35476      Branch: perl
35477            ! Porting/Maintainers.pm
35478 ____________________________________________________________________________
35479 [ 26710] By: craigb                                on 2006/01/08  13:33:43
35480         Log: pod2usage2.t is not readily portable to VMS either
35481      Branch: perl
35482            ! t/pod/pod2usage2.t
35483 ____________________________________________________________________________
35484 [ 26709] By: nicholas                              on 2006/01/08  13:15:30
35485         Log: Tweak the code that generates unique entries in @POSIX::EXPORT so that
35486              the array ends up with shared hash key scalars, for a memory saving.
35487      Branch: perl
35488            ! ext/POSIX/POSIX.pm
35489 ____________________________________________________________________________
35490 [ 26708] By: merijn                                on 2006/01/08  12:27:29
35491         Log: Subject: [PATCH] blead: format warnings
35492              Date: Sat, 07 Jan 2006 21:42:08 +0200
35493              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
35494              Message-ID: <43C01990.6020207@gmail.com>
35495      Branch: perl
35496            ! mg.c regcomp.c sv.c
35497 ____________________________________________________________________________
35498 [ 26707] By: merijn                                on 2006/01/08  09:53:56
35499         Log: Subject: [PATCH] hints/dec_osf.sh (Re: blead@26701 compilation warning from tru64 cc)
35500              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
35501              Date: Sun, 08 Jan 2006 11:38:34 +0200
35502              Message-ID: <43C0DD9A.9080809@gmail.com>
35503      Branch: perl
35504            ! hints/dec_osf.sh
35505 ____________________________________________________________________________
35506 [ 26706] By: nicholas                              on 2006/01/08  08:33:46
35507         Log: Add utils/shasum.PL to MANIFEST
35508      Branch: perl
35509            ! MANIFEST
35510 ____________________________________________________________________________
35511 [ 26705] By: nicholas                              on 2006/01/08  08:28:29
35512         Log: Add missing files in ext/Digest/SHA/src that somehow escaped the net.
35513      Branch: perl
35514            + ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
35515            + ext/Digest/SHA/src/hmacxtra.c ext/Digest/SHA/src/sha.c
35516            + ext/Digest/SHA/src/sha.h ext/Digest/SHA/src/sha64bit.c
35517            + ext/Digest/SHA/src/sha64bit.h ext/Digest/SHA/src/shaxtra.c
35518 ____________________________________________________________________________
35519 [ 26704] By: stevep                                on 2006/01/08  04:17:08
35520         Log: Add Digest-SHA-5.32 for SHA-256 support for CPAN.
35521      Branch: perl
35522            + ext/Digest/SHA/Changes ext/Digest/SHA/Makefile.PL
35523            + ext/Digest/SHA/README ext/Digest/SHA/SHA.pm
35524            + ext/Digest/SHA/SHA.xs ext/Digest/SHA/bin/shasum
35525            + ext/Digest/SHA/ppport.h ext/Digest/SHA/t/0-pod-coverage.t
35526            + ext/Digest/SHA/t/0-pod.t ext/Digest/SHA/t/1-exist.t
35527            + ext/Digest/SHA/t/1-hello-world.t
35528            + ext/Digest/SHA/t/2-nist-sha-1.t
35529            + ext/Digest/SHA/t/2-nist-sha-224.t
35530            + ext/Digest/SHA/t/2-nist-sha-256.t
35531            + ext/Digest/SHA/t/2-nist-sha-384.t
35532            + ext/Digest/SHA/t/2-nist-sha-512.t
35533            + ext/Digest/SHA/t/2-nist-sha-base64.t
35534            + ext/Digest/SHA/t/2-nist-sha-oo.t
35535            + ext/Digest/SHA/t/2-nist-vectors-bit.t
35536            + ext/Digest/SHA/t/2-nist-vectors-byte.t
35537            + ext/Digest/SHA/t/3-gillogly-easy.t
35538            + ext/Digest/SHA/t/3-gillogly-hard.t
35539            + ext/Digest/SHA/t/4-bitstr-increasing.t
35540            + ext/Digest/SHA/t/4-bitstr-large.t
35541            + ext/Digest/SHA/t/4-bitstr-random.t
35542            + ext/Digest/SHA/t/5-hmac-fips198.t
35543            + ext/Digest/SHA/t/5-hmac-rfc2202.t
35544            + ext/Digest/SHA/t/5-hmac-sha-256.t
35545            + ext/Digest/SHA/t/5-hmac-woodbury.t
35546            + ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
35547            + ext/Digest/SHA/t/gillogly/state.011
35548            + ext/Digest/SHA/t/gillogly/state.110
35549            + ext/Digest/SHA/t/nist/COPYRIGHT
35550            + ext/Digest/SHA/t/nist/Readme.txt
35551            + ext/Digest/SHA/t/nist/bit-hashes.sha1
35552            + ext/Digest/SHA/t/nist/bit-messages.sha1
35553            + ext/Digest/SHA/t/nist/byte-hashes.sha1
35554            + ext/Digest/SHA/t/nist/byte-messages.sha1
35555            + ext/Digest/SHA/t/state/state.1
35556            + ext/Digest/SHA/t/state/state.256
35557            + ext/Digest/SHA/t/state/state.384
35558            + ext/Digest/SHA/t/state/state.512 ext/Digest/SHA/typemap
35559            + utils/shasum.PL
35560            ! MANIFEST Porting/Maintainers.pl utils/Makefile
35561 ____________________________________________________________________________
35562 [ 26703] By: craigb                                on 2006/01/07  22:12:16
35563         Log: Make v?snprintf available on VMS v7.3-2 and later and clean up
35564              some other version-dependency checks.
35565      Branch: perl
35566            ! configure.com
35567 ____________________________________________________________________________
35568 [ 26702] By: nicholas                              on 2006/01/07  20:42:57
35569         Log: Remove the greedy quantifier from inside the grouping (?:) so that it
35570              and the greedy quantifier on the (?:) don't fight each other until the
35571              C stack is exhausted.
35572      Branch: perl
35573            ! lib/Pod/Simple/BlackBox.pm
35574 ____________________________________________________________________________
35575 [ 26701] By: nicholas                              on 2006/01/07  17:19:29
35576         Log: Reorder Fcntl's bootstrapping so that the constants actually get
35577              inlined within the functions that Fcntl defines.
35578      Branch: perl
35579            ! ext/Fcntl/Fcntl.pm
35580 ____________________________________________________________________________
35581 [ 26695] By: davem                                 on 2006/01/07  03:13:08
35582         Log: preserve the referent associated with a shared RV.
35583              its faster, and the user doesn't see a different address each time
35584              for ref($sharedref).
35585      Branch: perl
35586            ! ext/threads/shared/shared.xs
35587 ____________________________________________________________________________
35588 [ 26694] By: stevep                                on 2006/01/07  03:13:05
35589         Log: Additional const prototype fixes.
35590      Branch: perl
35591            ! os2/os2.c wince/wince.c
35592 ____________________________________________________________________________
35593 [ 26693] By: davem                                 on 2006/01/07  01:24:37
35594         Log: fix coredump on 'local $shared[N]' introduced by change #24942
35595      Branch: perl
35596            ! ext/threads/shared/shared.xs
35597 ____________________________________________________________________________
35598 [ 26691] By: nicholas                              on 2006/01/06  23:57:55
35599         Log: Don't code the absolute number of tests for the UTF8/EBCDIC case; much
35600              better to subtract the number of tests that don't get run.
35601      Branch: perl
35602            ! t/comp/require.t
35603 ____________________________________________________________________________
35604 [ 26690] By: craigb                                on 2006/01/06  23:16:30
35605         Log: Make VMS manifest checker handle multi-dot filenames on ODS-5
35606      Branch: perl
35607            ! configure.com
35608 ____________________________________________________________________________
35609 [ 26687] By: nicholas                              on 2006/01/06  22:19:47
35610         Log: Correct the typo in the description of change 24253
35611      Branch: perl
35612            ! Changes
35613 ____________________________________________________________________________
35614 [ 26685] By: stevep                                on 2006/01/06  21:59:00
35615         Log: Upgrade to version-0.52
35616      Branch: perl
35617            ! lib/version.pm lib/version.pod lib/version.t sv.c
35618            ! t/op/sprintf.t util.c
35619 ____________________________________________________________________________
35620 [ 26684] By: davem                                 on 2006/01/06  21:13:12
35621         Log: make ithreads shared vars smaller/quicker by eliminating shared_sv
35622              struct. Also document how it works.
35623      Branch: perl
35624            ! ext/threads/shared/shared.xs ext/threads/shared/typemap
35625 ____________________________________________________________________________
35626 [ 26680] By: stevep                                on 2006/01/06  18:59:54
35627         Log: const'ing parameters killed the builds for djgpp.  Changes get the 
35628              Perl core, but not the modules, to compile cleanly. 
35629      Branch: perl
35630            ! djgpp/djgpp.c djgpp/djgpp.h
35631 ____________________________________________________________________________
35632 [ 26679] By: nicholas                              on 2006/01/06  18:29:57
35633         Log: Negating an unsigned value generates warnings for some compilers, so
35634              cast it first.
35635      Branch: perl
35636            ! lib/ExtUtils/Constant/ProxySubs.pm
35637 ____________________________________________________________________________
35638 [ 26677] By: steveh                                on 2006/01/06  17:20:47
35639         Log: DBL_MAX and FLT_MAX are not constants in Borland C++
35640              
35641              (Fixes BCC compilation error in POSIX introduced by change 26455)
35642      Branch: perl
35643            ! ext/POSIX/Makefile.PL
35644 ____________________________________________________________________________
35645 [ 26676] By: rgs                                   on 2006/01/06  16:58:14
35646         Log: Subject: [PATCH] hv_fetchs() support
35647              From: Andy Lester <andy@petdance.com>
35648              Date: Fri, 6 Jan 2006 09:57:19 -0600
35649              Message-ID: <20060106155719.GB9035@petdance.com>
35650      Branch: perl
35651            ! doop.c handy.h hv.c malloc.c op.c pp_sys.c taint.c
35652 ____________________________________________________________________________
35653 [ 26675] By: rgs                                   on 2006/01/06  15:50:34
35654         Log: Subject: [PATCH] sprinkle dVAR
35655              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
35656              Date: Fri, 06 Jan 2006 16:18:53 +0200
35657              Message-ID: <43BE7C4D.1010302@gmail.com>
35658      Branch: perl
35659            ! av.c deb.c doio.c doop.c dump.c ext/threads/threads.xs gv.c
35660            ! hv.c lib/ExtUtils/ParseXS.pm locale.c mathoms.c mg.c numeric.c
35661            ! op.c opcode.h opcode.pl pad.c perl.c perl.h perl_keyword.pl
35662            ! perlio.c perlvars.h perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c
35663            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c
35664            ! taint.c toke.c universal.c utf8.c util.c xsutils.c
35665 ____________________________________________________________________________
35666 [ 26674] By: rgs                                   on 2006/01/06  14:35:38
35667         Log: Subject: [PATCH] performance tweaking op.c
35668              From: Andy Lester <andy@petdance.com>
35669              Date: Fri, 6 Jan 2006 01:44:48 -0600
35670              Message-ID: <20060106074448.GB3401@petdance.com>
35671      Branch: perl
35672            ! op.c
35673 ____________________________________________________________________________
35674 [ 26673] By: gisle                                 on 2006/01/06  14:00:14
35675         Log: Remove code duplicated a few lines above by change 19695.
35676      Branch: perl
35677            ! toke.c
35678 ____________________________________________________________________________
35679 [ 26672] By: gisle                                 on 2006/01/06  13:57:27
35680         Log: Move "DEVEL####" marker to the 'perl -v' output.
35681              This avoids problem with using STRINGIFY in patchlevel.h
35682              (ref msg <43BE4BAC.6010701@uk.radan.com> posted to p5p).
35683      Branch: perl
35684            ! patchlevel.h perl.c t/run/switches.t utils/perlbug.PL
35685 ____________________________________________________________________________
35686 [ 26671] By: stevep                                on 2006/01/06  13:04:44
35687         Log: Replacing broken call to savepvn() with savepvs() to get threaded
35688              Cygwin to compile again.
35689      Branch: perl
35690            ! perl.c
35691 ____________________________________________________________________________
35692 [ 26670] By: gisle                                 on 2006/01/06  10:54:18
35693         Log: Make '-s' on the shebang line able to parse -foo=bar switches again.
35694              This feature was broken by change 19695 some years ago
35695              and integrated into perl-5.8.1.  perl-5.8.0 was fine.
35696              Ref http://bugs.activestate.com/show_bug.cgi?id=43483
35697      Branch: perl
35698            ! perl.c t/run/switches.t
35699 ____________________________________________________________________________
35700 [ 26669] By: gisle                                 on 2006/01/06  10:38:37
35701         Log: Improve description of the -s switch.
35702              I found the "This means you can have switches
35703              with two leading dashes." sentence introduced by
35704              change 7144 really confusing.  The note after
35705              the example should make it clear enough that double
35706              dash switches can be used for those that insist.
35707      Branch: perl
35708            ! pod/perlrun.pod
35709 ____________________________________________________________________________
35710 [ 26668] By: merijn                                on 2006/01/05  21:04:32
35711         Log: Test if the probed availability of v?snprintf () is
35712              actually usable. Thanks to Russ and Jarkko.
35713      Branch: perl
35714            ! Configure
35715 ____________________________________________________________________________
35716 [ 26666] By: rgs                                   on 2006/01/05  17:39:07
35717         Log: Upgrade to CPAN.pm 1.83
35718      Branch: perl
35719            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
35720            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
35721 ____________________________________________________________________________
35722 [ 26665] By: rgs                                   on 2006/01/05  17:27:28
35723         Log: Regenerate PODs
35724      Branch: perl
35725            ! pod/perlmodlib.pod pod/perltoc.pod
35726 ____________________________________________________________________________
35727 [ 26664] By: steveh                                on 2006/01/05  17:24:44
35728         Log: Workaround another problem following change 26395
35729              
35730              MinGW doesn't like 26395 either! (ref: change 26634)
35731      Branch: perl
35732            ! gv.h
35733 ____________________________________________________________________________
35734 [ 26663] By: rgs                                   on 2006/01/05  17:19:27
35735         Log: Really commit change 26662 (duh)
35736      Branch: perl
35737            ! pod.lst pod/perl.pod
35738 ____________________________________________________________________________
35739 [ 26662] By: rgs                                   on 2006/01/05  17:17:52
35740         Log: Let table of contents know about perllinux man page
35741      Branch: perl
35742            ! pod.lst pod/perl.pod
35743 ____________________________________________________________________________
35744 [ 26661] By: rgs                                   on 2006/01/05  16:58:51
35745         Log: Update Changes
35746      Branch: perl
35747            ! Changes
35748 ____________________________________________________________________________
35749 [ 26659] By: steveh                                on 2006/01/05  16:22:50
35750         Log: Subject: MinGW and lib/CORE/Win32.h
35751              From: "Sisyphus" <sisyphus1@optusnet.com.au>
35752              Date: Wed, 4 Jan 2006 21:29:19 +1100
35753              Message-ID: <024301c61119$bca4a840$e201140a@desktop>
35754      Branch: perl
35755            ! win32/win32.h
35756 ____________________________________________________________________________
35757 [ 26658] By: rgs                                   on 2006/01/05  15:33:32
35758         Log: Install less README files
35759      Branch: perl
35760            ! installperl
35761 ____________________________________________________________________________
35762 [ 26657] By: rgs                                   on 2006/01/05  14:36:40
35763         Log: Remove old Pod::Man parser creation.
35764              Fix a run-time warning.
35765      Branch: perl
35766            ! installman
35767 ____________________________________________________________________________
35768 [ 26656] By: stevep                                on 2006/01/05  14:33:16
35769         Log: Change installman to instantiate a new Pod::Man instance for each
35770              file processed.  This is now required with podlators-2.0.
35771      Branch: perl
35772            ! installman
35773 ____________________________________________________________________________
35774 [ 26655] By: steveh                                on 2006/01/05  09:21:52
35775         Log: Reorder changes made in change 26630
35776              
35777              (Keep the order in win32/config.* and win32/config_H.* the same as in
35778              Configure and config_H.SH for easier diffing)
35779      Branch: perl
35780            ! win32/config.bc win32/config.gc win32/config.vc
35781            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
35782            ! win32/config_H.vc win32/config_H.vc64
35783 ____________________________________________________________________________
35784 [ 26654] By: steveh                                on 2006/01/04  17:57:14
35785         Log: Run regen.pl (Just updating copyright years)
35786      Branch: perl
35787            ! embed.h embedvar.h global.sym opcode.h perlapi.c perlapi.h
35788            ! proto.h
35789 ____________________________________________________________________________
35790 [ 26653] By: steveh                                on 2006/01/04  17:49:38
35791         Log: Don't try to export PL_my_ctx_mutex and PL_my_cxt_* when
35792              PERL_IMPLICIT_CONTEXT is not defined
35793              
35794              Fixes non-threaded build errors on Win32 following change 26523
35795      Branch: perl
35796            ! makedef.pl
35797 ____________________________________________________________________________
35798 [ 26652] By: rgs                                   on 2006/01/04  17:19:37
35799         Log: More copyright updates
35800      Branch: perl
35801            ! cop.h dump.c gv.c gv.h handy.h locale.c op.c perlio.c
35802            ! pp_pack.c sv.h thread.h universal.c xsutils.c
35803 ____________________________________________________________________________
35804 [ 26651] By: rgs                                   on 2006/01/04  16:50:47
35805         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
35806              From: Jim Cromie <jim.cromie@gmail.com>
35807              Date: Tue, 03 Jan 2006 23:18:09 -0700
35808              Message-ID: <43BB68A1.7060708@gmail.com>
35809              
35810              With syntactic tweaks to the test file
35811      Branch: perl
35812            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t
35813            ! ext/B/t/optree_constants.t
35814 ____________________________________________________________________________
35815 [ 26650] By: gisle                                 on 2006/01/04  16:42:03
35816         Log: Move all the xxxpvs() macros to handy.h.
35817              This brings them closer to STR_WITH_LEN.  Besides only half
35818              of them were sv-related after change 26649.
35819      Branch: perl
35820            ! handy.h sv.h
35821 ____________________________________________________________________________
35822 [ 26649] By: gisle                                 on 2006/01/04  16:15:34
35823         Log: Make the new STR_WITH_LEN() affected compile under -Dusethreads.
35824              Can't use STR_WITH_LEN() as argument to a macro :-(
35825      Branch: perl
35826            ! gv.c locale.c mg.c perl.c perlio.c pp_sys.c sv.c sv.h toke.c
35827 ____________________________________________________________________________
35828 [ 26648] By: gisle                                 on 2006/01/04  14:23:20
35829         Log: Add an extra NUL so that we can use sv_catpvs()
35830              for "our @F=split..." and get rid of 15 and the
35831              explaination for why it's there.
35832      Branch: perl
35833            ! toke.c
35834 ____________________________________________________________________________
35835 [ 26647] By: gisle                                 on 2006/01/04  14:10:34
35836         Log: Get rid of hardcoded string length.
35837      Branch: perl
35838            ! thread.h
35839 ____________________________________________________________________________
35840 [ 26646] By: gisle                                 on 2006/01/04  14:04:16
35841         Log: Introduce newSVpvs_share() macro.
35842              Gets rid of some hardcoded string lengths.
35843      Branch: perl
35844            ! op.c perl.c sv.h
35845 ____________________________________________________________________________
35846 [ 26645] By: gisle                                 on 2006/01/04  13:53:16
35847         Log: Get rid of a few more hardcoded string lengths.
35848      Branch: perl
35849            ! locale.c mg.c perl.c perlio.c sv.c
35850 ____________________________________________________________________________
35851 [ 26644] By: stevep                                on 2006/01/04  13:13:50
35852         Log: Update copyright year.
35853      Branch: perl
35854            ! pp_sys.c
35855 ____________________________________________________________________________
35856 [ 26643] By: rgs                                   on 2006/01/04  13:02:18
35857         Log: Fix some compilation warnings
35858      Branch: perl
35859            ! pp_hot.c
35860 ____________________________________________________________________________
35861 [ 26642] By: gisle                                 on 2006/01/04  13:00:45
35862         Log: Get rid of a few more hardcoded string lengths.
35863      Branch: perl
35864            ! gv.c perl.c perlio.c pp_sys.c
35865 ____________________________________________________________________________
35866 [ 26641] By: gisle                                 on 2006/01/04  12:48:34
35867         Log: Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).
35868              Gets rid of many hardcoded string lengths.
35869      Branch: perl
35870            ! dump.c gv.c op.c perl.c perlio.c pp.c pp_ctl.c pp_pack.c
35871            ! pp_sys.c regcomp.c sv.c sv.h toke.c universal.c utf8.c util.c
35872            ! xsutils.c
35873 ____________________________________________________________________________
35874 [ 26640] By: gisle                                 on 2006/01/04  12:35:45
35875         Log: Removed unused part of string passed to sv_catpvn().
35876      Branch: perl
35877            ! toke.c
35878 ____________________________________________________________________________
35879 [ 26639] By: stevep                                on 2006/01/04  12:31:17
35880         Log: Updates to various configurations courtesy of Jarkko.
35881      Branch: perl
35882            ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh
35883            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
35884            ! wince/config.ce
35885 ____________________________________________________________________________
35886 [ 26638] By: stevep                                on 2006/01/04  12:19:49
35887         Log: Don't warn about invalid dirhandles in DirHandle::DESTROY().
35888      Branch: perl
35889            ! lib/DirHandle.pm
35890 ____________________________________________________________________________
35891 [ 26637] By: steveh                                on 2006/01/04  11:10:36
35892         Log: Make Borland and MinGW happy with change 26379
35893              
35894              (They both complain "invalid conversion from `void*' to `HWND__*'"
35895              otherwise)
35896      Branch: perl
35897            ! win32/perlhost.h
35898 ____________________________________________________________________________
35899 [ 26636] By: gisle                                 on 2006/01/04  10:46:42
35900         Log: Fix typo in comment.
35901      Branch: perl
35902            ! handy.h
35903 ____________________________________________________________________________
35904 [ 26635] By: gisle                                 on 2006/01/04  10:44:48
35905         Log: Introduce STR_WITH_LEN macro in the form suggested by Chip.
35906      Branch: perl
35907            ! handy.h toke.c
35908 ____________________________________________________________________________
35909 [ 26634] By: steveh                                on 2006/01/04  10:39:13
35910         Log: Workaround Win32 compiler bugs following change 26395
35911              
35912              Can't understand what VC++ 6 and Borland don't like about it.  There
35913              is similar code for SvMAGIC and SvSTASH already in sv.h.  Must be
35914              compiler bugs since VC++ 7 and MinGW (and compilers on other platforms)
35915              are all happy.
35916      Branch: perl
35917            ! gv.h
35918 ____________________________________________________________________________
35919 [ 26633] By: gisle                                 on 2006/01/04  10:25:42
35920         Log: Silence compiler warning; ref change 26598
35921      Branch: perl
35922            ! op.c
35923 ____________________________________________________________________________
35924 [ 26632] By: stevep                                on 2006/01/04  03:43:20
35925         Log: Added snprintf() and vsnprintf() to configure.com as 'undef'. 
35926      Branch: perl
35927            ! configure.com
35928 ____________________________________________________________________________
35929 [ 26631] By: stevep                                on 2006/01/04  03:31:08
35930         Log: Add warnings for the various other *dir() functions when attempted
35931              on invalid dirhandles.
35932      Branch: perl
35933            ! pod/perldiag.pod pp_sys.c
35934 ____________________________________________________________________________
35935 [ 26630] By: stevep                                on 2006/01/04  02:47:39
35936         Log: Add snprintf() and vsnprintf() to the various Win32 configuration 
35937              files.
35938      Branch: perl
35939            ! win32/config.bc win32/config.gc win32/config.vc
35940            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
35941            ! win32/config_H.vc win32/config_H.vc64
35942 ____________________________________________________________________________
35943 [ 26625] By: stevep                                on 2006/01/03  20:03:49
35944         Log: Subject: Re: [perl #38034] A combination eval, DESTROY method and $@ - dangerous - bug
35945              From: Mike Guy <mjtg@cam.ac.uk>
35946              Date: Tue, 03 Jan 2006 19:18:41 +0000 
35947              Message-Id: <E1Etrg9-0005XE-LZ@libra.cus.cam.ac.uk> 
35948      Branch: perl
35949            ! pod/perlobj.pod
35950 ____________________________________________________________________________
35951 [ 26623] By: nicholas                              on 2006/01/03  19:38:24
35952         Log: If NV_ZERO_IS_ALLBITS_ZERO is not true, then it's important to inialise
35953              the NV only if the new body has an NV. (D'oh!)
35954      Branch: perl
35955            ! sv.c
35956 ____________________________________________________________________________
35957 [ 26617] By: stevep                                on 2006/01/03  18:14:27
35958         Log: Attemting to readdir() something that isn't a dirhandle should cause
35959              a warning.
35960      Branch: perl
35961            ! pod/perldiag.pod pp_sys.c
35962 ____________________________________________________________________________
35963 [ 26608] By: steveh                                on 2006/01/03  15:57:18
35964         Log: Fix release mode builds following change 26598
35965      Branch: perl
35966            ! cop.h
35967 ____________________________________________________________________________
35968 [ 26607] By: stevep                                on 2006/01/03  15:56:19
35969         Log: perldiag.pod additions to go with change #26602.
35970      Branch: perl
35971            ! pod/perldiag.pod
35972 ____________________________________________________________________________
35973 [ 26606] By: merijn                                on 2006/01/03  15:46:10
35974         Log: Add probe for snprintf () and vsnprintf ()
35975              
35976              Subject: [PATCH] snprintf() and vsnprintf() (was Re: [PATCH] Configure: stdio char (un)signedness)
35977              From: Steve Peters <steve@fisharerojo.org>
35978              Date: Mon, 2 Jan 2006 09:37:27 -0600
35979              Message-ID: <20060102153727.GA14247@mccoy.peters.homeunix.org>
35980      Branch: perl
35981            ! Configure Porting/Glossary config_h.SH handy.h
35982 ____________________________________________________________________________
35983 [ 26605] By: rgs                                   on 2006/01/03  15:42:19
35984         Log: Update perldelta, up to change 25344 more or less.
35985      Branch: perl
35986            ! pod/perl593delta.pod
35987 ____________________________________________________________________________
35988 [ 26602] By: stevep                                on 2006/01/03  14:58:21
35989         Log: Bad symbols that are pretending to be dirhandles, should say they 
35990              are dirhandles in their error messages.
35991      Branch: perl
35992            ! gv.c
35993 ____________________________________________________________________________
35994 [ 26601] By: rgs                                   on 2006/01/03  14:10:04
35995         Log: Sync perlfaq.
35996      Branch: perl
35997            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
35998            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
35999            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
36000            ! pod/perlfaq9.pod
36001 ____________________________________________________________________________
36002 [ 26598] By: davem                                 on 2006/01/03  12:29:38
36003         Log: silence some compiler warnings
36004      Branch: perl
36005            ! cop.h toke.c
36006 ____________________________________________________________________________
36007 [ 26595] By: rgs                                   on 2006/01/03  10:09:39
36008         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
36009              From: Jim Cromie <jim.cromie@gmail.com>
36010              Date: Mon, 02 Jan 2006 15:06:48 -0700
36011              Message-ID: <43B9A3F8.8060609@gmail.com>
36012      Branch: perl
36013            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t
36014            ! ext/B/t/optree_constants.t
36015 ____________________________________________________________________________
36016 [ 26594] By: rgs                                   on 2006/01/03  09:33:59
36017         Log: Subject: [PATCH] Re: [perl #36837] B::Deparse fails when it comes to ByteLoader programs
36018              From: Stephen McCamant <smcc@mit.edu>
36019              Date: Mon, 2 Jan 2006 18:52:24 -0800
36020              Message-ID: <17337.59112.502009.496275@conquest.OCF.Berkeley.EDU>
36021      Branch: perl
36022            ! ext/B/B/Deparse.pm
36023 ____________________________________________________________________________
36024 [ 26593] By: rgs                                   on 2006/01/03  09:23:24
36025         Log: Subject: [patch@26561] utf8.c const issue.
36026              From: "John E. Malmberg" <wb8tyw@qsl.net>
36027              Date: Mon, 02 Jan 2006 14:16:02 -0500
36028              Message-ID: <43B97BF2.2050201@qsl.net>
36029      Branch: perl
36030            ! utf8.c
36031 ____________________________________________________________________________
36032 [ 26592] By: rgs                                   on 2006/01/03  09:02:04
36033         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.81.tar.gz
36034              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
36035              Date: Tue, 03 Jan 2006 00:33:27 +0100
36036              Message-ID: <87u0cm433s.fsf@k75.linux.bogus>
36037      Branch: perl
36038            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
36039 ____________________________________________________________________________
36040 [ 26591] By: davem                                 on 2006/01/03  02:20:28
36041         Log: ithreads: SVs that were only on the tmps stack leaked
36042      Branch: perl
36043            ! sv.c
36044 ____________________________________________________________________________
36045 [ 26589] By: nicholas                              on 2006/01/02  22:52:03
36046         Log: The two never used NOTYET switch ops can go.
36047      Branch: perl
36048            ! pp_ctl.c
36049 ____________________________________________________________________________
36050 [ 26587] By: davem                                 on 2006/01/02  21:50:55
36051         Log: stop DEBUG_LEAKING_SCALARS producing spurious memory pool errors
36052              (change #25775 wasn't complete)
36053      Branch: perl
36054            ! sv.c
36055 ____________________________________________________________________________
36056 [ 26586] By: nicholas                              on 2006/01/02  20:48:30
36057         Log: More missing AUTHORS
36058      Branch: perl
36059            ! AUTHORS Porting/checkAUTHORS.pl
36060 ____________________________________________________________________________
36061 [ 26581] By: craigb                                on 2006/01/02  19:22:52
36062         Log: Subject: patch@26561 & earlier - buffer overrun in VMS.C
36063              From: "John E. Malmberg" <wb8tyw@qsl.net>
36064              Date: Mon, 02 Jan 2006 14:05:43 -0500
36065              Message-id: <43B97987.70201@qsl.net>
36066      Branch: perl
36067            ! vms/vms.c
36068 ____________________________________________________________________________
36069 [ 26580] By: nicholas                              on 2006/01/02  18:48:13
36070         Log: Erk! craigb's changes come out of p4 with ^Ms as line endings.
36071              Long term, need to fix the update changes script to cope.
36072      Branch: perl
36073            ! Changes
36074 ____________________________________________________________________________
36075 [ 26579] By: nicholas                              on 2006/01/02  18:44:14
36076         Log: More missing AUTHORS
36077      Branch: perl
36078            ! AUTHORS Porting/checkAUTHORS.pl
36079 ____________________________________________________________________________
36080 [ 26578] By: nicholas                              on 2006/01/02  17:04:55
36081         Log: Fix up missing and duplicate AUTHORS
36082      Branch: perl
36083            ! AUTHORS Porting/checkAUTHORS.pl
36084 ____________________________________________________________________________
36085 [ 26576] By: rgs                                   on 2006/01/02  15:54:25
36086         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
36087              From: Jim Cromie <jim.cromie@gmail.com>
36088              Date: Sun, 01 Jan 2006 23:05:00 -0700
36089              Message-ID: <43B8C28C.20502@gmail.com>
36090      Branch: perl
36091            + ext/B/t/optree_constants.t
36092            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise-xs.t
36093 ____________________________________________________________________________
36094 [ 26574] By: rgs                                   on 2006/01/02  15:19:59
36095         Log: Since we no longer autovivify stashes (change #26370), we need
36096              to turn off strict-refs on them, or we'll have a stricture
36097              error the first time we'd try to access them (when they'll be
36098              actually autovivified).
36099      Branch: perl
36100            ! op.c t/op/stash.t
36101 ____________________________________________________________________________
36102 [ 26573] By: rgs                                   on 2006/01/02  14:57:18
36103         Log: Documentation fix for File::Temp::new
36104              
36105              Subject: [perl #38127] Bug in perldoc File::Temp 
36106              From: pm@capmon.dk (via RT) <perlbug-followup@perl.org>
36107              Date: Mon, 02 Jan 2006 02:48:41 -0800
36108              Message-ID: <rt-3.0.11-38127-126764.0.578515622359532@perl.org>
36109      Branch: perl
36110            ! lib/File/Temp.pm
36111 ____________________________________________________________________________
36112 [ 26572] By: nicholas                              on 2006/01/02  14:43:37
36113         Log: Happy New Year. (It's not just embed.pl).
36114      Branch: perl
36115            ! README opcode.pl perl.c reentr.pl
36116 ____________________________________________________________________________
36117 [ 26571] By: stevep                                on 2006/01/02  14:24:58
36118         Log: Note that the "unlink"ing directories is attempted when running as a
36119              superuser, and that some operating systems may not support it.
36120      Branch: perl
36121            ! pod/perlfunc.pod pod/perlrun.pod
36122 ____________________________________________________________________________
36123 [ 26570] By: nicholas                              on 2006/01/02  12:19:51
36124         Log: Typo fix in the description of change 26370.
36125              (Also corrected in the repository) 
36126      Branch: perl
36127            ! Changes
36128 ____________________________________________________________________________
36129 [ 26569] By: davem                                 on 2006/01/02  12:09:37
36130         Log: add svt_local slot to magic vtable, and fix local $shared
36131      Branch: perl
36132            ! ext/threads/shared/shared.xs mg.c mg.h
36133 ____________________________________________________________________________
36134 [ 26565] By: nicholas                              on 2006/01/02  11:48:28
36135         Log: Add 2006 to the copyright years in the header generated by embed.pl
36136      Branch: perl
36137            ! embed.pl
36138 ____________________________________________________________________________
36139 [ 26564] By: rgs                                   on 2006/01/02  11:20:25
36140         Log: Subject: [patch] comment grammar and indentation, spurious tab
36141              From: Jim Cromie <jim.cromie@gmail.com>
36142              Date: Fri, 30 Dec 2005 22:45:55 -0700
36143              Message-ID: <43B61B13.3050704@gmail.com>
36144      Branch: perl
36145            ! sv.c
36146 ____________________________________________________________________________
36147 [ 26563] By: rgs                                   on 2006/01/02  11:04:37
36148         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80_58.tar.gz
36149              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
36150              Date: Sun, 01 Jan 2006 10:12:46 +0100
36151              Message-ID: <87zmmgnwfl.fsf@k75.linux.bogus>
36152      Branch: perl
36153            ! lib/CPAN.pm
36154 ____________________________________________________________________________
36155 [ 26562] By: rgs                                   on 2006/01/02  10:56:05
36156         Log: Update copyrights for files modified in 2006
36157      Branch: perl
36158            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
36159            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
36160 ____________________________________________________________________________
36161 [ 26561] By: gisle                                 on 2006/01/01  20:43:00
36162         Log: Get rid of length argument for the FEATURE_IS_ENABLED() macro.
36163      Branch: perl
36164            ! toke.c
36165 ____________________________________________________________________________
36166 [ 26558] By: merijn                                on 2006/01/01  10:42:16
36167         Log: Subject: [PATCH] Making 0 pointers to NULLs
36168              From: Andy Lester <andy@petdance.com>
36169              Date: Fri, 30 Dec 2005 23:05:58 -0600
36170              Message-ID: <20051231050558.GA29093@petdance.com>
36171      Branch: perl
36172            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
36173            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
36174 ____________________________________________________________________________
36175 [ 26556] By: merijn                                on 2006/01/01  10:23:19
36176         Log: Subject: [PATCH] Making 0 pointers to NULLs
36177              From: Andy Lester <andy@petdance.com>
36178              Date: Fri, 30 Dec 2005 23:05:58 -0600
36179              Message-ID: <20051231050558.GA29093@petdance.com>
36180      Branch: perl
36181            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
36182            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
36183 ____________________________________________________________________________
36184 [ 26555] By: davem                                 on 2005/12/31  23:24:26
36185         Log: make threads use MY_CXT API rather than using PL_modglobal
36186      Branch: perl
36187            ! ext/threads/threads.xs
36188 ____________________________________________________________________________
36189 [ 26554] By: davem                                 on 2005/12/31  21:36:05
36190         Log: tidy index arrangements in new MY_CXT code
36191      Branch: perl
36192            ! intrpvar.h sv.c util.c
36193 ____________________________________________________________________________
36194 [ 26553] By: stevep                                on 2005/12/31  18:45:37
36195         Log: Upgrade to CPAN-1.80_57
36196      Branch: perl
36197            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm
36198            ! lib/CPAN/Tarzip.pm lib/CPAN/t/mirroredby.t
36199 ____________________________________________________________________________
36200 [ 26552] By: nicholas                              on 2005/12/31  17:24:34
36201         Log: Turn a for loop that's almost a while into an honest-to-goodness while.
36202      Branch: perl
36203            ! hv.c
36204 ____________________________________________________________________________
36205 [ 26551] By: nicholas                              on 2005/12/31  16:57:32
36206         Log: Calling Perl_hv_clear_placeholders while the hash iterator was active
36207              would turn lazy delete on, causing the hash to become corrupted at the
36208              next iterator change.
36209      Branch: perl
36210            ! hv.c lib/Hash/Util.t
36211 ____________________________________________________________________________
36212 [ 26550] By: nicholas                              on 2005/12/31  16:42:08
36213         Log: Remove unneeded test in Perl_hv_clear_placeholders.
36214              Rejig S_hfreeentries to a double loop, which is clearer and smaller.
36215      Branch: perl
36216            ! hv.c
36217 ____________________________________________________________________________
36218 [ 26549] By: rgs                                   on 2005/12/31  15:24:48
36219         Log: Subject: [PATCH] op/pack.t failure on Win64
36220              From: Jan Dubois <jand@activestate.com>
36221              Date: Dec 30, 2005 9:55 PM
36222              Message-ID: <017a01c60d83$5dc73110$2217a8c0@candy>
36223      Branch: perl
36224            ! pp_pack.c
36225 ____________________________________________________________________________
36226 [ 26548] By: nicholas                              on 2005/12/31  15:07:16
36227         Log: Add a test for change 26547. (We no longer expect to see errors about
36228              unbalanced string table reference counts.)
36229      Branch: perl
36230            ! t/op/stash.t
36231 ____________________________________________________________________________
36232 [ 26547] By: nicholas                              on 2005/12/31  14:57:27
36233         Log: Re-attempt to clear the hash in S_hfreeentries if anything adds to it.
36234              Panic if we seem to be looping forever.
36235      Branch: perl
36236            ! hv.c pod/perldiag.pod
36237 ____________________________________________________________________________
36238 [ 26546] By: nicholas                              on 2005/12/31  13:16:06
36239         Log: Stop 'sub a { // }; %::=()' panicing because the backreference array
36240              became lost.
36241      Branch: perl
36242            ! hv.c
36243 ____________________________________________________________________________
36244 [ 26545] By: nicholas                              on 2005/12/30  22:44:06
36245         Log: Marcus Holland-Moritz suggested that assert should 
36246              Perl_croak_nocontext rather than Perl_croak.
36247      Branch: perl
36248            ! perl.h
36249 ____________________________________________________________________________
36250 [ 26544] By: nicholas                              on 2005/12/30  20:02:56
36251         Log: Tweak S_init_main_stash so as allocate PL_curstname as a shared string
36252              scalar, and hence avoid thrashing the shared string table for "main".
36253      Branch: perl
36254            ! perl.c
36255 ____________________________________________________________________________
36256 [ 26543] By: stevep                                on 2005/12/30  17:47:45
36257         Log: Convert t/op/sleep.t to using test.pl
36258      Branch: perl
36259            ! t/op/sleep.t
36260 ____________________________________________________________________________
36261 [ 26542] By: nicholas                              on 2005/12/30  16:53:39
36262         Log: Document why it's a bad plan to move the backreferences array from
36263              the magic structure to the hv_aux structure during backreference
36264              deletion. Add an optimisation for an empty backreference array.
36265      Branch: perl
36266            ! hv.c sv.c
36267 ____________________________________________________________________________
36268 [ 26541] By: nicholas                              on 2005/12/30  15:55:05
36269         Log: Now that the backreference array has no NULL entries, and is correctly
36270              marked as AvREAL_off(), there's no reason not to use sv_dup to clone
36271              it.
36272      Branch: perl
36273            ! sv.c
36274 ____________________________________________________________________________
36275 [ 26540] By: nicholas                              on 2005/12/30  15:39:53
36276         Log: POSIX now declares missing constants as sub ... ();, so Net::Ping
36277              needs to define them with a prototype to match.
36278      Branch: perl
36279            ! lib/Net/Ping.pm
36280 ____________________________________________________________________________
36281 [ 26539] By: rgs                                   on 2005/12/30  15:10:41
36282         Log: Update perltodo. First shot at perl593delta.
36283      Branch: perl
36284            ! pod/perl593delta.pod pod/perltodo.pod
36285 ____________________________________________________________________________
36286 [ 26538] By: nicholas                              on 2005/12/30  14:57:00
36287         Log: In the shared string table, if we add new entries to the head of the
36288              linked list chain, then we don't need as much bookkeeping in the loop.
36289      Branch: perl
36290            ! hv.c
36291 ____________________________________________________________________________
36292 [ 26537] By: stevep                                on 2005/12/30  14:39:49
36293         Log: Subject: [PATCH] Differences from Perl 6
36294              From: Robin Houston <robin@cpan.org> 
36295              Date: Fri, 30 Dec 2005 13:45:34 +0000 
36296              Message-ID: <20051230134534.GA18675@rpc142.cs.man.ac.uk>
36297      Branch: perl
36298            ! pod/perlsyn.pod
36299 ____________________________________________________________________________
36300 [ 26536] By: rgs                                   on 2005/12/30  12:25:24
36301         Log: Subject: Re: [PATCH] Re: INSTALLSCRIPT versus INSTALLDIRS
36302              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
36303              Date: Mon, 12 Dec 2005 19:22:32 +0100
36304              Message-ID: <20051212192232.39cd0c1e@grubert.mandrakesoft.com>
36305      Branch: perl
36306            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
36307            ! lib/ExtUtils/MakeMaker.pm
36308 ____________________________________________________________________________
36309 [ 26535] By: davem                                 on 2005/12/30  12:21:05
36310         Log: fix errors in new MY_CTX code
36311      Branch: perl
36312            ! perl.c sv.c
36313 ____________________________________________________________________________
36314 [ 26534] By: rgs                                   on 2005/12/30  11:57:14
36315         Log: Reduce size of buffers for identifier names, as suggested in
36316              
36317              Subject: Stack usage (in gv_stashpvn and others)
36318              From: Tels <nospam-abuse@bloodgate.com>
36319              Date: Thu, 29 Dec 2005 18:40:49 +0100
36320              Message-Id: <200512291840.50765@bloodgate.com>
36321      Branch: perl
36322            ! gv.c
36323 ____________________________________________________________________________
36324 [ 26533] By: rgs                                   on 2005/12/30  11:43:42
36325         Log: Subject: [PATCH] perlio.c - gv_stashpvn() vs gv_stashpv()
36326              From: Tels <nospam-abuse@bloodgate.com>
36327              Date: Thu, 29 Dec 2005 18:57:43 +0100
36328              Message-Id: <200512291857.59458@bloodgate.com>
36329      Branch: perl
36330            ! perlio.c
36331 ____________________________________________________________________________
36332 [ 26532] By: rgs                                   on 2005/12/30  10:40:31
36333         Log: Subject: [PATCH] Perl_gv_fetchpv vs. gv_fetchpvn
36334              From: Tels <nospam-abuse@bloodgate.com>
36335              Date: Thu, 29 Dec 2005 18:32:10 +0100
36336              Message-Id: <200512291832.20651@bloodgate.com>
36337      Branch: perl
36338            ! gv.c
36339 ____________________________________________________________________________
36340 [ 26531] By: rgs                                   on 2005/12/30  09:53:54
36341         Log: Skip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't defined
36342              (spotted by Jan Dubois)
36343      Branch: perl
36344            ! makedef.pl
36345 ____________________________________________________________________________
36346 [ 26530] By: nicholas                              on 2005/12/30  01:08:46
36347         Log: RMAGIC on symbol tables is bad, m'kay.
36348              Allow hashes (and therefore all symbol tables) to store the
36349              backreference array in the hv_aux structure, and thereby undo the
36350              performance damage of 24966, which resulted in 60% of all hash lookups
36351              trying to mg_find tiehash magic.
36352      Branch: perl
36353            ! dump.c embed.fnc embed.h hv.c hv.h mg.c proto.h sv.c
36354 ____________________________________________________________________________
36355 [ 26529] By: davem                                 on 2005/12/30  01:06:05
36356         Log: change #26523 didn't make my_cxt_init public
36357      Branch: perl
36358            ! embed.fnc embed.h global.sym
36359 ____________________________________________________________________________
36360 [ 26528] By: rgs                                   on 2005/12/29  17:32:21
36361         Log: Subject: [PATCH] $a = \$a oddity
36362              From: Tels <nospam-abuse@bloodgate.com>
36363              Date: Thu, 29 Dec 2005 18:01:42 +0100
36364              Message-Id: <200512291802.00742@bloodgate.com>
36365              
36366              plus trim some whitespace
36367      Branch: perl
36368            ! pod/perlreftut.pod
36369 ____________________________________________________________________________
36370 [ 26527] By: rgs                                   on 2005/12/29  15:59:30
36371         Log: Subject: [PATCH] Actual real consting of parms
36372              From: Andy Lester <andy@petdance.com>
36373              Date: Thu, 29 Dec 2005 01:15:09 -0600
36374              Message-ID: <20051229071509.GA32653@petdance.com>
36375      Branch: perl
36376            ! embed.fnc proto.h sv.c
36377 ____________________________________________________________________________
36378 [ 26526] By: rgs                                   on 2005/12/29  15:32:42
36379         Log: Subject: [PATCH] av.c cleanup, plus!
36380              From: Andy Lester <andy@petdance.com>
36381              Date: Wed, 28 Dec 2005 15:44:14 -0600
36382              Message-ID: <20051228214414.GD26033@petdance.com>
36383      Branch: perl
36384            ! av.c dump.c embed.fnc gv.c perl.c proto.h sv.c toke.c
36385 ____________________________________________________________________________
36386 [ 26525] By: rgs                                   on 2005/12/29  14:32:09
36387         Log: Fix test for perl version number in Makefile.PL
36388      Branch: perl
36389            ! ext/Sys/Syslog/Makefile.PL
36390 ____________________________________________________________________________
36391 [ 26524] By: rgs                                   on 2005/12/29  14:17:38
36392         Log: Subject: [PATCH] Fixing the SVREFCNT macro
36393              From: Andy Lester <andy@petdance.com>
36394              Date: Wed, 28 Dec 2005 13:30:51 -0600
36395              Message-ID: <20051228193051.GD23207@petdance.com>
36396      Branch: perl
36397            ! sv.h
36398 ____________________________________________________________________________
36399 [ 26523] By: davem                                 on 2005/12/29  12:00:29
36400         Log: re-implement MY_CXT API more efficiently, and add explicit
36401              interpeter arg variant
36402      Branch: perl
36403            ! embed.fnc embed.h embedvar.h ext/XS/APItest/APItest.xs
36404            ! intrpvar.h perl.h perlapi.h perlvars.h pod/perlxs.pod proto.h
36405            ! sv.c util.c
36406 ____________________________________________________________________________
36407 [ 26522] By: davem                                 on 2005/12/29  11:35:04
36408         Log: add tests for MY_CXT API and improve its documentation
36409      Branch: perl
36410            + ext/XS/APItest/t/my_cxt.t
36411            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
36412            ! pod/perlxs.pod
36413 ____________________________________________________________________________
36414 [ 26521] By: rgs                                   on 2005/12/29  10:21:23
36415         Log: Subject: [PATCH] Test that constant overloading is propagated into eval
36416              From: Robin Houston <robin@cpan.org>
36417              Date: Mon, 26 Dec 2005 17:56:48 +0000
36418              Message-ID: <20051226175648.GA28402@rpc142.cs.man.ac.uk>
36419      Branch: perl
36420            ! lib/overload.t
36421 ____________________________________________________________________________
36422 [ 26520] By: rgs                                   on 2005/12/29  10:11:56
36423         Log: Subject: [DOC PATCH] rindex clarification
36424              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
36425              Date: Mon, 26 Dec 2005 18:42:40 -0800
36426              Message-ID: <20051227024240.GA2940@efn.org>
36427              
36428              plus another formatting nit
36429      Branch: perl
36430            ! pod/perlfunc.pod
36431 ____________________________________________________________________________
36432 [ 26519] By: craigb                                on 2005/12/29  03:49:58
36433         Log: Subject: [PATCH] fortify Pod::Simple::Search against non-case-preserving filesystems
36434              From: "Craig A. Berry" <craigberry@mac.com>
36435              Date: Tue, 27 Dec 2005 17:59:35 -0600
36436              Message-id: <43B1D567.9080504@mac.com>
36437      Branch: perl
36438            ! lib/Pod/Simple/Search.pm
36439            ! lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
36440 ____________________________________________________________________________
36441 [ 26518] By: nicholas                              on 2005/12/29  00:19:01
36442         Log: A GVs stash can be NULL, so don't call macros that assume otherwise
36443              without checking.
36444      Branch: perl
36445            ! pp.c
36446 ____________________________________________________________________________
36447 [ 26517] By: nicholas                              on 2005/12/28  19:40:26
36448         Log: As the backreferences AV doesn't hold references on its contents,
36449              surely it should have AvREAL turned off?
36450      Branch: perl
36451            ! sv.c
36452 ____________________________________________________________________________
36453 [ 26516] By: nicholas                              on 2005/12/28  13:35:03
36454         Log: PL_amagic_generation is always non-zero, so remove the test for this.
36455              (Since change 17990 added version object overloading)
36456      Branch: perl
36457            ! pp.h
36458 ____________________________________________________________________________
36459 [ 26515] By: stevep                                on 2005/12/28  13:31:02
36460         Log: Upgrade to Sys-Syslog-0.11
36461      Branch: perl
36462            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
36463            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/podspell.t
36464            ! ext/Sys/Syslog/t/syslog.t
36465 ____________________________________________________________________________
36466 [ 26514] By: gisle                                 on 2005/12/28  13:25:30
36467         Log: Cleanup; replace a croak("panic: ...") with assert().
36468      Branch: perl
36469            ! av.c
36470 ____________________________________________________________________________
36471 [ 26513] By: gisle                                 on 2005/12/28  13:12:30
36472         Log: assert(av);  Cleanup the way that the av_*() functions check
36473              that they are really passed an av argument.
36474              Should improve the test coverage a bit.
36475      Branch: perl
36476            ! av.c pod/perldiag.pod
36477 ____________________________________________________________________________
36478 [ 26512] By: gisle                                 on 2005/12/28  12:38:03
36479         Log: Use memchr() instead of ninstr() to locate the end-of-line.
36480              The call to memchr() will faster.
36481      Branch: perl
36482            ! toke.c
36483 ____________________________________________________________________________
36484 [ 26511] By: gisle                                 on 2005/12/28  12:18:58
36485         Log: Leaner ninstr().
36486              The compiled function ended up 37% smaller on Linux/gcc.
36487              I ought to be faster as well, but I did not try to measure that.
36488      Branch: perl
36489            ! util.c
36490 ____________________________________________________________________________
36491 [ 26510] By: gisle                                 on 2005/12/28  11:01:46
36492         Log: Remove test for NUL ending in r?instr().
36493              This test is actually harmful because we will search
36494              for any garbage found past the empty search string.
36495              Ref change 26509.
36496      Branch: perl
36497            ! util.c
36498 ____________________________________________________________________________
36499 [ 26509] By: gisle                                 on 2005/12/28  10:57:46
36500         Log: Fix 2 off-by-one errors in the call to ninstr().
36501              This code managed to still work because of a bug
36502              in how ninstr() treats empty search strings.
36503      Branch: perl
36504            ! ext/Filter/Util/Call/Call.xs
36505 ____________________________________________________________________________
36506 [ 26508] By: stevep                                on 2005/12/28  03:27:13
36507         Log: Upgrade to PathTools-3.15
36508      Branch: perl
36509            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
36510 ____________________________________________________________________________
36511 [ 26507] By: nicholas                              on 2005/12/27  23:39:42
36512         Log: s/%/%%/ in the package name so that it can be used safely in the
36513              sprintf format string (and hence not need runtime %s interpolation)
36514      Branch: perl
36515            ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm
36516 ____________________________________________________________________________
36517 [ 26506] By: nicholas                              on 2005/12/27  22:19:28
36518         Log: Pass in the full arguments to ExtUtils::Constant::ProxySubs
36519              Prototype all the missing constants, so that parsing doesn't depend on
36520              the phase of the moon. (Well, the system headers)
36521              Add an option for making missing constants generate errors at read time
36522              (which can be during constant folding). This isn't the default.
36523      Branch: perl
36524            ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm
36525 ____________________________________________________________________________
36526 [ 26505] By: stevep                                on 2005/12/27  22:07:44
36527         Log: Subject: [PATCH] pre-likely cleanup
36528              From: Andy Lester <andy@petdance.com> 
36529              Date: Tue, 27 Dec 2005 14:39:39 -0600
36530              Message-ID: <20051227203939.GC1781@petdance.com> 
36531              
36532              Includes a small fix to the changes in tryAMAGICbinW_var() in pp.h.
36533      Branch: perl
36534            ! av.c doop.c handy.h hv.c mg.c pp.c pp.h sv.c util.c
36535 ____________________________________________________________________________
36536 [ 26504] By: stevep                                on 2005/12/27  18:36:19
36537         Log: It'd be nice if I hadn't broken corecpan.pl.  Its fixed now, though.
36538      Branch: perl
36539            ! Porting/Maintainers.pl
36540 ____________________________________________________________________________
36541 [ 26503] By: nicholas                              on 2005/12/27  17:33:13
36542         Log: gv_fetch_flags in newATTRSUB can actually be const.
36543              Comment the logic behind the terms in the ternary that chooses the
36544              flags value.
36545      Branch: perl
36546            ! op.c
36547 ____________________________________________________________________________
36548 [ 26502] By: nicholas                              on 2005/12/27  17:24:11
36549         Log: As what we're doing is generating subroutines, which are methods, we
36550              need to invalidate cached methods. For constant.pm we need to create
36551              &Internals::inc_sub_generation
36552      Branch: perl
36553            ! lib/ExtUtils/Constant/ProxySubs.pm lib/constant.pm universal.c
36554 ____________________________________________________________________________
36555 [ 26501] By: stevep                                on 2005/12/27  14:10:20
36556         Log: Subject: [patch] ext/b/t/lint.t fails on win32
36557              From: demerphq <demerphq@gmail.com>
36558              Date: Fri, 23 Dec 2005 20:06:52 +0100 
36559              Message-ID: <9b18b3110512231106k7ad395bfp8a0c05cd0f87fc61@mail.gmail.com>
36560      Branch: perl
36561            ! ext/B/t/lint.t
36562 ____________________________________________________________________________
36563 [ 26500] By: nicholas                              on 2005/12/27  12:02:57
36564         Log: Refactor the require failure message generation to use 1 less temporary
36565              SV, and to build as much text as possible with newSVpvf
36566      Branch: perl
36567            ! pp_ctl.c
36568 ____________________________________________________________________________
36569 [ 26499] By: nicholas                              on 2005/12/27  00:29:33
36570         Log: Removing MAKE_JOBS_FIFO from %ENV causes FreeBSD make to forget about
36571              any -j flags. (And their implied disabling of backwards compatibility,
36572              which is the real cause of the make disttest failure).
36573      Branch: perl
36574            ! lib/ExtUtils/t/basic.t
36575 ____________________________________________________________________________
36576 [ 26498] By: nicholas                              on 2005/12/26  23:52:44
36577         Log: tabs, not spaces, in MANIFEST. No, I can't remember why this is.
36578              Or whether it could be relaxed.
36579      Branch: perl
36580            ! MANIFEST
36581 ____________________________________________________________________________
36582 [ 26497] By: nicholas                              on 2005/12/26  23:50:14
36583         Log: Remove the hard wired test numbers in the generated test script for
36584              simple tests. Use this script twice, firstly for testing the old style
36585              autoloaded constants, then for testing the ProxySubs.
36586              Make testing the dogfood/regeneration code optional, as the ProxySubs
36587              output doesn't contain it.
36588      Branch: perl
36589            ! lib/ExtUtils/t/Constant.t
36590 ____________________________________________________________________________
36591 [ 26496] By: nicholas                              on 2005/12/26  23:48:00
36592         Log: Support type UNDEF, and correct a bug in the macro generation by using
36593              macro_from_item.
36594      Branch: perl
36595            ! lib/ExtUtils/Constant/ProxySubs.pm
36596 ____________________________________________________________________________
36597 [ 26495] By: nicholas                              on 2005/12/26  23:47:01
36598         Log: Add method macro_from_item to encapsulate the entire logic for getting
36599              the correct macro direct from the item hash.
36600      Branch: perl
36601            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
36602 ____________________________________________________________________________
36603 [ 26494] By: nicholas                              on 2005/12/26  23:10:53
36604         Log: Don't try to store PL_sv_undef in pads. (For now)
36605      Branch: perl
36606            ! op.c
36607 ____________________________________________________________________________
36608 [ 26493] By: stevep                                on 2005/12/26  22:01:49
36609         Log: Upgrade to CPAN-1.80_56
36610      Branch: perl
36611            + lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm
36612            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/SIGNATURE
36613            ! lib/CPAN/bin/cpan
36614 ____________________________________________________________________________
36615 [ 26492] By: stevep                                on 2005/12/26  17:29:13
36616         Log: In this, the last tale of the NGROUPS saga, a former pumpking prods
36617              a mere committer to remove the last of the NGROUPS-sized arrays...
36618              
36619              Perl_magic_set() was using the last of these arrays to do the 
36620              lvalue work on $).  Instead of an array, a pointer is used and 
36621              re-sized as needed.  
36622      Branch: perl
36623            ! mg.c
36624 ____________________________________________________________________________
36625 [ 26491] By: nicholas                              on 2005/12/26  17:01:35
36626         Log: Add a couple of newlines for tidier regen output, consistent with the
36627              code generated by WriteConstants()
36628      Branch: perl
36629            ! lib/ExtUtils/Constant/XS.pm
36630 ____________________________________________________________________________
36631 [ 26490] By: nicholas                              on 2005/12/26  16:13:57
36632         Log: Add C_FH and XS_FH arguments to ExtUtils::Constant::WriteConstants,
36633              to allow the caller to pass in file handles. Use this in Contant.t
36634              with tied file handles to capture the output, rather than calling
36635              the lower level routines directly.
36636      Branch: perl
36637            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
36638 ____________________________________________________________________________
36639 [ 26489] By: stevep                                on 2005/12/26  16:08:49
36640         Log: Subject: chg 26486 removes last use of NGROUPS, so remove the macro-def
36641              From: Jim Cromie <jim.cromie@gmail.com>
36642              Date: Mon, 26 Dec 2005 07:57:51 -0700
36643              Message-ID: <43B004EF.8060500@gmail.com>
36644      Branch: perl
36645            ! doio.c
36646 ____________________________________________________________________________
36647 [ 26488] By: nicholas                              on 2005/12/26  12:48:10
36648         Log: The values for proxy constant subroutines need to be read only.
36649      Branch: perl
36650            ! lib/ExtUtils/Constant/ProxySubs.pm
36651 ____________________________________________________________________________
36652 [ 26487] By: nicholas                              on 2005/12/26  12:31:01
36653         Log: Rework constant.pm to take advantage of the space savings of proxy
36654              constant subroutines whenever it can.
36655      Branch: perl
36656            ! lib/constant.pm
36657 ____________________________________________________________________________
36658 [ 26486] By: stevep                                on 2005/12/26  03:51:24
36659         Log: Obviously, Perl_ingroup() is also using 256k of stack memory on Linux.
36660              Adapt change #26480 to reduce memory usage here as well.
36661      Branch: perl
36662            ! doio.c
36663 ____________________________________________________________________________
36664 [ 26485] By: nicholas                              on 2005/12/24  16:27:28
36665         Log: The value from caller doesn't change, so my $pkg = caller;
36666              should be moved out of the loop.
36667      Branch: perl
36668            ! lib/constant.pm
36669 ____________________________________________________________________________
36670 [ 26484] By: nicholas                              on 2005/12/24  16:06:10
36671         Log: Tests for creating constants where prototypes or other symbols of the
36672              same name already exist.
36673      Branch: perl
36674            ! lib/constant.t
36675 ____________________________________________________________________________
36676 [ 26483] By: nicholas                              on 2005/12/24  15:09:28
36677         Log: Using a hash reference rather than a hash can save a hash copy.
36678      Branch: perl
36679            ! lib/constant.pm
36680 ____________________________________________________________________________
36681 [ 26482] By: nicholas                              on 2005/12/24  14:48:42
36682         Log: Unless the peephole optimiser already knows that we're in void context,
36683              avoid even attempting the whole proxy constant sub copying
36684              optimisation.
36685      Branch: perl
36686            ! op.c
36687 ____________________________________________________________________________
36688 [ 26481] By: nicholas                              on 2005/12/24  14:09:56
36689         Log: Given that IO::Socket is documented as exporting all of Socket's
36690              exports, there's no need for IO::Socket::INET or IO::Socket::UNIX to
36691              use both. (And re-exporting removes some of the efficiency of the new
36692              constants implementation)
36693      Branch: perl
36694            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
36695 ____________________________________________________________________________
36696 [ 26480] By: stevep                                on 2005/12/24  03:30:02
36697         Log: Subject: Re: [perl #37907] Perl_magic_get reqires ridiculous amounts of stackmemory
36698              From: Jim Cromie <jim.cromie@gmail.com>
36699              Date: Fri, 23 Dec 2005 13:24:29 -0700
36700              Message-ID: <43AC5CFD.3060200@gmail.com>
36701              
36702              Includes a change in variable names from "j" to "num_groups".
36703      Branch: perl
36704            ! mg.c
36705 ____________________________________________________________________________
36706 [ 26479] By: nicholas                              on 2005/12/24  00:01:50
36707         Log: Looks like the macro CLK_TCK is not actually a constant on Solaris.
36708      Branch: perl
36709            ! ext/POSIX/Makefile.PL
36710 ____________________________________________________________________________
36711 [ 26478] By: nicholas                              on 2005/12/23  17:30:19
36712         Log: For PERL_TRACK_MEMPOOL with PERL_POISON, Poison the end of any block
36713              being shrunk in realloc()
36714      Branch: perl
36715            ! util.c
36716 ____________________________________________________________________________
36717 [ 26477] By: nicholas                              on 2005/12/23  17:24:44
36718         Log: For the rare case of EMFILE during require, save object code space
36719              by using newSVpvf
36720              (Would it be worth using it for all require failures?)
36721      Branch: perl
36722            ! pp_ctl.c
36723 ____________________________________________________________________________
36724 [ 26476] By: nicholas                              on 2005/12/23  16:55:35
36725         Log: If PERL_TRACK_MEMPOOL and PERL_POISON are in use, then scribble all
36726              over memory to invalidate it just before free()ing it.
36727      Branch: perl
36728            ! perl.h util.c
36729 ____________________________________________________________________________
36730 [ 26475] By: nicholas                              on 2005/12/23  16:20:53
36731         Log: Provide support for types PVN and UNDEF in
36732              ExtUtils::Constant::ProxySubs
36733      Branch: perl
36734            ! lib/ExtUtils/Constant/ProxySubs.pm
36735 ____________________________________________________________________________
36736 [ 26474] By: nicholas                              on 2005/12/23  15:27:10
36737         Log: Create a struct to use as the header with PERL_TRACK_MEMPOOL, so that
36738              other information can be stored in it.
36739      Branch: perl
36740            ! perl.h util.c
36741 ____________________________________________________________________________
36742 [ 26473] By: nicholas                              on 2005/12/23  13:54:37
36743         Log: ExtUtils::ParseXS needs to stack $filepathname to make #line directives
36744              in #INCLUDEs work.
36745      Branch: perl
36746            ! lib/ExtUtils/ParseXS.pm
36747 ____________________________________________________________________________
36748 [ 26472] By: nicholas                              on 2005/12/23  12:21:19
36749         Log: Add support for PV to ExtUtils::Constant::ProxySubs, and enable its
36750              use in Sys::Syslog
36751      Branch: perl
36752            ! ext/Sys/Syslog/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
36753 ____________________________________________________________________________
36754 [ 26471] By: nicholas                              on 2005/12/23  12:01:29
36755         Log: inlining autoloaded constants is TODOne.
36756      Branch: perl
36757            ! pod/perltodo.pod
36758 ____________________________________________________________________________
36759 [ 26470] By: nicholas                              on 2005/12/23  11:36:43
36760         Log: Now that proxy subroutines can be unproxied in 2 places without
36761              becoming the same newCONSTSUB, need an explicit check to avoid a
36762              warning about subroutines being redefined, as there has never been
36763              a warning when you assing the same subroutine to a glob's GvCV()
36764      Branch: perl
36765            ! sv.c t/op/gv.t
36766 ____________________________________________________________________________
36767 [ 26469] By: nicholas                              on 2005/12/23  11:35:21
36768         Log: like and unlike weren't reporting failure where correctly in test.pl
36769      Branch: perl
36770            ! t/test.pl
36771 ____________________________________________________________________________
36772 [ 26468] By: rgs                                   on 2005/12/23  11:06:34
36773         Log: Fix build of Compress::Zlib on MVS (by Paul Marquess)
36774      Branch: perl
36775            ! ext/Compress/Zlib/zlib-src/zconf.h
36776 ____________________________________________________________________________
36777 [ 26467] By: rgs                                   on 2005/12/23  10:13:30
36778         Log: Clarify example of .. in perlop
36779              to fix [perl #38008] Documentation bug: perlop
36780              plus some minor formatting nits
36781      Branch: perl
36782            ! pod/perlop.pod
36783 ____________________________________________________________________________
36784 [ 26466] By: rgs                                   on 2005/12/23  09:21:09
36785         Log: Subject: [REPATCH lib/UNIVERSAL.pm] Recommend Against Using Methods as Functions
36786              From: chromatic <chromatic@wgz.org>
36787              Date: Dec 22, 2005 8:58 PM
36788              Message-Id: <200512221158.54474.chromatic@wgz.org>
36789      Branch: perl
36790            ! lib/UNIVERSAL.pm
36791 ____________________________________________________________________________
36792 [ 26465] By: nicholas                              on 2005/12/23  01:38:01
36793         Log: Need to be more careful with the symbol table manipulation - if there
36794              is already an entry in place, back off and generate a real constant
36795              subroutine. (fixes lib/Net/hostent.t failure)
36796              Fix a bug with how hv_store was being called.
36797      Branch: perl
36798            ! lib/ExtUtils/Constant/ProxySubs.pm
36799 ____________________________________________________________________________
36800 [ 26464] By: nicholas                              on 2005/12/23  01:09:05
36801         Log: SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON and HUGE_VAL
36802              aren't constants on (at least some) Linux.
36803              And more evil than that, HUGE_VAL likes to use the C preprocessor
36804              in its value, necessitating use of a temporary.
36805      Branch: perl
36806            ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
36807 ____________________________________________________________________________
36808 [ 26463] By: nicholas                              on 2005/12/23  00:37:04
36809         Log: Use inlineable proxy constant subs for Socket
36810      Branch: perl
36811            ! ext/Socket/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
36812 ____________________________________________________________________________
36813 [ 26462] By: stevep                                on 2005/12/23  00:28:54
36814         Log: ctime_r() and asctime_r() seem to have some problems before HP-UX 11.
36815      Branch: perl
36816            ! hints/hpux.sh
36817 ____________________________________________________________________________
36818 [ 26461] By: nicholas                              on 2005/12/23  00:27:50
36819         Log: Subject: [PATCH] Speed up Perl_sv_derived_from
36820              From: Andy Lester <andy@petdance.com>
36821              Message-ID: <20051222220044.GH4370@petdance.com>
36822              Date: Thu, 22 Dec 2005 16:00:44 -0600
36823      Branch: perl
36824            ! universal.c
36825 ____________________________________________________________________________
36826 [ 26460] By: nicholas                              on 2005/12/23  00:18:49
36827         Log: Create a sub LC_ALL with the correct prototype.
36828      Branch: perl
36829            ! lib/locale.t
36830 ____________________________________________________________________________
36831 [ 26459] By: nicholas                              on 2005/12/23  00:18:27
36832         Log: De-duplicate the items in @EXPORT. (@EXPORT is built from all the tags,
36833              and some constants are mentioned in multiple tags).
36834              Should this logic be in Exporter::Heavy?
36835      Branch: perl
36836            ! ext/POSIX/POSIX.pm
36837 ____________________________________________________________________________
36838 [ 26458] By: stevep                                on 2005/12/23  00:10:25
36839         Log: Make hostname.t deal with undefined or blank hostnames and domain 
36840              names.
36841      Branch: perl
36842            ! lib/Net/t/hostname.t
36843 ____________________________________________________________________________
36844 [ 26457] By: stevep                                on 2005/12/23  00:06:58
36845         Log: Fix for pod2man() in ExtUtils::Command::MM to work with 
36846              the Pod::Man 2.04.
36847      Branch: perl
36848            ! lib/ExtUtils/Command/MM.pm
36849 ____________________________________________________________________________
36850 [ 26456] By: nicholas                              on 2005/12/23  00:06:52
36851         Log: Subject: [PATCH] Speedup (rn|n)?instr
36852              From: Andy Lester <andy@petdance.com>
36853              Message-ID: <20051222223839.GI4370@petdance.com>
36854              Date: Thu, 22 Dec 2005 16:38:39 -0600
36855      Branch: perl
36856            ! util.c
36857 ____________________________________________________________________________
36858 [ 26455] By: nicholas                              on 2005/12/22  23:57:27
36859         Log: Use inlineable proxy constant subs for POSIX.
36860              There may be trouble ahead, as it seems that not all POSIX "constants"
36861              are. I wonder if too many systems are going to have too many
36862              variations to make this viable.
36863      Branch: perl
36864            ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/Base.pm
36865            ! lib/ExtUtils/Constant/ProxySubs.pm
36866 ____________________________________________________________________________
36867 [ 26454] By: nicholas                              on 2005/12/22  23:43:22
36868         Log: Missing ; in Tie::File
36869      Branch: perl
36870            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
36871 ____________________________________________________________________________
36872 [ 26453] By: nicholas                              on 2005/12/22  21:02:19
36873         Log: Make ExtUtils::Constant generate the inlineable proxy constant subs.
36874              So far just enough to make Fcntl work.
36875      Branch: perl
36876            + lib/ExtUtils/Constant/ProxySubs.pm
36877            ! MANIFEST ext/Fcntl/Makefile.PL lib/ExtUtils/Constant.pm
36878 ____________________________________________________________________________
36879 [ 26452] By: rgs                                   on 2005/12/22  19:37:42
36880         Log: Compilation help for EBCDIC platforms, from Jarkko,
36881              tested by Rajarshi Das
36882      Branch: perl
36883            ! utf8.h
36884 ____________________________________________________________________________
36885 [ 26451] By: nicholas                              on 2005/12/22  19:00:52
36886         Log: Break out the code to generate #ifdef/#endif into new methods
36887              macro_to_ifdef and macro_to_endif
36888              Add an args hashref to normalise_items; provide a
36889              disable_utf8_duplication argument to disable the utf8 duplication code.
36890      Branch: perl
36891            ! lib/ExtUtils/Constant/Base.pm
36892 ____________________________________________________________________________
36893 [ 26450] By: rgs                                   on 2005/12/22  17:09:59
36894         Log: Subject: [PATCH] Ho! Ho! Ho!  Santa brings consting!
36895              From: Andy Lester <andy@petdance.com>
36896              Date: Thu, 22 Dec 2005 10:57:17 -0600
36897              Message-ID: <20051222165717.GA2874@petdance.com>
36898      Branch: perl
36899            ! dump.c embed.fnc embed.h gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c
36900            ! pp_sys.c proto.h regcomp.c sv.c toke.c universal.c
36901 ____________________________________________________________________________
36902 [ 26449] By: nicholas                              on 2005/12/22  17:01:33
36903         Log: Break out the item normalisation code into a method normalise_items.
36904      Branch: perl
36905            ! lib/ExtUtils/Constant/Base.pm
36906 ____________________________________________________________________________
36907 [ 26448] By: nicholas                              on 2005/12/22  15:43:20
36908         Log: Regression tests for proxy subroutine glob assignment.
36909              Fix a bug (it turns out that a typeglob isn't SvOK())
36910              Remove stray debugging code.
36911      Branch: perl
36912            ! pp_hot.c t/op/gv.t
36913 ____________________________________________________________________________
36914 [ 26447] By: rgs                                   on 2005/12/22  14:55:52
36915         Log: Subject: [PATCH] eliminate HINT_HH_FOR_EVAL
36916              From: Robin Houston <robin@cpan.org>
36917              Date: Thu, 22 Dec 2005 11:54:55 +0000
36918              Message-ID: <20051222115455.GB30301@rpc142.cs.man.ac.uk>
36919      Branch: perl
36920            ! lib/feature.pm lib/overload.pm lib/sort.pm op.c perl.h
36921            ! t/comp/hints.t
36922 ____________________________________________________________________________
36923 [ 26446] By: nicholas                              on 2005/12/22  11:23:34
36924         Log: Add an optimisation to allow proxy constant subroutines to be copied
36925              as proxy constant subroutines in a new symbol table where possible.
36926              (Rather than converting them to full blown constant subroutines and
36927              instantiating 2 typeglobs)
36928      Branch: perl
36929            ! ext/B/t/concise-xs.t gv.c gv.h op.c op.h pp.c pp_hot.c sv.c
36930 ____________________________________________________________________________
36931 [ 26445] By: rgs                                   on 2005/12/22  11:13:25
36932         Log: Regenerate Changes
36933      Branch: perl
36934            ! Changes
36935 ____________________________________________________________________________
36936 [ 26444] By: gisle                                 on 2005/12/22  10:42:36
36937         Log: Remove unused variable 'stash' since change 26437.
36938      Branch: perl
36939            ! pp_hot.c
36940 ____________________________________________________________________________
36941 [ 26443] By: rgs                                   on 2005/12/22  10:32:17
36942         Log: Regenerate perlapi.pod.
36943              Fix indentation of code examples in perlsyn.
36944      Branch: perl
36945            ! pod/perlapi.pod pod/perlsyn.pod
36946 ____________________________________________________________________________
36947 [ 26442] By: rgs                                   on 2005/12/22  10:10:04
36948         Log: Subject: [PATCH] switch / ~~ doccos
36949              From: Robin Houston <robin@cpan.org>
36950              Date: Wed, 21 Dec 2005 13:51:18 +0000
36951              Message-ID: <20051221135118.GC26527@rpc142.cs.man.ac.uk>
36952      Branch: perl
36953            ! pod/perlsyn.pod
36954 ____________________________________________________________________________
36955 [ 26441] By: merijn                                on 2005/12/22  07:02:37
36956         Log: Subject: [PATCH] wrong setting in canned win32/config.vc64 file
36957              From: "Jan Dubois" <jand@ActiveState.com>
36958              Date: Wed, 21 Dec 2005 15:04:30 -0800
36959              Message-ID: <06c701c60682$e650adc0$d563a8c0@candy>
36960      Branch: perl
36961            ! win32/config.vc64
36962 ____________________________________________________________________________
36963 [ 26440] By: stevep                                on 2005/12/22  03:08:59
36964         Log: Add documentation for method domainname() in Net::Domain.  Add some
36965              additional tests for Net::Domain.  Also, since it is tested, remove 
36966              test case from lib/1_compile.t.  One step closer to $500.
36967      Branch: perl
36968            ! lib/Net/Domain.pm lib/Net/t/hostname.t t/lib/1_compile.t
36969 ____________________________________________________________________________
36970 [ 26439] By: nicholas                              on 2005/12/21  22:40:04
36971         Log: Avoid negating an unsigned value. (The offset in the SV body table)
36972      Branch: perl
36973            ! sv.c
36974 ____________________________________________________________________________
36975 [ 26438] By: nicholas                              on 2005/12/21  21:20:23
36976         Log: For consistency sv_2cv should not leave the stash pointer uninitialised
36977              for some cases. Although it seems that only pp_sort pays any attention
36978              to it, of all the code on CPAN.
36979      Branch: perl
36980            ! sv.c
36981 ____________________________________________________________________________
36982 [ 26437] By: nicholas                              on 2005/12/21  20:38:42
36983         Log: Localise the stash variable in pp_entersub().
36984      Branch: perl
36985            ! pp_hot.c
36986 ____________________________________________________________________________
36987 [ 26436] By: nicholas                              on 2005/12/21  19:37:48
36988         Log: Undo my goto spaghetti from change 18340 - what we really need are
36989              hints to compilers about likey/unlikely branches.
36990      Branch: perl
36991            ! pp_hot.c
36992 ____________________________________________________________________________
36993 [ 26435] By: stevep                                on 2005/12/21  19:04:37
36994         Log: Add tests for untested math functions in POSIX
36995      Branch: perl
36996            + ext/POSIX/t/math.t
36997            ! MANIFEST
36998 ____________________________________________________________________________
36999 [ 26434] By: nicholas                              on 2005/12/21  18:34:03
37000         Log: The lref argument of sv_2cv is actually passed onwards to gv_fetchsv,
37001              so it is a bitmap of flag bits rather than simple TRUE/FALSE.
37002      Branch: perl
37003            ! mg.c pp.c pp_hot.c sv.c
37004 ____________________________________________________________________________
37005 [ 26433] By: rgs                                   on 2005/12/21  17:07:05
37006         Log: Remove switch from perltodo
37007      Branch: perl
37008            ! pod/perltodo.pod
37009 ____________________________________________________________________________
37010 [ 26432] By: rgs                                   on 2005/12/21  16:16:19
37011         Log: Subject: [PATCH] Feature bundle is now :5.10, and add -E switch
37012              From: Robin Houston <robin@cpan.org>
37013              Date: Wed, 21 Dec 2005 11:00:08 +0000
37014              Message-ID: <20051221110008.GB25877@rpc142.cs.man.ac.uk>
37015      Branch: perl
37016            + t/lib/feature/err
37017            ! MANIFEST embedvar.h global.sym intrpvar.h lib/feature.pm
37018            ! perl.c perl_keyword.pl perlapi.h pod/perlop.pod
37019            ! pod/perlrun.pod sv.c t/lib/feature/nonesuch t/lib/warnings/op
37020            ! t/op/dor.t t/run/switches.t toke.c
37021 ____________________________________________________________________________
37022 [ 26431] By: rgs                                   on 2005/12/21  11:12:32
37023         Log: Fix for [perl #37999] lc() + Latin-1 chars is failing erratically
37024              based on copying part of change #22196 from do_chomp() to do_chop().
37025      Branch: perl
37026            ! doop.c
37027 ____________________________________________________________________________
37028 [ 26430] By: rgs                                   on 2005/12/21  09:23:05
37029         Log: Subject: [PATCH] Fix bug in change #26379
37030              From: "Jan Dubois" <jand@ActiveState.com>
37031              Date: Tue, 20 Dec 2005 16:42:24 -0800
37032              Message-ID: <046001c605c7$69470290$d563a8c0@candy>
37033      Branch: perl
37034            ! win32/win32.c
37035 ____________________________________________________________________________
37036 [ 26429] By: nicholas                              on 2005/12/20  23:12:17
37037         Log: rv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL, so update the
37038              descriptive comment to include them.
37039      Branch: perl
37040            ! op.h
37041 ____________________________________________________________________________
37042 [ 26428] By: rgs                                   on 2005/12/20  20:50:26
37043         Log: Remove some hardcoded references to ./perl in tests
37044      Branch: perl
37045            ! t/op/closure.t t/op/magic.t t/run/runenv.t
37046 ____________________________________________________________________________
37047 [ 26427] By: nicholas                              on 2005/12/20  20:13:12
37048         Log: Take care in toke.c not to convert constant subroutine reference
37049              proxies into full blown PVGVs with PVCVs, and recognise them and inline
37050              their values. Adds a new function gv_const_sv(gv) to return the value
37051              of the constant subroutine from a GV, and adds a cv parameter to
37052              S_intuit_method.
37053      Branch: perl
37054            ! embed.fnc embed.h gv.c proto.h toke.c
37055 ____________________________________________________________________________
37056 [ 26426] By: merijn                                on 2005/12/20  19:56:58
37057         Log: Small update on using threads on HP-UX 10.20
37058              64bit is far beyond experimental by now
37059      Branch: perl
37060            ! README.hpux
37061 ____________________________________________________________________________
37062 [ 26425] By: nicholas                              on 2005/12/20  19:55:46
37063         Log: Add a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that disables
37064              addition of new typeglobs, and also disables initialisation of any
37065              typeglob placeholders. Needed to make the new constant subroutine
37066              proxy references work efficiently.
37067      Branch: perl
37068            ! gv.c gv.h
37069 ____________________________________________________________________________
37070 [ 26424] By: rgs                                   on 2005/12/20  19:37:26
37071         Log: Fix typos in regular expressions
37072      Branch: perl
37073            ! ext/POSIX/t/time.t
37074 ____________________________________________________________________________
37075 [ 26423] By: nicholas                              on 2005/12/20  16:34:27
37076         Log: Get the "cv" from the "gv" once, and be more careful so that we can
37077              cope if either aren't their regular types.
37078              cv_const_sv should verify the type of SV passed, instead of assuming
37079              that it's a viable CV.
37080      Branch: perl
37081            ! op.c toke.c
37082 ____________________________________________________________________________
37083 [ 26422] By: nicholas                              on 2005/12/20  15:11:09
37084         Log: Croak if gv_init doesn't know how to create a typeglob from that type
37085              of referant. Test that ARRAY, HASH, PVIO, CODE and FORMAT croak.
37086              Globs are actually first class assignable objects, so test that you
37087              can create a constant subroutine that returns one.
37088      Branch: perl
37089            ! gv.c pod/perldiag.pod t/op/gv.t
37090 ____________________________________________________________________________
37091 [ 26421] By: rgs                                   on 2005/12/20  14:54:10
37092         Log: POD nits on B::Lint
37093      Branch: perl
37094            ! ext/B/B/Lint.pm
37095 ____________________________________________________________________________
37096 [ 26420] By: rgs                                   on 2005/12/20  14:48:34
37097         Log: Subject: Re: Pluggable lint patch
37098              From: Joshua ben Jore <twists@gmail.com>
37099              Date: Mon, 19 Dec 2005 09:22:04 -0600
37100              Message-ID: <dc5c751d0512190722s1e73ef88l5ae82bd7aa075c51@mail.gmail.com>
37101      Branch: perl
37102            ! ext/B/B/Lint.pm ext/B/t/lint.t
37103 ____________________________________________________________________________
37104 [ 26419] By: gisle                                 on 2005/12/20  14:39:22
37105         Log: Make perlivp skip the *.ph tests by default, since these
37106              files are normally not generated.
37107              The -a option is now needed for it to run all tests.
37108      Branch: perl
37109            ! utils/perlivp.PL
37110 ____________________________________________________________________________
37111 [ 26418] By: rgs                                   on 2005/12/20  14:24:06
37112         Log: Subject: [TEST PATCH] %^H can now propagate into eval
37113              From: Robin Houston <robin@cpan.org>
37114              Date: Tue, 20 Dec 2005 12:06:15 +0000
37115              Message-ID: <20051220120615.GA21794@rpc142.cs.man.ac.uk>
37116      Branch: perl
37117            ! t/comp/hints.t
37118 ____________________________________________________________________________
37119 [ 26417] By: nicholas                              on 2005/12/20  14:10:39
37120         Log: Verify that the code for initialising typeglobs from other types works.
37121      Branch: perl
37122            ! t/op/gv.t
37123 ____________________________________________________________________________
37124 [ 26416] By: rgs                                   on 2005/12/20  13:55:19
37125         Log: Use PTR2IV instead of casting directly
37126      Branch: perl
37127            ! pp_ctl.c
37128 ____________________________________________________________________________
37129 [ 26415] By: nicholas                              on 2005/12/20  13:39:01
37130         Log: gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, rather
37131              than a simple boolean, so passing FALSE or TRUE is bogus.
37132      Branch: perl
37133            ! doio.c gv.c mg.c op.c pp.c pp_hot.c pp_sys.c regcomp.c sv.c
37134            ! toke.c universal.c
37135 ____________________________________________________________________________
37136 [ 26414] By: nicholas                              on 2005/12/20  12:51:21
37137         Log: In Perl_yylex, move the declaration of orig_keyword, gv and gvp down to
37138              the block labelled keylookup.
37139      Branch: perl
37140            ! toke.c
37141 ____________________________________________________________________________
37142 [ 26413] By: rgs                                   on 2005/12/20  10:25:01
37143         Log: Subject: [PATCH] make failing cygwin test TODO'd
37144              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
37145              Date: Mon, 19 Dec 2005 03:41:12 -0800
37146              Message-ID: <20051219114112.GA5568@efn.org>
37147      Branch: perl
37148            ! lib/File/Compare.t
37149 ____________________________________________________________________________
37150 [ 26412] By: nicholas                              on 2005/12/19  23:47:26
37151         Log: In Perl_yylex, make tmp a temporary variable local to the blocks in
37152              which it is used.
37153      Branch: perl
37154            ! toke.c
37155 ____________________________________________________________________________
37156 [ 26411] By: nicholas                              on 2005/12/19  22:38:54
37157         Log: Assert that orig_keyword, gv and gvp aren't used before the main
37158              keyword parser of Perl_yylex.
37159      Branch: perl
37160            ! toke.c
37161 ____________________________________________________________________________
37162 [ 26410] By: davem                                 on 2005/12/19  22:07:49
37163         Log: //g loops infinitely on tainted data
37164              make the LHS of expr =~ /foo/g an lvalue, so that any pos magic
37165              attached to it stays attached.
37166      Branch: perl
37167            ! op.c t/op/taint.t
37168 ____________________________________________________________________________
37169 [ 26409] By: nicholas                              on 2005/12/19  20:57:40
37170         Log: Make gv_init recognise a reference-to-something in a symbol table as
37171              meaning a constant subroutine with that thing as it value
37172      Branch: perl
37173            ! gv.c
37174 ____________________________________________________________________________
37175 [ 26408] By: rgs                                   on 2005/12/19  19:27:09
37176         Log: Fix internal broken link ; reindent code examples
37177      Branch: perl
37178            ! pod/perlsyn.pod
37179 ____________________________________________________________________________
37180 [ 26407] By: rgs                                   on 2005/12/19  19:21:47
37181         Log: Fix typo.
37182              Add empty lines after =items.
37183      Branch: perl
37184            ! pod/perldiag.pod
37185 ____________________________________________________________________________
37186 [ 26406] By: rgs                                   on 2005/12/19  19:18:48
37187         Log: A note on say() and ORS grabbed from Damian's Perl6::Say.
37188      Branch: perl
37189            ! pod/perlfunc.pod
37190 ____________________________________________________________________________
37191 [ 26405] By: rgs                                   on 2005/12/19  18:43:04
37192         Log: Attempt at making IO::Handle backwards compatible again
37193      Branch: perl
37194            ! ext/IO/lib/IO/Handle.pm
37195 ____________________________________________________________________________
37196 [ 26404] By: nicholas                              on 2005/12/19  18:28:03
37197         Log: Make sv_dump (and therefore Devel::Peek) report the value of the
37198              constant in inlineable constant subroutines.
37199      Branch: perl
37200            ! dump.c ext/Devel/Peek/t/Peek.t
37201 ____________________________________________________________________________
37202 [ 26403] By: rgs                                   on 2005/12/19  18:20:48
37203         Log: sort.pm deserves a new version number
37204      Branch: perl
37205            ! lib/sort.pm
37206 ____________________________________________________________________________
37207 [ 26402] By: rgs                                   on 2005/12/19  18:17:19
37208         Log: Subject: Re: [PATCH] Make the 'sort' pragma lexically scoped
37209              From: Robin Houston <robin@cpan.org>
37210              Date: Dec 19, 2005 6:46 PM
37211              Message-ID: <20051219174620.GA17940@rpc142.cs.man.ac.uk>
37212      Branch: perl
37213            ! embed.fnc embed.h ext/B/B/Concise.pm ext/B/t/concise-xs.t
37214            ! ext/B/t/f_sort.t global.sym lib/feature.pm lib/sort.pm
37215            ! lib/sort.t op.c op.h pod/perlapi.pod pp_sort.c proto.h toke.c
37216 ____________________________________________________________________________
37217 [ 26401] By: rgs                                   on 2005/12/19  16:39:44
37218         Log: Missing file from last change
37219      Branch: perl
37220            + t/lib/common.pl
37221 ____________________________________________________________________________
37222 [ 26400] By: rgs                                   on 2005/12/19  16:26:15
37223         Log: Subject: [PATCH] latest switch/say/~~
37224              From: Robin Houston <robin@cpan.org>
37225              Date: Sat, 17 Dec 2005 20:44:31 +0000
37226              Message-Id: <20051217204431.GB28940@rpc142.cs.man.ac.uk>
37227      Branch: perl
37228            + lib/feature.pm lib/feature.t t/io/say.t t/lib/feature/nonesuch
37229            + t/lib/feature/say t/lib/feature/smartmatch
37230            + t/lib/feature/switch t/op/smartmatch.t t/op/switch.t
37231            ! MANIFEST cop.h embed.fnc embed.h ext/B/B/Deparse.pm
37232            ! ext/B/t/concise-xs.t ext/B/t/f_map.t ext/B/t/optree_samples.t
37233            ! ext/IO/lib/IO/Handle.pm ext/Opcode/Opcode.pm global.sym
37234            ! keywords.h keywords.pl lib/overload.pm lib/warnings.t op.c
37235            ! op.h opcode.h opcode.pl opnames.h perl.h perl_keyword.pl
37236            ! perly.act perly.h perly.tab perly.y pod/perldiag.pod
37237            ! pod/perlfunc.pod pod/perlop.pod pod/perlsyn.pod pp.sym
37238            ! pp_ctl.c pp_proto.h proto.h t/op/cproto.t toke.c
37239 ____________________________________________________________________________
37240 [ 26399] By: rgs                                   on 2005/12/19  09:52:42
37241         Log: Un-TODO a fixed test
37242              
37243              Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)
37244              From: demerphq <demerphq@gmail.com>
37245              Date: Sat, 17 Dec 2005 17:23:23 +0100
37246              Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com>
37247      Branch: perl
37248            ! t/op/pat.t
37249 ____________________________________________________________________________
37250 [ 26398] By: rgs                                   on 2005/12/19  09:52:03
37251         Log: TODO-SKIP tests must be "not ok", or else the test harness will think
37252              it's an unexpected success
37253              
37254              Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)
37255              From: demerphq <demerphq@gmail.com>
37256              Date: Sat, 17 Dec 2005 17:23:23 +0100
37257              Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com>
37258      Branch: perl
37259            ! t/test.pl
37260 ____________________________________________________________________________
37261 [ 26397] By: rgs                                   on 2005/12/18  10:23:55
37262         Log: Subject: [PATCH] Make script embedded in patchlevel.h work on win32.
37263              From: demerphq <demerphq@gmail.com> Mailed-By: perl.org
37264              Date: Dec 17, 2005 7:52 PM
37265              Message-ID: <9b18b3110512171052h2052d598rdf038f1d38560317@mail.gmail.com>
37266      Branch: perl
37267            ! patchlevel.h
37268 ____________________________________________________________________________
37269 [ 26396] By: craigb                                on 2005/12/18  00:16:42
37270         Log: Two test workarounds for VMS
37271      Branch: perl
37272            ! lib/File/Copy.t t/op/goto.t
37273 ____________________________________________________________________________
37274 [ 26395] By: nicholas                              on 2005/12/17  23:22:31
37275         Log: Add some paranoia to check that GP accesses aren't being done on the
37276              wrong types of SV.
37277      Branch: perl
37278            ! gv.h
37279 ____________________________________________________________________________
37280 [ 26394] By: stevep                                on 2005/12/17  19:21:35
37281         Log: Upgrade to Time-HiRes-1.86
37282      Branch: perl
37283            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
37284            ! ext/Time/HiRes/t/HiRes.t
37285 ____________________________________________________________________________
37286 [ 26393] By: nicholas                              on 2005/12/17  18:50:08
37287         Log: Two it's => its grammar fixes.
37288      Branch: perl
37289            ! op.c perl.h
37290 ____________________________________________________________________________
37291 [ 26392] By: nicholas                              on 2005/12/17  18:25:59
37292         Log: Move and const some definitions of variables used to save errno.
37293      Branch: perl
37294            ! doio.c perlio.c
37295 ____________________________________________________________________________
37296 [ 26391] By: nicholas                              on 2005/12/17  17:46:06
37297         Log: Add t/op/negate.t to MANIFEST.
37298      Branch: perl
37299            ! MANIFEST
37300 ____________________________________________________________________________
37301 [ 26390] By: nicholas                              on 2005/12/17  17:40:44
37302         Log: Pull the definition of olderrno in sv_2pv_flags into the block where
37303              it's used.
37304      Branch: perl
37305            ! sv.c
37306 ____________________________________________________________________________
37307 [ 26389] By: stevep                                on 2005/12/17  15:47:39
37308         Log: Subject: [PATCH] Correct typo in Time::HiRes tests introduced by patch 26383
37309              From: Dominic Dunlop <shouldbedomo@mac.com>
37310              Date: Sat, 17 Dec 2005 15:57:54 +0100
37311              Message-Id: <B364C747-F2BB-446F-887E-06EA2989888C@mac.com>
37312      Branch: perl
37313            ! ext/Time/HiRes/t/HiRes.t
37314 ____________________________________________________________________________
37315 [ 26388] By: stevep                                on 2005/12/17  15:41:38
37316         Log: Fix a typo and add some clarification to change #26387.
37317      Branch: perl
37318            ! pod/perlop.pod
37319 ____________________________________________________________________________
37320 [ 26387] By: stevep                                on 2005/12/17  15:35:45
37321         Log: Addition documentation explaining aritmetic negation on strings.  Also,
37322              additional test cases based partially on code by Piotr Fusik in 
37323              RT #36675: -'-10' eq '+10'.
37324      Branch: perl
37325            + t/op/negate.t
37326            ! pod/perlop.pod
37327 ____________________________________________________________________________
37328 [ 26386] By: nicholas                              on 2005/12/17  12:00:51
37329         Log: The IV/UV choice can be made inside uiv_2buf rather than sv_2pv_flags.
37330      Branch: perl
37331            ! sv.c
37332 ____________________________________________________________________________
37333 [ 26385] By: nicholas                              on 2005/12/17  11:44:47
37334         Log: The THINKFIRST check after the GMAGICAL check in sv_2iv_flags and
37335              sv_2uv_flags should have been else if.
37336      Branch: perl
37337            ! sv.c
37338 ____________________________________________________________________________
37339 [ 26384] By: stevep                                on 2005/12/17  04:03:05
37340         Log: Fix for ext/POSIX/t/time.t so the strftime() test works on systems
37341              that aren't quite up to SUS3.  Based on a patch by David Dyck in
37342              RT #37960: POSIX/t/time fails bleadperl
37343      Branch: perl
37344            ! ext/POSIX/t/time.t
37345 ____________________________________________________________________________
37346 [ 26383] By: stevep                                on 2005/12/17  01:46:58
37347         Log: Upgrade to Time-HiRes-1.85
37348      Branch: perl
37349            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
37350            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
37351            ! ext/Time/HiRes/fallback/const-c.inc
37352            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
37353 ____________________________________________________________________________
37354 [ 26382] By: nicholas                              on 2005/12/16  22:41:01
37355         Log: Typo fixes from Robin Houston in
37356              <20051216201446.GA24709@rpc142.cs.man.ac.uk>
37357      Branch: perl
37358            ! sv.h
37359 ____________________________________________________________________________
37360 [ 26381] By: nicholas                              on 2005/12/16  21:54:13
37361         Log: s/Nullhv/NULL/g;
37362              # Although I see that Robin is proposing to add some :-)
37363      Branch: perl
37364            ! cop.h ext/Data/Dumper/Dumper.xs ext/DynaLoader/dlutils.c gv.c
37365            ! op.c op.h pad.c perl.c sv.c toke.c universal.c xsutils.c
37366 ____________________________________________________________________________
37367 [ 26380] By: nicholas                              on 2005/12/16  21:30:34
37368         Log: s/Nullav/NULL/g
37369      Branch: perl
37370            ! cop.h ext/Data/Dumper/Dumper.xs gv.c intrpvar.h pad.c perl.c
37371            ! pp.c pp_ctl.c pp_sort.c scope.c sv.c
37372 ____________________________________________________________________________
37373 [ 26379] By: rgs                                   on 2005/12/16  21:13:37
37374         Log: Subject: [PATCH] RE: PeekMessage() call in win32\win32.c win32_async_check
37375              From: Jan Dubois <jand@activestate.com>
37376              Date: Dec 16, 2005 7:12 AM
37377              Message-ID: <015901c60207$abd64210$d563a8c0@candy>
37378              
37379              (Without the proposed alarm.t test)
37380      Branch: perl
37381            ! t/op/fork.t win32/perlhost.h win32/win32.c win32/win32.h
37382 ____________________________________________________________________________
37383 [ 26378] By: nicholas                              on 2005/12/16  18:12:26
37384         Log: Perl_sv_dup should be allocating bodies based on *size*, not the
37385              length to copy.
37386      Branch: perl
37387            ! sv.c
37388 ____________________________________________________________________________
37389 [ 26377] By: nicholas                              on 2005/12/16  15:55:51
37390         Log: comp/require.t exits early for the case of UTF-8 or EBCDIC, so need to
37391              add "new" tests before the end.
37392      Branch: perl
37393            ! t/comp/require.t
37394 ____________________________________________________________________________
37395 [ 26376] By: davem                                 on 2005/12/15  22:03:57
37396         Log: change #26373 broke threaded builds (aTHX_ now superfluous)
37397      Branch: perl
37398            ! pp_ctl.c
37399 ____________________________________________________________________________
37400 [ 26375] By: stevep                                on 2005/12/15  18:16:20
37401         Log: Added test for change #26373.
37402      Branch: perl
37403            ! t/comp/require.t
37404 ____________________________________________________________________________
37405 [ 26374] By: rgs                                   on 2005/12/15  18:00:34
37406         Log: Fix for [perl #37886] strict 'refs' doesn't apply inside defined
37407      Branch: perl
37408            ! pod/perl593delta.pod pp.c t/lib/strict/refs
37409 ____________________________________________________________________________
37410 [ 26373] By: stevep                                on 2005/12/15  17:48:42
37411         Log: Prevent require() from attempting to open directories and block 
37412              devices.  This fixes RT #24404.
37413      Branch: perl
37414            ! embed.fnc embed.h pp_ctl.c proto.h
37415 ____________________________________________________________________________
37416 [ 26372] By: nicholas                              on 2005/12/15  17:26:52
37417         Log: Use PL_op_desc rather than literal strings in pp_ioctl
37418      Branch: perl
37419            ! pp_sys.c
37420 ____________________________________________________________________________
37421 [ 26371] By: nicholas                              on 2005/12/15  17:26:22
37422         Log: Expand the comment describing the intent of change 26370, and how it
37423              relates to change 24660.
37424      Branch: perl
37425            ! toke.c
37426 ____________________________________________________________________________
37427 [ 26370] By: rgs                                   on 2005/12/15  17:12:01
37428         Log: Don't autovivify stashes as soon as the lexer sees them.
37429              This makes defined %foo::bar:: work again.
37430              Add tests for it, remove note in perldelta about having broken it.
37431      Branch: perl
37432            ! pod/perl593delta.pod t/op/stash.t toke.c
37433 ____________________________________________________________________________
37434 [ 26369] By: nicholas                              on 2005/12/15  16:24:21
37435         Log: In Perl_apply, the name of the op can be found from PL_op_name, instead
37436              of using local string constants.
37437      Branch: perl
37438            ! doio.c
37439 ____________________________________________________________________________
37440 [ 26368] By: rgs                                   on 2005/12/15  15:11:15
37441         Log: More general fix for bug [perl #37915]
37442              Make Net::Ping::mselect return undef on error instead of -1.
37443      Branch: perl
37444            ! lib/Net/Ping.pm
37445 ____________________________________________________________________________
37446 [ 26367] By: rgs                                   on 2005/12/15  14:44:51
37447         Log: Subject: [perl #37915] Bad select error handling in Net::Ping 
37448              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
37449              Date: Tue, 13 Dec 2005 10:44:47 -0800
37450              Message-ID: <rt-3.0.11-37915-125655.19.2646201463531@perl.org>
37451      Branch: perl
37452            ! lib/Net/Ping.pm
37453 ____________________________________________________________________________
37454 [ 26366] By: gisle                                 on 2005/12/15  12:34:12
37455         Log: Silence test output to STDERR
37456              because it makes the 'make test' output look ugly.
37457      Branch: perl
37458            ! ext/Sys/Syslog/t/00-load.t
37459 ____________________________________________________________________________
37460 [ 26365] By: gisle                                 on 2005/12/15  10:42:03
37461         Log: Subject: Re: [perl #37897] sprintf of version objects
37462              From: John Peacock <jpeacock@rowman.com>
37463              Date: Wed, 14 Dec 2005 10:12:56 -0500
37464              Message-ID: <43A03678.2060700@rowman.com>
37465              
37466              (with some formatting tweaks and extra test cases)
37467      Branch: perl
37468            ! sv.c t/op/sprintf.t
37469 ____________________________________________________________________________
37470 [ 26364] By: rgs                                   on 2005/12/15  10:04:36
37471         Log: Some cleanups by Jarkko (and one by myself) to check83.pl
37472      Branch: perl
37473            ! Porting/check83.pl
37474 ____________________________________________________________________________
37475 [ 26363] By: craigb                                on 2005/12/15  03:59:21
37476         Log: On VMS, put pods in [.lib.pods] rather than [.lib.pod]
37477              in order to avoid collisions with [.lib.Pod]
37478      Branch: perl
37479            ! configure.com installperl vms/descrip_mms.template
37480 ____________________________________________________________________________
37481 [ 26362] By: stevep                                on 2005/12/15  02:33:11
37482         Log: Reverting change #26360 and #26361 since it appears that the bugs I
37483              thought I fixed had been previously fixed with change #25953.
37484      Branch: perl
37485            ! pp_sort.c
37486 ____________________________________________________________________________
37487 [ 26361] By: stevep                                on 2005/12/15  02:02:25
37488         Log: Again, FREETMPS not SAVETMPS!
37489      Branch: perl
37490            ! pp_sort.c
37491 ____________________________________________________________________________
37492 [ 26360] By: stevep                                on 2005/12/15  02:00:19
37493         Log: Add a missing FREETMPS to match up with a SAVETMPS.  This change
37494              fixes problems with nested sorts.  (RTs #7063 and #36430).
37495      Branch: perl
37496            ! pp_sort.c
37497 ____________________________________________________________________________
37498 [ 26359] By: stevep                                on 2005/12/15  00:36:25
37499         Log: Upgrade to Getopt-Long-2.35
37500      Branch: perl
37501            ! lib/Getopt/Long.pm
37502 ____________________________________________________________________________
37503 [ 26358] By: craigb                                on 2005/12/14  22:03:28
37504         Log: Using the system's utime() requires a patch to vms/vmsish.h
37505              that has not been submitted yet.
37506      Branch: perl
37507            ! vms/vms.c
37508 ____________________________________________________________________________
37509 [ 26357] By: nicholas                              on 2005/12/14  16:41:33
37510         Log: lib/Pod/t/man.t should use TODO with not ok to express its intentions
37511              correctly in TAP. (or alternatively if it really wants to skip, it
37512              needs to print ok)
37513      Branch: perl
37514            ! lib/Pod/t/man.t
37515 ____________________________________________________________________________
37516 [ 26355] By: nicholas                              on 2005/12/14  15:25:39
37517         Log: Duplicate the AMAGIC temporary variable consting from sv_2iv_flags into
37518              sv_2uv_flags, sv_2nv and sv_2pv_flags.
37519      Branch: perl
37520            ! sv.c
37521 ____________________________________________________________________________
37522 [ 26354] By: nicholas                              on 2005/12/14  14:59:18
37523         Log: Simplify the SvGMAGIC code in sv_[ipu]v_flags.
37524      Branch: perl
37525            ! sv.c
37526 ____________________________________________________________________________
37527 [ 26353] By: nicholas                              on 2005/12/14  14:08:24
37528         Log: Simplify the SvGMAGIC code in sv_2nv, removing duplicated checks to
37529              warn for uninitialized values.
37530      Branch: perl
37531            ! sv.c
37532 ____________________________________________________________________________
37533 [ 26352] By: nicholas                              on 2005/12/14  13:22:14
37534         Log: The logic to use SVt_NV or SVt_PVNV is in sv_upgrade, so no need to
37535              dupliate it in sv_2nv. Also, the final sv_upgrade is never called.
37536      Branch: perl
37537            ! sv.c
37538 ____________________________________________________________________________
37539 [ 26351] By: davem                                 on 2005/12/14  12:46:29
37540         Log: forgot to add new file to change #26350
37541      Branch: perl
37542            + ext/threads/shared/t/blessed.t
37543 ____________________________________________________________________________
37544 [ 26350] By: davem                                 on 2005/12/14  12:44:20
37545         Log: Subject:  [perl #37919] Blessed scalar refs with threads::shared 
37546              From:  "Jerry D. Hedden" (via RT) <perlbug-followup@perl.org>
37547              Date:  Tue, 13 Dec 2005 15:11:20 -0800
37548              Message-Id:  <rt-3.0.11-37919-125690.15.3722450337035@perl.org>
37549              
37550              Unlike arrays and hashes, coping blessed refs to shared scalars left
37551              the copy unblessed
37552      Branch: perl
37553            ! MANIFEST ext/threads/shared/shared.xs
37554 ____________________________________________________________________________
37555 [ 26349] By: steveh                                on 2005/12/14  12:41:02
37556         Log: Fix compilation error when building with -DPERL_MEM_LOG_STDERR
37557      Branch: perl
37558            ! util.c
37559 ____________________________________________________________________________
37560 [ 26347] By: nicholas                              on 2005/12/13  22:07:30
37561         Log: Convert range.t to test.pl
37562      Branch: perl
37563            ! t/op/range.t
37564 ____________________________________________________________________________
37565 [ 26346] By: nicholas                              on 2005/12/13  20:05:31
37566         Log: Update embed.fnc and headers after change 26345 (spotted by Rafael)
37567      Branch: perl
37568            ! embed.fnc embed.h proto.h
37569 ____________________________________________________________________________
37570 [ 26345] By: nicholas                              on 2005/12/13  19:44:22
37571         Log: Inline asIV and asUV, as each is only used once, and it distracts from
37572              the patterns of repeated code in sv_2iv_flags, sv_2uv_flags, sv_2nv
37573              and sv_2pv_flags. Add a comment noting the return path from the end of
37574              the SvGMAGICAL case to all 4.
37575      Branch: perl
37576            ! sv.c
37577 ____________________________________________________________________________
37578 [ 26344] By: craigb                                on 2005/12/13  17:27:48
37579         Log: Don't include utime.h in vms.c -- it collides with 
37580              homegroun definitions in vmsish.h.
37581      Branch: perl
37582            ! vms/vms.c
37583 ____________________________________________________________________________
37584 [ 26343] By: rgs                                   on 2005/12/13  14:07:12
37585         Log: Fix realclean target for Sys::Syslog
37586      Branch: perl
37587            ! ext/Sys/Syslog/Makefile.PL
37588 ____________________________________________________________________________
37589 [ 26342] By: gisle                                 on 2005/12/13  13:54:44
37590         Log: Remove tests that were not portable to 64bit ints.
37591      Branch: perl
37592            ! t/op/sprintf2.t
37593 ____________________________________________________________________________
37594 [ 26341] By: stevep                                on 2005/12/13  12:17:57
37595         Log: Renaming of some of Pod::Simple's test files to make it more 8.3 
37596              friendly.
37597      Branch: perl
37598           +> lib/Pod/Simple/t/junk1.pod lib/Pod/Simple/t/junk1_out.txt
37599           +> lib/Pod/Simple/t/junk2.pod lib/Pod/Simple/t/junk2_out.txt
37600           +> lib/Pod/Simple/t/perlcyg.pod lib/Pod/Simple/t/perlcyg_out.txt
37601           +> lib/Pod/Simple/t/perlfaq3.pod
37602           +> lib/Pod/Simple/t/perlfaq3_out.txt lib/Pod/Simple/t/perlvar.pod
37603           +> lib/Pod/Simple/t/perlvar_out.txt
37604            - lib/Pod/Simple/t/test_junk1.pod
37605            - lib/Pod/Simple/t/test_junk1_out.txt
37606            - lib/Pod/Simple/t/test_junk2.pod
37607            - lib/Pod/Simple/t/test_junk2_out.txt
37608            - lib/Pod/Simple/t/test_old_perlcygwin.pod
37609            - lib/Pod/Simple/t/test_old_perlcygwin_out.txt
37610            - lib/Pod/Simple/t/test_old_perlfaq3.pod
37611            - lib/Pod/Simple/t/test_old_perlfaq3_out.txt
37612            - lib/Pod/Simple/t/test_old_perlvar.pod
37613            - lib/Pod/Simple/t/test_old_perlvar_out.txt
37614            ! MANIFEST lib/Pod/Simple/t/render.t
37615 ____________________________________________________________________________
37616 [ 26340] By: stevep                                on 2005/12/13  11:54:54
37617         Log: Changes to Pod::Simple's tests to get rid of the "^"s in the 
37618              directory names.
37619      Branch: perl
37620            + lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm
37621            + lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod
37622            + lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm
37623            + lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt
37624            + lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod
37625            + lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod
37626            + lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm
37627            + lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
37628            + lib/Pod/Simple/t/test_lib/Blorm.pm
37629            + lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt
37630            + lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm
37631            + lib/Pod/Simple/t/test_lib/Zonk/Veng.pm
37632            + lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod
37633            + lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm
37634            + lib/Pod/Simple/t/test_lib/hink_honk/readme.txt
37635            + lib/Pod/Simple/t/test_lib/pod/perlfliff.pod
37636            + lib/Pod/Simple/t/test_lib/pod/perlthang.pod
37637            + lib/Pod/Simple/t/test_lib/squaa.pm
37638            + lib/Pod/Simple/t/test_lib/squaa/Glunk.pod
37639            + lib/Pod/Simple/t/test_lib/squaa/Vliff.pm
37640            + lib/Pod/Simple/t/test_lib/zikzik.pod
37641            + lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm
37642            - lib/Pod/Simple/t/other^test^lib/Sizzlesuzzle.pm
37643            - lib/Pod/Simple/t/other^test^lib/hink^honk/Glunk.pod
37644            - lib/Pod/Simple/t/other^test^lib/hink^honk/Vliff.pm
37645            - lib/Pod/Simple/t/other^test^lib/hink^honk/readme.txt
37646            - lib/Pod/Simple/t/other^test^lib/pod/perlthang.pod
37647            - lib/Pod/Simple/t/other^test^lib/pod/perlzuk.pod
37648            - lib/Pod/Simple/t/other^test^lib/squaa/Vliff.pm
37649            - lib/Pod/Simple/t/other^test^lib/squaa/Wowo.pod
37650            - lib/Pod/Simple/t/test^lib/Blorm.pm
37651            - lib/Pod/Simple/t/test^lib/Zonk/Fiddle.txt
37652            - lib/Pod/Simple/t/test^lib/Zonk/Pronk.pm
37653            - lib/Pod/Simple/t/test^lib/Zonk/Veng.pm
37654            - lib/Pod/Simple/t/test^lib/hink^honk/Glunk.pod
37655            - lib/Pod/Simple/t/test^lib/hink^honk/Vliff.pm
37656            - lib/Pod/Simple/t/test^lib/hink^honk/readme.txt
37657            - lib/Pod/Simple/t/test^lib/pod/perlfliff.pod
37658            - lib/Pod/Simple/t/test^lib/pod/perlthang.pod
37659            - lib/Pod/Simple/t/test^lib/squaa.pm
37660            - lib/Pod/Simple/t/test^lib/squaa/Glunk.pod
37661            - lib/Pod/Simple/t/test^lib/squaa/Vliff.pm
37662            - lib/Pod/Simple/t/test^lib/zikzik.pod
37663            - lib/Pod/Simple/t/yet^another^test^lib/squaa/Vliff.pm
37664            ! MANIFEST lib/Pod/Simple/t/htmlbatch_01.t
37665            ! lib/Pod/Simple/t/search_10survey_specific.t
37666            ! lib/Pod/Simple/t/search_12survey_cwd.t
37667            ! lib/Pod/Simple/t/search_20survey_two.t
37668            ! lib/Pod/Simple/t/search_22survey_two_shadowing.t
37669            ! lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t
37670            ! lib/Pod/Simple/t/search_26_glob_kleene_k.t
37671            ! lib/Pod/Simple/t/search_27_glob_squaa_kleene.t
37672            ! lib/Pod/Simple/t/search_28_glob_z_kleene_k.t
37673            ! lib/Pod/Simple/t/search_29_glob_z_qmark_k.t
37674 ____________________________________________________________________________
37675 [ 26339] By: gisle                                 on 2005/12/13  11:40:26
37676         Log: Add overflow check to EXPECT_NUMBER() used by sv_vcatpvfn().
37677              sprintf() or printf() will now croak if any of the indexes and
37678              widths specified in the format string are too large.
37679      Branch: perl
37680            ! pod/perldiag.pod sv.c t/op/sprintf.t t/op/sprintf2.t
37681 ____________________________________________________________________________
37682 [ 26338] By: rgs                                   on 2005/12/13  11:20:16
37683         Log: Subject: Re: check83.pl
37684              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
37685              Date: Sun, 11 Dec 2005 07:19:58 -0800
37686              Message-ID: <20051211151958.GA6188@efn.org>
37687      Branch: perl
37688            ! Porting/check83.pl
37689 ____________________________________________________________________________
37690 [ 26337] By: steveh                                on 2005/12/13  09:41:29
37691         Log: Fix lib/File/Compare.t test failures on Win32
37692              
37693              Change 26225, updated by 26245, added a test for another filename with
37694              a trailing space but failed to open the new filehandle in binary mode
37695              
37696              To compound matters, creating a file called "foo " on Win32 "succeeds"
37697              but actually creates a file called just "foo", so we have actually
37698              overwritten the original file with this non-binary mode version, and
37699              hence some of the original tests started failing too!
37700              
37701              (And because of this the new test doesn't actually add anything new on
37702              Win32 at the moment, but right now I can't think of a filename that
37703              would have failed under 2-arg open but succeeds with 3-arg open, which
37704              was the purpose of this test)
37705      Branch: perl
37706            ! lib/File/Compare.t
37707 ____________________________________________________________________________
37708 [ 26336] By: steveh                                on 2005/12/13  08:54:45
37709         Log: Don't try to export Perl_pad_sv when it isn't defined
37710              
37711              Fixes a Win32 linker error in non-DEBUGGING builds following 26316
37712      Branch: perl
37713            ! makedef.pl
37714 ____________________________________________________________________________
37715 [ 26334] By: rgs                                   on 2005/12/12  16:03:00
37716         Log: A suggestion by Yamashina Hio to speed up substitutions
37717              with right-hand side expressions by freeing temporaries.
37718              See :
37719              
37720              Subject: s///ge; consumes PL_tmps_stack in its loop
37721              From: YAMASHINA Hio <hio@hio.jp>
37722              Date: Tue, 30 Aug 2005 17:17:23 +0900
37723              Message-Id: <20050830160113.9716.HIO@ymir.co.jp>
37724      Branch: perl
37725            ! pp_ctl.c
37726 ____________________________________________________________________________
37727 [ 26332] By: nicholas                              on 2005/12/12  15:24:06
37728         Log: Check that %v$foo does not crash.
37729      Branch: perl
37730            ! t/op/sprintf2.t
37731 ____________________________________________________________________________
37732 [ 26330] By: gisle                                 on 2005/12/12  13:55:14
37733         Log: Use load_module() instead of perl_eval_sv("require $mod") to
37734              load modules.  This is safer since $mod comes from an external
37735              source.
37736      Branch: perl
37737            ! ext/Storable/Storable.xs
37738 ____________________________________________________________________________
37739 [ 26329] By: stevep                                on 2005/12/12  13:21:03
37740         Log: Pod::Man's tests aren't Unicode friendly.  Let's skip the unfriendly
37741              test for now.
37742      Branch: perl
37743            ! lib/Pod/t/man.t
37744 ____________________________________________________________________________
37745 [ 26328] By: rgs                                   on 2005/12/12  13:18:21
37746         Log: Robin Houston points out a better way to replace
37747              the C<defined %foo::bar::> construct.
37748      Branch: perl
37749            ! pod/perl593delta.pod
37750 ____________________________________________________________________________
37751 [ 26327] By: gisle                                 on 2005/12/12  12:21:39
37752         Log: Oops, change 26326 broke t/run/switches.t
37753              Reverting change 24912 fixes it.
37754      Branch: perl
37755            ! t/run/switches.t
37756 ____________________________________________________________________________
37757 [ 26326] By: gisle                                 on 2005/12/12  10:41:04
37758         Log: Drop "v" prefix from sprintf("%vd", $^V).
37759              
37760              The sprintf documentation has this example:
37761              
37762              printf "version is v%vd\n", $^V;
37763              
37764              and it printed 'version is vv5.9.3\n'.
37765      Branch: perl
37766            ! sv.c t/op/sprintf.t
37767 ____________________________________________________________________________
37768 [ 26325] By: nicholas                              on 2005/12/11  22:37:40
37769         Log: Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug 37889)
37770      Branch: perl
37771            ! sv.c t/uni/sprintf.t
37772 ____________________________________________________________________________
37773 [ 26324] By: nicholas                              on 2005/12/11  20:34:33
37774         Log: Move the rest of the data munging into the test preparation loop.
37775      Branch: perl
37776            ! t/op/sprintf.t
37777 ____________________________________________________________________________
37778 [ 26323] By: nicholas                              on 2005/12/11  19:49:53
37779         Log: Move the $data and $result munging into the test preparation loop.
37780      Branch: perl
37781            ! t/op/sprintf.t
37782 ____________________________________________________________________________
37783 [ 26321] By: gisle                                 on 2005/12/11  18:14:24
37784         Log: Disallow sprintf's vector handling for non-integer formats.
37785              Avoids core dump for printf("%vs") and similar.
37786      Branch: perl
37787            ! sv.c t/op/sprintf.t
37788 ____________________________________________________________________________
37789 [ 26320] By: nicholas                              on 2005/12/11  12:54:14
37790         Log: Quench the other 2 ways obscure ways of abusing positional parameters
37791              to generate bogus array indexes. These two are inside the vector
37792              formatting code.
37793      Branch: perl
37794            ! sv.c t/op/sprintf.t
37795 ____________________________________________________________________________
37796 [ 26319] By: nicholas                              on 2005/12/10  18:13:33
37797         Log: Re-instate the old perl getcwd as _perl_getcwd, and use it if loading
37798              the XS fails. (Needed to bootstrap the core build)
37799      Branch: perl
37800            ! lib/Cwd.pm
37801 ____________________________________________________________________________
37802 [ 26318] By: stevep                                on 2005/12/10  15:42:39
37803         Log: Upgrade to PathTools-3.14_01
37804      Branch: perl
37805            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm lib/File/Spec.pm
37806            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
37807            ! lib/File/Spec/t/Spec.t
37808 ____________________________________________________________________________
37809 [ 26317] By: stevep                                on 2005/12/10  15:21:37
37810         Log: Subject: [PATCH] Code tweaks in sv.c
37811              From: Andy Lester <andy@petdance.com>
37812              Date: Fri, 9 Dec 2005 11:09:21 -0600
37813              Message-ID: <20051209170921.GC16943@petdance.com>
37814              
37815              Includes a minor change the patch to account for code that moved
37816              elsewhere.
37817      Branch: perl
37818            ! sv.c
37819 ____________________________________________________________________________
37820 [ 26316] By: stevep                                on 2005/12/10  15:14:37
37821         Log: Subject: [PATCH] Excluding pad funcs when not debugging
37822              From: Andy Lester <andy@petdance.com>
37823              Date: Wed, 7 Dec 2005 21:58:05 -0600
37824              Message-ID: <20051208035805.GA23007@petdance.com>
37825      Branch: perl
37826            ! pad.c
37827 ____________________________________________________________________________
37828 [ 26315] By: nicholas                              on 2005/12/09  23:09:42
37829         Log: A better hash for PTR_TABLE_HASH (?)
37830      Branch: perl
37831            ! sv.c
37832 ____________________________________________________________________________
37833 [ 26314] By: craigb                                on 2005/12/09  21:13:50
37834         Log: Subject: patch@26310 - Major step for > 256 char paths on VMS
37835              From: "John E. Malmberg" <wb8tyw@qsl.net>
37836              Date: Fri, 09 Dec 2005 14:08:53 -0500
37837              Message-id: <4399D645.8070803@qsl.net>
37838      Branch: perl
37839            ! vms/vms.c
37840 ____________________________________________________________________________
37841 [ 26313] By: nicholas                              on 2005/12/09  19:18:32
37842         Log: An alternative way of structuring ptr_table_clear so that the variables
37843              can be assigned to at declaration time.
37844      Branch: perl
37845            ! sv.c
37846 ____________________________________________________________________________
37847 [ 26312] By: nicholas                              on 2005/12/09  18:46:17
37848         Log: A more efficient way to loop in ptr_table_clear
37849      Branch: perl
37850            ! sv.c
37851 ____________________________________________________________________________
37852 [ 26311] By: stevep                                on 2005/12/09  13:22:33
37853         Log: Subject: Re: Pod::Simple integration
37854              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
37855              Date: Fri, 09 Dec 2005 07:06:00 +0100
37856              Message-ID: <87k6ee7qk7.fsf@k75.linux.bogus>
37857              
37858              These files are still giving problems after attempting to convert
37859              them to text in p4.  The tests pass without them, so we'll remove them
37860              from the Perl distribution.
37861      Branch: perl
37862            - lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
37863            - lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
37864            - lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
37865            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
37866            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
37867            ! MANIFEST
37868 ____________________________________________________________________________
37869 [ 26310] By: stevep                                on 2005/12/09  03:39:17
37870         Log: Fixes compile errors introduce with change #26301 when compiling
37871              with ithreads and DEBUGGING.
37872      Branch: perl
37873            ! sv.c
37874 ____________________________________________________________________________
37875 [ 26309] By: stevep                                on 2005/12/09  02:07:32
37876         Log: Upgrade to Sys-Syslog-0.10
37877      Branch: perl
37878            + ext/Sys/Syslog/Changes ext/Sys/Syslog/README
37879            + ext/Sys/Syslog/fallback/const-c.inc
37880            + ext/Sys/Syslog/fallback/const-xs.inc
37881            + ext/Sys/Syslog/t/00-load.t ext/Sys/Syslog/t/constants.t
37882            + ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t
37883            + ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t
37884            + ext/Sys/Syslog/t/portfs.t
37885            ! MANIFEST ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
37886            ! ext/Sys/Syslog/t/syslog.t
37887 ____________________________________________________________________________
37888 [ 26308] By: stevep                                on 2005/12/09  01:41:44
37889         Log: Upgrade to CGI.pm-3.15
37890      Branch: perl
37891            ! lib/CGI.pm lib/CGI/Changes
37892 ____________________________________________________________________________
37893 [ 26307] By: stevep                                on 2005/12/08  19:40:33
37894         Log: Add pointer to Pod::Simple for the Pod -> HTML task.
37895      Branch: perl
37896            ! pod/perltodo.pod
37897 ____________________________________________________________________________
37898 [ 26306] By: stevep                                on 2005/12/08  19:21:25
37899         Log: One final Pod::Usage yak to shave...
37900      Branch: perl
37901            ! lib/Pod/Usage.pm
37902 ____________________________________________________________________________
37903 [ 26305] By: stevep                                on 2005/12/08  19:07:38
37904         Log: Version bump for Pod::Usage
37905      Branch: perl
37906            ! lib/Pod/Usage.pm
37907 ____________________________________________________________________________
37908 [ 26304] By: stevep                                on 2005/12/08  19:04:59
37909         Log: Further yak-shaving on Pod::Usage.  Now, t/pod/pod2usage2.t tests 
37910              pass.
37911      Branch: perl
37912            ! lib/Pod/Usage.pm t/pod/pod2usage2.t
37913 ____________________________________________________________________________
37914 [ 26303] By: stevep                                on 2005/12/08  15:53:36
37915         Log: Fix to Pod::Usage to work with all recent Pod::Text versions.  Also
37916              includes a change to the Pod::Usage test file for compatibility
37917              purposes.
37918      Branch: perl
37919            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
37920 ____________________________________________________________________________
37921 [ 26302] By: craigb                                on 2005/12/08  14:47:57
37922         Log: On VMS, do not use Perl's memory allocator for the home-grown pipe
37923              structures.  They may be allocated during start-up and are torn down
37924              in an exit handler, where thread context and other Perlish support
37925              are iffy.
37926      Branch: perl
37927            ! vms/vms.c
37928 ____________________________________________________________________________
37929 [ 26301] By: nicholas                              on 2005/12/08  14:06:37
37930         Log: Merge common code from ptr_table_fetch and ptr_table_store into
37931              S_ptr_table_find.
37932      Branch: perl
37933            ! sv.c
37934 ____________________________________________________________________________
37935 [ 26300] By: gisle                                 on 2005/12/08  09:56:22
37936         Log: Fixup the setsockopt usage message; missing OPTVAL.
37937      Branch: perl
37938            ! ext/IO/lib/IO/Socket.pm
37939 ____________________________________________________________________________
37940 [ 26299] By: gisle                                 on 2005/12/08  09:53:35
37941         Log: Improve the setsockopt description.
37942              Removed claim that OPTVAL might be undef as it is just treated
37943              the same as 0 and give the usual use-of-uninitialized-value
37944              warning.  Added an example.
37945      Branch: perl
37946            ! pod/perlfunc.pod
37947 ____________________________________________________________________________
37948 [ 26298] By: craigb                                on 2005/12/08  04:34:42
37949         Log: Subject: patch@26253 Allow embedded new lines passed through to commands
37950              From: "John E. Malmberg" <wb8tyw@qsl.net>
37951              Date: Wed, 07 Dec 2005 22:26:21 -0500
37952              Message-id: <4397A7DD.8030403@qsl.net>
37953      Branch: perl
37954            ! vms/vms.c
37955 ____________________________________________________________________________
37956 [ 26297] By: stevep                                on 2005/12/07  20:39:24
37957         Log: One quick fix to the test for differences in error output.
37958      Branch: perl
37959            ! lib/Pod/t/Usage.t
37960 ____________________________________________________________________________
37961 [ 26296] By: rgs                                   on 2005/12/07  15:46:46
37962         Log: Subject: [PATCH] All args in embed.fnc should be named
37963              From: Andy Lester <andy@petdance.com>
37964              Date: Wed, 7 Dec 2005 10:08:18 -0600
37965              Message-ID: <20051207160818.GA13465@petdance.com>
37966      Branch: perl
37967            ! embed.fnc embed.pl pod/perlapi.pod proto.h
37968 ____________________________________________________________________________
37969 [ 26295] By: rgs                                   on 2005/12/07  15:13:03
37970         Log: Don't build manpages for Encode and Unicode::Normalize
37971              (when compiling perl manpages are built afterwards, not
37972              by MakeMaker like when installing modules.) This fix a
37973              bootstrap problem (now that Pod::Man uses POSIX.)
37974      Branch: perl
37975            ! ext/Encode/Makefile.PL ext/Unicode/Normalize/Makefile.PL
37976 ____________________________________________________________________________
37977 [ 26294] By: rgs                                   on 2005/12/07  13:22:39
37978         Log: Check in those files as text, not binary
37979      Branch: perl
37980            ! lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
37981            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
37982            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
37983            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
37984            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
37985 ____________________________________________________________________________
37986 [ 26293] By: rgs                                   on 2005/12/07  13:01:00
37987         Log: Remove space
37988      Branch: perl
37989            ! MANIFEST
37990 ____________________________________________________________________________
37991 [ 26292] By: stevep                                on 2005/12/07  12:36:59
37992         Log: Upgrade to podlators-2.00
37993      Branch: perl
37994            + lib/Pod/t/color.t lib/Pod/t/termcap.t
37995            - lib/Pod/t/text-errors.t
37996            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
37997            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
37998            ! lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
37999            ! lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
38000            ! lib/Pod/t/basic.txt lib/Pod/t/man.t lib/Pod/t/text-options.t
38001            ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL
38002 ____________________________________________________________________________
38003 [ 26291] By: stevep                                on 2005/12/07  11:38:00
38004         Log: Assimilate Pod-Simple-3.03 to the Perl core
38005      Branch: perl
38006            + (add 170 files)
38007            ! MANIFEST Porting/Maintainers.pl
38008 ____________________________________________________________________________
38009 [ 26290] By: nicholas                              on 2005/12/07  08:53:03
38010         Log: Pull the regexp stringification code out into S_stringify_regexp, to
38011              make sv_2pv_flags clearer.
38012      Branch: perl
38013            ! sv.c
38014 ____________________________________________________________________________
38015 [ 26289] By: nicholas                              on 2005/12/07  08:30:26
38016         Log: 3 instances of SvIsUV_on(sv); can be replaced with one.
38017      Branch: perl
38018            ! sv.c
38019 ____________________________________________________________________________
38020 [ 26288] By: stevep                                on 2005/12/07  02:10:26
38021         Log: Upgrade to CGI-3.14.
38022              
38023              Mmm...pi.  Oh, also including some Pod fixes in bleadperl that haven't
38024              yet been applied to the actual CGI distribution yet.
38025      Branch: perl
38026            ! lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
38027 ____________________________________________________________________________
38028 [ 26287] By: nicholas                              on 2005/12/06  21:55:29
38029         Log: Add a ; that 26281 was lacking.
38030              (Dear Mark, please can I have back one of the two that I sent you after
38031              change 23614)
38032      Branch: perl
38033            ! util.c
38034 ____________________________________________________________________________
38035 [ 26286] By: nicholas                              on 2005/12/06  21:39:24
38036         Log: Move vast swathes of common code from sv_2iv_flags and sv_2uv_flags
38037              into S_sv_2iuv_common.
38038      Branch: perl
38039            ! sv.c
38040 ____________________________________________________________________________
38041 [ 26285] By: nicholas                              on 2005/12/06  19:41:43
38042         Log: The early return for SvIOKp(sv) in sv_2[iu]v_flags is actually code
38043              duplication.
38044      Branch: perl
38045            ! sv.c
38046 ____________________________________________________________________________
38047 [ 26281] By: rgs                                   on 2005/12/06  17:23:09
38048         Log: Subject: [PATCH] More consting, and putting stuff in embed.fnc
38049              From: Andy Lester <andy@petdance.com>
38050              Date: Mon, 5 Dec 2005 13:46:13 -0600
38051              Message-ID: <20051205194613.GB7791@petdance.com>
38052      Branch: perl
38053            ! deb.c doio.c dump.c embed.fnc embed.h hv.c hv.h locale.c mg.c
38054            ! op.c op.h pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
38055            ! proto.h regcomp.c sv.c taint.c toke.c utf8.c util.c
38056 ____________________________________________________________________________
38057 [ 26280] By: nicholas                              on 2005/12/06  16:53:46
38058         Log: Subject: Re: stringification of v-string references
38059              From: John Peacock <jpeacock@rowman.com>
38060              Message-ID: <439592B4.2050101@rowman.com>
38061              Date: Tue, 06 Dec 2005 08:31:32 -0500
38062      Branch: perl
38063            ! t/op/ref.t
38064 ____________________________________________________________________________
38065 [ 26279] By: gisle                                 on 2005/12/06  16:42:31
38066         Log: Fix typo spotted by Ronald J Kimball.
38067      Branch: perl
38068            ! ext/Sys/Syslog/Syslog.pm
38069 ____________________________________________________________________________
38070 [ 26278] By: rgs                                   on 2005/12/06  14:56:28
38071         Log: Subject: Re: Perl PR: "Security holes in Sys::Syslog"
38072              From: Ronald J Kimball <rjk-perl-p5p@tamias.net>
38073              Date: Tue, 6 Dec 2005 09:56:12 -0500
38074              Message-ID: <20051206145612.GA94530@penkwe.pair.com>
38075      Branch: perl
38076            ! ext/Sys/Syslog/Syslog.pm
38077 ____________________________________________________________________________
38078 [ 26277] By: gisle                                 on 2005/12/06  14:45:30
38079         Log: Document why syslog($priority, "%s", $message) is a good idea
38080              if the code might be running with older versions of Sys::Syslog.
38081      Branch: perl
38082            ! ext/Sys/Syslog/Syslog.pm
38083 ____________________________________________________________________________
38084 [ 26276] By: merijn                                on 2005/12/06  14:30:53
38085         Log: Itanium blade servers added to the model list
38086      Branch: perl
38087            ! README.hpux
38088 ____________________________________________________________________________
38089 [ 26275] By: nicholas                              on 2005/12/06  13:56:15
38090         Log: Don't use Copy for 1 and 2 character string constants.
38091      Branch: perl
38092            ! sv.c
38093 ____________________________________________________________________________
38094 [ 26274] By: nicholas                              on 2005/12/06  13:40:07
38095         Log: Eliminate an unneeded local variable.
38096      Branch: perl
38097            ! sv.c
38098 ____________________________________________________________________________
38099 [ 26273] By: nicholas                              on 2005/12/06  13:08:57
38100         Log: Eliminate all the gotos in sv_2pv_flags, by moving the tokensave*
38101              code into the GMAGIC block.
38102      Branch: perl
38103            ! sv.c
38104 ____________________________________________________________________________
38105 [ 26272] By: nicholas                              on 2005/12/06  12:19:23
38106         Log: sv_2pv_flags shouldn't return a constant string "NULLREF" - it was the
38107              only constant non-"" string returned.
38108      Branch: perl
38109            ! sv.c
38110 ____________________________________________________________________________
38111 [ 26271] By: nicholas                              on 2005/12/05  23:57:51
38112         Log: Make all the return statements closer to the final calcuation of the
38113              returned value in the reference stringification code. Pull variables
38114              into tigher scope which also allows some to become const.
38115      Branch: perl
38116            ! sv.c
38117 ____________________________________________________________________________
38118 [ 26270] By: nicholas                              on 2005/12/05  23:29:46
38119         Log: Move the scope of origsv inwards, and rename variables to avoid the
38120              need to re-assign to sv.
38121      Branch: perl
38122            ! sv.c
38123 ____________________________________________________________________________
38124 [ 26269] By: nicholas                              on 2005/12/05  23:12:33
38125         Log: Clone the brief return logic and thereby remove a goto.
38126      Branch: perl
38127            ! sv.c
38128 ____________________________________________________________________________
38129 [ 26268] By: nicholas                              on 2005/12/05  22:44:32
38130         Log: As they are now the same, can fold the entire switch statement for
38131              reference type in sv_2pv_flags into a call to sv_reftype.
38132      Branch: perl
38133            ! sv.c
38134 ____________________________________________________________________________
38135 [ 26267] By: nicholas                              on 2005/12/05  22:20:31
38136         Log: Untease the regexp stringification from the reference naming in
38137              sv_2pv_flags. (Lots of re-indentation, little real change)
38138      Branch: perl
38139            ! sv.c
38140 ____________________________________________________________________________
38141 [ 26266] By: nicholas                              on 2005/12/05  21:58:20
38142         Log: References to version objects should stringify as VSTRING. This makes
38143              stringification consistent with the output of ref().
38144      Branch: perl
38145            ! sv.c
38146 ____________________________________________________________________________
38147 [ 26265] By: nicholas                              on 2005/12/05  20:37:11
38148         Log: The extra return is actually a duplicated code path, and can go.
38149      Branch: perl
38150            ! sv.c
38151 ____________________________________________________________________________
38152 [ 26264] By: nicholas                              on 2005/12/05  20:09:23
38153         Log: Fix typo in description.
38154      Branch: perl
38155            ! MANIFEST
38156 ____________________________________________________________________________
38157 [ 26263] By: nicholas                              on 2005/12/05  19:56:43
38158         Log: Add ext/MIME/Base64/README to MANIFEST
38159      Branch: perl
38160            ! MANIFEST
38161 ____________________________________________________________________________
38162 [ 26262] By: stevep                                on 2005/12/05  16:35:14
38163         Log: Upgrade to MIME-Base64-3.07
38164      Branch: perl
38165            + ext/MIME/Base64/README
38166            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
38167            ! ext/MIME/Base64/QuotedPrint.pm
38168 ____________________________________________________________________________
38169 [ 26261] By: stevep                                on 2005/12/05  16:29:46
38170         Log: Upgrade to Digest-MD5-2.36
38171      Branch: perl
38172            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
38173            ! ext/Digest/MD5/README ext/Digest/MD5/t/files.t
38174 ____________________________________________________________________________
38175 [ 26260] By: stevep                                on 2005/12/05  16:20:17
38176         Log: Upgrade to CGI.pm-3.13
38177      Branch: perl
38178            + lib/CGI/t/no_tabindex.t
38179            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes
38180            ! lib/CGI/Cookie.pm lib/CGI/t/form.t
38181 ____________________________________________________________________________
38182 [ 26259] By: rgs                                   on 2005/12/05  16:19:35
38183         Log: "Malformed UTF-8 character" was a severe warning, and can now be
38184              also a fatal error (since change #26258)
38185      Branch: perl
38186            ! pod/perldiag.pod
38187 ____________________________________________________________________________
38188 [ 26258] By: rgs                                   on 2005/12/05  16:04:16
38189         Log: Subject: Re: [perl #37836] Simple Regex causes SEGV when run on specific data
38190              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
38191              Date: Tue, 06 Dec 2005 00:35:52 +0900
38192              Message-Id: <20051206003221.5AD9.BQW10602@nifty.com>
38193      Branch: perl
38194            ! regexec.c
38195 ____________________________________________________________________________
38196 [ 26257] By: rgs                                   on 2005/12/05  15:25:00
38197         Log: Better variable names make code clearer
38198              
38199              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
38200              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
38201              Date: Sun, 04 Dec 2005 16:24:29 +0900
38202              Message-Id: <20051204162412.D720.BQW10602@nifty.com>
38203      Branch: perl
38204            ! embed.fnc proto.h utf8.c
38205 ____________________________________________________________________________
38206 [ 26256] By: rgs                                   on 2005/12/05  15:20:32
38207         Log: Rework the error messages from the swashget code.
38208              
38209              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
38210              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
38211              Date: Sun, 04 Dec 2005 16:24:59 +0900
38212              Message-Id: <20051204162431.D723.BQW10602@nifty.com>
38213      Branch: perl
38214            ! pod/perldiag.pod utf8.c
38215 ____________________________________________________________________________
38216 [ 26255] By: rgs                                   on 2005/12/05  15:15:53
38217         Log: Clarification and cleanup of the XS SWASHGET code
38218              
38219              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
38220              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
38221              Date: Sun, 04 Dec 2005 16:28:35 +0900
38222              Message-Id: <20051204162508.D726.BQW10602@nifty.com>
38223      Branch: perl
38224            ! lib/utf8_heavy.pl regexec.c t/op/pat.t utf8.c
38225 ____________________________________________________________________________
38226 [ 26254] By: rgs                                   on 2005/12/05  09:58:02
38227         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80.tar.gz
38228              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
38229              Date: Sat, 03 Dec 2005 12:24:05 +0100
38230              Message-ID: <87mzji8luy.fsf@k75.linux.bogus>
38231      Branch: perl
38232            ! lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
38233 ____________________________________________________________________________
38234 [ 26253] By: mhx                                   on 2005/12/04  19:37:58
38235         Log: NULL is a legal value for newXS()'s name parameter.
38236              (This caused strange build failures with gcc4 -O3)
38237      Branch: perl
38238            ! embed.fnc proto.h
38239 ____________________________________________________________________________
38240 [ 26252] By: stevep                                on 2005/12/04  15:30:55
38241         Log: Fix handling of author's names that had apostrophes.  Based on a patch
38242              by Sean O'Rourke <sorourke@cs.ucsd.edu> in RT bug #22950.
38243      Branch: perl
38244            ! utils/h2xs.PL
38245 ____________________________________________________________________________
38246 [ 26251] By: davem                                 on 2005/12/03  15:20:24
38247         Log: clarify description of vector (v) sprintf format modifier
38248      Branch: perl
38249            ! pod/perlfunc.pod
38250 ____________________________________________________________________________
38251 [ 26250] By: craigb                                on 2005/12/03  15:15:47
38252         Log: In vms/vms.c, don't use the thread-specific Newx() during
38253              startup before threads are initialized.  
38254      Branch: perl
38255            ! vms/vms.c
38256 ____________________________________________________________________________
38257 [ 26249] By: stevep                                on 2005/12/03  12:31:02
38258         Log: Update perlhack.pod with the updated, permanent ActiveState URLs
38259      Branch: perl
38260            ! pod/perlhack.pod
38261 ____________________________________________________________________________
38262 [ 26248] By: rgs                                   on 2005/12/03  12:16:54
38263         Log: Missing chunk in change #26247.
38264      Branch: perl
38265            ! ext/Sys/Syslog/Syslog.pm
38266 ____________________________________________________________________________
38267 [ 26247] By: rgs                                   on 2005/12/03  11:23:29
38268         Log: Sys::Syslog::syslog can accept a message without printf
38269              escapes and arguments.
38270              
38271              Subject: Re: Perl PR: "Security holes in Sys::Syslog"
38272              From: Gisle Aas <gisle@activestate.com>
38273              Date: 03 Dec 2005 03:35:32 -0800
38274              Message-ID: <lracfi2z23.fsf@caliper.activestate.com>
38275      Branch: perl
38276            ! ext/Sys/Syslog/Syslog.pm
38277 ____________________________________________________________________________
38278 [ 26246] By: stevep                                on 2005/12/03  03:30:00
38279         Log: Upgrade to version-0.50
38280      Branch: perl
38281            ! lib/version.pm lib/version.pod lib/version.t util.c
38282 ____________________________________________________________________________
38283 [ 26245] By: rgs                                   on 2005/12/02  23:00:55
38284         Log: Replace ^M by a space in test for bug #37716, to make
38285              Cygwin happy (found by Yitzchak)
38286      Branch: perl
38287            ! lib/File/Compare.t
38288 ____________________________________________________________________________
38289 [ 26244] By: nicholas                              on 2005/12/02  17:15:27
38290         Log: Address Hugo's comment on Dave's change (26240)
38291      Branch: perl
38292            ! sv.c
38293 ____________________________________________________________________________
38294 [ 26243] By: rgs                                   on 2005/12/02  10:37:05
38295         Log: Subject: Storable retrieve_lscalar fails for empty strings [PATCH]
38296              From: Gisle Aas <gisle@ActiveState.com>
38297              Date: 28 Nov 2005 04:48:18 -0800
38298              Message-ID: <lr3blhndkd.fsf@caliper.activestate.com>
38299              
38300              and
38301              Message-ID: <lrwtisn062.fsf@caliper.activestate.com>
38302      Branch: perl
38303            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
38304 ____________________________________________________________________________
38305 [ 26242] By: rgs                                   on 2005/12/02  09:26:48
38306         Log: Subject: [PATCH] Signs, signs, everywhere a sign
38307              From: Andy Lester <andy@petdance.com>
38308              Date: Thu, 1 Dec 2005 14:24:51 -0600
38309              Message-ID: <20051201202451.GI22713@petdance.com>
38310      Branch: perl
38311            ! pp_pack.c
38312 ____________________________________________________________________________
38313 [ 26241] By: stevep                                on 2005/12/01  20:27:34
38314         Log: Nit from change #26232 noticed by H. Merijn Brand
38315      Branch: perl
38316            ! pod/perlop.pod
38317 ____________________________________________________________________________
38318 [ 26240] By: davem                                 on 2005/12/01  16:40:29
38319         Log: sprintf %NNN$ check for large values wrapping to negative
38320      Branch: perl
38321            ! sv.c t/op/sprintf2.t
38322 ____________________________________________________________________________
38323 [ 26239] By: rgs                                   on 2005/12/01  15:40:11
38324         Log: Always define PL_memory_wrap, and use it for the new sprintf checks
38325      Branch: perl
38326            ! makedef.pl perl.h sv.c
38327 ____________________________________________________________________________
38328 [ 26238] By: rgs                                   on 2005/12/01  15:26:09
38329         Log: Missing #ifdef, noticed by Jan Dubois
38330      Branch: perl
38331            ! sv.c
38332 ____________________________________________________________________________
38333 [ 26237] By: rgs                                   on 2005/12/01  14:25:34
38334         Log: Subject: [PATCH] Re: Perl PR: "Security holes in Sys::Syslog"
38335              From: Gisle Aas <gisle@ActiveState.com>
38336              Date: 01 Dec 2005 06:20:14 -0800
38337              Message-ID: <lroe406grl.fsf_-_@caliper.activestate.com>
38338              
38339              Subject: [PATCH] Suppress "0b" prefix for sprintf("%#b", 0)
38340              From: Gisle Aas <gisle@ActiveState.com>
38341              Date: 01 Dec 2005 06:11:44 -0800
38342              Message-ID: <lrsltc6h5r.fsf_-_@caliper.activestate.com>
38343      Branch: perl
38344            ! sv.c t/op/sprintf.t
38345 ____________________________________________________________________________
38346 [ 26236] By: rgs                                   on 2005/12/01  11:52:24
38347         Log: Subject: [PATCH] Disable constant folding of sprintf
38348              From: Gisle Aas <gisle@ActiveState.com>
38349              Date: 01 Dec 2005 03:22:10 -0800
38350              Message-ID: <lr8xv56p0d.fsf_-_@caliper.activestate.com>
38351      Branch: perl
38352            ! op.c opcode.h opcode.pl t/lib/warnings/sv t/op/sprintf2.t
38353 ____________________________________________________________________________
38354 [ 26235] By: rgs                                   on 2005/12/01  09:26:01
38355         Log: Subject: [patch] Re: Perl PR: "Security holes in Sys::Syslog"
38356              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
38357              Date: Wed, 30 Nov 2005 20:17:31 -0800
38358              Message-ID: <438E795B.9060805@ActiveState.com>
38359      Branch: perl
38360            ! sv.c
38361 ____________________________________________________________________________
38362 [ 26234] By: rgs                                   on 2005/12/01  08:34:42
38363         Log: Revert change #26110 (already reverted in maintperl by change 26182)
38364      Branch: perl
38365            ! op.c
38366 ____________________________________________________________________________
38367 [ 26233] By: rgs                                   on 2005/11/30  21:15:21
38368         Log: Jan Dubois notices that sitecustomize.pl is to be found in sitelib,
38369              not siteperl
38370      Branch: perl
38371            ! pod/perlrun.pod
38372 ____________________________________________________________________________
38373 [ 26232] By: stevep                                on 2005/11/30  19:09:17
38374         Log: dor-assign (//=) was missing from perlop.pod
38375      Branch: perl
38376            ! pod/perlop.pod
38377 ____________________________________________________________________________
38378 [ 26231] By: rgs                                   on 2005/11/30  17:57:16
38379         Log: Subject: [PATCH] Remove redundant SvUTF8_on() calls
38380              From: Gisle Aas <gisle@ActiveState.com>
38381              Date: 30 Nov 2005 09:28:54 -0800
38382              Message-ID: <lrhd9uhwo9.fsf@caliper.activestate.com>
38383      Branch: perl
38384            ! pp.c sv.c
38385 ____________________________________________________________________________
38386 [ 26229] By: rgs                                   on 2005/11/30  14:29:23
38387         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
38388              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
38389              Date: Sun, 27 Nov 2005 17:02:02 +0900
38390              Message-Id: <20051127170016.A786.BQW10602@nifty.com>
38391      Branch: perl
38392            ! embed.fnc embed.h lib/utf8_heavy.pl pod/perlapi.pod
38393            ! pod/perlintern.pod proto.h universal.c utf8.c utf8.h
38394            ! utfebcdic.h
38395 ____________________________________________________________________________
38396 [ 26228] By: nicholas                              on 2005/11/30  13:55:05
38397         Log: The regexp engine should check SV flags rather than SV type for
38398              determining if something is a reference, because under the debugger
38399              the value returned by the swash code is SVt_PVMG.
38400              Not doing this has the side effect of repeatedly reassigning the
38401              same array element, which causes destructors to fire on the reassignment
38402              which in turn causes &utf8::DESTROY to run outside of the pseudo-safety
38403              of save_re_context, which under the debugger involves re-entering the
38404              regexp engine, which causes corruption of the regexp engine's global
38405              state.
38406      Branch: perl
38407            ! regexec.c
38408 ____________________________________________________________________________
38409 [ 26227] By: rgs                                   on 2005/11/30  12:30:47
38410         Log: Fix B::Concise tests after change #26226
38411      Branch: perl
38412            ! ext/B/t/optree_varinit.t
38413 ____________________________________________________________________________
38414 [ 26226] By: rgs                                   on 2005/11/30  09:53:11
38415         Log: Revert change #22520 (optimise away my $foo = undef and similar
38416              constructs), in order to fix bug perl #37776
38417      Branch: perl
38418            ! op.c t/op/my.t
38419 ____________________________________________________________________________
38420 [ 26225] By: rgs                                   on 2005/11/29  17:40:16
38421         Log: Subject: Re: [perl #37716] Re: File::Compare broken for filenames with whitespace
38422              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
38423              Date: Tue, 29 Nov 2005 08:07:19 +0100
38424              Message-ID: <878xv89bko.fsf@k75.linux.bogus>
38425      Branch: perl
38426            ! lib/File/Compare.pm lib/File/Compare.t
38427 ____________________________________________________________________________
38428 [ 26224] By: stevep                                on 2005/11/29  12:36:46
38429         Log: Assimilate Pod-Escapes-1.04.  This is a prereq for Pod::Simple, 
38430              which is now a prereq for podlators.
38431      Branch: perl
38432            + lib/Pod/Escapes.pm lib/Pod/Escapes/ChangeLog
38433            + lib/Pod/Escapes/README lib/Pod/Escapes/t/01_about_verbose.t
38434            + lib/Pod/Escapes/t/10_main.t
38435            + lib/Pod/Escapes/t/15_name2charnum.t
38436            ! MANIFEST Porting/Maintainers.pl
38437 ____________________________________________________________________________
38438 [ 26223] By: rgs                                   on 2005/11/28  18:43:51
38439         Log: Typo fix, by Olivier Blin
38440      Branch: perl
38441            ! lib/Getopt/Long.pm
38442 ____________________________________________________________________________
38443 [ 26222] By: steveh                                on 2005/11/28  17:07:25
38444         Log: Fix ext/POSIX/t/time.t on Win32
38445              
38446              According to MSDN, "The string result produced by ctime contains
38447              exactly 26 characters and has the form: Wed Jan 02 02:03:55 1980\n\0"
38448              so we *do* want the leading zero on the day returned by strftime
38449      Branch: perl
38450            ! ext/POSIX/t/time.t
38451 ____________________________________________________________________________
38452 [ 26221] By: stevep                                on 2005/11/28  14:11:23
38453         Log: Mac OS X/Darwin seems to have problems with tzname().
38454      Branch: perl
38455            ! ext/POSIX/t/time.t
38456 ____________________________________________________________________________
38457 [ 26220] By: rgs                                   on 2005/11/28  11:00:37
38458         Log: FAQ sync.
38459      Branch: perl
38460            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
38461            ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfaq9.pod
38462 ____________________________________________________________________________
38463 [ 26219] By: stevep                                on 2005/11/28  02:48:18
38464         Log: Subject: [PATCH] Math::Trig: blead and maint (doc patch only): s/Bay/Gulf/ and do away with bad quotes
38465              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
38466              Date: Sun, 27 Nov 2005 23:04:31 +0200 (EET)
38467              Message-Id: <20051127210431.F1D2C6CF55@ugli.hut.fi>
38468      Branch: perl
38469            ! lib/Math/Trig.pm
38470 ____________________________________________________________________________
38471 [ 26218] By: stevep                                on 2005/11/28  02:34:49
38472         Log: Mention of possible use of a scalar variable on the rhs of an arrow "->" 
38473              operator added to close two tickets.
38474      Branch: perl
38475            ! pod/perlobj.pod
38476 ____________________________________________________________________________
38477 [ 26217] By: rgs                                   on 2005/11/27  23:18:38
38478         Log: Don't let MakeMaker install doc for MIME::Base64
38479              (since installpod does it already)
38480      Branch: perl
38481            ! ext/MIME/Base64/Makefile.PL
38482 ____________________________________________________________________________
38483 [ 26216] By: rgs                                   on 2005/11/27  22:42:42
38484         Log: Upgrade to Getopt::Long 2.34_04
38485      Branch: perl
38486            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
38487            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
38488            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
38489            ! lib/Getopt/Long/t/gol-oo.t
38490 ____________________________________________________________________________
38491 [ 26215] By: rgs                                   on 2005/11/27  21:43:17
38492         Log: Subject: [PATCH] fix wrong pool error in cygwin build
38493              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
38494              Date: Nov 27, 2005 9:29 AM
38495              Message-ID: <20051127082918.GA2556@efn.org>
38496      Branch: perl
38497            ! cygwin/cygwin.c
38498 ____________________________________________________________________________
38499 [ 26214] By: stevep                                on 2005/11/27  02:35:25
38500         Log: Upgrade to MIME-Base64-3.06
38501      Branch: perl
38502            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
38503            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
38504            ! ext/MIME/Base64/QuotedPrint.pm
38505 ____________________________________________________________________________
38506 [ 26213] By: stevep                                on 2005/11/26  12:48:42
38507         Log: Deal with differences in what clock() does between POSIX and BSD.
38508      Branch: perl
38509            ! ext/POSIX/t/time.t
38510 ____________________________________________________________________________
38511 [ 26212] By: stevep                                on 2005/11/26  12:04:00
38512         Log: Upgrade to Scalar-List-Utils-1.18
38513      Branch: perl
38514            + ext/List/Util/t/00version.t
38515            ! MANIFEST ext/List/Util/Changes
38516 ____________________________________________________________________________
38517 [ 26211] By: stevep                                on 2005/11/26  11:50:17
38518         Log: Upgrade to Digest-MD5-2.35
38519      Branch: perl
38520            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
38521            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
38522            ! ext/Digest/MD5/t/files.t
38523 ____________________________________________________________________________
38524 [ 26210] By: stevep                                on 2005/11/26  11:40:57
38525         Log: Actually update one of the files from the previous change.
38526      Branch: perl
38527            ! lib/Digest.pm
38528 ____________________________________________________________________________
38529 [ 26209] By: stevep                                on 2005/11/26  11:38:02
38530         Log: Upgrade to Digest-1.14
38531      Branch: perl
38532            ! lib/Digest.pm lib/Digest/Changes
38533 ____________________________________________________________________________
38534 [ 26208] By: stevep                                on 2005/11/26  02:56:26
38535         Log: Just be explicit about $TZ.  
38536      Branch: perl
38537            ! ext/POSIX/t/time.t
38538 ____________________________________________________________________________
38539 [ 26207] By: stevep                                on 2005/11/26  02:32:10
38540         Log: Hmmm...strftime() does work on Win32, but tzset() is having problems
38541              on OpenBSD.
38542      Branch: perl
38543            ! ext/POSIX/t/time.t
38544 ____________________________________________________________________________
38545 [ 26206] By: stevep                                on 2005/11/26  01:31:24
38546         Log: Additional tests for B and POSIX.  The POSIX ones concern me a bit,
38547              but I don't expect any black smokes because of testing on OpenBSD,
38548              Linux, Win32, an Cygwin.
38549      Branch: perl
38550            + ext/POSIX/t/time.t
38551            ! MANIFEST ext/B/t/b.t
38552 ____________________________________________________________________________
38553 [ 26205] By: nicholas                              on 2005/11/25  15:12:02
38554         Log: Move report_uninit() and its static supporting functions to the end of
38555              sv.c, so that they are not sandwiched between the two halves of the
38556              SV allocation code. However, the diff looks far more evil than it
38557              should given that this is just moving a single albeit large hunk.
38558      Branch: perl
38559            ! sv.c
38560 ____________________________________________________________________________
38561 [ 26204] By: rgs                                   on 2005/11/25  12:40:34
38562         Log: Subject: [PATCH] perlpod documentation discrepancy in 5.8.6 ( and maybe later? )
38563              From: demerphq <demerphq@gmail.com>
38564              Date: Fri, 25 Nov 2005 13:57:38 +0100
38565              Message-ID: <9b18b3110511250457k6c196c4fu167badd045c2d9e6@mail.gmail.com>
38566      Branch: perl
38567            ! pod/perlpod.pod
38568 ____________________________________________________________________________
38569 [ 26203] By: rgs                                   on 2005/11/24  16:09:48
38570         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
38571              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
38572              Date: Fri, 25 Nov 2005 00:19:35 +0900
38573              Message-Id: <20051125001031.24E3.BQW10602@nifty.com>
38574              
38575              Date: Fri, 25 Nov 2005 01:18:17 +0900
38576              Message-Id: <20051125011410.24E9.BQW10602@nifty.com>
38577      Branch: perl
38578            ! universal.c utf8.c
38579 ____________________________________________________________________________
38580 [ 26202] By: rgs                                   on 2005/11/24  15:38:05
38581         Log: Document new perldoc -L switch
38582              
38583              Subject: Re: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
38584              From: Enrico Sorcinelli <bepi@perl.it>
38585              Date: Thu, 24 Nov 2005 16:04:03 +0100
38586              Message-Id: <20051124160403.568a194b.bepi@perl.it>
38587      Branch: perl
38588            ! pod/perldoc.pod
38589 ____________________________________________________________________________
38590 [ 26201] By: rgs                                   on 2005/11/24  08:52:35
38591         Log: Delete a README made redundant by change 26200.
38592      Branch: perl
38593            - wince/README.perlce
38594 ____________________________________________________________________________
38595 [ 26200] By: rgs                                   on 2005/11/23  20:45:44
38596         Log: Subject: [PATCH @26198] perlce touches
38597              From: Konovalov, Vadim <vkonovalov@spb.lucent.com>
38598              Date: Nov 23, 2005 8:55 PM
38599              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DDC3@itotest-1.spb.lucent.com>
38600      Branch: perl
38601            ! INSTALL MANIFEST README.ce makedef.pl wince/Makefile.ce
38602            ! wince/wince.c
38603 ____________________________________________________________________________
38604 [ 26199] By: rgs                                   on 2005/11/23  15:34:54
38605         Log: Subject: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
38606              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
38607              Date: Wed, 23 Nov 2005 17:57:34 +0900
38608              Message-Id: <20051123175603.FFD5.BQW10602@nifty.com>
38609              
38610              And :
38611              Message-Id: <20051123202935.4D9D.BQW10602@nifty.com>
38612              
38613              with some nits to use U8 instead of char more consistently
38614      Branch: perl
38615            ! lib/utf8_heavy.pl t/op/pat.t universal.c utf8.c
38616 ____________________________________________________________________________
38617 [ 26198] By: rgs                                   on 2005/11/22  21:24:19
38618         Log: Notes in perlstyle about POD formatting, by Sébastien
38619              Aperghis-Tramoni, with nits by chromatic and Randy W. Sims.
38620      Branch: perl
38621            ! pod/perlstyle.pod
38622 ____________________________________________________________________________
38623 [ 26197] By: nicholas                              on 2005/11/22  20:23:34
38624         Log: Note the URL describing the vast riches awaiting us.
38625      Branch: perl
38626            ! t/lib/1_compile.t
38627 ____________________________________________________________________________
38628 [ 26196] By: davem                                 on 2005/11/22  16:52:24
38629         Log: include PERL_TRACK_MEMPOOL in perl -V output
38630      Branch: perl
38631            ! perl.c
38632 ____________________________________________________________________________
38633 [ 26195] By: davem                                 on 2005/11/22  16:32:42
38634         Log: perl segfaults on reversed array reference
38635              
38636              The 'for (reverse @a)' optimisation got its index wrong when
38637              create LVALUE SVs for undef elements
38638      Branch: perl
38639            ! pp_ctl.c pp_hot.c t/op/loopctl.t
38640 ____________________________________________________________________________
38641 [ 26194] By: rgs                                   on 2005/11/22  16:16:00
38642         Log: Subject: [DOC PATCH] Sort subs *can* now be recursive
38643              From: Robin Houston <robin@cpan.org>
38644              Date: Tue, 22 Nov 2005 13:28:17 +0000
38645              Message-ID: <20051122132817.GA20895@rpc142.cs.man.ac.uk>
38646      Branch: perl
38647            ! pod/perlfunc.pod
38648 ____________________________________________________________________________
38649 [ 26193] By: rgs                                   on 2005/11/22  16:10:00
38650         Log: Use the system's free to dealloc a PV allocated by the system
38651              (more precisely by libgdbm.) See :
38652              
38653              Subject: GDBM_file realloc failures
38654              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
38655              Date: Mon, 21 Nov 2005 18:22:00 +0100
38656              Message-ID: <20051121182200.0b3d2454@grubert.mandrakesoft.com>
38657      Branch: perl
38658            ! ext/GDBM_File/GDBM_File.xs
38659 ____________________________________________________________________________
38660 [ 26192] By: rgs                                   on 2005/11/22  15:54:16
38661         Log: Subject: Re: [PATCH] concat interacts badly with magic
38662              From: Robin Houston <robin@cpan.org>
38663              Date: Tue, 22 Nov 2005 14:07:27 +0000
38664              Message-ID: <20051122140727.GA29861@rpc142.cs.man.ac.uk>
38665              
38666              (new version of patch for bug #37722)
38667      Branch: perl
38668            ! pp_hot.c t/lib/warnings/9uninit t/lib/warnings/pp_hot
38669            ! t/op/tie.t
38670 ____________________________________________________________________________
38671 [ 26191] By: rgs                                   on 2005/11/22  14:16:05
38672         Log: Subject: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
38673              From: Enrico Sorcinelli <bepi@perl.it>
38674              Date: Sun, 20 Nov 2005 10:20:51 +0100
38675              Message-Id: <20051120102051.23ef095d.bepi@perl.it>
38676              
38677              Also, bump version number of Perldoc.
38678      Branch: perl
38679            ! lib/Pod/Perldoc.pm
38680 ____________________________________________________________________________
38681 [ 26190] By: rgs                                   on 2005/11/22  11:29:03
38682         Log: Revert change #26185, which could have some unwanted side-effects.
38683              (lib/warnings.t had failures due to this patch.)
38684              Moreover Dave Mitchell correctly pointed out that [perl #37722]
38685              wasn't really a bug.
38686      Branch: perl
38687            ! pp_hot.c t/op/tie.t
38688 ____________________________________________________________________________
38689 [ 26189] By: merijn                                on 2005/11/22  06:33:05
38690         Log: Subject: RE: [perl #37708] [PATCH] wrong IP_ constants on Win32 
38691              From: "Jan Dubois" <jand@ActiveState.com>
38692              Date: Mon, 21 Nov 2005 21:35:51 -0800
38693              Message-ID: <062401c5ef26$99b3a490$2217a8c0@candy>
38694      Branch: perl
38695            ! win32/include/sys/socket.h
38696 ____________________________________________________________________________
38697 [ 26188] By: stevep                                on 2005/11/22  03:41:17
38698         Log: Subject: [PATCH] ff_chop.patch redux
38699              From: Andy Lester <andy@petdance.com>
38700              Date: Mon, 21 Nov 2005 21:16:14 -0600
38701              Message-ID: <20051122031614.GB19424@petdance.com>
38702      Branch: perl
38703            ! pp_ctl.c
38704 ____________________________________________________________________________
38705 [ 26187] By: stevep                                on 2005/11/22  03:37:30
38706         Log: Subject: patch@26180 - t/op/pat.t : Can't reset %ENV on VMS
38707              From: "John E. Malmberg" <wb8tyw@qsl.net>
38708              Date: Mon, 21 Nov 2005 22:09:17 -0500
38709              Message-ID: <43828BDD.7080302@qsl.net>
38710      Branch: perl
38711            ! t/op/pat.t
38712 ____________________________________________________________________________
38713 [ 26186] By: stevep                                on 2005/11/22  03:32:04
38714         Log: Subject: patch@26180 - t/op/array.t : Can't reset %ENV on VMS
38715              From: "John E. Malmberg" <wb8tyw@qsl.net>
38716              Date: Mon, 21 Nov 2005 21:19:31 -0500
38717              Message-ID: <43828033.9040708@qsl.net>
38718      Branch: perl
38719            ! t/op/array.t
38720 ____________________________________________________________________________
38721 [ 26185] By: rgs                                   on 2005/11/21  17:19:34
38722         Log: Subject: [PATCH] concat interacts badly with magic
38723              From: Robin Houston <robin@cpan.org>
38724              Date: Mon, 21 Nov 2005 17:03:39 +0000
38725              Message-ID: <20051121170339.GA8214@rpc142.cs.man.ac.uk>
38726      Branch: perl
38727            ! pp_hot.c t/op/tie.t
38728 ____________________________________________________________________________
38729 [ 26184] By: nicholas                              on 2005/11/21  14:18:03
38730         Log: Flip the sign of the value in body details offset, and change its type
38731              to size_t.
38732      Branch: perl
38733            ! sv.c
38734 ____________________________________________________________________________
38735 [ 26183] By: merijn                                on 2005/11/21  14:11:28
38736         Log: Thread failures on AIX (and others) caused by interleaved output
38737              
38738              Subject: Smoke [5.9.3] 26168 FAIL(X) AIX 4.3.3.0/ML11 (PPC/1 cpu)
38739              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
38740              Date: Sun, 20 Nov 2005 14:36 +0100
38741              Message-Id: <200511201337.jAKDbc1O066213@smtp-vbr6.xs4all.nl>
38742      Branch: perl
38743            ! t/op/threads.t
38744 ____________________________________________________________________________
38745 [ 26181] By: rgs                                   on 2005/11/21  08:58:59
38746         Log: Upgrade to Time::HiRes 1.83
38747      Branch: perl
38748            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
38749            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
38750 ____________________________________________________________________________
38751 [ 26180] By: nicholas                              on 2005/11/20  20:39:50
38752         Log: Eliminate two more strlen()s, by using the return value of sprintf().
38753      Branch: perl
38754            ! pp_ctl.c
38755 ____________________________________________________________________________
38756 [ 26179] By: rgs                                   on 2005/11/20  12:10:15
38757         Log: Declarations must come first, or some compilers aren't happy.
38758              (spotted by Jarkko)
38759      Branch: perl
38760            ! ext/B/B.xs
38761 ____________________________________________________________________________
38762 [ 26178] By: stevep                                on 2005/11/20  02:41:01
38763         Log: Subject: [PATCH] Pulling ancient RCS comments
38764              From: Andy Lester <andy@petdance.com>
38765              Date: Sat, 19 Nov 2005 00:16:39 -0600
38766              Message-ID: <20051119061639.GA25086@petdance.com>
38767      Branch: perl
38768            ! lib/AnyDBM_File.t lib/importenv.pl lib/stat.pl lib/validate.pl
38769            ! t/base/cond.t t/base/if.t t/base/pat.t t/base/term.t
38770            ! t/cmd/elsif.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
38771            ! t/comp/cmdopt.t t/comp/cpp.t t/comp/decl.t t/io/inplace.t
38772            ! t/io/read.t t/io/tell.t t/op/append.t t/op/auto.t t/op/cond.t
38773            ! t/op/do.t t/op/flip.t t/op/goto_xs.t t/op/my.t t/op/push.t
38774            ! t/op/read.t t/op/time.t t/op/unshift.t
38775 ____________________________________________________________________________
38776 [ 26177] By: stevep                                on 2005/11/20  02:31:10
38777         Log: Subject: Reworked PERL_TRACK_MEMPOOL patch
38778              From: "Jan Dubois" <jand@ActiveState.com>
38779              Date: Fri, 18 Nov 2005 11:38:24 -0800
38780              Message-ID: <003601c5ec77$a45eb260$2217a8c0@candy>
38781      Branch: perl
38782            ! perl.h util.c
38783 ____________________________________________________________________________
38784 [ 26176] By: stevep                                on 2005/11/19  19:14:42
38785         Log: Down with "warning: code has no effect"
38786      Branch: perl
38787            ! XSUB.h
38788 ____________________________________________________________________________
38789 [ 26175] By: stevep                                on 2005/11/19  18:06:14
38790         Log: Cleaning up some warnings generated by "gcc -W"
38791      Branch: perl
38792            ! deb.c ext/B/B.xs ext/Data/Dumper/Dumper.xs
38793            ! ext/PerlIO/encoding/encoding.xs mg.c op.c regcomp.c scope.c
38794 ____________________________________________________________________________
38795 [ 26174] By: stevep                                on 2005/11/19  13:46:27
38796         Log: Upgrade to PathTools-3.14
38797      Branch: perl
38798            + lib/File/Spec/t/tmpdir.t
38799            ! MANIFEST ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
38800            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
38801            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
38802            ! lib/File/Spec/t/Spec.t
38803 ____________________________________________________________________________
38804 [ 26173] By: nicholas                              on 2005/11/19  11:21:15
38805         Log: Norman observed that a couple of macros could make the body defintion
38806              table a lot more readable.
38807      Branch: perl
38808            ! sv.c
38809 ____________________________________________________________________________
38810 [ 26172] By: nicholas                              on 2005/11/19  00:50:33
38811         Log: With -DPURFIY we change the flags so that everything is allocated
38812              directly. (Don't use arenas at all.) This seems a rather elegant way
38813              to simplify some of the code in sv.c by removing conditional
38814              compilation.
38815      Branch: perl
38816            ! sv.c
38817 ____________________________________________________________________________
38818 [ 26171] By: nicholas                              on 2005/11/19  00:21:58
38819         Log: Map the HE arena onto SV type 0 (SVt_NULL).
38820              Abolish PL_he_root and PL_he_arenaroot.
38821      Branch: perl
38822            ! embedvar.h ext/XS/APItest/APItest.xs hv.c intrpvar.h perlapi.h
38823            ! sv.c sv.h
38824 ____________________________________________________________________________
38825 [ 26170] By: nicholas                              on 2005/11/18  23:44:32
38826         Log: Remove all the now unused new_XFOO()/del_XFOO() macros
38827      Branch: perl
38828            ! sv.c
38829 ____________________________________________________________________________
38830 [ 26169] By: nicholas                              on 2005/11/18  23:28:59
38831         Log: sv_clear can manipulate the arena array directly too.
38832              Also, I think that we may have been "leaking" NV bodies in blead since
38833              25051. Oops. (Will not have been detectable except with -DPURIFY as
38834              the leak is not returning them as free to the arena)
38835      Branch: perl
38836            ! sv.c
38837 ____________________________________________________________________________
38838 [ 26168] By: nicholas                              on 2005/11/18  21:25:23
38839         Log: We only need to zero new bodies for upgrades. sv_dup doesn't need to
38840              zero as it's copying over the same sized structure. So change
38841              new_NOARENA to malloc(), and add new_NOARENAZ() to calloc()
38842      Branch: perl
38843            ! sv.c
38844 ____________________________________________________________________________
38845 [ 26167] By: nicholas                              on 2005/11/18  21:02:34
38846         Log: Merge the arms of the switch. The decision about what comes from an
38847              arena and what comes from malloc is now solely in the table.
38848      Branch: perl
38849            ! sv.c
38850 ____________________________________________________________________________
38851 [ 26166] By: nicholas                              on 2005/11/18  20:38:26
38852         Log: Eliminate new_body_length from sv_dup. Replace SvTYPE(sstr) with
38853              sv_type, which is a constant variable with the same value.
38854      Branch: perl
38855            ! sv.c
38856 ____________________________________________________________________________
38857 [ 26165] By: nicholas                              on 2005/11/18  19:50:24
38858         Log: Eliminate new_body_offset from sv_dup()
38859      Branch: perl
38860            ! sv.c
38861 ____________________________________________________________________________
38862 [ 26164] By: nicholas                              on 2005/11/18  17:37:39
38863         Log: Merge the last remaining case duplication in sv_upgrade
38864      Branch: perl
38865            ! sv.c
38866 ____________________________________________________________________________
38867 [ 26163] By: nicholas                              on 2005/11/18  16:18:38
38868         Log: Eliminate new_body_length from sv_upgrade
38869      Branch: perl
38870            ! sv.c
38871 ____________________________________________________________________________
38872 [ 26162] By: nicholas                              on 2005/11/18  15:51:10
38873         Log: Eliminate new_body_offset from sv_upgrade
38874      Branch: perl
38875            ! sv.c
38876 ____________________________________________________________________________
38877 [ 26161] By: nicholas                              on 2005/11/18  15:03:01
38878         Log: new_body_inline doesn't need to be passed the root, as it's already
38879              inferring the arenaroot directly from the passed-in type.
38880      Branch: perl
38881            ! sv.c
38882 ____________________________________________________________________________
38883 [ 26160] By: rgs                                   on 2005/11/18  12:40:16
38884         Log: Tabs are still required in the MANIFEST
38885      Branch: perl
38886            ! MANIFEST
38887 ____________________________________________________________________________
38888 [ 26159] By: nicholas                              on 2005/11/18  12:06:06
38889         Log: Add a flag to the body details of which types come from arenas.
38890              Update the allocation information for all the types.
38891              Add a new macro new_NOARENA() for allocating the non-arena types.
38892              Use calloc rather than malloc for the new_NOARENA so that the Zero()
38893              can be skipped.
38894      Branch: perl
38895            ! sv.c
38896 ____________________________________________________________________________
38897 [ 26158] By: nicholas                              on 2005/11/18  11:20:10
38898         Log: Simplify the expression for the upgrade logic for SVt_IV.
38899              Replace the "can't happen" comment for SVt_PVIV with assertions
38900              that it didn't happen.
38901      Branch: perl
38902            ! sv.c
38903 ____________________________________________________________________________
38904 [ 26157] By: stevep                                on 2005/11/18  11:07:34
38905         Log: Adding README.linux to the MANIFEST
38906      Branch: perl
38907            ! MANIFEST
38908 ____________________________________________________________________________
38909 [ 26156] By: nicholas                              on 2005/11/18  10:30:12
38910         Log: const and static for the const static private table.
38911              Replace the "upgrade" special case for SVt_PV with assertions as it's
38912              not been needed since we forced *up*grades.
38913      Branch: perl
38914            ! sv.c
38915 ____________________________________________________________________________
38916 [ 26155] By: nicholas                              on 2005/11/18  10:13:31
38917         Log: Rename sv_upgrade's parameter mt to new_type.
38918      Branch: perl
38919            ! sv.c
38920 ____________________________________________________________________________
38921 [ 26154] By: rgs                                   on 2005/11/18  08:30:18
38922         Log: Subject: Dumpvalue doc patch
38923              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
38924              Date: Fri, 18 Nov 2005 03:42:52 +0100
38925              Message-ID: <87br0ibrrn.fsf@k75.linux.bogus>
38926      Branch: perl
38927            ! lib/Dumpvalue.pm
38928 ____________________________________________________________________________
38929 [ 26153] By: stevep                                on 2005/11/18  00:54:53
38930         Log: Initial, albeit hackish, support for the alpha version of Sun Studio
38931              compilers of Linux.
38932      Branch: perl
38933            + README.linux
38934            ! hints/linux.sh
38935 ____________________________________________________________________________
38936 [ 26152] By: nicholas                              on 2005/11/17  23:27:59
38937         Log: All that can be in the first switch statement of sv_upgrade is now
38938              table driven. The shrinking continues on the morrow.
38939      Branch: perl
38940            ! sv.c
38941 ____________________________________________________________________________
38942 [ 26151] By: nicholas                              on 2005/11/17  22:50:07
38943         Log: "Can you see what it is yet?"
38944              Next steps towards making as much as possible table driven.
38945      Branch: perl
38946            ! sv.c
38947 ____________________________________________________________________________
38948 [ 26150] By: nicholas                              on 2005/11/17  21:58:58
38949         Log: Add the size of the structure to copy as a field in the per type
38950              data table.
38951      Branch: perl
38952            ! sv.c
38953 ____________________________________________________________________________
38954 [ 26149] By: nicholas                              on 2005/11/17  16:33:05
38955         Log: Merge sizeof_body_by_svtype and offset_by_svtype into a single array
38956              of structures.
38957      Branch: perl
38958            ! sv.c
38959 ____________________________________________________________________________
38960 [ 26148] By: nicholas                              on 2005/11/17  14:36:39
38961         Log: Move the location of the definition of the arena slot used for pte
38962              into sv.h, to keep it in one central place.
38963              Change it to use SVt_RV. (Having SVt_IV for real use will be useful.
38964              SVt_RV has no body, and doesn't pretend to have one, so it is spare.)
38965      Branch: perl
38966            ! sv.c sv.h
38967 ____________________________________________________________________________
38968 [ 26147] By: rgs                                   on 2005/11/17  14:09:10
38969         Log: Subject: [PATCH] Sort subs now in embed.fnc
38970              From: Andy Lester <andy@petdance.com>
38971              Date: Thu, 17 Nov 2005 07:53:38 -0600
38972              Message-ID: <20051117135338.GA31715@petdance.com>
38973      Branch: perl
38974            ! embed.fnc embed.h pp_sort.c proto.h
38975 ____________________________________________________________________________
38976 [ 26146] By: nicholas                              on 2005/11/17  13:51:01
38977         Log: s/SvTYPE(sv)/old_type/ in sv_upgrade because we already have that value
38978              in that variable.
38979              Don't compile S_new_body with -DPURIFY
38980      Branch: perl
38981            ! sv.c
38982 ____________________________________________________________________________
38983 [ 26145] By: rgs                                   on 2005/11/17  09:06:33
38984         Log: It's clearer to use "morphing" than "polymorphing" when
38985              describing what exec() does
38986      Branch: perl
38987            ! pod/perlmod.pod
38988 ____________________________________________________________________________
38989 [ 26144] By: stevep                                on 2005/11/17  00:18:31
38990         Log: Subject: [perl #37694] segfault with PerlIO::get_layers()
38991              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
38992              Date: Wed, 16 Nov 2005 07:11:41 -0800
38993              Message-ID: <rt-3.0.11-37694-124556.15.9755707729767@perl.org>
38994      Branch: perl
38995            ! universal.c
38996 ____________________________________________________________________________
38997 [ 26143] By: nicholas                              on 2005/11/16  23:40:55
38998         Log: Oi gcc, No! sizeof(void) is an error. *Not* 1.
38999              Wanting sizeof(void) isn't even a compilation error with -ansi
39000              -pedantic. Just a warning. Lame! I'm going to send it back for a full
39001              refund. Hateful software.
39002      Branch: perl
39003            ! sv.c
39004 ____________________________________________________________________________
39005 [ 26142] By: nicholas                              on 2005/11/16  20:18:58
39006         Log: PL_pte_root and PL_pte_arenaroot can be exterminated. Which reveals
39007              an erroneous remaining reference to PL_pte_root to correct.
39008      Branch: perl
39009            ! embedvar.h intrpvar.h perlapi.h sv.c
39010 ____________________________________________________________________________
39011 [ 26141] By: nicholas                              on 2005/11/16  19:26:17
39012         Log: Subject: Re: eliminate discreet arenaroots
39013              From: Jim Cromie <jim.cromie@gmail.com>
39014              Message-ID: <4378E5B0.3010708@gmail.com>
39015              Date: Mon, 14 Nov 2005 12:29:52 -0700
39016      Branch: perl
39017            ! embedvar.h intrpvar.h perlapi.h sv.c sv.h
39018 ____________________________________________________________________________
39019 [ 26140] By: merijn                                on 2005/11/16  19:26:13
39020         Log: Subject: [PATCH @26137] for wince
39021              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
39022              Date: Wed, 16 Nov 2005 20:57:13 +0300
39023              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC9F@itotest-1.spb.lucent.com>
39024      Branch: perl
39025            ! makedef.pl wince/Makefile.ce wince/config.ce wince/config_H.ce
39026            ! wince/wince.c
39027 ____________________________________________________________________________
39028 [ 26137] By: rgs                                   on 2005/11/16  15:06:10
39029         Log: Subject: Re: [perl #37688] Unexpected regex failure. 
39030              From: hv@crypt.org
39031              Date: Wed, 16 Nov 2005 14:54:55 +0000
39032              Message-Id: <200511161454.jAGEst117787@zen.crypt.org>
39033      Branch: perl
39034            ! regexec.c t/op/re_tests
39035 ____________________________________________________________________________
39036 [ 26136] By: rgs                                   on 2005/11/15  16:33:02
39037         Log: Subject: Re: [perl #37616] Bug in &= (string) and/or m//
39038              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
39039              Date: Wed, 09 Nov 2005 02:12:00 +0900
39040              Message-Id: <20051109021035.69D8.BQW10602@nifty.com>
39041      Branch: perl
39042            ! doop.c t/op/bop.t
39043 ____________________________________________________________________________
39044 [ 26135] By: rgs                                   on 2005/11/15  13:30:00
39045         Log: Subject: [PATCH] Re: Cygwin status, maint and blead
39046              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39047              Date: Sun, 13 Nov 2005 16:01:02 -0800
39048              Message-ID: <20051114000102.GA5556@efn.org>
39049      Branch: perl
39050            ! Makefile.SH
39051 ____________________________________________________________________________
39052 [ 26134] By: nicholas                              on 2005/11/14  22:48:02
39053         Log: Remove the two register keywords from auto variables that PERL_POSION
39054              wants to take the address of.
39055      Branch: perl
39056            ! hv.c scope.c
39057 ____________________________________________________________________________
39058 [ 26133] By: nicholas                              on 2005/11/14  22:32:14
39059         Log: More PERL_POISON - poison SvANY() and SvREFCNT() in freed SV heads.
39060              (by using the union pointer to chain the freed heads together)
39061      Branch: perl
39062            ! sv.c
39063 ____________________________________________________________________________
39064 [ 26132] By: nicholas                              on 2005/11/14  22:31:14
39065         Log: Mark all places where perl needs to look at a possibly-freed scalar
39066              with a macro SvIS_FREED(sv)
39067      Branch: perl
39068            ! av.c mg.c op.c pad.c pp_hot.c sv.h
39069 ____________________________________________________________________________
39070 [ 26131] By: stevep                                on 2005/11/14  17:31:59
39071         Log: Removed reference to the non-existent C<Opcode::Custom>.
39072      Branch: perl
39073            ! pod/perlguts.pod
39074 ____________________________________________________________________________
39075 [ 26130] By: rgs                                   on 2005/11/14  16:32:33
39076         Log: The warning "Field too wide in 'u' format in pack" was emitted even
39077              when pack warnings were not enabled
39078      Branch: perl
39079            ! pp_pack.c
39080 ____________________________________________________________________________
39081 [ 26129] By: nicholas                              on 2005/11/14  16:22:26
39082         Log: Provide a crude way for specifying the command line for
39083              make test.valgrind
39084      Branch: perl
39085            ! Makefile.SH t/TEST
39086 ____________________________________________________________________________
39087 [ 26128] By: rgs                                   on 2005/11/14  15:40:08
39088         Log: A better fix for [perl #35847] File::Find not performing as documented,
39089              suggested by Darren Dunham. Includes a fix to the code example that
39090              uses File::Find in perlfaq3.
39091      Branch: perl
39092            ! lib/File/Find.pm pod/perlfaq3.pod
39093 ____________________________________________________________________________
39094 [ 26126] By: rgs                                   on 2005/11/14  12:43:29
39095         Log: Don't warn about lack of docs for functions that appear twice in embed.fnc.
39096      Branch: perl
39097            ! autodoc.pl
39098 ____________________________________________________________________________
39099 [ 26124] By: rgs                                   on 2005/11/14  10:45:25
39100         Log: Fix indentation of apidoc for sv_2pvutf8
39101              (so perlapi.pod is correctly generated)
39102      Branch: perl
39103            ! pod/perlapi.pod sv.c
39104 ____________________________________________________________________________
39105 [ 26123] By: rgs                                   on 2005/11/14  10:24:58
39106         Log: Suppress gcc warnings when ignoring the return value of io_close(),
39107              as suggested by Gisle Aas.
39108      Branch: perl
39109            ! embed.fnc proto.h
39110 ____________________________________________________________________________
39111 [ 26122] By: rgs                                   on 2005/11/14  10:13:41
39112         Log: Subject: [PATCH] Missing ; in Storable.xs
39113              From: Gisle Aas <gisle@ActiveState.com>
39114              Date: 14 Nov 2005 02:32:14 -0800
39115              Message-ID: <lrhdafy0y9.fsf_-_@caliper.activestate.com>
39116      Branch: perl
39117            ! ext/Storable/Storable.xs
39118 ____________________________________________________________________________
39119 [ 26120] By: steveh                                on 2005/11/14  09:39:48
39120         Log: Subject: [PATCH] Compress::Zlib
39121              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
39122              Date: Sun, 13 Nov 2005 17:09:08 -0000
39123              Message-ID: <00d101c5e874$f865f910$6d1c140a@myopwv.com>
39124      Branch: perl
39125            ! ext/Compress/Zlib/Zlib.pm
39126            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
39127            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
39128            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
39129            ! ext/Compress/Zlib/t/09gziphdr.t
39130 ____________________________________________________________________________
39131 [ 26119] By: steveh                                on 2005/11/14  09:39:02
39132         Log: Fix code-before-declaration in boot_Storable added by 26107
39133      Branch: perl
39134            ! ext/Storable/Storable.xs
39135 ____________________________________________________________________________
39136 [ 26118] By: stevep                                on 2005/11/14  01:13:16
39137         Log: Subject: [PATCH] consting perlbug breaking in blead & maint
39138              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39139              Date: Sun, 13 Nov 2005 16:00:49 -0800
39140              Message-ID: <20051114000049.GA7676@efn.org>
39141      Branch: perl
39142            ! utils/perlbug.PL
39143 ____________________________________________________________________________
39144 [ 26112] By: nicholas                              on 2005/11/13  18:47:27
39145         Log: Fix breakages that prevended -DPERL_POISON from compiling.
39146      Branch: perl
39147            ! handy.h sv.h
39148 ____________________________________________________________________________
39149 [ 26110] By: nicholas                              on 2005/11/13  11:44:30
39150         Log: Integrate:
39151              [ 26108]
39152              BEGIN blocks should start a new stack, as they can be called as a
39153              side effect of "regular" Perl API calls within subroutines that have
39154              already cached the current stack's address. If they don't, any stack
39155              extension during the call may move the stack, rendering that cached
39156              value invalid without the cachee realising. (For example, PP code
39157              calling gv_fetchpv() which triggers a load of Errno.pm)
39158      Branch: perl
39159           !> op.c
39160 ____________________________________________________________________________
39161 [ 26107] By: stevep                                on 2005/11/13  00:40:25
39162         Log: Subject: Re: [PATCH] Enhanced Storable::read_magic()
39163              From: Gisle Aas <gisle@ActiveState.com>
39164              Date: 12 Nov 2005 13:13:23 -0800
39165              Message-ID: <lrhdah7eoc.fsf@caliper.activestate.com>
39166      Branch: perl
39167            + ext/Storable/t/file_magic.t
39168            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
39169            ! ext/Storable/Storable.xs
39170 ____________________________________________________________________________
39171 [ 26103] By: stevep                                on 2005/11/12  20:44:16
39172         Log: Upgrade to Locale-Maketext-1.10.  As change #25547 did not make it
39173              into the module release, I bumped the version number and added the
39174              missing code.
39175      Branch: perl
39176            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
39177 ____________________________________________________________________________
39178 [ 26101] By: stevep                                on 2005/11/12  19:46:18
39179         Log: Subject: [perl #37657] segfault with binmode ":pop"
39180              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
39181              Date: Fri, 11 Nov 2005 06:36:20 -0800
39182              Message-ID: <rt-3.0.11-37657-124293.6.03947871136576@perl.org>
39183      Branch: perl
39184            ! perlio.c
39185 ____________________________________________________________________________
39186 [ 26100] By: nicholas                              on 2005/11/12  18:48:29
39187         Log: Make B's tests skip correctly when PerlIO is not configured.
39188      Branch: perl
39189            ! ext/B/t/concise-xs.t ext/B/t/concise.t
39190 ____________________________________________________________________________
39191 [ 26099] By: stevep                                on 2005/11/12  16:59:49
39192         Log: Subject: [PATCH] mathoms prototypes aren't prototypes
39193              From: Andy Lester <andy@petdance.com>
39194              Date: Fri, 11 Nov 2005 17:20:30 -0600
39195              Message-ID: <20051111232030.GA882@petdance.com>
39196      Branch: perl
39197            ! mathoms.c perl.c
39198 ____________________________________________________________________________
39199 [ 26096] By: stevep                                on 2005/11/12  15:41:09
39200         Log: Andy Lester maintains Locale::Maketext now.
39201      Branch: perl
39202            ! Porting/Maintainers.pl
39203 ____________________________________________________________________________
39204 [ 26093] By: nicholas                              on 2005/11/12  10:21:50
39205         Log: Change 26063 got one conditional the wrong way round.
39206      Branch: perl
39207            ! ext/B/B/Bytecode.pm
39208 ____________________________________________________________________________
39209 [ 26091] By: nicholas                              on 2005/11/12  09:15:32
39210         Log: Make the removal of references to AvFLAGS in the B modules conditional
39211              on perl version.
39212      Branch: perl
39213            ! ext/B/B/C.pm ext/B/B/Debug.pm
39214 ____________________________________________________________________________
39215 [ 26090] By: stevep                                on 2005/11/11  22:47:06
39216         Log: const'ing Netdb_host_t broke HP-UX and created warnings on gcc for a double const.  
39217              Netdb_host_t is a macro that for a const pointer.
39218      Branch: perl
39219            ! pp_sys.c
39220 ____________________________________________________________________________
39221 [ 26089] By: nicholas                              on 2005/11/11  21:52:20
39222         Log: 26085 was wrong. Undo it.
39223              (I suspect that I got this wrong because more changes have been made
39224              in blead subsequent to the change I was attempting to merge in, and
39225              and jiggled around with the number of tests)
39226      Branch: perl
39227            ! ext/B/t/concise-xs.t
39228 ____________________________________________________________________________
39229 [ 26088] By: stevep                                on 2005/11/11  16:44:39
39230         Log: Subject: [PATCH] DB_File 1.814
39231              From: Paul Marquess <Paul.Marquess@ntlworld.com>
39232              Date: Fri, 11 Nov 2005 12:09:55 -0000
39233              Message-ID: <00e301c5e6b8$d5a357f0$241c140a@myopwv.com>
39234      Branch: perl
39235            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
39236            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
39237 ____________________________________________________________________________
39238 [ 26087] By: stevep                                on 2005/11/11  16:17:03
39239         Log: Subject: [PATCH] Storable 0.1 compatibility
39240              From: Gisle Aas <gisle@ActiveState.com> 
39241              Date: 11 Nov 2005 05:42:29 -0800 
39242              Message-ID: <lry83v712y.fsf@caliper.activestate.com>
39243              
39244              Also added an entry in the main MANIFEST file for the new test and 
39245              a version bump in Storable.pm.
39246      Branch: perl
39247            + ext/Storable/t/compat01.t
39248            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
39249            ! ext/Storable/Storable.xs
39250 ____________________________________________________________________________
39251 [ 26085] By: nicholas                              on 2005/11/11  14:16:30
39252         Log: Correct the version-dependant expression for the number of tests, as it
39253              is now giving the wrong number for 5.8.x
39254      Branch: perl
39255            ! ext/B/t/concise-xs.t
39256 ____________________________________________________________________________
39257 [ 26082] By: stevep                                on 2005/11/11  04:55:56
39258         Log: Subject: [PATCH] Const & local: Special Victims Unit
39259              From: Andy Lester <andy@petdance.com>
39260              Date: Thu, 10 Nov 2005 22:47:00 -0600
39261              Message-ID: <20051111044700.GA24161@petdance.com>
39262      Branch: perl
39263            ! cop.h doio.c doop.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c
39264            ! util.c
39265 ____________________________________________________________________________
39266 [ 26081] By: stevep                                on 2005/11/11  03:27:35
39267         Log: Pod nit in Encode.pm, found by Marc Lehmann in RT #36949. 
39268      Branch: perl
39269            ! ext/Encode/Encode.pm
39270 ____________________________________________________________________________
39271 [ 26080] By: stevep                                on 2005/11/11  03:18:11
39272         Log: Fix for RT #37654.  Added $COMPILING to list of variables exported.
39273      Branch: perl
39274            ! lib/English.pm
39275 ____________________________________________________________________________
39276 [ 26079] By: rgs                                   on 2005/11/10  16:59:15
39277         Log: Subject: [PATCH] Suppress leaked warnings in ExtUtils tests
39278              From: Dominic Dunlop <domo@computer.org>
39279              Date: Thu, 10 Nov 2005 18:10:00 +0100
39280              Message-Id: <D2949A21-7EE3-449F-BEF2-38FAD7B4A483@computer.org>
39281      Branch: perl
39282            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/Manifest.t
39283 ____________________________________________________________________________
39284 [ 26078] By: rgs                                   on 2005/11/10  16:36:12
39285         Log: Patch by Ilya Zakharevich to give more meaningful error
39286              messages from if.pm when invoked with a condition in list
39287              context. Also bump if's VERSION.
39288      Branch: perl
39289            ! lib/if.pm
39290 ____________________________________________________________________________
39291 [ 26077] By: rgs                                   on 2005/11/10  15:10:42
39292         Log: Define PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION earlier in perl.h
39293              (that is, before embed.h, that uses this symbol, is included)
39294      Branch: perl
39295            ! perl.h
39296 ____________________________________________________________________________
39297 [ 26076] By: rgs                                   on 2005/11/10  14:26:12
39298         Log: Subject: [perl #35847] File::Find not performing as documented 
39299              From: "jms@mathras.comcast.net (via RT)" <perlbug-followup@perl.org>
39300              Date: 17 May 2005 10:40:08 -0000
39301              Message-ID: <rt-3.0.11-35847-113088.7.09182163210095@perl.org>
39302      Branch: perl
39303            ! lib/File/Find.pm
39304 ____________________________________________________________________________
39305 [ 26075] By: rgs                                   on 2005/11/10  13:03:20
39306         Log: Subject: [perl #37648] segfault with PERLIO_DEBUG 
39307              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
39308              Date: Thu, 10 Nov 2005 04:31:39 -0800
39309              Message-ID: <rt-3.0.11-37648-124187.17.2251402270294@perl.org>
39310      Branch: perl
39311            ! perlio.c
39312 ____________________________________________________________________________
39313 [ 26074] By: stevep                                on 2005/11/10  12:22:43
39314         Log: Subject: [perl #37582] [PATCH] h2ph inc_dirs() fails to prepend gcc include search path, resulting in missing C standard headers on Linux
39315              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
39316              Date: Tue, 01 Nov 2005 15:22:45 -0800
39317              Message-ID: <rt-3.0.11-37582-123738.12.3509768746337@perl.org>
39318      Branch: perl
39319            ! utils/h2ph.PL
39320 ____________________________________________________________________________
39321 [ 26073] By: rgs                                   on 2005/11/10  10:52:51
39322         Log: Subject: [PATCH] remove whitespace preceding semicolon in docs
39323              From: Steven Schubiger <schubiger@cpan.org>
39324              Date: Mon, 31 Oct 2005 22:48:27 +0100
39325              Message-ID: <20051031214827.GH24416@accognoscere.homeunix.org>
39326      Branch: perl
39327            ! pod/perl561delta.pod pod/perl56delta.pod pod/perlcall.pod
39328            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perlfaq5.pod
39329            ! pod/perlfilter.pod pod/perlipc.pod pod/perllexwarn.pod
39330            ! pod/perlop.pod pod/perlre.pod pod/perlsub.pod pod/perltrap.pod
39331            ! pod/perlxs.pod
39332 ____________________________________________________________________________
39333 [ 26072] By: rgs                                   on 2005/11/10  10:37:42
39334         Log: Really apply change #26071.
39335      Branch: perl
39336            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
39337            ! wince/config_sh.PL
39338 ____________________________________________________________________________
39339 [ 26071] By: rgs                                   on 2005/11/10  10:35:57
39340         Log: Subject: [PATCH @26062] wince patch
39341              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
39342              Date: Wed, 9 Nov 2005 20:22:52 +0300 
39343              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC02@itotest-1.spb.lucent.com>
39344      Branch: perl
39345            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
39346            ! wince/config_sh.PL
39347 ____________________________________________________________________________
39348 [ 26070] By: rgs                                   on 2005/11/10  09:11:26
39349         Log: Add tests for two untested syntax error messages about \N
39350      Branch: perl
39351            ! t/comp/parser.t
39352 ____________________________________________________________________________
39353 [ 26069] By: steveh                                on 2005/11/10  08:41:53
39354         Log: Make Perl_seed public
39355              
39356              Fixes Win32 linker error in List::Util introduced by change #26054
39357      Branch: perl
39358            ! embed.fnc embed.h global.sym
39359 ____________________________________________________________________________
39360 [ 26068] By: rgs                                   on 2005/11/10  08:36:13
39361         Log: Subject: [PATCH] blead@26052 Symbian update
39362              From: <jarkko.hietaniemi@nokia.com>
39363              Date: Wed, 9 Nov 2005 17:45:07 +0200
39364              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A73D@esebe105.NOE.Nokia.com>
39365      Branch: perl
39366            ! README.symbian symbian/TODO symbian/config.pl symbian/port.pl
39367            ! symbian/sdk.pl symbian/sisify.pl
39368 ____________________________________________________________________________
39369 [ 26067] By: nicholas                              on 2005/11/09  21:52:03
39370         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
39371              change 25925 had the side effect of breaking ext/Encode/t/perlio.t
39372              Fixed by opening with :bytes.
39373      Branch: perl
39374            ! ext/Encode/t/perlio.t
39375 ____________________________________________________________________________
39376 [ 26066] By: nicholas                              on 2005/11/09  21:30:02
39377         Log: I/O is UTF-8, not "UNICODE"
39378      Branch: perl
39379            ! t/io/layers.t
39380 ____________________________________________________________________________
39381 [ 26065] By: nicholas                              on 2005/11/09  20:53:29
39382         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
39383              change 25925 had the side effect of breaking t/io/utf8.t
39384              Fixed by adding the missing binmode()s.
39385      Branch: perl
39386            ! t/io/utf8.t
39387 ____________________________________________________________________________
39388 [ 26064] By: nicholas                              on 2005/11/09  20:23:28
39389         Log: Better diagnostics from io/utf8.t
39390      Branch: perl
39391            ! t/io/utf8.t
39392 ____________________________________________________________________________
39393 [ 26063] By: nicholas                              on 2005/11/09  17:29:44
39394         Log: Make the Bytecode changes conditional on perl version.
39395      Branch: perl
39396            ! ext/B/B/Bytecode.pm
39397 ____________________________________________________________________________
39398 [ 26062] By: rgs                                   on 2005/11/09  11:56:04
39399         Log: Subject: Re: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
39400              From: Graham Barr <gbarr@pobox.com>
39401              Date: Wed, 9 Nov 2005 06:09:48 -0600
39402              Message-Id: <6CAD749E-AE29-415A-9ACB-BA8F6FB8279E@pobox.com>
39403      Branch: perl
39404            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
39405            ! ext/List/Util/t/lln.t ext/List/Util/t/p_blessed.t
39406            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_lln.t
39407            ! ext/List/Util/t/p_max.t ext/List/Util/t/p_maxstr.t
39408            ! ext/List/Util/t/p_min.t ext/List/Util/t/p_minstr.t
39409            ! ext/List/Util/t/p_openhan.t ext/List/Util/t/p_readonly.t
39410            ! ext/List/Util/t/p_reduce.t ext/List/Util/t/p_refaddr.t
39411            ! ext/List/Util/t/p_reftype.t ext/List/Util/t/p_shuffle.t
39412            ! ext/List/Util/t/p_sum.t ext/List/Util/t/p_tainted.t
39413 ____________________________________________________________________________
39414 [ 26061] By: nicholas                              on 2005/11/09  11:21:10
39415         Log: Simplify Perl_allocmy slightly, and cope better with the name is ""
39416              case.
39417      Branch: perl
39418            ! op.c
39419 ____________________________________________________________________________
39420 [ 26060] By: nicholas                              on 2005/11/09  11:17:17
39421         Log: Add a comment about possible future refactoring of the pad code.
39422      Branch: perl
39423            ! pad.c
39424 ____________________________________________________________________________
39425 [ 26059] By: nicholas                              on 2005/11/09  10:56:28
39426         Log: Remove superfluous strlen() from pp_require().
39427      Branch: perl
39428            ! pp_ctl.c
39429 ____________________________________________________________________________
39430 [ 26058] By: stevep                                on 2005/11/09  10:45:57
39431         Log: Patch from Gisle to add NO_MATHOMS to the Compile-time options.
39432      Branch: perl
39433            ! perl.c
39434 ____________________________________________________________________________
39435 [ 26057] By: rgs                                   on 2005/11/09  10:31:35
39436         Log: Don't declare a function inside another function
39437      Branch: perl
39438            ! perl.c
39439 ____________________________________________________________________________
39440 [ 26056] By: merijn                                on 2005/11/09  09:54:28
39441         Log: Subject: Configure setting patchlevel broken
39442              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39443              Date: Fri, 14 Oct 2005 00:33:29 -0700
39444              Message-ID: <20051014073329.GA3236@efn.org>
39445      Branch: perl
39446            ! Configure
39447 ____________________________________________________________________________
39448 [ 26054] By: rgs                                   on 2005/11/09  09:15:04
39449         Log: Subject: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
39450              From: Robin Houston <robin@cpan.org>
39451              Date: Tue, 8 Nov 2005 19:02:34 +0000
39452              Message-ID: <20051108190234.GA25953@rpc142.cs.man.ac.uk>
39453      Branch: perl
39454            ! cop.h ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
39455            ! ext/List/Util/multicall.h ext/List/Util/t/first.t
39456            ! ext/List/Util/t/reduce.t pod/perlcall.pod
39457 ____________________________________________________________________________
39458 [ 26053] By: rgs                                   on 2005/11/09  08:57:10
39459         Log: Subject: patch@26052 - compile rule for mathoms.c
39460              From: "John E. Malmberg" <wb8tyw@qsl.net>
39461              Date: Tue, 08 Nov 2005 23:09:03 -0500
39462              Message-ID: <4371765F.1000900@qsl.net>
39463      Branch: perl
39464            ! vms/descrip_mms.template
39465 ____________________________________________________________________________
39466 [ 26052] By: nicholas                              on 2005/11/08  22:05:57
39467         Log: It helps to actually *remove* the now-superfluous strlen().
39468              (An addendum to 26050.)
39469      Branch: perl
39470            ! toke.c
39471 ____________________________________________________________________________
39472 [ 26051] By: nicholas                              on 2005/11/08  21:55:40
39473         Log: Moving the 4 writes of PL_no_mem followed by exit(1) to a static
39474              function makes the object code slightly smaller.
39475      Branch: perl
39476            ! util.c
39477 ____________________________________________________________________________
39478 [ 26050] By: nicholas                              on 2005/11/08  21:37:52
39479         Log: Eliminate some unnecessary strlen()s
39480      Branch: perl
39481            ! doio.c op.c perl.c perlio.c sv.c toke.c util.c
39482 ____________________________________________________________________________
39483 [ 26049] By: nicholas                              on 2005/11/08  20:43:11
39484         Log: Eliminate duplicate strlen()s by explicitly calling it.
39485              Note two places for future audit with FIXME.
39486              Convert a SvPVX_const to SvPVX_const_nolen, where the length is unused.
39487      Branch: perl
39488            ! pp_ctl.c
39489 ____________________________________________________________________________
39490 [ 26048] By: nicholas                              on 2005/11/08  20:35:11
39491         Log: 3 calls to strlen() we can avoid.
39492      Branch: perl
39493            ! doio.c
39494 ____________________________________________________________________________
39495 [ 26047] By: rgs                                   on 2005/11/08  17:35:58
39496         Log: Subject: [DOC PATCH] mention @-, @+ in perl56delta.pod
39497              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39498              Date: Tue, 8 Nov 2005 08:46:42 -0800
39499              Message-ID: <20051108164642.GD7972@efn.org>
39500      Branch: perl
39501            ! pod/perl561delta.pod pod/perl56delta.pod
39502 ____________________________________________________________________________
39503 [ 26046] By: nicholas                              on 2005/11/08  16:30:18
39504         Log: Probaby a good idea to include DEBUG_LEAKING_SCALARS in -V output, as
39505              its presence changes structure sizes.
39506      Branch: perl
39507            ! perl.c
39508 ____________________________________________________________________________
39509 [ 26045] By: stevep                                on 2005/11/08  14:24:39
39510         Log: From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
39511              Subject: Re: A surprising segfault
39512              Date: Tue, 08 Nov 2005 23:36:13 +0900
39513              Message-Id: <20051108233535.735D.BQW10602@nifty.com>
39514      Branch: perl
39515            ! t/io/fs.t t/io/print.t t/op/chop.t t/op/sort.t
39516 ____________________________________________________________________________
39517 [ 26044] By: steveh                                on 2005/11/08  10:16:56
39518         Log: Remove an unused variable left over from change #26041
39519      Branch: perl
39520            ! win32/win32.c
39521 ____________________________________________________________________________
39522 [ 26043] By: rgs                                   on 2005/11/08  10:11:55
39523         Log: Subject: Re: C<undef %::> considered harmful
39524              From: Benjamin Sugars <bsugars@canoe.ca>
39525              Date: Fri, 20 Apr 2001 10:30:20 -0400 (EDT)
39526              Message-ID: <Pine.LNX.4.21.0104201022040.1722-100000@marmot.rim.canoe.ca>
39527              
39528              except the part that increases the refcount of PL_stderrgv, already
39529              fixed separately.
39530      Branch: perl
39531            ! perl.c
39532 ____________________________________________________________________________
39533 [ 26042] By: rgs                                   on 2005/11/08  09:57:10
39534         Log: Upgrade to CPAN 1.76_65
39535      Branch: perl
39536            - lib/CPAN/Admin.pm
39537            ! MANIFEST lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/bin/cpan
39538            ! lib/CPAN/t/version.t
39539 ____________________________________________________________________________
39540 [ 26041] By: merijn                                on 2005/11/08  06:29:56
39541         Log: Subject: [PATCH] Remove unused USING_WIDE code from win32 and wince branches
39542              From: "Jan Dubois" <jand@ActiveState.com>
39543              Date: Mon, 7 Nov 2005 20:39:02 -0800
39544              Message-ID: <078001c5e41e$585c4140$6401a8c0@candy>
39545      Branch: perl
39546            ! win32/ext/Win32/Win32.xs win32/perlhost.h win32/win32.c
39547            ! win32/win32.h wince/perlhost.h wince/win32.h wince/wince.c
39548 ____________________________________________________________________________
39549 [ 26040] By: stevep                                on 2005/11/08  00:41:51
39550         Log: Updated perldiag.pod entry for "Can't use subscript..."
39551      Branch: perl
39552            ! pod/perldiag.pod
39553 ____________________________________________________________________________
39554 [ 26039] By: nicholas                              on 2005/11/07  21:31:16
39555         Log: Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most commonly used
39556              of the 4. Not that any are that popular.)
39557      Branch: perl
39558            ! mathoms.c opcode.h opcode.pl pp.c
39559 ____________________________________________________________________________
39560 [ 26038] By: stevep                                on 2005/11/07  18:35:47
39561         Log: Subject: [PATCH] Re: [perl #36061] Not OK: perl v5.8.7 on darwin-2level 8.1.0 (UNINSTALLED)
39562              From: shouldbedomo@mac.com (Dominic Dunlop)
39563              Date: Mon, 7 Nov 2005 18:24:50 +0100
39564              Message-ID: <B9D07EB3-DF78-48A9-90C4-AF3A89AAB7C6@mac.com>
39565              
39566              README.macosx updates
39567      Branch: perl
39568            ! README.macosx
39569 ____________________________________________________________________________
39570 [ 26037] By: nicholas                              on 2005/11/07  15:21:01
39571         Log: s/Nick Clark/Nicholas Clark/
39572      Branch: perl
39573            ! Changes Changes5.8 doio.c t/op/lc.t
39574 ____________________________________________________________________________
39575 [ 26036] By: nicholas                              on 2005/11/07  15:18:51
39576         Log: For each test function, test it as is, and with extra data appended
39577              after each test character.
39578      Branch: perl
39579            ! t/uni/case.pl
39580 ____________________________________________________________________________
39581 [ 26035] By: nicholas                              on 2005/11/07  14:05:25
39582         Log: The rarely used lcfirst and ucfirst share almost all their code.
39583              Merge the two as pp_ucfirst.
39584      Branch: perl
39585            ! mathoms.c opcode.h opcode.pl pp.c
39586 ____________________________________________________________________________
39587 [ 26034] By: nicholas                              on 2005/11/07  13:22:35
39588         Log: Fix bug #37628 (both lcfirst and ucfirst)
39589      Branch: perl
39590            ! pp.c t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
39591 ____________________________________________________________________________
39592 [ 26033] By: rgs                                   on 2005/11/07  12:26:29
39593         Log: Subject: [PATCH] Cleaning up x2p directory
39594              From: Andy Lester <andy@petdance.com>
39595              Date: Fri, 4 Nov 2005 15:13:55 -0600
39596              Message-ID: <20051104211355.GB12651@petdance.com>
39597      Branch: perl
39598            - x2p/proto.h
39599            ! MANIFEST x2p/EXTERN.h x2p/INTERN.h x2p/a2p.h x2p/a2py.c
39600            ! x2p/hash.c x2p/hash.h x2p/str.c x2p/str.h x2p/util.c
39601            ! x2p/util.h x2p/walk.c
39602 ____________________________________________________________________________
39603 [ 26032] By: rgs                                   on 2005/11/07  12:20:59
39604         Log: Subject: [PATCH] Missing static declarations 
39605              From: Gisle Aas <gisle@ActiveState.com>
39606              Date: 05 Nov 2005 05:08:03 -0800
39607              Message-ID: <lracgj1bv0.fsf@caliper.activestate.com>
39608      Branch: perl
39609            ! genpacksizetables.pl pp_pack.c
39610 ____________________________________________________________________________
39611 [ 26031] By: rgs                                   on 2005/11/07  11:49:46
39612         Log: Remove CPAN.pm's META.yml.
39613              Add CPAN.pm's SIGNATURE in MANIFEST.
39614      Branch: perl
39615            - lib/CPAN/META.yml
39616            ! MANIFEST
39617 ____________________________________________________________________________
39618 [ 26030] By: rgs                                   on 2005/11/07  11:39:57
39619         Log: Subject: [PATCH] Symbian update blead@26025
39620              From: <jarkko.hietaniemi@nokia.com>
39621              Date: Mon, 7 Nov 2005 13:32:15 +0200
39622              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A70C@esebe105.NOE.Nokia.com>
39623      Branch: perl
39624            + symbian/PerlUi.cpp symbian/PerlUi.h symbian/PerlUi.hrh
39625            + symbian/PerlUiS60.rss symbian/PerlUiS80.rss
39626            + symbian/PerlUiUIQ.rss symbian/ext/Moped/Msg/Msg.mmp
39627            + symbian/ext/Moped/Msg/Msg.pkg symbian/ext/Moped/Msg/Msg.pm
39628            + symbian/ext/Moped/Msg/Msg.xs symbian/ext/Moped/Msg/README
39629            + symbian/ext/Moped/Msg/bld.inf
39630            + symbian/ext/Moped/Msg/location.pl
39631            - symbian/PerlAppS60.rss symbian/PerlAppS80.rss
39632            - symbian/PerlAppUIQ.rss
39633            ! MANIFEST doio.c perl.c symbian/PerlApp.cpp symbian/PerlApp.h
39634            ! symbian/PerlApp.hrh symbian/PerlBase.h symbian/TODO
39635            ! symbian/config.pl symbian/config.sh symbian/sanity.pl
39636            ! symbian/sdk.pl symbian/sisify.pl symbian/symbian_proto.h
39637            ! symbian/symbian_utils.cpp symbian/symbianish.h
39638            ! symbian/xsbuild.pl
39639 ____________________________________________________________________________
39640 [ 26029] By: nicholas                              on 2005/11/07  10:52:08
39641         Log: Add lib/CPAN/Admin.pm from CPAN to make version.t pass.
39642      Branch: perl
39643            + lib/CPAN/Admin.pm
39644            ! MANIFEST
39645 ____________________________________________________________________________
39646 [ 26028] By: rgs                                   on 2005/11/07  10:24:54
39647         Log: Subject: [PATCH] Consting and localizing: Part LXVIII
39648              From: Andy Lester <andy@petdance.com>
39649              Date: Fri, 4 Nov 2005 15:12:56 -0600
39650              Message-ID: <20051104211256.GA12651@petdance.com>
39651      Branch: perl
39652            ! deb.c embed.fnc embed.h locale.c pp_sys.c proto.h scope.c
39653            ! universal.c utf8.c util.c
39654 ____________________________________________________________________________
39655 [ 26027] By: rgs                                   on 2005/11/07  09:58:26
39656         Log: Subject: [perl #24254] Attempt to free unreferenced scalar 
39657              From: "Chris Heath via RT" <perlbug-followup@perl.org>
39658              Date: Sun, 06 Nov 2005 20:08:05 -0800
39659              Message-ID: <rt-3.0.11-24254-123984.4.44134155985068@perl.org>
39660      Branch: perl
39661            ! cop.h
39662 ____________________________________________________________________________
39663 [ 26026] By: merijn                                on 2005/11/07  08:14:59
39664         Log: Subject: [PATCH] follow up on 25969 for VMS
39665              From: Abe Timmerman <abe@ztreet.demon.nl>
39666              Date: Sat, 5 Nov 2005 13:29:58 +0200
39667              Message-Id: <200511051229.58297.abe@ztreet.demon.nl>
39668      Branch: perl
39669            ! vms/vms.c vms/vmsish.h
39670 ____________________________________________________________________________
39671 [ 26025] By: stevep                                on 2005/11/07  03:42:53
39672         Log: Added note to README.macosx regarding failures from broken locale
39673              files.
39674      Branch: perl
39675            ! README.macosx
39676 ____________________________________________________________________________
39677 [ 26024] By: stevep                                on 2005/11/07  02:58:31
39678         Log: Fix documentation for gmtime().
39679      Branch: perl
39680            ! pod/perlfunc.pod
39681 ____________________________________________________________________________
39682 [ 26023] By: stevep                                on 2005/11/06  20:18:23
39683         Log: Upgrade to CPAN-1.76_61
39684      Branch: perl
39685            + lib/CPAN/PAUSE2005.pub
39686            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/META.yml
39687            ! lib/CPAN/Nox.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
39688            ! lib/CPAN/bin/cpan lib/CPAN/t/Nox.t lib/CPAN/t/vcmp.t
39689            ! lib/CPAN/t/version.t
39690 ____________________________________________________________________________
39691 [ 26022] By: stevep                                on 2005/11/06  19:16:54
39692         Log: Nits in the pp_defined code spotted by Jarkko.
39693      Branch: perl
39694            ! pp_hot.c
39695 ____________________________________________________________________________
39696 [ 26021] By: stevep                                on 2005/11/06  18:38:02
39697         Log: Upgrade to Time-HiRes-1.82
39698      Branch: perl
39699            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
39700            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
39701            ! ext/Time/HiRes/t/HiRes.t
39702 ____________________________________________________________________________
39703 [ 26020] By: merijn                                on 2005/11/06  07:23:15
39704         Log: Subject: Re: [PATCH configure.com] add the new d_futimes as undef
39705              From: "John E. Malmberg" <wb8tyw@qsl.net>
39706              Date: Sat, 05 Nov 2005 21:28:33 -0500
39707              Message-ID: <436D6A51.5040700@qsl.net>
39708      Branch: perl
39709            ! configure.com
39710 ____________________________________________________________________________
39711 [ 26019] By: nicholas                              on 2005/11/05  16:47:31
39712         Log: Make the 5.9 changes to B conditional on perl version.
39713      Branch: perl
39714            ! ext/B/B.pm ext/B/B.xs
39715 ____________________________________________________________________________
39716 [ 26018] By: nicholas                              on 2005/11/05  16:28:09
39717         Log: '[at]' should be '@'
39718              Suck in CPAN/Nox.pm from CPAN, so that version.t passes.
39719      Branch: perl
39720            ! lib/CPAN.pm lib/CPAN/Nox.pm lib/CPAN/Version.pm
39721            ! lib/CPAN/t/version.t
39722 ____________________________________________________________________________
39723 [ 26017] By: stevep                                on 2005/11/05  14:49:11
39724         Log: Kill warnings and add a panic to pp_defined() in case the wrong op
39725              is passed in.
39726      Branch: perl
39727            ! pp_hot.c
39728 ____________________________________________________________________________
39729 [ 26016] By: stevep                                on 2005/11/05  13:44:10
39730         Log: Upgrade to CPAN-1.76_60.
39731      Branch: perl
39732            + lib/CPAN/Version.pm lib/CPAN/t/version.t
39733            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
39734            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
39735 ____________________________________________________________________________
39736 [ 26015] By: nicholas                              on 2005/11/05  12:57:40
39737         Log: Allow passing of the full enum name into the tryAMAGICbin family of
39738              macros, to avoid needing C pre-processor string concatenation within
39739              the lowest level expansion.
39740      Branch: perl
39741            ! pp.c pp.h
39742 ____________________________________________________________________________
39743 [ 26014] By: stevep                                on 2005/11/05  12:55:47
39744         Log: Upgrade to Time-HiRes-1.81
39745      Branch: perl
39746            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
39747            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
39748 ____________________________________________________________________________
39749 [ 26013] By: merijn                                on 2005/11/05  11:38:32
39750         Log: Subject: [PATCH configure.com] add the new d_futimes as undef
39751              From: Abe Timmerman <abe@ztreet.demon.nl>
39752              Date: Sat, 5 Nov 2005 11:26:33 +0200
39753              Message-Id: <200511051026.33940.abe@ztreet.demon.nl>
39754      Branch: perl
39755            ! configure.com
39756 ____________________________________________________________________________
39757 [ 26012] By: rgs                                   on 2005/11/05  10:13:56
39758         Log: Remove the obsolete KNOWN PROBLEMS sections from perlcall.pod
39759              (noticed by Robin Houston)
39760      Branch: perl
39761            ! pod/perlcall.pod
39762 ____________________________________________________________________________
39763 [ 26011] By: rgs                                   on 2005/11/05  10:10:09
39764         Log: Subject: Re: A surprising segfault
39765              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
39766              Date: Nov 5, 2005 5:54 AM
39767              Message-Id: <20051105135053.27D7.BQW10602@nifty.com>
39768      Branch: perl
39769            ! pp.c pp_sort.c pp_sys.c
39770 ____________________________________________________________________________
39771 [ 26010] By: nicholas                              on 2005/11/05  08:32:39
39772         Log: dorassign doesn't need --SP;
39773      Branch: perl
39774            ! pp_hot.c
39775 ____________________________________________________________________________
39776 [ 26009] By: davem                                 on 2005/11/05  01:57:23
39777         Log: pp_print didn't extend the stack before pushing its return value
39778      Branch: perl
39779            ! pp_hot.c
39780 ____________________________________________________________________________
39781 [ 26008] By: stevep                                on 2005/11/05  01:39:51
39782         Log: Typos in opcode.pl this time.
39783      Branch: perl
39784            ! opcode.h opcode.pl
39785 ____________________________________________________________________________
39786 [ 26007] By: stevep                                on 2005/11/05  01:36:17
39787         Log: Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and,
39788              pp_or, and pp_defined, respectively.
39789      Branch: perl
39790            ! mathoms.c opcode.h opcode.pl pp_ctl.c pp_hot.c
39791 ____________________________________________________________________________
39792 [ 26006] By: nicholas                              on 2005/11/04  22:50:22
39793         Log: s/printf/my_printf/ because we're using the return value.
39794              My mistake spotted by Gisle.
39795      Branch: perl
39796            ! regcomp.c
39797 ____________________________________________________________________________
39798 [ 26005] By: stevep                                on 2005/11/04  21:41:43
39799         Log: s/pp_dor/pp_defined/
39800      Branch: perl
39801            ! mathoms.c
39802 ____________________________________________________________________________
39803 [ 26004] By: stevep                                on 2005/11/04  21:39:44
39804         Log: I barely knew ya pp_dor.  Merged into pp_defined from whence you came.
39805              This change has also caused pp_defined to be promoted to being a hot
39806              op.
39807      Branch: perl
39808            ! mathoms.c opcode.h opcode.pl pp.c pp_hot.c
39809 ____________________________________________________________________________
39810 [ 26003] By: nicholas                              on 2005/11/04  21:22:46
39811         Log: Use the return value of sprintf in sv_2pv_flags. Remove dead code.
39812      Branch: perl
39813            ! sv.c
39814 ____________________________________________________________________________
39815 [ 26002] By: nicholas                              on 2005/11/04  21:03:58
39816         Log: You can't there from here. (Dead code in sv_2pv_flags)
39817      Branch: perl
39818            ! sv.c
39819 ____________________________________________________________________________
39820 [ 26001] By: nicholas                              on 2005/11/04  20:47:34
39821         Log: Use the return value from sprintf().
39822      Branch: perl
39823            ! regcomp.c taint.c universal.c util.c
39824 ____________________________________________________________________________
39825 [ 26000] By: nicholas                              on 2005/11/04  20:20:56
39826         Log: pp_semop can fit within Perl_pp_shmwrite().
39827      Branch: perl
39828            ! mathoms.c opcode.h opcode.pl pp_sys.c
39829 ____________________________________________________________________________
39830 [ 25999] By: nicholas                              on 2005/11/04  19:53:33
39831         Log: The remaining special logic in pp_syswrite can be moved into pp_send,
39832              which is actually already 50% syswrite.
39833      Branch: perl
39834            ! mathoms.c opcode.h opcode.pl pp_sys.c
39835 ____________________________________________________________________________
39836 [ 25998] By: rgs                                   on 2005/11/04  18:38:34
39837         Log: Revert patch #25993.
39838      Branch: perl
39839            ! regexec.c t/op/pat.t
39840 ____________________________________________________________________________
39841 [ 25997] By: steveh                                on 2005/11/04  17:23:49
39842         Log: Fix a Win32 linker error following change #25972
39843      Branch: perl
39844            ! pp_sys.c
39845 ____________________________________________________________________________
39846 [ 25996] By: rgs                                   on 2005/11/04  16:35:17
39847         Log: Subject: [PATCH] use clearenv if available
39848              From: Alan Burlison <Alan.Burlison@sun.com>
39849              Date: Fri, 04 Nov 2005 16:33:30 +0000
39850              Message-ID: <436B8D5A.4010502@sun.com>
39851      Branch: perl
39852            ! embed.fnc embed.h mg.c proto.h sv.c util.c
39853 ____________________________________________________________________________
39854 [ 25995] By: merijn                                on 2005/11/04  16:30:03
39855         Log: Subject: Re: futimes [PATCH]
39856              From: Steve Peters <steve@fisharerojo.org>
39857              Date: Fri, 4 Nov 2005 09:00:25 -0600
39858              Message-ID: <20051104150025.GA3873@mccoy.peters.homeunix.org>
39859      Branch: perl
39860            ! Configure
39861 ____________________________________________________________________________
39862 [ 25993] By: rgs                                   on 2005/11/04  16:26:08
39863         Log: Subject: [perl #19049] Incorrect $` after replacement
39864              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
39865              Date: Fri, 04 Nov 2005 08:17:25 +0100
39866              Message-ID: <87fyqc51bu.fsf@k75.linux.bogus>
39867      Branch: perl
39868            ! regexec.c t/op/pat.t
39869 ____________________________________________________________________________
39870 [ 25992] By: rgs                                   on 2005/11/04  15:41:21
39871         Log: Subject: Re: [PATCH] sort/multicall patch
39872              From: Robin Houston <robin@cpan.org>
39873              Date: Fri, 4 Nov 2005 15:20:29 +0000
39874              Message-ID: <20051104152029.GA17169@rpc142.cs.man.ac.uk>
39875      Branch: perl
39876            ! pp_ctl.c t/op/sort.t
39877 ____________________________________________________________________________
39878 [ 25991] By: stevep                                on 2005/11/04  15:10:44
39879         Log: Subject: Re: Configure -Dno_mathoms
39880              From: gisle@ActiveState.com (Gisle Aas)
39881              Date: 01 Nov 2005 03:27:49 -0800
39882              Message-ID: <lrslug7glm.fsf@caliper.activestate.com>
39883      Branch: perl
39884            ! mathoms.c perl.c
39885 ____________________________________________________________________________
39886 [ 25990] By: nicholas                              on 2005/11/04  14:47:49
39887         Log: Merge msgsnd, msgrcv with Perl_pp_shmwrite().
39888              "Perfection is achieved not when there's nothing more to add,
39889              but when there's nothing left to remove" (Antoine de Saint-Exupéry)
39890      Branch: perl
39891            ! mathoms.c opcode.h opcode.pl pp_sys.c
39892 ____________________________________________________________________________
39893 [ 25989] By: nicholas                              on 2005/11/04  14:21:19
39894         Log: Once more, with feeling.
39895              [Mmm, has someone been swapping the coffee for decaf?]
39896              [Actual cause - make sure the edited version of the file is in the
39897              correct directory]
39898      Branch: perl
39899            ! pod/perldiag.pod
39900 ____________________________________________________________________________
39901 [ 25988] By: nicholas                              on 2005/11/04  14:18:14
39902         Log: Meta-oops. Change 25987 was not the change you were looking for.
39903      Branch: perl
39904            ! pod/perldiag.pod
39905 ____________________________________________________________________________
39906 [ 25987] By: nicholas                              on 2005/11/04  14:09:11
39907         Log: Oops. This new panic was meant to be added to the documented
39908              diagnostics.
39909      Branch: perl
39910            ! pod/perldiag.pod
39911 ____________________________________________________________________________
39912 [ 25986] By: nicholas                              on 2005/11/04  13:02:42
39913         Log: ftrwrite, ftrexec, fteread, ftewrite and fteexec can all be merged
39914              with Perl_pp_ftrread().
39915      Branch: perl
39916            ! mathoms.c opcode.h opcode.pl pod/perldiag.pod pod/perltodo.pod
39917            ! pp_sys.c
39918 ____________________________________________________________________________
39919 [ 25985] By: stevep                                on 2005/11/04  12:02:51
39920         Log: Upgrade to Time-HiRes-1.80
39921      Branch: perl
39922            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
39923            ! ext/Time/HiRes/HiRes.xs
39924 ____________________________________________________________________________
39925 [ 25984] By: nicholas                              on 2005/11/04  11:36:24
39926         Log: PERL_EFF_ACCESS_[RWX]_OK can go.
39927      Branch: perl
39928            ! pp_sys.c
39929 ____________________________________________________________________________
39930 [ 25983] By: nicholas                              on 2005/11/04  11:16:08
39931         Log: The PERL_EFF_ACCESS_[RWX]_OK macros are all defined as triples, so
39932              can be refactored to a single platform dependent PERL_EFF_ACCESS macro
39933              with the other 3 implemented in terms of it.
39934      Branch: perl
39935            ! pp_sys.c
39936 ____________________________________________________________________________
39937 [ 25982] By: merijn                                on 2005/11/04  09:16:53
39938         Log: Subject: [PATCH] bad semicolon in pp_ftrowned
39939              From: Andy Lester <andy@petdance.com>
39940              Date: Fri, 4 Nov 2005 00:37:54 -0600
39941              Message-ID: <20051104063753.GA3863@petdance.com>
39942      Branch: perl
39943            ! pp_sys.c
39944 ____________________________________________________________________________
39945 [ 25981] By: stevep                                on 2005/11/04  00:10:21
39946         Log: Upgrade to Time-HiRes 1.79
39947      Branch: perl
39948            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
39949            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
39950 ____________________________________________________________________________
39951 [ 25980] By: stevep                                on 2005/11/03  21:23:48
39952         Log: Reverting the reversion.  va_end() goes with va_start().
39953      Branch: perl
39954            ! mg.c
39955 ____________________________________________________________________________
39956 [ 25979] By: rgs                                   on 2005/11/03  21:07:54
39957         Log: Fix test failures introduced by the change of flags on op_sort
39958      Branch: perl
39959            ! ext/B/t/f_sort.t
39960 ____________________________________________________________________________
39961 [ 25978] By: stevep                                on 2005/11/03  20:28:20
39962         Log: Upgrade to Time-HiRes-1.78
39963      Branch: perl
39964            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
39965            ! ext/Time/HiRes/t/HiRes.t
39966 ____________________________________________________________________________
39967 [ 25977] By: stevep                                on 2005/11/03  17:27:58
39968         Log: Change #25976 seemed to cause test failures in ext/B/t/f_sort.t.  What
39969              was that line about Jenga again?
39970      Branch: perl
39971            ! mg.c
39972 ____________________________________________________________________________
39973 [ 25976] By: stevep                                on 2005/11/03  17:14:17
39974         Log: Missing va_end(args) from SA_SIGINFO related code.
39975      Branch: perl
39976            ! mg.c
39977 ____________________________________________________________________________
39978 [ 25975] By: stevep                                on 2005/11/03  16:00:12
39979         Log: Test for the right signal should use the constant for that signal.
39980      Branch: perl
39981            ! ext/POSIX/t/sigaction.t
39982 ____________________________________________________________________________
39983 [ 25974] By: stevep                                on 2005/11/03  15:07:26
39984         Log: Add appropriate skips to t/io/fs.t to fix test failures on Cygwin.
39985      Branch: perl
39986            ! t/io/fs.t
39987 ____________________________________________________________________________
39988 [ 25973] By: stevep                                on 2005/11/03  14:56:25
39989         Log: More core test cleanups.  Mainly fixes to remove code that caused 
39990              warnings, but there were a few bug fixes that were hidden by 
39991              no using warnings.
39992      Branch: perl
39993            ! t/io/nargv.t t/io/openpid.t t/io/pipe.t t/io/print.t
39994            ! t/io/read.t t/io/tell.t
39995 ____________________________________________________________________________
39996 [ 25972] By: nicholas                              on 2005/11/03  14:19:34
39997         Log: Perl_pp_symlink and Perl_pp_link can be merged. The diff looks evil,
39998              but the actual finished code is not as bad as it seems.
39999      Branch: perl
40000            ! mathoms.c opcode.h opcode.pl pp_sys.c
40001 ____________________________________________________________________________
40002 [ 25971] By: rgs                                   on 2005/11/03  12:29:18
40003         Log: Document some bogus compiler warnings in README.solaris
40004              
40005              Subject: Re: Why is malloc_wrap now the default?
40006              From: Alan Burlison <Alan.Burlison@sun.com>
40007              Date: Thu, 03 Nov 2005 12:54:16 +0000
40008              Message-ID: <436A0878.1030703@sun.com>
40009      Branch: perl
40010            ! README.solaris
40011 ____________________________________________________________________________
40012 [ 25970] By: stevep                                on 2005/11/03  11:37:31
40013         Log: Upgrade to Time-HiRes-1.77
40014      Branch: perl
40015            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
40016            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
40017            ! ext/Time/HiRes/fallback/const-c.inc
40018            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
40019 ____________________________________________________________________________
40020 [ 25969] By: nicholas                              on 2005/11/03  11:09:39
40021         Log: Patch 3945 was a bit overkeen - the effective parameter to cando() and
40022              ingroup() is a boolean flag, not a GID or UID.
40023      Branch: perl
40024            ! doio.c embed.fnc proto.h
40025 ____________________________________________________________________________
40026 [ 25968] By: nicholas                              on 2005/11/03  09:51:56
40027         Log: Avoiding source code duplication for the lstat() on filehandle %s
40028              warning also makes the object code slightly smaller.
40029      Branch: perl
40030            ! pp_sys.c
40031 ____________________________________________________________________________
40032 [ 25967] By: stevep                                on 2005/11/03  02:09:30
40033         Log: Clean up some test files.
40034      Branch: perl
40035            ! t/io/argv.t t/io/crlf_through.t t/io/dup.t t/io/layers.t
40036            ! t/io/through.t
40037 ____________________________________________________________________________
40038 [ 25966] By: stevep                                on 2005/11/03  01:45:45
40039         Log: Make harness warning-free when running with -Mdiagnostics
40040      Branch: perl
40041            ! t/harness
40042 ____________________________________________________________________________
40043 [ 25965] By: stevep                                on 2005/11/02  22:37:48
40044         Log: Test case should not execute /no_such_process if it does exist.
40045      Branch: perl
40046            ! t/io/pipe.t
40047 ____________________________________________________________________________
40048 [ 25964] By: nicholas                              on 2005/11/02  21:27:58
40049         Log: unlink chmod utime kill can be merged into Perl_pp_chown().
40050      Branch: perl
40051            ! mathoms.c opcode.h opcode.pl pp_sys.c
40052 ____________________________________________________________________________
40053 [ 25963] By: nicholas                              on 2005/11/02  20:59:52
40054         Log: Move the conditonal compiles that report absence of kill and chown
40055              from pp_kill() and pp_chown() into apply().
40056      Branch: perl
40057            ! doio.c pp_sys.c
40058 ____________________________________________________________________________
40059 [ 25962] By: nicholas                              on 2005/11/02  20:13:24
40060         Log: Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.
40061      Branch: perl
40062            ! mathoms.c opcode.h opcode.pl pp_sys.c
40063 ____________________________________________________________________________
40064 [ 25961] By: nicholas                              on 2005/11/02  19:04:10
40065         Log: Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe into
40066              Perl_pp_ftrowned
40067      Branch: perl
40068            ! mathoms.c opcode.h opcode.pl pp_sys.c
40069 ____________________________________________________________________________
40070 [ 25960] By: nicholas                              on 2005/11/02  17:24:35
40071         Log: Avoid a pad panic by attempting to use dTARGET; in an op that didn't
40072              flag that it needed a target (OP_FTIS)
40073      Branch: perl
40074            ! pp_sys.c
40075 ____________________________________________________________________________
40076 [ 25959] By: nicholas                              on 2005/11/02  16:35:42
40077         Log: Correct error in 25958 for threaded builds.
40078      Branch: perl
40079            ! mathoms.c
40080 ____________________________________________________________________________
40081 [ 25958] By: nicholas                              on 2005/11/02  15:59:30
40082         Log: Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftis
40083      Branch: perl
40084            ! mathoms.c opcode.h opcode.pl pp_sys.c
40085 ____________________________________________________________________________
40086 [ 25957] By: rgs                                   on 2005/11/02  14:33:32
40087         Log: Remove last sort test, that was failing with and without threads.
40088              Silence some warnings.
40089      Branch: perl
40090            ! t/op/sort.t
40091 ____________________________________________________________________________
40092 [ 25956] By: rgs                                   on 2005/11/02  14:10:54
40093         Log: Adjust test count
40094      Branch: perl
40095            ! ext/B/t/concise-xs.t
40096 ____________________________________________________________________________
40097 [ 25955] By: rgs                                   on 2005/11/02  13:39:35
40098         Log: Add missing file from change 25953
40099      Branch: perl
40100            + ext/List/Util/multicall.h
40101 ____________________________________________________________________________
40102 [ 25954] By: rgs                                   on 2005/11/02  13:14:19
40103         Log: Regen headers
40104      Branch: perl
40105            ! global.sym opcode.h pod/perlapi.pod pod/perldiag.pod
40106 ____________________________________________________________________________
40107 [ 25953] By: merijn                                on 2005/11/02  12:49:54
40108         Log: Subject: [PATCH] sort/multicall patch
40109              From: Robin Houston <robin@cpan.org>
40110              Date: Sat, 29 Oct 2005 21:33:07 +0100
40111              Message-ID: <20051029203307.GA8869@rpc142.cs.man.ac.uk>
40112      Branch: perl
40113            ! AUTHORS MANIFEST cop.h embed.fnc embedvar.h
40114            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
40115            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
40116            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_reduce.t
40117            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/reduce.t
40118            ! ext/List/Util/t/refaddr.t ext/List/Util/t/tainted.t makedef.pl
40119            ! op.c opcode.pl perlapi.h pod/perlcall.pod pod/perldiag.pod
40120            ! pp_ctl.c pp_hot.c pp_sort.c sv.c t/op/sort.t t/op/threads.t
40121            ! thrdvar.h
40122 ____________________________________________________________________________
40123 [ 25952] By: steveh                                on 2005/11/02  09:41:25
40124         Log: Subject: [PATCH] RE: [perl #37571] -z FH broken with Borland  build   
40125              From: "Paul Marquess" <paul.marquess@ntlworld.com>
40126              Date: Tue, 1 Nov 2005 17:05:38 -0000
40127              Message-ID: <003501c5df06$7d63fdb0$0505140a@myopwv.com>
40128      Branch: perl
40129            ! t/op/stat.t win32/win32.c
40130 ____________________________________________________________________________
40131 [ 25951] By: rgs                                   on 2005/11/02  08:57:52
40132         Log: Subject: Re: futimes [PATCH]
40133              From: Gisle Aas <gisle@ActiveState.com>
40134              Date: 01 Nov 2005 00:02:37 -0800
40135              Message-ID: <lrbr1494o2.fsf@caliper.activestate.com>
40136      Branch: perl
40137            ! t/io/fs.t
40138 ____________________________________________________________________________
40139 [ 25950] By: stevep                                on 2005/11/02  04:59:47
40140         Log: Ambiguous test cases may be hazardous to your health.
40141      Branch: perl
40142            ! t/op/list.t
40143 ____________________________________________________________________________
40144 [ 25949] By: stevep                                on 2005/11/02  04:54:52
40145         Log: Lowercase barewords considered harmful to your health.
40146      Branch: perl
40147            ! t/io/fs.t
40148 ____________________________________________________________________________
40149 [ 25948] By: rgs                                   on 2005/11/01  19:23:23
40150         Log: Subject: [PATCH] perlio.c consting
40151              From: Andy Lester <andy@petdance.com>
40152              Date: Oct 31, 2005 6:54 PM
40153              Message-ID: <20051031175411.GA18480@petdance.com>
40154      Branch: perl
40155            ! op.c perlio.c
40156 ____________________________________________________________________________
40157 [ 25947] By: steveh                                on 2005/11/01  17:20:18
40158         Log: This *really* should clear up Win32's Perl_do_exec undefined warnings
40159      Branch: perl
40160            ! perl.h
40161 ____________________________________________________________________________
40162 [ 25946] By: nicholas                              on 2005/11/01  16:38:31
40163         Log: This should clear up 'Perl_do_exec' undefined; warnings on win32
40164      Branch: perl
40165            ! embed.fnc embed.h proto.h
40166 ____________________________________________________________________________
40167 [ 25945] By: steveh                                on 2005/11/01  10:33:48
40168         Log: Make PerlLIOUtime()'s filename const
40169              
40170              Fixes a warning brought about by change #25941 (which made the
40171              filename argument const).
40172              The various implementations of PerlLIOUtime() (in NetWare/, win32/
40173              and wince/) already take a const filename.
40174      Branch: perl
40175            ! NetWare/nwperlhost.h NetWare/nwperlsys.h iperlsys.h
40176            ! win32/perlhost.h wince/perlhost.h
40177 ____________________________________________________________________________
40178 [ 25944] By: steveh                                on 2005/11/01  08:45:09
40179         Log: Fix nit in pod nit fix
40180      Branch: perl
40181            ! pod/perlhack.pod
40182 ____________________________________________________________________________
40183 [ 25943] By: steveh                                on 2005/11/01  08:39:32
40184         Log: Update win32 config files w.r.t. change #25935
40185      Branch: perl
40186            ! win32/config.bc win32/config.gc win32/config.vc
40187            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
40188            ! win32/config_H.vc win32/config_H.vc64
40189 ____________________________________________________________________________
40190 [ 25942] By: stevep                                on 2005/10/31  23:46:01
40191         Log: Upgrade to DB_File 1.813.
40192      Branch: perl
40193            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
40194            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-recno.t
40195 ____________________________________________________________________________
40196 [ 25941] By: merijn                                on 2005/10/31  22:15:01
40197         Log: Subject: futimes [PATCH]
40198              From: Gisle Aas <gisle@ActiveState.com>
40199              Date: 31 Oct 2005 13:53:53 -0800
40200              Message-ID: <lrk6ft8ia6.fsf_-_@caliper.activestate.com>
40201      Branch: perl
40202            ! doio.c handy.h pod/perlfunc.pod t/io/fs.t
40203 ____________________________________________________________________________
40204 [ 25940] By: nicholas                              on 2005/10/31  20:36:36
40205         Log: All the ops that are simply C<return some_other_op();> can be bypassed
40206              in the op dispatch table, and the bodies retired.
40207      Branch: perl
40208            ! mathoms.c opcode.h opcode.pl pp.c pp_ctl.c pp_sys.c
40209 ____________________________________________________________________________
40210 [ 25939] By: nicholas                              on 2005/10/31  19:55:18
40211         Log: Simplify the implementation of the "unimplemented" message in the
40212              conditionally compiled ops.
40213      Branch: perl
40214            ! pp_sys.c
40215 ____________________________________________________________________________
40216 [ 25938] By: nicholas                              on 2005/10/31  19:14:47
40217         Log: Further pod nit spotted by Jarkko
40218      Branch: perl
40219            ! pod/perlhack.pod
40220 ____________________________________________________________________________
40221 [ 25937] By: nicholas                              on 2005/10/31  18:34:59
40222         Log: Replace the 3 currently "unreachable" ops with a single op body
40223              unimplemented_op() that panics descriptively if ever reached.
40224      Branch: perl
40225            ! opcode.h opcode.pl pod/perldiag.pod pp.c
40226 ____________________________________________________________________________
40227 [ 25936] By: nicholas                              on 2005/10/31  18:29:05
40228         Log: Add "moving common filetest code to a static function" to the todo.
40229      Branch: perl
40230            ! pod/perltodo.pod
40231 ____________________________________________________________________________
40232 [ 25935] By: merijn                                on 2005/10/31  17:50:05
40233         Log: revive probe for futimes ()
40234      Branch: perl
40235            ! Configure Porting/Glossary config_h.SH handy.h
40236 ____________________________________________________________________________
40237 [ 25934] By: rgs                                   on 2005/10/31  17:00:44
40238         Log: A B::Deparse fix from :
40239              Subject: Re: [perl #37527] regular-expression parser does not see '(' character
40240              From: Bas van Sisseren <bas@quarantainenet.nl>
40241              Date: Wed, 26 Oct 2005 13:59:42 +0200
40242              Message-ID: <435F6FAE.4060502@quarantainenet.nl>
40243      Branch: perl
40244            ! ext/B/B/Deparse.pm
40245 ____________________________________________________________________________
40246 [ 25933] By: merijn                                on 2005/10/31  16:25:23
40247         Log: Subject: [PATCH] Symbian port 0.3.0 as of blead@25911
40248              From: <jarkko.hietaniemi@nokia.com>
40249              Date: Mon, 31 Oct 2005 18:38:42 +0200
40250              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6D6@esebe105.NOE.Nokia.com>
40251      Branch: perl
40252            + symbian/PerlAppUIQ.rss
40253            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
40254            ! symbian/PerlApp.hrh symbian/PerlAppAif.rss symbian/config.pl
40255            ! symbian/port.pl symbian/sanity.pl symbian/sdk.pl
40256            ! symbian/sisify.pl symbian/symbian_utils.cpp symbian/xsbuild.pl
40257 ____________________________________________________________________________
40258 [ 25932] By: rgs                                   on 2005/10/31  16:24:31
40259         Log: Avoid corruption when calling mg_get to retrieve the value
40260              of a $digit variable. This is done by ensuring it's not
40261              tainted.
40262              See http://bugs.debian.org/303308
40263              Patch by Chris Heath <chris.heath@autoweb.net>
40264      Branch: perl
40265            ! mg.c
40266 ____________________________________________________________________________
40267 [ 25931] By: nicholas                              on 2005/10/31  16:24:29
40268         Log: maddingue prefers this e-mail address.
40269      Branch: perl
40270            ! AUTHORS
40271 ____________________________________________________________________________
40272 [ 25930] By: merijn                                on 2005/10/31  16:18:03
40273         Log: Try to preserve the lost opcode alias info in comments
40274              extent to change #25929
40275      Branch: perl
40276            ! opcode.h opcode.pl
40277 ____________________________________________________________________________
40278 [ 25929] By: nicholas                              on 2005/10/31  15:52:50
40279         Log: It appears that it's trivially easy to alias opcode functions in
40280              the opcode table. We should be able to get both a speed and size
40281              saving here. Time will tell how much.
40282      Branch: perl
40283            ! opcode.h opcode.pl
40284 ____________________________________________________________________________
40285 [ 25928] By: nicholas                              on 2005/10/31  15:13:06
40286         Log: Add maddingue to AUTHORS
40287      Branch: perl
40288            ! AUTHORS
40289 ____________________________________________________________________________
40290 [ 25927] By: nicholas                              on 2005/10/31  15:09:54
40291         Log: Subject: [PATCH] Making ExtUtils::Constant compatible with Perl 5.004
40292              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
40293              Message-ID: <1130712761.43654eb9cd9f7@imp4-g19.free.fr>
40294              Date: Sun, 30 Oct 2005 23:52:41 +0100
40295              
40296              with tweaks by chromatic and me.
40297      Branch: perl
40298            ! lib/ExtUtils/Constant.pm
40299 ____________________________________________________________________________
40300 [ 25926] By: nicholas                              on 2005/10/31  14:51:48
40301         Log: A more elegant way to deal with utf8n_to_uvchr() and utf8n_to_uvuni().
40302      Branch: perl
40303            ! embed.fnc embed.h proto.h utf8.c utf8.h
40304 ____________________________________________________________________________
40305 [ 25925] By: rgs                                   on 2005/10/31  14:27:32
40306         Log: Fix [perl #37533] open pragma ignored for all 3-arg opens
40307              Also, correct the documentation in open.pm that stated
40308              that open() did not override open.pm-given default encodings.
40309      Branch: perl
40310            ! lib/open.pm perlio.c
40311 ____________________________________________________________________________
40312 [ 25924] By: nicholas                              on 2005/10/31  14:18:59
40313         Log: Perl_csighandler was in global.sym twice.
40314      Branch: perl
40315            ! global.sym
40316 ____________________________________________________________________________
40317 [ 25923] By: nicholas                              on 2005/10/31  14:18:14
40318         Log: Arrange to only output each symbol once into global.sym
40319      Branch: perl
40320            ! embed.pl
40321 ____________________________________________________________________________
40322 [ 25922] By: rgs                                   on 2005/10/31  13:45:06
40323         Log: Tests for index/rindex with empty search string,
40324              adapted from a patch by Rick Delaney
40325      Branch: perl
40326            ! t/op/index.t
40327 ____________________________________________________________________________
40328 [ 25921] By: nicholas                              on 2005/10/31  13:22:01
40329         Log: uvchr_to_utf8() and utf8n_to_uvchr() are mathoms on ASCII based
40330              systems, and not on EBCDIC, so some more thinking is going to be
40331              needed here.
40332      Branch: perl
40333            ! mathoms.c utf8.c
40334 ____________________________________________________________________________
40335 [ 25920] By: stevep                                on 2005/10/31  11:58:08
40336         Log: Coverage stats showed that there were no tests for taking a slice
40337              from ().
40338      Branch: perl
40339            ! t/op/list.t
40340 ____________________________________________________________________________
40341 [ 25919] By: steveh                                on 2005/10/31  11:53:05
40342         Log: Change some spaces to tabs for easier diffing against config_h.SH
40343      Branch: perl
40344            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40345            ! win32/config_H.vc64
40346 ____________________________________________________________________________
40347 [ 25918] By: steveh                                on 2005/10/31  11:30:15
40348         Log: Fixed threaded builds following change 25916
40349      Branch: perl
40350            ! pp_hot.c
40351 ____________________________________________________________________________
40352 [ 25917] By: nicholas                              on 2005/10/31  11:29:43
40353         Log: POD nit spotted by Jarkko
40354      Branch: perl
40355            ! pod/perlhack.pod
40356 ____________________________________________________________________________
40357 [ 25916] By: rgs                                   on 2005/10/31  10:44:32
40358         Log: is_utf8_string_loc() is now a macro, don't use its Perl_-prefixed form
40359      Branch: perl
40360            ! pp_hot.c
40361 ____________________________________________________________________________
40362 [ 25915] By: rgs                                   on 2005/10/31  10:28:32
40363         Log: Subject: [PATCH] Etta James presents: More consting
40364              From: Andy Lester <andy@petdance.com>
40365              Date: Sun, 30 Oct 2005 23:44:13 -0600
40366              Message-ID: <20051031054413.GA10767@petdance.com>
40367      Branch: perl
40368            ! cop.h doop.c hv.c numeric.c op.c perl.c perlio.c pp_hot.c
40369            ! pp_sys.c sv.c toke.c universal.c util.c
40370 ____________________________________________________________________________
40371 [ 25914] By: rgs                                   on 2005/10/31  10:18:15
40372         Log: Subject: [PATCH] S_tokereport's unused parm
40373              From: Andy Lester <andy@petdance.com>
40374              Date: Mon, 31 Oct 2005 00:04:59 -0600
40375              Message-ID: <20051031060459.GC10767@petdance.com>
40376      Branch: perl
40377            ! embed.fnc embed.h proto.h toke.c
40378 ____________________________________________________________________________
40379 [ 25913] By: rgs                                   on 2005/10/31  08:54:18
40380         Log: Regenerate perlapi.pod
40381      Branch: perl
40382            ! pod/perlapi.pod
40383 ____________________________________________________________________________
40384 [ 25912] By: rgs                                   on 2005/10/31  08:40:23
40385         Log: Robin Houston remarks that mention of a context is missing from the
40386              threads.pm documentation.
40387      Branch: perl
40388            ! ext/threads/threads.pm
40389 ____________________________________________________________________________
40390 [ 25911] By: stevep                                on 2005/10/31  03:51:08
40391         Log: perlsio_binmode() is pretty much a mathom on UNIX platforms, but it is
40392              used on Cygwin, at least.
40393      Branch: perl
40394            ! mathoms.c perlio.c
40395 ____________________________________________________________________________
40396 [ 25910] By: nicholas                              on 2005/10/30  21:53:03
40397         Log: const const bad bad.
40398              gcc bad bad too, because it didn't grumble one bit. (or two, for that
40399              matter).
40400      Branch: perl
40401            ! utf8.c
40402 ____________________________________________________________________________
40403 [ 25909] By: nicholas                              on 2005/10/30  21:38:29
40404         Log: is_utf8_alnum() and is_utf8_alnumc() can use is_utf8_common() too.
40405      Branch: perl
40406            ! utf8.c
40407 ____________________________________________________________________________
40408 [ 25908] By: nicholas                              on 2005/10/30  21:24:29
40409         Log: Jarkko and I think that Perl_is_utf8_alnumc should be initialising
40410              and using PL_utf8_alnum*c*, not PL_utf8_alnum.
40411      Branch: perl
40412            ! utf8.c
40413 ____________________________________________________________________________
40414 [ 25907] By: nicholas                              on 2005/10/30  21:10:39
40415         Log: Perl_is_utf8_* share a lot of common code. Pull that out into a new
40416              function S_is_utf8_common.
40417      Branch: perl
40418            ! utf8.c
40419 ____________________________________________________________________________
40420 [ 25906] By: nicholas                              on 2005/10/30  18:31:25
40421         Log: Given that sv_nosharing performs the same function as sv_nolocking
40422              and sv_unnolocking (ie sweet FA), we might as well use the 1 function
40423              to initialise all 3 variables, and elimiate the other two.
40424              For some reason all 3 are listed as being in the public API. Daft.
40425      Branch: perl
40426            ! embed.fnc embed.h intrpvar.h mathoms.c proto.h util.c
40427 ____________________________________________________________________________
40428 [ 25905] By: nicholas                              on 2005/10/30  18:04:17
40429         Log: Replace uvuni_to_utf8() with a macro that passes the extra 0 argument
40430              to uvuni_to_utf8_flags(). Move the old body to mathoms.c
40431      Branch: perl
40432            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
40433 ____________________________________________________________________________
40434 [ 25904] By: nicholas                              on 2005/10/30  17:59:08
40435         Log: global.sym appears to have become out of date. Oops.
40436      Branch: perl
40437            ! global.sym
40438 ____________________________________________________________________________
40439 [ 25903] By: nicholas                              on 2005/10/30  17:49:27
40440         Log: Replace is_utf8_string_loc() with a macro that passes the extra 0
40441              argument to is_utf8_string_loc(). Correct the description of its
40442              parameters in its POD.
40443      Branch: perl
40444            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
40445 ____________________________________________________________________________
40446 [ 25902] By: nicholas                              on 2005/10/30  17:14:08
40447         Log: Fix typos in comments.
40448      Branch: perl
40449            ! utf8.c
40450 ____________________________________________________________________________
40451 [ 25901] By: nicholas                              on 2005/10/30  17:08:39
40452         Log: Functions that die aren't exactly well used code.
40453              (ck_retarget, oopsCV, pp_padany, pp_threadsv, pp_mapstart)
40454      Branch: perl
40455            ! mathoms.c op.c pp.c pp_ctl.c
40456 ____________________________________________________________________________
40457 [ 25900] By: nicholas                              on 2005/10/30  16:45:34
40458         Log: save_hints is a mathom.
40459      Branch: perl
40460            ! mathoms.c op.c
40461 ____________________________________________________________________________
40462 [ 25899] By: nicholas                              on 2005/10/30  16:41:02
40463         Log: I infer that change 25891 as-is would break OS2. This should fix it.
40464      Branch: perl
40465            ! perl.h
40466 ____________________________________________________________________________
40467 [ 25898] By: nicholas                              on 2005/10/30  16:36:22
40468         Log: init_i18nl14n is a mathom.
40469      Branch: perl
40470            ! locale.c mathoms.c
40471 ____________________________________________________________________________
40472 [ 25897] By: nicholas                              on 2005/10/30  16:24:37
40473         Log: Replace hv_magic() with a macro to call sv_magic() directly. Move the
40474              old body to mathoms.c
40475      Branch: perl
40476            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
40477 ____________________________________________________________________________
40478 [ 25896] By: nicholas                              on 2005/10/30  16:07:58
40479         Log: Fix win32 breakage inadvertently introduced by 25889
40480      Branch: perl
40481            ! perl.h
40482 ____________________________________________________________________________
40483 [ 25895] By: nicholas                              on 2005/10/30  10:31:01
40484         Log: Replace hv_iternext() with a macro that calls hv_iternext_flags with
40485              an extra 0 argument. Move the old body to mathoms.c
40486      Branch: perl
40487            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
40488 ____________________________________________________________________________
40489 [ 25894] By: nicholas                              on 2005/10/30  10:00:42
40490         Log: Fix typo in comment.
40491      Branch: perl
40492            ! hv.c
40493 ____________________________________________________________________________
40494 [ 25893] By: nicholas                              on 2005/10/30  09:59:41
40495         Log: Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload()
40496              with the extra TRUE argument.
40497      Branch: perl
40498            ! embed.fnc embed.h gv.c gv.h mathoms.c proto.h
40499 ____________________________________________________________________________
40500 [ 25892] By: nicholas                              on 2005/10/30  08:51:52
40501         Log: I think we have a winner. do_pipe hasn't been called since 4.036.
40502              Maybe we should just remove this appendix.
40503      Branch: perl
40504            ! doio.c mathoms.c
40505 ____________________________________________________________________________
40506 [ 25891] By: nicholas                              on 2005/10/30  08:38:07
40507         Log: Replace do_aexec() with a macro to call do_aexec5() with the two extra
40508              0 arguments. Move the old body to mathoms.c
40509      Branch: perl
40510            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
40511 ____________________________________________________________________________
40512 [ 25890] By: nicholas                              on 2005/10/30  08:23:29
40513         Log: Replace do_exec() with a macro to call do_exec3() with the extra two
40514              0 arguments. Move the old body to mathoms.c
40515      Branch: perl
40516            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
40517 ____________________________________________________________________________
40518 [ 25889] By: nicholas                              on 2005/10/30  08:05:32
40519         Log: Replace do_open() with a macro to call do_openn() with the extra two
40520              0 paramters. Move the old body to mathoms.c.
40521      Branch: perl
40522            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
40523 ____________________________________________________________________________
40524 [ 25888] By: stevep                                on 2005/10/30  04:20:45
40525         Log: Subject: [PATCH] warnings.pl/pm: Croaker function: bug (perl v5.8, v5.9)
40526              From: Bram <perl-rt@wizbit.be>
40527              Date: Thu, 04 Aug 2005 23:55:33 +0200
40528              Message-Id: <42F28ED5.CFFDCCFD@wizbit.be>
40529      Branch: perl
40530            ! lib/warnings.pm warnings.pl
40531 ____________________________________________________________________________
40532 [ 25887] By: stevep                                on 2005/10/29  22:37:50
40533         Log: Subject: Re: [PATCH] predecrement vs postdecrement
40534              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
40535              Date: Sat, 29 Oct 2005 23:24:33 +0300
40536              Message-ID: <4363DA81.6060600@gmail.com>
40537              
40538              Nit in pod/perlhack.pod
40539      Branch: perl
40540            ! pod/perlhack.pod
40541 ____________________________________________________________________________
40542 [ 25886] By: nicholas                              on 2005/10/29  17:31:01
40543         Log: Replace the body of the rarely used sv_setpviv_mg with a call to
40544              sv_setpviv followed by SvSETMAGIC.
40545      Branch: perl
40546            ! sv.c
40547 ____________________________________________________________________________
40548 [ 25885] By: nicholas                              on 2005/10/29  17:21:24
40549         Log: Replace sv_catsv_mg and sv_catpvn_mg, and move the obsolete bodies to
40550              mathoms.c
40551      Branch: perl
40552            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
40553 ____________________________________________________________________________
40554 [ 25884] By: nicholas                              on 2005/10/29  17:02:49
40555         Log: Add a new SMAGIC flag, to signal a call to SvSETMAGIC. Add it to
40556              sv_catpvn_flags and sv_catsv_flags, and then re-implement sv_catpvn_mg
40557              and sv_catsv_mg as calls to sv_catpvn_flags and sv_catsv_flags
40558              respectively.
40559      Branch: perl
40560            ! sv.c sv.h
40561 ____________________________________________________________________________
40562 [ 25883] By: nicholas                              on 2005/10/29  16:25:38
40563         Log: sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replaced
40564              with terse macros, and the function bodies retired.
40565      Branch: perl
40566            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
40567 ____________________________________________________________________________
40568 [ 25882] By: nicholas                              on 2005/10/29  16:06:39
40569         Log: All the private implementations of @foo for compilers that can't do
40570              complex macro expansions became dead wood sometime around 5.7.3
40571              (Don't tell Otava this)
40572      Branch: perl
40573            ! mathoms.c sv.c
40574 ____________________________________________________________________________
40575 [ 25881] By: stevep                                on 2005/10/29  15:34:22
40576         Log: Subject: [perl #30563] [PATCH] Storable::dclone fails for tied elements
40577              From: perlbug-followup@perl.org (Srezic@Iconmobile.Com)
40578              Date: 2 Jul 2004 11:32:12 -0000
40579              Message-ID: <rt-3.0.11-30563-91788.4.94870186951744@perl.org>
40580              
40581              Also, a version bump to Storable.pm.
40582      Branch: perl
40583            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
40584            ! ext/Storable/t/dclone.t
40585 ____________________________________________________________________________
40586 [ 25880] By: nicholas                              on 2005/10/29  15:07:42
40587         Log: sv_utf8_upgrade declares itself to be a mathom, so off it goes.
40588              Remove duplicate declaration of Perl_sv_2uv
40589      Branch: perl
40590            ! mathoms.c sv.c
40591 ____________________________________________________________________________
40592 [ 25879] By: nicholas                              on 2005/10/29  14:51:32
40593         Log: Replace sv_force_normal with a macro that calls sv_force_normal_flags.
40594      Branch: perl
40595            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
40596 ____________________________________________________________________________
40597 [ 25878] By: nicholas                              on 2005/10/29  14:39:37
40598         Log: Replace sv_unref with a macro that calls sv_unref_flags
40599      Branch: perl
40600            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
40601 ____________________________________________________________________________
40602 [ 25877] By: stevep                                on 2005/10/29  14:33:30
40603         Log: Oops, missed an sv_force_normal()
40604      Branch: perl
40605            ! mg.c
40606 ____________________________________________________________________________
40607 [ 25876] By: nicholas                              on 2005/10/29  14:25:55
40608         Log: sv_taint() can easily be replaced by a macro.
40609      Branch: perl
40610            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
40611 ____________________________________________________________________________
40612 [ 25875] By: stevep                                on 2005/10/29  14:14:25
40613         Log: Change to use sv_force_normal_flags() directly, rather than calling
40614              sv_force_normal() to call sv_force_normal_flags().
40615      Branch: perl
40616            ! NetWare/sv_nw.c mg.c
40617 ____________________________________________________________________________
40618 [ 25874] By: nicholas                              on 2005/10/29  11:50:29
40619         Log: A terser implementation of S_varname, by using and post-processing
40620              gv_fullname4
40621      Branch: perl
40622            ! sv.c
40623 ____________________________________________________________________________
40624 [ 25873] By: stevep                                on 2005/10/29  11:47:55
40625         Log: Additional mathoms from doio.c
40626      Branch: perl
40627            ! doio.c mathoms.c
40628 ____________________________________________________________________________
40629 [ 25872] By: stevep                                on 2005/10/29  11:36:26
40630         Log: Coverage stats say av_fake() is a mathom too.
40631      Branch: perl
40632            ! av.c mathoms.c
40633 ____________________________________________________________________________
40634 [ 25871] By: nicholas                              on 2005/10/29  11:14:40
40635         Log: gv_fullname3 and gv_efullname3 are definately mathoms. They even say so.
40636      Branch: perl
40637            ! gv.c mathoms.c
40638 ____________________________________________________________________________
40639 [ 25870] By: stevep                                on 2005/10/29  11:02:12
40640         Log: Subject: Re: [PATCH] predecrement vs postdecrement
40641              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
40642              Date: Sat, 29 Oct 2005 11:52:25 +0300
40643              Message-ID: <43633849.6060809@gmail.com>
40644      Branch: perl
40645            ! regcomp.c
40646 ____________________________________________________________________________
40647 [ 25869] By: nicholas                              on 2005/10/29  10:53:40
40648         Log: gv_fullname and gv_efullname are definately mathoms.
40649      Branch: perl
40650            ! gv.c mathoms.c
40651 ____________________________________________________________________________
40652 [ 25868] By: stevep                                on 2005/10/28  23:38:35
40653         Log: Subject: [PATCH] perl5db.pl incorrect instructions in termination message
40654              From: Brendan O'Dea <bod@debian.org>
40655              Date: Sat, 29 Oct 2005 07:14:40 +1000
40656              Message-ID: <20051028211440.GA23305@londo.c47.org>
40657      Branch: perl
40658            ! lib/perl5db.pl
40659 ____________________________________________________________________________
40660 [ 25867] By: stevep                                on 2005/10/28  21:12:35
40661         Log: Makefiles like tabs, not spaces.
40662      Branch: perl
40663            ! win32/Makefile win32/makefile.mk
40664 ____________________________________________________________________________
40665 [ 25866] By: stevep                                on 2005/10/28  21:09:31
40666         Log: Add a new file, mathoms.c, to hold old code kept around for binary
40667              compatability with previous versions of Perl.  Change also includes
40668              various Makefile changes to compile the new file and link it into 
40669              libperl.
40670      Branch: perl
40671            + mathoms.c
40672            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile globals.c
40673            ! numeric.c op.c perlio.c plan9/mkfile sv.c utf8.c
40674            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
40675            ! wince/Makefile.ce
40676 ____________________________________________________________________________
40677 [ 25865] By: stevep                                on 2005/10/28  11:30:51
40678         Log: Check for changes in IO on CPAN.
40679      Branch: perl
40680            ! Porting/Maintainers.pl
40681 ____________________________________________________________________________
40682 [ 25864] By: stevep                                on 2005/10/28  11:21:48
40683         Log: gbarr is maintaining IO.
40684      Branch: perl
40685            ! Porting/Maintainers.pl
40686 ____________________________________________________________________________
40687 [ 25863] By: stevep                                on 2005/10/28  10:48:32
40688         Log: Add SPRINTF_RETURNS_STRLEN to the various Win32 config_H.* files.
40689      Branch: perl
40690            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40691            ! win32/config_H.vc64
40692 ____________________________________________________________________________
40693 [ 25862] By: nicholas                              on 2005/10/28  10:24:43
40694         Log: Use the return value from sprintf and avoid a call to strlen
40695      Branch: perl
40696            ! sv.c
40697 ____________________________________________________________________________
40698 [ 25861] By: stevep                                on 2005/10/27  11:13:50
40699         Log: Subject: Re: IO::File performace issue
40700              From: gisle@ActiveState.com (Gisle Aas)
40701              Date: 27 Oct 2005 01:00:39 -0700
40702              Message-ID: <lrvezjv17c.fsf@caliper.activestate.com>
40703              
40704              Also includes a version bump for IO::File.
40705      Branch: perl
40706            ! ext/IO/lib/IO/File.pm
40707 ____________________________________________________________________________
40708 [ 25860] By: nicholas                              on 2005/10/27  08:53:03
40709         Log: Change 25850 failed to include all changed headers
40710      Branch: perl
40711            ! embed.h proto.h
40712 ____________________________________________________________________________
40713 [ 25859] By: stevep                                on 2005/10/27  01:55:08
40714         Log: Win32 fix for change #25850.  I don't know if this define will ever
40715              be used on Win32, but it does fix the problem at hand.
40716      Branch: perl
40717            ! win32/perlhost.h
40718 ____________________________________________________________________________
40719 [ 25858] By: rgs                                   on 2005/10/26  13:27:31
40720         Log: Subject: [patch@25854]vms.c rmsexpand and memmove fixes
40721              From: "John E. Malmberg" <wb8tyw@qsl.net>
40722              Date: Wed, 26 Oct 2005 08:08:05 -0400
40723              Message-ID: <435F71A5.6030809@qsl.net>
40724      Branch: perl
40725            ! vms/vms.c
40726 ____________________________________________________________________________
40727 [ 25857] By: rgs                                   on 2005/10/26  12:52:37
40728         Log: FAQ sync.
40729      Branch: perl
40730            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
40731            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
40732            ! pod/perlfaq7.pod pod/perlfaq9.pod
40733 ____________________________________________________________________________
40734 [ 25856] By: merijn                                on 2005/10/26  12:37:47
40735         Log: Subject: [PATCH] Symbian: better Series 80 support
40736              From: <jarkko.hietaniemi@nokia.com>
40737              Date: Wed, 26 Oct 2005 15:50:08 +0300
40738              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6AA@esebe105.NOE.Nokia.com>
40739      Branch: perl
40740            + symbian/hexdump.pl
40741            ! MANIFEST symbian/PerlApp.cpp symbian/PerlApp.h
40742            ! symbian/PerlAppS80.rss symbian/config.pl symbian/makesis.pl
40743            ! symbian/sisify.pl
40744 ____________________________________________________________________________
40745 [ 25855] By: stevep                                on 2005/10/26  11:52:46
40746         Log: Multiple versions of OpenBSD fail this test, not just 3.7.
40747      Branch: perl
40748            ! t/op/sprintf.t
40749 ____________________________________________________________________________
40750 [ 25854] By: rgs                                   on 2005/10/26  10:21:30
40751         Log: Subject: Re: [PATCH] minor speed-up for pp_push()
40752              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
40753              Date: Tue, 25 Oct 2005 08:11:42 +0200
40754              Message-id: <20051025061141.GA2256@ethan>
40755      Branch: perl
40756            ! pp.c
40757 ____________________________________________________________________________
40758 [ 25853] By: nicholas                              on 2005/10/26  10:06:37
40759         Log: Store the raw bytes of the pid in PL_pidstatus, rather than the
40760              stringification, as removing the conversions saves time and code.
40761      Branch: perl
40762            ! util.c
40763 ____________________________________________________________________________
40764 [ 25852] By: rgs                                   on 2005/10/26  09:37:25
40765         Log: Subject: [perl #37535] [PATCH] ioctl IOCPARM_LEN(x) should be _IOC_SIZE(x) on Linux, not 256 
40766              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
40767              Date: Tue, 25 Oct 2005 15:27:28 -0700
40768              Message-ID: <rt-3.0.11-37535-123290.14.118037538994@perl.org>
40769      Branch: perl
40770            ! perl.h
40771 ____________________________________________________________________________
40772 [ 25851] By: rgs                                   on 2005/10/26  08:58:42
40773         Log: Subject: Re: [patch@25838]Hopefully the last VMS exit/error fixes needed.
40774              From: "John E. Malmberg" <wb8tyw@qsl.net>
40775              Date: Tue, 25 Oct 2005 13:36:20 -0400
40776              Message-ID: <435E6D14.7000104@qsl.net>
40777      Branch: perl
40778            ! perl.h vms/perlvms.pod
40779 ____________________________________________________________________________
40780 [ 25850] By: nicholas                              on 2005/10/26  08:31:20
40781         Log: Most platforms don't actually need PL_pidstatus, or the associated
40782              .5K of code.
40783      Branch: perl
40784            ! embed.fnc intrpvar.h makedef.pl perl.c perl.h perlapi.h
40785            ! pp_sys.c sv.c util.c
40786 ____________________________________________________________________________
40787 [ 25849] By: rgs                                   on 2005/10/25  15:26:20
40788         Log: Back out change #25839, and apply :
40789              
40790              Subject: [patch@25838]Hopefully the last VMS exit/error fixes needed.
40791              From: "John E. Malmberg" <wb8tyw@qsl.net>
40792              Date: Tue, 25 Oct 2005 11:09:37 -0400
40793              Message-ID: <435E4AB1.1000106@qsl.net>
40794      Branch: perl
40795            ! perl.c perl.h vms/perlvms.pod
40796 ____________________________________________________________________________
40797 [ 25848] By: nicholas                              on 2005/10/25  12:54:18
40798         Log: Code in wait4pid was calling hv_delete with the hash iterator
40799              currently on that entry. On aggregate this does more work, beacuse
40800              the next call to hv_iterinit() would spot the flag, and have to call
40801              the delete routine, while in the meantime any new entries can't
40802              re-use that memory.
40803      Branch: perl
40804            ! util.c
40805 ____________________________________________________________________________
40806 [ 25847] By: rgs                                   on 2005/10/25  12:35:29
40807         Log: t/TEST should require Time::HiRes only when it uses it.
40808              This fixes minitest.
40809      Branch: perl
40810            ! t/TEST
40811 ____________________________________________________________________________
40812 [ 25846] By: rgs                                   on 2005/10/25  12:17:33
40813         Log: Rediff the Makefile.SH patch for cross-compilation.
40814              (this doesn't mean it works, though.)
40815      Branch: perl
40816            ! Cross/Makefile.SH.patch
40817 ____________________________________________________________________________
40818 [ 25845] By: stevep                                on 2005/10/25  11:56:53
40819         Log: Upgrade to Time-HiRes-1.76
40820      Branch: perl
40821            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
40822            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
40823            ! ext/Time/HiRes/t/HiRes.t
40824 ____________________________________________________________________________
40825 [ 25844] By: rgs                                   on 2005/10/25  11:19:44
40826         Log: Remove remaining references to mv-if-diff
40827      Branch: perl
40828            ! os2/Makefile.SHs pod/Makefile.SH pod/perlmodlib.PL
40829 ____________________________________________________________________________
40830 [ 25843] By: nicholas                              on 2005/10/25  10:55:27
40831         Log: Oops. the trick is to edit Makefile.SH
40832      Branch: perl
40833            ! Makefile.SH
40834 ____________________________________________________________________________
40835 [ 25842] By: nicholas                              on 2005/10/25  10:36:39
40836         Log: Subject: [PATCH] remove mv-if-diff
40837              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
40838              Message-ID: <20051024193257.2022ea0d@grubert.mandrakesoft.com>
40839              Date: Mon, 24 Oct 2005 19:32:57 +0200
40840              
40841              (with tweak to add rm for opmini.c, remove mv-if-diff, and reflect
40842              this removal in MANIFEST)
40843      Branch: perl
40844            - mv-if-diff
40845            ! MANIFEST Makefile.SH
40846 ____________________________________________________________________________
40847 [ 25841] By: nicholas                              on 2005/10/25  09:09:49
40848         Log: Replace all the strlen()s related to PL_pidstatus with the return
40849              value of my_sprintf
40850      Branch: perl
40851            ! util.c
40852 ____________________________________________________________________________
40853 [ 25840] By: nicholas                              on 2005/10/25  08:32:25
40854         Log: Whoops. The Windows build is going to need to know that this symbol is
40855              defined.
40856      Branch: perl
40857            ! perl.c
40858 ____________________________________________________________________________
40859 [ 25839] By: rgs                                   on 2005/10/25  08:14:33
40860         Log: Subject: VMS exit handling still broken, need some help.
40861              From: "John E. Malmberg" <wb8tyw@qsl.net>
40862              Date: Mon, 24 Oct 2005 01:34:41 -0400
40863              Message-ID: <435C7271.8070403@qsl.net>
40864      Branch: perl
40865            ! perl.c perl.h vms/vms.c
40866 ____________________________________________________________________________
40867 [ 25838] By: merijn                                on 2005/10/25  05:58:00
40868         Log: Subject: [patch@25837] Change 25831: sprintf returns the length of the buffer.
40869              From: "John E. Malmberg" <wb8tyw@qsl.net>
40870              Date: Mon, 24 Oct 2005 23:37:46 -0400
40871              Message-ID: <435DA88A.90201@qsl.net>
40872      Branch: perl
40873            ! configure.com
40874 ____________________________________________________________________________
40875 [ 25837] By: merijn                                on 2005/10/24  23:35:40
40876         Log: Backport of changes #25831 and #25832. Re-order needed
40877              
40878              Subject: [PATCH] Re: Configure question about format of cc/cppsymbols
40879              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
40880              Date: Mon, 24 Oct 2005 13:04:58 -0700
40881              Message-ID: <20051024200458.GC2312@efn.org>
40882      Branch: perl
40883            ! Configure config_h.SH
40884 ____________________________________________________________________________
40885 [ 25833] By: merijn                                on 2005/10/24  22:44:22
40886         Log: Subject: [PATCH] Compress::Zlib
40887              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
40888              Date: Mon, 24 Oct 2005 23:19:48 +0100
40889              Message-ID: <00ab01c5d8e9$0ef31b40$02f0440a@myopwv.com>
40890      Branch: perl
40891            ! ext/Compress/Zlib/Zlib.pm
40892            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
40893            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
40894            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
40895            ! ext/Compress/Zlib/t/03zlib-v1.t
40896            ! ext/Compress/Zlib/t/16oneshot.t ext/Compress/Zlib/t/22merge.t
40897 ____________________________________________________________________________
40898 [ 25832] By: nicholas                              on 2005/10/24  21:20:21
40899         Log: Add my_sprintf, which is usually just a macro for sprintf, for those
40900              places where we want to use the return value of sprintf. This allows
40901              a wrapper to be used for platforms where the C library isn't ANSI-
40902              conformant.
40903      Branch: perl
40904            ! config_h.SH embed.fnc embed.h global.sym makedef.pl perl.h
40905            ! proto.h util.c
40906 ____________________________________________________________________________
40907 [ 25831] By: nicholas                              on 2005/10/24  20:03:38
40908         Log: Add a probe for whether sprintf returns the length of the buffer.
40909              Update all the canned config.sh files.
40910              Assume that symbian and Win32 are all ANSI conformant, note that ARM
40911              Linux (ie glibc) will be, don't assume that any other platform is.
40912      Branch: perl
40913            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
40914            ! Porting/Glossary configure.com epoc/config.sh
40915            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
40916            ! win32/config.bc win32/config.gc win32/config.vc
40917            ! win32/config.vc64 wince/config.ce
40918 ____________________________________________________________________________
40919 [ 25830] By: rgs                                   on 2005/10/24  16:18:41
40920         Log: Fix path in code example
40921      Branch: perl
40922            ! pod/perlfunc.pod
40923 ____________________________________________________________________________
40924 [ 25829] By: rgs                                   on 2005/10/24  15:21:28
40925         Log: Subject: Re: do { EXPR for EXPR }
40926              From: Robin Houston <robin@cpan.org>
40927              Date: Sat, 22 Oct 2005 16:56:27 +0100
40928              Message-ID: <20051022155627.GA22420@rpc142.cs.man.ac.uk>
40929      Branch: perl
40930            ! op.c t/cmd/mod.t
40931 ____________________________________________________________________________
40932 [ 25828] By: stevep                                on 2005/10/24  14:16:32
40933         Log: Update one of merijn's previous emails.
40934      Branch: perl
40935            ! Porting/checkAUTHORS.pl
40936 ____________________________________________________________________________
40937 [ 25827] By: craigb                                on 2005/10/23  22:17:44
40938         Log: Subject: [patch@25825] Fix st_ino compare to use real data.
40939              From: "John E. Malmberg" <wb8tyw@qsl.net>
40940              Date: Sun, 23 Oct 2005 17:46:46 -0400
40941              Message-id: <435C04C6.2090405@qsl.net>
40942      Branch: perl
40943            ! vms/vms.c
40944 ____________________________________________________________________________
40945 [ 25825] By: mhx                                   on 2005/10/23  10:16:45
40946         Log: Fix mismatched braces in S_fd_on_nosuid_fs().
40947      Branch: perl
40948            ! perl.c
40949 ____________________________________________________________________________
40950 [ 25824] By: craigb                                on 2005/10/22  16:43:40
40951         Log: VMS threaded build fixes for things broken in #25783
40952      Branch: perl
40953            ! vms/vms.c vms/vmsish.h
40954 ____________________________________________________________________________
40955 [ 25823] By: nicholas                              on 2005/10/22  13:12:48
40956         Log: use more 'const' in the Encode data structures.
40957      Branch: perl
40958            ! ext/Encode/Encode/encode.h ext/Encode/bin/enc2xs
40959 ____________________________________________________________________________
40960 [ 25822] By: mhx                                   on 2005/10/22  13:02:02
40961         Log: Turn NN to NULLOK for functions that have code to handle
40962              the ptr == NULL case and are currently called with NULL
40963              pointers. Having parameters tagged NN can make gcc optimize
40964              away the code for the NULL case, causing segfaults.
40965      Branch: perl
40966            ! embed.fnc proto.h
40967 ____________________________________________________________________________
40968 [ 25821] By: nicholas                              on 2005/10/22  12:08:34
40969         Log: Mark more static Encode data structures as const.
40970      Branch: perl
40971            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
40972            ! ext/Encode/bin/enc2xs ext/Encode/encengine.c
40973 ____________________________________________________________________________
40974 [ 25820] By: stevep                                on 2005/10/21  21:54:01
40975         Log: Documentation on getting a FORMAT ref from a GLOB was missing from
40976              perlref.pod.  Thanks for David Wheeler for starting the discussion
40977              and Paul Johnson for confirming that it could actually be done.
40978      Branch: perl
40979            ! pod/perlref.pod
40980 ____________________________________________________________________________
40981 [ 25819] By: merijn                                on 2005/10/21  15:49:00
40982         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
40983              From: <jarkko.hietaniemi@nokia.com>
40984              Date: Fri, 21 Oct 2005 17:15:23 +0300
40985              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
40986      Branch: perl
40987            + symbian/PerlAppS60.rss symbian/PerlAppS80.rss
40988            ! MANIFEST
40989 ____________________________________________________________________________
40990 [ 25818] By: rgs                                   on 2005/10/21  15:44:38
40991         Log: Subject: allow "" as select bitmask [PATCH]
40992              From: Gisle Aas <gisle@ActiveState.com>
40993              Date: 21 Oct 2005 08:04:40 -0700
40994              Message-ID: <lrach229o7.fsf_-_@caliper.activestate.com>
40995      Branch: perl
40996            ! pp_sys.c t/op/sselect.t
40997 ____________________________________________________________________________
40998 [ 25816] By: rgs                                   on 2005/10/21  15:06:13
40999         Log: Rewording of doc change #25812
41000      Branch: perl
41001            ! pod/perlsub.pod
41002 ____________________________________________________________________________
41003 [ 25815] By: merijn                                on 2005/10/21  14:12:37
41004         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
41005              From: <jarkko.hietaniemi@nokia.com>
41006              Date: Fri, 21 Oct 2005 17:15:23 +0300
41007              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
41008      Branch: perl
41009            - symbian/PerlApp.rss
41010 ____________________________________________________________________________
41011 [ 25814] By: merijn                                on 2005/10/21  14:12:10
41012         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
41013              From: <jarkko.hietaniemi@nokia.com>
41014              Date: Fri, 21 Oct 2005 17:15:23 +0300
41015              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
41016      Branch: perl
41017            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
41018            ! symbian/PerlApp.hrh symbian/config.pl symbian/config.sh
41019            ! symbian/makesis.pl symbian/sdk.pl symbian/sisify.pl
41020            ! symbian/xsbuild.pl
41021 ____________________________________________________________________________
41022 [ 25813] By: rgs                                   on 2005/10/21  13:24:30
41023         Log: Subject: wrong maxlen in sselect [PATCH]
41024              From: Gisle Aas <gisle@ActiveState.com>
41025              Date: 21 Oct 2005 05:24:30 -0700
41026              Message-ID: <lrzmp312ip.fsf@caliper.activestate.com>
41027              
41028              Plus a regression test for the new warning.
41029      Branch: perl
41030            ! pod/perldiag.pod pp_sys.c t/lib/warnings/pp_sys
41031 ____________________________________________________________________________
41032 [ 25812] By: rgs                                   on 2005/10/21  13:01:26
41033         Log: Subject: Re: [PATCH] return values reworded in perlsub.pod
41034              From: Xavier Noria <fxn@hashref.com>
41035              Date: Fri, 21 Oct 2005 08:43:12 +0200
41036              Message-Id: <1C8D7C5C-986C-4336-8C4F-8B965CE1AD17@hashref.com>
41037              
41038              (with minor tweaks)
41039      Branch: perl
41040            ! pod/perlsub.pod
41041 ____________________________________________________________________________
41042 [ 25811] By: rgs                                   on 2005/10/21  09:31:52
41043         Log: Remove last remaining reference to vax11c
41044      Branch: perl
41045            ! x2p/a2p.h
41046 ____________________________________________________________________________
41047 [ 25810] By: craigb                                on 2005/10/20  22:38:36
41048         Log: Subject: [patch@25809]restore documented exit behavior
41049              From: "John E. Malmberg" <wb8tyw@qsl.net>
41050              Date: Thu, 20 Oct 2005 18:21:20 -0400
41051              Message-id: <43581860.3020108@qsl.net>
41052      Branch: perl
41053            ! mg.c perl.c perl.h t/op/exec.t vms/perlvms.pod vms/vms.c
41054 ____________________________________________________________________________
41055 [ 25809] By: rgs                                   on 2005/10/19  21:15:53
41056         Log: Fix doc typo, by Gisle Aas
41057      Branch: perl
41058            ! lib/User/grent.pm
41059 ____________________________________________________________________________
41060 [ 25808] By: rgs                                   on 2005/10/19  20:46:50
41061         Log: Subject: Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of ARRAY in leave
41062              From: Robin Houston <robin@cpan.org>
41063              Date: Oct 14, 2005 1:54 AM
41064              Message-ID: <20051013235457.GA23386@rpc142.cs.man.ac.uk>
41065      Branch: perl
41066            ! embed.fnc embed.h global.sym op.c op.h proto.h t/op/array.t
41067 ____________________________________________________________________________
41068 [ 25805] By: rgs                                   on 2005/10/19  13:19:17
41069         Log: Forgotten chunk by jhi
41070      Branch: perl
41071            ! symbian/makesis.pl
41072 ____________________________________________________________________________
41073 [ 25804] By: rgs                                   on 2005/10/19  13:09:09
41074         Log: Subject: [PATCH] blead 25801: Symbian batch of today
41075              From: <jarkko.hietaniemi@nokia.com>
41076              Date: Wed, 19 Oct 2005 16:19:23 +0300
41077              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A663@esebe105.NOE.Nokia.com>
41078      Branch: perl
41079            ! perl.h pp_sys.c symbian/config.sh symbian/symbianish.h
41080            ! symbian/xsbuild.pl
41081 ____________________________________________________________________________
41082 [ 25803] By: rgs                                   on 2005/10/19  08:18:30
41083         Log: Subject: [PATCH] More consting, and DRY leads to shrinking object code
41084              From: Andy Lester <andy@petdance.com>
41085              Date: Tue, 18 Oct 2005 09:57:23 -0500
41086              Message-ID: <20051018145723.GA4964@petdance.com>
41087      Branch: perl
41088            ! av.c gv.c hv.c mg.c pp_ctl.c pp_hot.c sv.c
41089 ____________________________________________________________________________
41090 [ 25802] By: rgs                                   on 2005/10/19  07:52:20
41091         Log: Subject: [PATCH] Adding documentation index to perlapi.pod and perlintern.pod
41092              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
41093              Date: Tue, 18 Oct 2005 22:22:57 +0200
41094              Message-ID: <1129666977.435559a10cb95@imp5-g19.free.fr>
41095              
41096              (tweaked to remove trailing whitespace to doc entries)
41097              Plus, regenerate doc and headers
41098      Branch: perl
41099            ! autodoc.pl embed.h pod/perlapi.pod pod/perlintern.pod proto.h
41100 ____________________________________________________________________________
41101 [ 25801] By: craigb                                on 2005/10/19  00:29:00
41102         Log: Subject: [patch@25784] enable open(FOO, "child.pl foo|") on VMS
41103              From: "John E. Malmberg" <wb8tyw@qsl.net>
41104              Date: Tue, 18 Oct 2005 14:43:29 -0400
41105              Message-id: <43554251.5020704@qsl.net>
41106      Branch: perl
41107            ! vms/vms.c vms/vmsish.h
41108 ____________________________________________________________________________
41109 [ 25800] By: rgs                                   on 2005/10/18  21:22:17
41110         Log: Add notes about -f _ and defined %foo:: in perldelta
41111      Branch: perl
41112            ! pod/perl593delta.pod
41113 ____________________________________________________________________________
41114 [ 25799] By: rgs                                   on 2005/10/18  20:57:43
41115         Log: Force _ to be always a bareword after filetest operators
41116      Branch: perl
41117            ! t/op/filetest.t toke.c
41118 ____________________________________________________________________________
41119 [ 25798] By: nicholas                              on 2005/10/18  19:52:27
41120         Log: Add Rafael's 5.10 roadmap to perltodo.
41121              Add state variables.
41122              Remove xsubpp entry, as that had been done already.
41123      Branch: perl
41124            ! pod/perltodo.pod
41125 ____________________________________________________________________________
41126 [ 25797] By: rgs                                   on 2005/10/18  19:24:55
41127         Log: Fix tokenizer debugging trace for file tests
41128      Branch: perl
41129            ! toke.c
41130 ____________________________________________________________________________
41131 [ 25796] By: stevep                                on 2005/10/18  19:15:40
41132         Log: Upgrade to Digest-1.13
41133      Branch: perl
41134            ! lib/Digest.pm lib/Digest/Changes lib/Digest/file.pm
41135 ____________________________________________________________________________
41136 [ 25795] By: merijn                                on 2005/10/18  16:30:54
41137         Log: VMS does not have clearenv () according to John E. Malmberg
41138              Followup to 25793
41139      Branch: perl
41140            ! configure.com
41141 ____________________________________________________________________________
41142 [ 25794] By: steveh                                on 2005/10/18  15:03:50
41143         Log: Update win32 config files w.r.t. change #25793
41144      Branch: perl
41145            ! win32/config.bc win32/config.gc win32/config.vc
41146            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
41147            ! win32/config_H.vc win32/config_H.vc64
41148 ____________________________________________________________________________
41149 [ 25793] By: merijn                                on 2005/10/18  13:50:15
41150         Log: Add probe for clearenv (), like #25733 for unsetenv ()
41151      Branch: perl
41152            ! Configure Porting/Glossary config_h.SH handy.h
41153 ____________________________________________________________________________
41154 [ 25790] By: rgs                                   on 2005/10/18  12:48:17
41155         Log: Subject: [PATCH] missed some SYMBIAN ifdefs
41156              From: <jarkko.hietaniemi@nokia.com>
41157              Date: Tue, 18 Oct 2005 16:07:28 +0300
41158              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A64D@esebe105.NOE.Nokia.com>
41159      Branch: perl
41160            ! perl.h util.h
41161 ____________________________________________________________________________
41162 [ 25789] By: stevep                                on 2005/10/18  10:52:01
41163         Log: Upgrade to Time-HiRes-1.75
41164      Branch: perl
41165            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
41166            ! ext/Time/HiRes/Makefile.PL
41167 ____________________________________________________________________________
41168 [ 25788] By: rgs                                   on 2005/10/18  09:29:05
41169         Log: Subject: [PATCH] Symbian: New vs New
41170              From: <jarkko.hietaniemi@nokia.com>
41171              Date: Tue, 18 Oct 2005 12:53:16 +0300
41172              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A640@esebe105.NOE.Nokia.com>
41173      Branch: perl
41174            ! symbian/PerlUtil.cpp
41175 ____________________________________________________________________________
41176 [ 25786] By: rgs                                   on 2005/10/18  08:01:12
41177         Log: Subject: [patch@25783] vmsish.h fix for lstat() definition
41178              From: "John E. Malmberg" <wb8tyw@qsl.net>
41179              Date: Mon, 17 Oct 2005 17:08:19 -0400
41180              Message-ID: <435412C3.3080504@qsl.net>
41181      Branch: perl
41182            ! vms/vmsish.h
41183 ____________________________________________________________________________
41184 [ 25784] By: steveh                                on 2005/10/17  15:48:24
41185         Log: Silence gcc complaints about comments in config.h
41186              
41187              This suppresses dozens of lines of warnings seen, e.g. here:
41188              http://www.nntp.perl.org/group/perl.daily-build.reports/32231
41189      Branch: perl
41190            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
41191 ____________________________________________________________________________
41192 [ 25783] By: rgs                                   on 2005/10/17  15:13:35
41193         Log: Subject: [patch@25775] VMS prep for symbolic links and long filename
41194              From: "John E. Malmberg" <wb8tyw@qsl.net>
41195              Date: Mon, 17 Oct 2005 08:12:37 -0400
41196              Message-ID: <43539535.70609@qsl.net>
41197      Branch: perl
41198            ! vms/vms.c vms/vmsish.h
41199 ____________________________________________________________________________
41200 [ 25782] By: rgs                                   on 2005/10/17  15:05:23
41201         Log: Subject: [PATCH] even more Symbian
41202              From: <jarkko.hietaniemi@nokia.com>
41203              Date: Mon, 17 Oct 2005 18:27:57 +0300
41204              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A61F@esebe105.NOE.Nokia.com>
41205      Branch: perl
41206            ! ext/Storable/Storable.xs symbian/TODO
41207            ! symbian/find_writeable_data.pl symbian/xsbuild.pl
41208 ____________________________________________________________________________
41209 [ 25781] By: nicholas                              on 2005/10/17  14:44:59
41210         Log: Correct precedence from and to && in an expression with assignment.
41211      Branch: perl
41212            ! ext/IO/t/io_sock.t
41213 ____________________________________________________________________________
41214 [ 25780] By: rgs                                   on 2005/10/17  10:16:30
41215         Log: Subject: Re: small addition to $, and $\ in perlvar.pod
41216              From: Xavier Noria <fxn@hashref.com>
41217              Date: Sun, 16 Oct 2005 12:27:30 +0200
41218              Message-Id: <7CA83392-70CD-4AC8-AA44-D94F508BB028@hashref.com>
41219      Branch: perl
41220            ! pod/perlvar.pod
41221 ____________________________________________________________________________
41222 [ 25779] By: steveh                                on 2005/10/17  10:14:46
41223         Log: Make some casts explicit to keep VC++ 7 happy
41224              
41225              Specifically, this silences the warnings from the following smoke:
41226              http://www.nntp.perl.org/group/perl.daily-build.reports/32258
41227              (Hmm. Looks like you need to decode the base64 yourself before you
41228              can read that.)
41229      Branch: perl
41230            ! numeric.c op.c pp_pack.c toke.c
41231 ____________________________________________________________________________
41232 [ 25778] By: rgs                                   on 2005/10/17  09:57:24
41233         Log: Subject: [PATCH] another Symbian update: Alan's fault :-)
41234              From: <jarkko.hietaniemi@nokia.com>
41235              Date: Mon, 17 Oct 2005 13:19:34 +0300
41236              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A611@esebe105.NOE.Nokia.com>
41237      Branch: perl
41238            + symbian/find_writeable_data.pl
41239            ! MANIFEST XSUB.h doio.c embed.fnc embed.h mg.c perl.c perl.h
41240            ! perlio.c pp_ctl.c pp_sys.c symbian/config.pl symbian/sisify.pl
41241            ! util.c
41242 ____________________________________________________________________________
41243 [ 25777] By: rgs                                   on 2005/10/17  08:46:31
41244         Log: Doc/style fixes pointed out by Gisle
41245      Branch: perl
41246            ! lib/warnings/register.pm
41247 ____________________________________________________________________________
41248 [ 25776] By: rgs                                   on 2005/10/17  08:28:15
41249         Log: Subject: [PATCH] blead@25775 Symbian update
41250              From: <jarkko.hietaniemi@nokia.com>
41251              Date: Mon, 17 Oct 2005 11:49:20 +0300
41252              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A60A@esebe105.NOE.Nokia.com>
41253      Branch: perl
41254            + symbian/PerlUtil.cpp symbian/PerlUtil.h symbian/PerlUtil.pod
41255            ! MANIFEST README.symbian symbian/PerlBase.pod symbian/TODO
41256            ! symbian/config.pl symbian/sdk.pl symbian/sisify.pl
41257            ! symbian/symbian_proto.h symbian/xsbuild.pl
41258 ____________________________________________________________________________
41259 [ 25775] By: davem                                 on 2005/10/16  23:05:44
41260         Log: DEBUG_LEAKING_SCALARS doesn't need shared memory to store filenames
41261      Branch: perl
41262            ! sv.c
41263 ____________________________________________________________________________
41264 [ 25774] By: rgs                                   on 2005/10/16  21:47:57
41265         Log: Subject: [PATCH] Keys of %INC always use forward slashes
41266              From: Jan Dubois <jand@activestate.com>
41267              Date: Oct 16, 2005 8:24 PM
41268              Message-ID: <006e01c5d27e$d722c6e0$2217a8c0@candy>
41269      Branch: perl
41270            ! lib/CPAN.pm
41271 ____________________________________________________________________________
41272 [ 25772] By: craigb                                on 2005/10/16  19:10:56
41273         Log: Subject: [patch@25763] Fix VMS error/exit handling, update kill function
41274              From: "John E. Malmberg" <wb8tyw@qsl.net>
41275              Message-id: <4351F393.8030809@qsl.net>
41276              Date: Sun, 16 Oct 2005 02:30:43 -0400
41277      Branch: perl
41278            ! perl.c perl.h t/run/exit.t vms/vms.c vms/vmsish.h
41279 ____________________________________________________________________________
41280 [ 25771] By: davem                                 on 2005/10/16  17:46:10
41281         Log: an assert in av_undef was leaking memory
41282      Branch: perl
41283            ! av.c
41284 ____________________________________________________________________________
41285 [ 25770] By: davem                                 on 2005/10/16  17:39:20
41286         Log: static functions should be prefixed S_
41287      Branch: perl
41288            ! ext/threads/threads.xs
41289 ____________________________________________________________________________
41290 [ 25769] By: davem                                 on 2005/10/16  14:53:45
41291         Log: free a thread's interpreter after $t->join() rather than after undef $t
41292              This should fix some ithreads memory leaks.
41293      Branch: perl
41294            ! ext/threads/threads.xs
41295 ____________________________________________________________________________
41296 [ 25768] By: stevep                                on 2005/10/16  13:53:00
41297         Log: Upgrade to version-0.49
41298      Branch: perl
41299            ! lib/version.pm lib/version.pod
41300 ____________________________________________________________________________
41301 [ 25767] By: stevep                                on 2005/10/16  13:24:23
41302         Log: No more attempting to edit Pod before the first coffee of the morning.
41303      Branch: perl
41304            ! ext/DynaLoader/XSLoader_pm.PL
41305 ____________________________________________________________________________
41306 [ 25766] By: stevep                                on 2005/10/16  13:10:02
41307         Log: Upgrade to XSLoader-0.06 (plus a minor doc nit found by podchecker).
41308      Branch: perl
41309            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
41310 ____________________________________________________________________________
41311 [ 25765] By: stevep                                on 2005/10/16  13:02:19
41312         Log: Upgrade to Pod-Parser-1.34 (with some changes to get the new test file
41313              to work within the core).
41314      Branch: perl
41315            + lib/Pod/t/contains_pod.t t/lib/contains_pod.xr
41316            ! MANIFEST lib/Pod/Find.pm
41317 ____________________________________________________________________________
41318 [ 25764] By: stevep                                on 2005/10/16  12:36:37
41319         Log: Upgrade to ExtUtils-ParseXS-2.15.
41320      Branch: perl
41321            ! lib/ExtUtils/ParseXS.pm
41322 ____________________________________________________________________________
41323 [ 25763] By: nicholas                              on 2005/10/15  21:35:29
41324         Log: Subject: pre{inc,dec} is faster, even with integers
41325              From: hv@crypt.org
41326              Message-Id: <200510141722.j9EHMfa25945@zen.crypt.org>
41327              Date: Fri, 14 Oct 2005 18:22:41 +0100
41328      Branch: perl
41329            ! op.c t/op/inc.t
41330 ____________________________________________________________________________
41331 [ 25761] By: craigb                                on 2005/10/15  03:59:44
41332         Log: Subject: [patch@blead] perlport.pod
41333              From: "John E. Malmberg" <wb8tyw@qsl.net>
41334              Date: Fri, 14 Oct 2005 23:48:20 -0400
41335              Message-id: <43507C04.8050003@qsl.net>
41336      Branch: perl
41337            ! pod/perlport.pod
41338 ____________________________________________________________________________
41339 [ 25760] By: craigb                                on 2005/10/15  03:43:30
41340         Log: Subject: patch for blead - Perlvms.pod update
41341              From: "John E. Malmberg" <wb8tyw@qsl.net>
41342              Date: Fri, 14 Oct 2005 21:15:26 -0400
41343              Message-id: <4350582E.4070209@qsl.net>
41344      Branch: perl
41345            ! vms/perlvms.pod
41346 ____________________________________________________________________________
41347 [ 25759] By: craigb                                on 2005/10/14  15:31:33
41348         Log: Grab enough room from the outset in do_tovmsspec()
41349      Branch: perl
41350            ! vms/vms.c
41351 ____________________________________________________________________________
41352 [ 25758] By: steveh                                on 2005/10/14  08:00:58
41353         Log: Subject: [PATCH] Compress::Zlib - fix for win32
41354              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
41355              Date: Thu, 13 Oct 2005 23:06:25 +0100
41356              Message-ID: <002a01c5d042$5c25fea0$1a1c140a@myopwv.com>
41357      Branch: perl
41358            ! ext/Compress/Zlib/Zlib.xs
41359 ____________________________________________________________________________
41360 [ 25757] By: stevep                                on 2005/10/14  03:46:24
41361         Log: gcc complains when it sees variables declared
41362              
41363              const register ...
41364              
41365              switched them all to 
41366              
41367              register const ...
41368      Branch: perl
41369            ! av.c pp.c pp_hot.c regexec.c sv.c toke.c util.c
41370 ____________________________________________________________________________
41371 [ 25756] By: stevep                                on 2005/10/14  01:20:21
41372         Log: Upgrade to Unicode-Collate-0.52
41373      Branch: perl
41374            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
41375            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
41376 ____________________________________________________________________________
41377 [ 25755] By: stevep                                on 2005/10/13  23:31:03
41378         Log: Add PERL_USE_SAFE_PUTENV to the compile time options in perl -V
41379      Branch: perl
41380            ! perl.c
41381 ____________________________________________________________________________
41382 [ 25754] By: stevep                                on 2005/10/13  23:03:46
41383         Log: Subject: [PATCH] Stas' croak patch and then some
41384              From: Andy Lester <andy@petdance.com>
41385              Date: Thu, 13 Oct 2005 16:42:12 -0500
41386              Message-ID: <20051013214212.GA1122@petdance.com>
41387      Branch: perl
41388            ! embed.fnc gv.c op.c pad.c perl.c pp_sort.c proto.h regcomp.c
41389            ! sv.c t/TEST toke.c utf8.c
41390 ____________________________________________________________________________
41391 [ 25753] By: rgs                                   on 2005/10/13  15:53:39
41392         Log: If /dev/null is not readable, perl -e fails with
41393              an obscure error message. Make it more understandable.
41394      Branch: perl
41395            ! perl.c
41396 ____________________________________________________________________________
41397 [ 25752] By: rgs                                   on 2005/10/13  14:18:50
41398         Log: Subject: [patch@25744] t/op/local.t - change 25514 broke VMS
41399              From: "John E. Malmberg" <wb8tyw@qsl.net>
41400              Date: Thu, 13 Oct 2005 10:28:23 -0400
41401              Message-ID: <434E6F07.5020108@qsl.net>
41402      Branch: perl
41403            ! t/op/local.t
41404 ____________________________________________________________________________
41405 [ 25751] By: rgs                                   on 2005/10/13  12:38:21
41406         Log: Subject: SvPVutf8_nolen crashes [PATCH]
41407              From: Gisle Aas <gisle@ActiveState.com>
41408              Date: 13 Oct 2005 06:00:49 -0700
41409              Message-ID: <lrslv56072.fsf@caliper.activestate.com>
41410      Branch: perl
41411            ! sv.c
41412 ____________________________________________________________________________
41413 [ 25750] By: rgs                                   on 2005/10/13  12:22:24
41414         Log: Better cleanup of directories created by C::Zlib
41415      Branch: perl
41416            ! Makefile.SH
41417 ____________________________________________________________________________
41418 [ 25749] By: merijn                                on 2005/10/13  12:17:41
41419         Log: PL_use_safe_putenv needs to be in the export lists
41420      Branch: perl
41421            ! makedef.pl
41422 ____________________________________________________________________________
41423 [ 25748] By: rgs                                   on 2005/10/13  11:20:23
41424         Log: Subject: [PATCH] POD index entries with X<>
41425              From: Ivan Tubert-Brohman <itub@cpan.org>
41426              Date: Wed, 12 Oct 2005 19:20:18 -0400
41427              Message-ID: <434D9A32.4050305@cpan.org>
41428      Branch: perl
41429            ! pod/perldata.pod pod/perldebug.pod pod/perldsc.pod
41430            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlform.pod
41431            ! pod/perlfunc.pod pod/perllexwarn.pod pod/perlmod.pod
41432            ! pod/perlobj.pod pod/perlop.pod pod/perlpod.pod pod/perlre.pod
41433            ! pod/perlref.pod pod/perlrun.pod pod/perlsub.pod
41434            ! pod/perlsyn.pod pod/perltie.pod
41435 ____________________________________________________________________________
41436 [ 25747] By: rgs                                   on 2005/10/13  09:43:46
41437         Log: Subject: Accidental interpolation of $@ in Pod::Html [PATCH]
41438              From: Gisle Aas <gisle@ActiveState.com>
41439              Date: 13 Oct 2005 01:42:32 -0700
41440              Message-ID: <lr7jch95af.fsf@caliper.activestate.com>
41441      Branch: perl
41442            ! lib/Pod/Html.pm
41443 ____________________________________________________________________________
41444 [ 25746] By: rgs                                   on 2005/10/13  09:05:42
41445         Log: The new REQUIRE token introduced by change 25599 must be
41446              nonassoc, just like the UNIOP token it's patterned after.
41447              (While we're at it, allow to use bison 2.1 to regenerate
41448              the parser files.)
41449      Branch: perl
41450            ! perly.act perly.h perly.tab perly.y regen_perly.pl
41451 ____________________________________________________________________________
41452 [ 25745] By: rgs                                   on 2005/10/13  08:14:32
41453         Log: Document that -F doesn't accept whitespace in patterns.
41454              (fixes bug #37366)
41455      Branch: perl
41456            ! pod/perlrun.pod
41457 ____________________________________________________________________________
41458 [ 25744] By: merijn                                on 2005/10/13  06:10:27
41459         Log: Subject: RE: [PATCH] Compress::Zlib
41460              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
41461              Date: Wed, 12 Oct 2005 22:41:41 +0100
41462              Message-ID: <004c01c5cf75$bd368fc0$0e1c140a@myopwv.com>
41463      Branch: perl
41464            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
41465 ____________________________________________________________________________
41466 [ 25743] By: stevep                                on 2005/10/12  23:28:04
41467         Log: Subject: [PATCH pp_sort.c 5.8.7]  Typo in comment.
41468              From: Abigail <abigail@abigail.nl>
41469              Date: Thu, 13 Oct 2005 01:25:10 +0200
41470              Message-ID: <20051012232509.GA1018@abigail.nl>
41471      Branch: perl
41472            ! pp_sort.c
41473 ____________________________________________________________________________
41474 [ 25742] By: rgs                                   on 2005/10/12  15:55:21
41475         Log: Subject: [PATCH] Symbian blead update: Symbian port 0.2.0
41476              From: <jarkko.hietaniemi@nokia.com>
41477              Date: Wed, 12 Oct 2005 19:12:57 +0300
41478              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5E6@esebe105.NOE.Nokia.com>
41479      Branch: perl
41480            + symbian/sisify.pl
41481            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
41482            ! symbian/TODO symbian/config.pl symbian/port.pl
41483 ____________________________________________________________________________
41484 [ 25741] By: rgs                                   on 2005/10/12  11:37:49
41485         Log: Update to the config boilerplates, by Jarkko
41486      Branch: perl
41487            ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh
41488            ! plan9/config_sh.sample symbian/config.sh uconfig.h uconfig.sh
41489            ! wince/config.ce
41490 ____________________________________________________________________________
41491 [ 25740] By: craigb                                on 2005/10/11  23:58:26
41492         Log: disarm unsetenv() on VMS for now (function is present
41493              but %ENV is more complicated)
41494      Branch: perl
41495            ! configure.com
41496 ____________________________________________________________________________
41497 [ 25739] By: stevep                                on 2005/10/11  22:27:18
41498         Log: Subject: [PATCH] Compress::Zlib
41499              From: Paul Marquess <Paul.Marquess@ntlworld.com>
41500              Date: Tue, 11 Oct 2005 22:54:25 +0100
41501              
41502              This silences a few warnings on AIX
41503      Branch: perl
41504            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
41505            ! ext/Compress/Zlib/t/04def.t
41506 ____________________________________________________________________________
41507 [ 25738] By: rgs                                   on 2005/10/11  21:14:49
41508         Log: Comment fix
41509      Branch: perl
41510            ! perl.c
41511 ____________________________________________________________________________
41512 [ 25737] By: merijn                                on 2005/10/11  15:15:37
41513         Log: Subject: [PATCH] environ fixup
41514              From: Alan Burlison <Alan.Burlison@sun.com>
41515              Date: Tue, 11 Oct 2005 16:29:54 +0100
41516              Message-ID: <434BDA72.4090109@sun.com>
41517      Branch: perl
41518            ! handy.h hints/solaris_2.sh perl.c util.c
41519 ____________________________________________________________________________
41520 [ 25736] By: merijn                                on 2005/10/11  11:30:22
41521         Log: Subject: [PATCH] Symbian blead fix
41522              From: <jarkko.hietaniemi@nokia.com>
41523              Date: Tue, 11 Oct 2005 14:48:49 +0300
41524              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5D4@esebe105.NOE.Nokia.com>
41525      Branch: perl
41526            ! symbian/PerlApp.cpp
41527 ____________________________________________________________________________
41528 [ 25735] By: merijn                                on 2005/10/11  11:25:46
41529         Log: Subject: [PATCH] Compress::Zlib
41530              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
41531              Date: Tue, 11 Oct 2005 12:35:22 +0100
41532              Message-ID: <013e01c5ce57$dee62af0$671c140a@myopwv.com>
41533      Branch: perl
41534            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
41535            ! ext/Compress/Zlib/t/16oneshot.t
41536 ____________________________________________________________________________
41537 [ 25734] By: steveh                                on 2005/10/11  10:09:48
41538         Log: Update win32 config files w.r.t. change #25733
41539      Branch: perl
41540            ! win32/config.bc win32/config.gc win32/config.vc
41541            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
41542            ! win32/config_H.vc win32/config_H.vc64
41543 ____________________________________________________________________________
41544 [ 25733] By: merijn                                on 2005/10/10  13:47:17
41545         Log: Add probe for unsetenv ()
41546              Subject: Re: Perl's handling of environ breaks on Solaris 10
41547              From: Steve Peters <steve@fisharerojo.org>
41548              Date: Mon, 10 Oct 2005 07:51:17 -0500
41549              Message-ID: <20051010125117.GA27566@mccoy.peters.homeunix.org>
41550      Branch: perl
41551            ! Configure Porting/Glossary config_h.SH handy.h
41552 ____________________________________________________________________________
41553 [ 25731] By: stevep                                on 2005/10/10  13:14:50
41554         Log: Subject: Re: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
41555              From: Gisle Aas <gisle@ActiveState.com>
41556              Date: 10 Oct 2005 06:20:23 -0700
41557              
41558              Change to remove a call to Win32::GetShortPathName() from 
41559              Test::Harness::Straps.
41560      Branch: perl
41561            ! lib/Test/Harness/Straps.pm
41562 ____________________________________________________________________________
41563 [ 25730] By: rgs                                   on 2005/10/10  11:22:08
41564         Log: Subject: [PATCH] Symbian bleadperl@25725 update
41565              From: <jarkko.hietaniemi@nokia.com>
41566              Date: Mon, 10 Oct 2005 14:28:31 +0300
41567              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5C4@esebe105.NOE.Nokia.com>
41568      Branch: perl
41569            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/zlib-src/trees.c
41570            ! symbian/PerlApp.cpp symbian/TODO symbian/symbian_utils.cpp
41571            ! symbian/xsbuild.pl
41572 ____________________________________________________________________________
41573 [ 25729] By: rgs                                   on 2005/10/10  11:16:24
41574         Log: Subject: RE: [PATCH] Compress::Zlib
41575              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
41576              Date: Mon, 10 Oct 2005 12:24:29 +0100
41577              Message-ID: <013501c5cd8d$2f5d3e90$291c140a@myopwv.com>
41578      Branch: perl
41579            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
41580 ____________________________________________________________________________
41581 [ 25728] By: merijn                                on 2005/10/10  10:36:51
41582         Log: Subject: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
41583              From: Gisle Aas <gisle@ActiveState.com>
41584              Date: 10 Oct 2005 03:58:09 -0700
41585              Message-ID: <lrk6glej0e.fsf@caliper.activestate.com>
41586      Branch: perl
41587            ! win32/ext/Win32/Win32.pm
41588 ____________________________________________________________________________
41589 [ 25727] By: merijn                                on 2005/10/10  10:27:12
41590         Log: Making t/14gzopen.t a bit more robust.
41591              Subject: [PATCH] Compress::Zlib
41592              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
41593              Date: Mon, 10 Oct 2005 11:40:00 +0100
41594              Message-ID: <012101c5cd86$f895b640$291c140a@myopwv.com>
41595      Branch: perl
41596            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
41597            ! ext/Compress/Zlib/t/14gzopen.t
41598 ____________________________________________________________________________
41599 [ 25726] By: merijn                                on 2005/10/10  06:14:30
41600         Log: Compress::Zlib should not ask under Cygwin in CORE
41601      Branch: perl
41602            ! ext/Compress/Zlib/Makefile.PL
41603 ____________________________________________________________________________
41604 [ 25725] By: stevep                                on 2005/10/10  01:18:58
41605         Log: From: Paul Marquess <Paul.Marquess@ntlworld.com>
41606              Subject: RE: [PATCH] DB_File 1.1812
41607              Date: Sun, 9 Oct 2005 23:25:38 +0100
41608              
41609              Patch to ext/Compress/Zlib/Zlib.xs from Paul Marquess.
41610      Branch: perl
41611            ! ext/Compress/Zlib/Zlib.xs
41612 ____________________________________________________________________________
41613 [ 25724] By: rgs                                   on 2005/10/09  21:27:57
41614         Log: Upgrade to DB_File 1.1812, by Paul Marquess
41615      Branch: perl
41616            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
41617            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
41618            ! ext/DB_File/t/db-hash.t
41619 ____________________________________________________________________________
41620 [ 25723] By: stevep                                on 2005/10/09  18:53:02
41621         Log: Tweaks to get Test::Builder::Tester's tests to work in the core.
41622      Branch: perl
41623            ! lib/Test/Simple/t/tbt_01basic.t
41624            ! lib/Test/Simple/t/tbt_04line_num.t
41625 ____________________________________________________________________________
41626 [ 25722] By: stevep                                on 2005/10/09  18:06:13
41627         Log: Upgraded to ExtUtils-ParseXS-2.14.
41628      Branch: perl
41629            ! lib/ExtUtils/ParseXS.pm
41630 ____________________________________________________________________________
41631 [ 25721] By: rgs                                   on 2005/10/09  16:42:26
41632         Log: Don't use a regexp in DB::sub().
41633              This should work around perlbug #37102.
41634      Branch: perl
41635            ! lib/DB.pm
41636 ____________________________________________________________________________
41637 [ 25720] By: stevep                                on 2005/10/09  15:37:41
41638         Log: It would be nice to upgrade the right file.   Double grrrrr.
41639      Branch: perl
41640            ! lib/ExtUtils/CBuilder.pm
41641 ____________________________________________________________________________
41642 [ 25719] By: stevep                                on 2005/10/09  15:32:29
41643         Log: Add standard core test header to Test::Builder::Tester tests.
41644      Branch: perl
41645            ! lib/Test/Simple/t/tbt_01basic.t
41646            ! lib/Test/Simple/t/tbt_02fhrestore.t
41647            ! lib/Test/Simple/t/tbt_03die.t
41648            ! lib/Test/Simple/t/tbt_04line_num.t
41649            ! lib/Test/Simple/t/tbt_05faildiag.t
41650            ! lib/Test/Simple/t/tbt_06errormess.t
41651            ! lib/Test/Simple/t/tbt_07args.t
41652 ____________________________________________________________________________
41653 [ 25718] By: stevep                                on 2005/10/09  15:24:43
41654         Log: Upgrade to Test-Simple-0.62.
41655      Branch: perl
41656            + lib/Test/Builder/Tester.pm lib/Test/Builder/Tester/Color.pm
41657            + lib/Test/Simple/t/tbt_01basic.t
41658            + lib/Test/Simple/t/tbt_02fhrestore.t
41659            + lib/Test/Simple/t/tbt_03die.t
41660            + lib/Test/Simple/t/tbt_04line_num.t
41661            + lib/Test/Simple/t/tbt_05faildiag.t
41662            + lib/Test/Simple/t/tbt_06errormess.t
41663            + lib/Test/Simple/t/tbt_07args.t
41664            ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
41665            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
41666            ! lib/Test/Simple/t/More.t lib/Test/Simple/t/bail_out.t
41667            ! lib/Test/Simple/t/is_deeply_fail.t
41668 ____________________________________________________________________________
41669 [ 25717] By: stevep                                on 2005/10/09  14:51:12
41670         Log: Missed files in upgrading modules.  Grrrr
41671      Branch: perl
41672            ! lib/Cwd.pm lib/ExtUtils/ParseXS.pm
41673 ____________________________________________________________________________
41674 [ 25716] By: rgs                                   on 2005/10/09  14:31:47
41675         Log: Subject: [PATCH with testsuite] undef IS_UTF8_CHAR() on EBCDIC
41676              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
41677              Date: Oct 8, 2005 9:59 AM
41678              Message-Id: <20051008165752.348A.BQW10602@nifty.com>
41679      Branch: perl
41680            ! lib/utf8.t utf8.c utf8.h
41681 ____________________________________________________________________________
41682 [ 25712] By: stevep                                on 2005/10/07  15:41:32
41683         Log: Documentation nit in INSTALL found by Alan Burlison.
41684      Branch: perl
41685            ! INSTALL
41686 ____________________________________________________________________________
41687 [ 25711] By: stevep                                on 2005/10/07  03:29:37
41688         Log: Upgrade to Pathtools-3.12
41689      Branch: perl
41690            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/File/Spec.pm
41691            ! lib/File/Spec/Win32.pm
41692 ____________________________________________________________________________
41693 [ 25710] By: craigb                                on 2005/10/07  02:41:03
41694         Log: Parse symbols for the linker when more than one declaration
41695              on the same line (the way PERLVARISC now throws at us).
41696      Branch: perl
41697            ! vms/gen_shrfls.pl
41698 ____________________________________________________________________________
41699 [ 25709] By: nicholas                              on 2005/10/06  21:31:39
41700         Log: Avoid a cast
41701      Branch: perl
41702            ! perl.c
41703 ____________________________________________________________________________
41704 [ 25708] By: stevep                                on 2005/10/06  19:23:59
41705         Log: Convert lvalue usage of SvNVX() and SvIVX() to SvNV_set() and
41706              SvIV_set().  Otherwise, compiling with -DPERL_DEBUG_COW fails.
41707      Branch: perl
41708            ! ext/Compress/Zlib/Zlib.xs
41709 ____________________________________________________________________________
41710 [ 25707] By: rgs                                   on 2005/10/06  13:42:00
41711         Log: Be nice with subversion hidden directories
41712      Branch: perl
41713            ! ext/Compress/Zlib/Makefile.PL
41714 ____________________________________________________________________________
41715 [ 25706] By: rgs                                   on 2005/10/06  13:24:24
41716         Log: Update with new files from C::Zlib
41717      Branch: perl
41718            ! Porting/Maintainers.pl
41719 ____________________________________________________________________________
41720 [ 25705] By: rgs                                   on 2005/10/06  13:23:20
41721         Log: Move ZlibTestUtils.pm under t/
41722      Branch: perl
41723            + t/lib/ZlibTestUtils.pm
41724            - lib/ZlibTestUtils.pm
41725            ! MANIFEST ext/Compress/Zlib/t/01version.t
41726            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
41727            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
41728            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
41729            ! ext/Compress/Zlib/t/08encoding.t
41730            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
41731            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
41732            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
41733            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
41734            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
41735            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
41736            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
41737            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
41738 ____________________________________________________________________________
41739 [ 25704] By: rgs                                   on 2005/10/06  09:09:06
41740         Log: Don't install pods via MakeMaker for C::Zlib,
41741              as suggested by Robin Barker
41742      Branch: perl
41743            ! ext/Compress/Zlib/Makefile.PL
41744 ____________________________________________________________________________
41745 [ 25703] By: merijn                                on 2005/10/06  08:42:56
41746         Log: Add -C to allowed $PERL5OPT options
41747              Add -C to the $PERL5OPT documentation (and added the missing -A too)
41748              t/run/runenv.t Could use some more tests about how supported
41749              and unsupported options in $PERL5OPT are handled
41750      Branch: perl
41751            ! perl.c pod/perldiag.pod pod/perlrun.pod
41752 ____________________________________________________________________________
41753 [ 25702] By: rgs                                   on 2005/10/06  07:27:39
41754         Log: Remove the getprotobynumber test, for portability concerns
41755      Branch: perl
41756            - t/op/getprotobynumber.t
41757            ! MANIFEST
41758 ____________________________________________________________________________
41759 [ 25701] By: nicholas                              on 2005/10/05  23:22:27
41760         Log: Fix Compress::Zlib test boilerplate
41761      Branch: perl
41762            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
41763            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
41764            ! ext/Compress/Zlib/t/05examples.t
41765            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
41766            ! ext/Compress/Zlib/t/08encoding.t
41767            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
41768            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
41769            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
41770            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
41771            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
41772            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
41773            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
41774            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
41775 ____________________________________________________________________________
41776 [ 25699] By: rgs                                   on 2005/10/05  21:26:57
41777         Log: Compress::Zlib's Makefile.PL shouldn't create .bak files when building the core
41778      Branch: perl
41779            ! ext/Compress/Zlib/Makefile.PL
41780 ____________________________________________________________________________
41781 [ 25698] By: rgs                                   on 2005/10/05  21:03:29
41782         Log: Add test preambles to Compress::Zlib.
41783              Remove 99pod.t, useless in the core
41784      Branch: perl
41785            - ext/Compress/Zlib/t/99pod.t
41786            ! MANIFEST ext/Compress/Zlib/t/01version.t
41787            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
41788            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
41789            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
41790            ! ext/Compress/Zlib/t/08encoding.t
41791            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
41792            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
41793            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
41794            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
41795            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
41796            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
41797            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
41798            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
41799 ____________________________________________________________________________
41800 [ 25697] By: stevep                                on 2005/10/05  18:20:54
41801         Log: Subject: proposal [perl #34301]:  IO::Socket calls getpeername far too often
41802              From: Peter.Dintelmann@Dresdner-Bank.com (Peter Dintelmann)
41803              Date: Thu, 2 Jun 2005 13:34:49 +0200
41804              Message-ID: <E9A2605289D8D7468B1A21EC24E59D2101852447@naimucx5.muc.allianz>
41805      Branch: perl
41806            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
41807 ____________________________________________________________________________
41808 [ 25696] By: steveh                                on 2005/10/05  16:04:26
41809         Log: Subject: [PATCH] Re: Untested builtins
41810              From: Steven Schubiger <sts@accognoscere.org>
41811              Date: Wed, 28 Sep 2005 15:46:45 +0200
41812              Message-ID: <20050928134645.GD11546@accognoscere.homeunix.org>
41813      Branch: perl
41814            + t/op/getprotobynumber.t
41815            ! MANIFEST
41816 ____________________________________________________________________________
41817 [ 25695] By: rgs                                   on 2005/10/05  15:53:34
41818         Log: Upgrade to Compress::Zlib 2.000_05
41819      Branch: perl
41820            + ext/Compress/Zlib/examples/gzcat.zlib
41821            + ext/Compress/Zlib/fallback/constants.h
41822            + ext/Compress/Zlib/fallback/constants.xs
41823            + ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm
41824            + ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
41825            + ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm
41826            + ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm
41827            + ext/Compress/Zlib/lib/File/GlobMapper.pm
41828            + ext/Compress/Zlib/lib/IO/Compress/Deflate.pm
41829            + ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
41830            + ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
41831            + ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
41832            + ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
41833            + ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
41834            + ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
41835            + ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h
41836            + ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
41837            + ext/Compress/Zlib/t/05examples.t
41838            + ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
41839            + ext/Compress/Zlib/t/08encoding.t
41840            + ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
41841            + ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
41842            + ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
41843            + ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
41844            + ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
41845            + ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
41846            + ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
41847            + ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/99pod.t
41848            + ext/Compress/Zlib/t/globmapper.t lib/ZlibTestUtils.pm
41849            - ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/fallback.h
41850            - ext/Compress/Zlib/fallback.xs ext/Compress/Zlib/t/03examples.t
41851            - ext/Compress/Zlib/t/04encoding.t
41852            - ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
41853            - ext/Compress/Zlib/zlib-src/gzio.c
41854            ! MANIFEST ext/Compress/Zlib/Changes
41855            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
41856            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
41857            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/examples/filtdef
41858            ! ext/Compress/Zlib/examples/filtinf
41859            ! ext/Compress/Zlib/examples/gzcat
41860            ! ext/Compress/Zlib/examples/gzgrep
41861            ! ext/Compress/Zlib/examples/gzstream
41862            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
41863            ! ext/Compress/Zlib/typemap
41864 ____________________________________________________________________________
41865 [ 25694] By: steveh                                on 2005/10/05  15:34:18
41866         Log: Fix $Config{ccflags} for Win32 perls built with dmake
41867              
41868              The nmake makefile (win32/Makefile) currently adds -nologo, $(STRPOOL)
41869              and -W3 to the ccflags in CFG_VARS, but the dmake makefile
41870              (win32/makefile.mk) doesn't.  This means that extensions built with
41871              perls built with VC++ and dmake spit out damn M$ logo messages and use
41872              a lower warning level.
41873              
41874              The reason for the difference is probably that the dmake makefile
41875              supports multiple compilers.  Therefore, put the extra ccflags into a
41876              new macro, and set it appropriately for each compiler.  Add the new
41877              macro to the nmake makefile too for orthogonality.
41878      Branch: perl
41879            ! win32/Makefile win32/makefile.mk
41880 ____________________________________________________________________________
41881 [ 25693] By: merijn                                on 2005/10/05  15:34:09
41882         Log: Subject: Re: [PATCH] Random constings and printf cleanup
41883              From: Andy Lester <andy@petdance.com>
41884              Date: Tue, 4 Oct 2005 15:16:05 -0500
41885              Message-ID: <20051004201605.GA31682@petdance.com>
41886      Branch: perl
41887            ! malloc.c pad.c perl.c perl.h pp_ctl.c sv.c utf8.c xsutils.c
41888 ____________________________________________________________________________
41889 [ 25691] By: stevep                                on 2005/10/04  16:24:28
41890         Log: Fixes to Pod errors found by podchecker.
41891      Branch: perl
41892            ! README.os2 pod/perlfunc.pod
41893 ____________________________________________________________________________
41894 [ 25690] By: stevep                                on 2005/10/04  12:02:04
41895         Log: Upgrade to ExtUtils-ParseXS-2.13
41896      Branch: perl
41897            ! lib/ExtUtils/ParseXS.pm
41898 ____________________________________________________________________________
41899 [ 25689] By: stevep                                on 2005/10/04  11:01:11
41900         Log: Upgrade to ExtUtils-CBuilder-0.15 (with a small edit to 
41901              ExtUtils::CBuilder::Pltaform::dec_osf.pm to add a $VERSION)
41902      Branch: perl
41903            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
41904            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
41905            ! lib/ExtUtils/CBuilder/Platform/dec_osf.pm
41906            ! lib/ExtUtils/CBuilder/Platform/os2.pm
41907            ! lib/ExtUtils/CBuilder/t/02-link.t
41908 ____________________________________________________________________________
41909 [ 25688] By: merijn                                on 2005/10/04  10:10:41
41910         Log: Subject: Re: $^CHILD_ERROR_NATIVE issues (with attachment)
41911              From: Gisle Aas <gisle@ActiveState.com>
41912              Date: 04 Oct 2005 02:18:27 -0700
41913              Message-ID: <lrd5ml7i8s.fsf@caliper.activestate.com>
41914      Branch: perl
41915            ! cop.h doio.c perl.c perl.h pp_sys.c win32/perlhost.h
41916            ! wince/perlhost.h
41917 ____________________________________________________________________________
41918 [ 25687] By: rgs                                   on 2005/10/03  16:16:21
41919         Log: Subject: Clone PL_statusvalue_posix [PATCH]
41920              From: Gisle Aas <gisle@ActiveState.com>
41921              Date: 03 Oct 2005 09:37:57 -0700
41922              Message-ID: <lr3bni8ska.fsf_-_@caliper.activestate.com>
41923      Branch: perl
41924            ! sv.c
41925 ____________________________________________________________________________
41926 [ 25686] By: rgs                                   on 2005/10/03  15:42:45
41927         Log: Pod::Usage documentation fix, suggested by :
41928              
41929              Subject: [perl #37322] Pod::Usage implementation of -sections disagrees with its documentation 
41930              From: "Steven Schubiger via RT" <perlbug-followup@perl.org>
41931              Date: Sun, 02 Oct 2005 07:25:37 -0700
41932              Message-ID: <rt-3.0.11-37322-121918.15.4257995782182@perl.org>
41933      Branch: perl
41934            ! lib/Pod/Usage.pm
41935 ____________________________________________________________________________
41936 [ 25685] By: rgs                                   on 2005/10/03  15:17:09
41937         Log: Yitzchak points out that this function argument is NULLOK
41938      Branch: perl
41939            ! embed.fnc proto.h
41940 ____________________________________________________________________________
41941 [ 25684] By: rgs                                   on 2005/10/03  11:27:31
41942         Log: Spaces to tabs
41943      Branch: perl
41944            ! MANIFEST
41945 ____________________________________________________________________________
41946 [ 25683] By: craigb                                on 2005/10/03  03:43:31
41947         Log: We lied about strtoq way back in #8120
41948      Branch: perl
41949            ! configure.com
41950 ____________________________________________________________________________
41951 [ 25682] By: stevep                                on 2005/10/03  03:10:05
41952         Log: Upgrade to Digest-1.12
41953      Branch: perl
41954            ! lib/Digest.pm lib/Digest/Changes
41955 ____________________________________________________________________________
41956 [ 25681] By: craigb                                on 2005/10/03  00:20:30
41957         Log: fix bug introduced by #25507 that kept ccflags from
41958              making it into config.sh
41959      Branch: perl
41960            ! configure.com
41961 ____________________________________________________________________________
41962 [ 25680] By: craigb                                on 2005/10/02  21:45:20
41963         Log: assorted blead build help for VMS (mostly ithreads-related)
41964      Branch: perl
41965            ! configure.com pp_sys.c vms/gen_shrfls.pl vms/vmsish.h
41966 ____________________________________________________________________________
41967 [ 25679] By: stevep                                on 2005/10/02  12:50:02
41968         Log: Subject: [perl #37233] [PATCH] Test::Harness and Devel::Cover combine with overloading to cause infinite recursion in Carp.pm 
41969              From: perlbug-followup[at]perl.org (Yves Orton)
41970              Date: Thu, 22 Sep 2005 11:31:02 -0700
41971              Message-ID: <rt-3.0.11-37233-121233.2.25543632691242[at]perl.org>
41972      Branch: perl
41973            ! lib/Carp/Heavy.pm
41974 ____________________________________________________________________________
41975 [ 25678] By: stevep                                on 2005/10/02  04:42:46
41976         Log: Clarify the documentation regarding the return value from C<push>.
41977      Branch: perl
41978            ! pod/perlfunc.pod
41979 ____________________________________________________________________________
41980 [ 25677] By: stevep                                on 2005/10/02  04:32:48
41981         Log: If a 'use' or 'require' fails due to too many open files (EMFILE),
41982              give an appropriate error message rather than saying the module
41983              cannot be found in @INC.
41984      Branch: perl
41985            ! pp_ctl.c
41986 ____________________________________________________________________________
41987 [ 25676] By: stevep                                on 2005/10/02  03:30:55
41988         Log: Missed test changes and a bit of debugging code that should 
41989              have been removed.
41990      Branch: perl
41991            ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmlview.t
41992 ____________________________________________________________________________
41993 [ 25675] By: stevep                                on 2005/10/02  02:24:12
41994         Log: Fix some of the XHTML issues in Pod::Html.  The call for some time
41995              with a debugger to figure out what is going on.
41996      Branch: perl
41997            ! lib/Pod/Html.pm
41998 ____________________________________________________________________________
41999 [ 25674] By: davem                                 on 2005/10/01  23:51:40
42000         Log: Improve -DT output and fix wild buffer pointer error
42001      Branch: perl
42002            ! toke.c
42003 ____________________________________________________________________________
42004 [ 25672] By: steveh                                on 2005/09/30  15:52:30
42005         Log: Make building perl on Win32 with the free VC++ toolkit easier
42006              
42007              Introduce new CCTYPE's MSVC70FREE and MSVC70 for the free and the full
42008              versions of MS VC++ 7.x respectively.  Perl can now be built with the
42009              free VC++ toolkit simply by running "nmake CCTYPE=MSVC70FREE" with no
42010              hacking of the win32/Makefile required.  Update README.win32 with
42011              these changes.
42012              
42013              Also add the CCTYPE MSVC to win32/Makefile.  This is already supported
42014              in win32/makefile.mk and is useful for avoiding the use of -DELAYLOAD
42015              for MS VC++ 3.x through 5.x.  Update README.win32 for this too.
42016      Branch: perl
42017            ! README.win32 win32/Makefile win32/makefile.mk
42018 ____________________________________________________________________________
42019 [ 25666] By: rgs                                   on 2005/09/30  08:59:14
42020         Log: Upgrade to XSLoader 0.05, plus a few doc nits,
42021              by Sébastien Aperghis-Tramoni <maddingue@free.fr>
42022      Branch: perl
42023            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
42024 ____________________________________________________________________________
42025 [ 25665] By: davem                                 on 2005/09/29  22:57:44
42026         Log: PL_defoutgv could be used after being freed
42027              Was giving "use of freed value" warnings in t/io/through.t
42028              and t/io/crlf_through.t
42029      Branch: perl
42030            ! perl.c
42031 ____________________________________________________________________________
42032 [ 25664] By: davem                                 on 2005/09/29  21:01:54
42033         Log: the return value of start_subparse() can legally be ignored
42034      Branch: perl
42035            ! embed.fnc gv.c proto.h
42036 ____________________________________________________________________________
42037 [ 25663] By: stevep                                on 2005/09/29  20:43:52
42038         Log: Added new flag (--use-xsloader) to use XSLoader when in backward
42039              compatibility mode.
42040      Branch: perl
42041            ! utils/h2xs.PL
42042 ____________________________________________________________________________
42043 [ 25662] By: stevep                                on 2005/09/29  18:04:29
42044         Log: With XSLoader on CPAN now, add XSLoader as a prerequisite in Makefile.PL
42045              if the compatible version is less than 5.006 (the first version with 
42046              XSLoader).
42047      Branch: perl
42048            ! utils/h2xs.PL
42049 ____________________________________________________________________________
42050 [ 25660] By: nicholas                              on 2005/09/29  13:00:18
42051         Log: 2 more e-mail addresses that map to rgs
42052      Branch: perl
42053            ! Porting/checkAUTHORS.pl
42054 ____________________________________________________________________________
42055 [ 25659] By: nicholas                              on 2005/09/29  12:54:00
42056         Log: checkAUTHORS.pl wasn't aware of one of Merijn's e-mail addresses
42057      Branch: perl
42058            ! Porting/checkAUTHORS.pl
42059 ____________________________________________________________________________
42060 [ 25658] By: nicholas                              on 2005/09/29  12:50:40
42061         Log: Correct/tweak Changes so that checkAUTHORS.pl parses it.
42062      Branch: perl
42063            ! Changes
42064 ____________________________________________________________________________
42065 [ 25657] By: nicholas                              on 2005/09/29  11:01:53
42066         Log: Teach the alias mapping about new committers.
42067      Branch: perl
42068            ! Porting/checkAUTHORS.pl
42069 ____________________________________________________________________________
42070 [ 25656] By: nicholas                              on 2005/09/29  10:54:56
42071         Log: Cope with completely empty lines within the Changes file.
42072              Better diagnostics on "malformed" lines.
42073      Branch: perl
42074            ! Porting/checkAUTHORS.pl
42075 ____________________________________________________________________________
42076 [ 25652] By: steveh                                on 2005/09/29  08:47:26
42077         Log: Clean up CBuilder and ParseXS test files
42078              
42079              This was done once already in change 25222, but then modified in change
42080              25225.  The new versions of CBuilder and ParseXS that sync'ed those
42081              changes and have now been integrated back into bleadperl missed some
42082              bits of change 25225.  Try again.
42083      Branch: perl
42084            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/t/01-basic.t
42085            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
42086            ! lib/ExtUtils/ParseXS/t/basic.t
42087 ____________________________________________________________________________
42088 [ 25651] By: nicholas                              on 2005/09/29  06:52:35
42089         Log: Attempting to do too many things simultaneously with the C pre-
42090              processor considered harmful.
42091      Branch: perl
42092            ! perl.c
42093 ____________________________________________________________________________
42094 [ 25650] By: stevep                                on 2005/09/29  00:23:44
42095         Log: Upgrade to ExtUtils::CBuilder 0.14
42096      Branch: perl
42097            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
42098            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
42099            ! lib/ExtUtils/CBuilder/t/01-basic.t
42100            ! lib/ExtUtils/CBuilder/t/02-link.t
42101 ____________________________________________________________________________
42102 [ 25649] By: stevep                                on 2005/09/28  22:59:08
42103         Log: Upgrade to Test::Harness 2.56
42104      Branch: perl
42105            + t/lib/sample-tests/bignum_many
42106            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
42107            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
42108            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/test-harness.t
42109            ! t/lib/sample-tests/bignum
42110 ____________________________________________________________________________
42111 [ 25640] By: nicholas                              on 2005/09/28  19:56:53
42112         Log: savepv and savepvn are actually NULLOK
42113      Branch: perl
42114            ! embed.fnc proto.h
42115 ____________________________________________________________________________
42116 [ 25638] By: nicholas                              on 2005/09/28  18:51:15
42117         Log: Forgot to run embed.pl after change 25637
42118      Branch: perl
42119            ! proto.h
42120 ____________________________________________________________________________
42121 [ 25637] By: nicholas                              on 2005/09/28  18:31:04
42122         Log: Subject: [PATCH] embed.fnc now requires NN/NULLOK
42123              From: Andy Lester <andy@petdance.com>
42124              Message-ID: <20050928172254.GE20201@petdance.com>
42125              Date: Wed, 28 Sep 2005 12:22:54 -0500
42126      Branch: perl
42127            ! embed.fnc embed.pl
42128 ____________________________________________________________________________
42129 [ 25634] By: nicholas                              on 2005/09/28  15:56:45
42130         Log: We can use the C pre-processor to build a single, longer string
42131              constant which makes the object code slightly smaller.
42132      Branch: perl
42133            ! perl.c
42134 ____________________________________________________________________________
42135 [ 25627] By: steveh                                on 2005/09/28  08:23:01
42136         Log: Improve File::Spec::Win32->path() and fix MM_Win32.t
42137              
42138              Subject: Improved File::Spec::Win32->path [PATCH]
42139              From: Gisle Aas <gisle@ActiveState.com>
42140              Date: 17 Sep 2005 00:13:41 -0700
42141              Message-ID: <lrk6hgrwt6.fsf@caliper.activestate.com>
42142              
42143              Subject: Re: Improved File::Spec::Win32->path [PATCH]
42144              From: Michael G Schwern <schwern@pobox.com>
42145              Date: Tue, 27 Sep 2005 13:05:54 -0700
42146              Message-ID: <20050927200554.GC20908@windhund.schwern.org>
42147      Branch: perl
42148            ! lib/ExtUtils/t/MM_Win32.t lib/File/Spec/Win32.pm
42149 ____________________________________________________________________________
42150 [ 25626] By: stevep                                on 2005/09/28  00:06:29
42151         Log: Upgrade to CGI-3.11, with some modifications for Pod differences in
42152              bleadperl.
42153      Branch: perl
42154            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
42155 ____________________________________________________________________________
42156 [ 25625] By: rgs                                   on 2005/09/27  20:07:32
42157         Log: Comment nit by Vadim Konovalov
42158              And while we're at it, reindent consistently.
42159      Branch: perl
42160            ! t/io/crlf.t
42161 ____________________________________________________________________________
42162 [ 25624] By: rgs                                   on 2005/09/27  20:04:07
42163         Log: POD nit by Yitzchak
42164      Branch: perl
42165            ! pod/perlfunc.pod
42166 ____________________________________________________________________________
42167 [ 25623] By: rgs                                   on 2005/09/27  17:02:42
42168         Log: Clarify what -MFoo=number does on the command-line
42169      Branch: perl
42170            ! pod/perlrun.pod
42171 ____________________________________________________________________________
42172 [ 25621] By: stevep                                on 2005/09/27  15:05:18
42173         Log: Subject: AW: [perl #36291] incorrect $! from open ">&nr" with too many open files
42174              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
42175              Date: Tue, 27 Sep 2005 15:18:00 +0200
42176      Branch: perl
42177            ! doio.c
42178 ____________________________________________________________________________
42179 [ 25619] By: rgs                                   on 2005/09/27  14:25:53
42180         Log: Fix by Rick Delaney for [perl #3269] no warnings "bareword" turns off
42181              too many warnings.
42182      Branch: perl
42183            ! mg.c t/io/binmode.t t/lib/warnings/2use
42184 ____________________________________________________________________________
42185 [ 25618] By: rgs                                   on 2005/09/27  12:53:49
42186         Log: Subject: [PATCH] Re: [BUG 5.8.7] Another major bug in PerlIO layer
42187              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
42188              Date: Tue, 27 Sep 2005 02:07:35 -0700
42189              Message-ID: <20050927090734.GB3687@math.berkeley.edu>
42190      Branch: perl
42191            + t/io/crlf_through.t t/io/through.t
42192            ! MANIFEST perlio.c
42193 ____________________________________________________________________________
42194 [ 25617] By: rgs                                   on 2005/09/27  11:06:23
42195         Log: OPpRUNTIME can be set on OP_QR too
42196      Branch: perl
42197            ! ext/B/B/Concise.pm
42198 ____________________________________________________________________________
42199 [ 25616] By: rgs                                   on 2005/09/27  10:09:46
42200         Log: Fix the overriding of CORE::do, just like change 25599
42201              was fixing the overriding of CORE::require
42202      Branch: perl
42203            ! embed.fnc embed.h op.c perly.act perly.y proto.h toke.c
42204 ____________________________________________________________________________
42205 [ 25615] By: rgs                                   on 2005/09/27  09:18:42
42206         Log: Micro-optimisation: use PL_globalstash instead of looking up
42207              CORE::GLOBAL::require by name
42208      Branch: perl
42209            ! op.c
42210 ____________________________________________________________________________
42211 [ 25614] By: rgs                                   on 2005/09/27  09:04:50
42212         Log: Addition to change 25612
42213      Branch: perl
42214            ! symbian/PerlApp.cpp
42215 ____________________________________________________________________________
42216 [ 25613] By: rgs                                   on 2005/09/27  08:36:24
42217         Log: Subject: [PATCH] mark cannot be const because MEXTEND() modifies it, and tkGlue.c uses MEXTEND()
42218              From: "Jan Dubois" <jand@ActiveState.com>
42219              Date: Mon, 26 Sep 2005 21:19:51 -0700
42220              Message-Id: <200509270419.j8R4JtVw026876@smtp3.ActiveState.com>
42221      Branch: perl
42222            ! XSUB.h
42223 ____________________________________________________________________________
42224 [ 25612] By: rgs                                   on 2005/09/27  08:33:36
42225         Log: Subject: [PATCH] 5.9.x@25609 Symbian update
42226              From: <jarkko.hietaniemi@nokia.com>
42227              Date: Tue, 27 Sep 2005 11:54:00 +0300
42228              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A55C@esebe105.NOE.Nokia.com>
42229      Branch: perl
42230            ! symbian/PerlApp.cpp symbian/config.sh
42231 ____________________________________________________________________________
42232 [ 25611] By: rgs                                   on 2005/09/27  07:42:52
42233         Log: Test for OPpCONST_NOVER only on OP_CONST ops.
42234              Plus a regression test by Schwern.
42235      Branch: perl
42236            ! pp_ctl.c t/op/override.t
42237 ____________________________________________________________________________
42238 [ 25610] By: rgs                                   on 2005/09/27  06:40:09
42239         Log: Subject: Warnings in tests @25605 due to cmp_ok behavior change.
42240              From: Michael G Schwern <schwern@pobox.com>
42241              Date: Mon, 26 Sep 2005 14:21:09 -0700
42242              Message-ID: <20050926212109.GA11036@windhund.schwern.org>
42243      Branch: perl
42244            ! lib/AutoSplit.t lib/Pod/t/InputObjects.t
42245 ____________________________________________________________________________
42246 [ 25609] By: stevep                                on 2005/09/27  02:45:50
42247         Log: Upgrade to Encode 2.12
42248      Branch: perl
42249            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
42250            ! ext/Encode/Encode.xs ext/Encode/META.yml
42251            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
42252            ! ext/Encode/t/fallback.t ext/Encode/ucm/8859-7.ucm
42253 ____________________________________________________________________________
42254 [ 25608] By: stevep                                on 2005/09/26  23:09:44
42255         Log: Upgrade to Digest 1.11 with a minor Pod fix.  Also my first commit :)
42256      Branch: perl
42257            ! lib/Digest.pm lib/Digest/Changes
42258 ____________________________________________________________________________
42259 [ 25605] By: nicholas                              on 2005/09/26  17:54:06
42260         Log: const sausage const const bacon const tomato and const
42261              The search_ext parameter to find_script can be a little more const.
42262      Branch: perl
42263            ! embed.fnc proto.h util.c
42264 ____________________________________________________________________________
42265 [ 25604] By: rgs                                   on 2005/09/26  16:31:43
42266         Log: Upgrade to Test::Simple 0.61
42267      Branch: perl
42268            + lib/Test/Builder/Module.pm lib/Test/Simple/t/bail_out.t
42269            + t/lib/Test/Simple/sample_tests/too_few_fail.plx
42270            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
42271            ! lib/Test/Simple.pm lib/Test/Simple/Changes
42272            ! lib/Test/Simple/t/00test_harness_check.t
42273            ! lib/Test/Simple/t/create.t lib/Test/Simple/t/eq_set.t
42274            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
42275            ! lib/Test/Simple/t/extra_one.t lib/Test/Simple/t/fail-like.t
42276            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
42277            ! lib/Test/Simple/t/fail_one.t
42278            ! lib/Test/Simple/t/harness_active.t
42279            ! lib/Test/Simple/t/has_plan2.t
42280            ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/missing.t
42281            ! lib/Test/Simple/t/no_diag.t lib/Test/Simple/t/overload.t
42282            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/todo.t
42283            ! lib/Test/Simple/t/undef.t
42284            ! t/lib/Test/Simple/sample_tests/too_few.plx
42285 ____________________________________________________________________________
42286 [ 25602] By: rgs                                   on 2005/09/26  14:45:53
42287         Log: Fix change 25597 for non-Windows platforms
42288      Branch: perl
42289            ! lib/File/Find.pm
42290 ____________________________________________________________________________
42291 [ 25601] By: rgs                                   on 2005/09/26  14:24:20
42292         Log: Make B::Deparse handle correctly CORE::require
42293      Branch: perl
42294            ! ext/B/B/Deparse.pm
42295 ____________________________________________________________________________
42296 [ 25600] By: rgs                                   on 2005/09/26  14:22:43
42297         Log: Document the new meaning of OPf_SPECIAL on OP_REQUIRE
42298      Branch: perl
42299            ! op.h
42300 ____________________________________________________________________________
42301 [ 25599] By: rgs                                   on 2005/09/26  14:04:21
42302         Log: CORE::require was always parsed as require().
42303              That's because require() isn't overridable at tokenizer-level
42304              like other overridable built-ins, but is handled by the optree
42305              builder. So, find a way to pass the information that require()
42306              was written as CORE::require() to Perl_ck_require. This is
42307              done by adding a new token type REQUIRE and by adding OPf_SPECIAL
42308              to OP_REQUIRE when it's saw as CORE::require in the program text.
42309              This fixes bug [perl #37274] The "CORE" in CORE::require is ignored.
42310      Branch: perl
42311            ! op.c perly.act perly.h perly.tab perly.y toke.c
42312 ____________________________________________________________________________
42313 [ 25597] By: steveh                                on 2005/09/26  08:54:13
42314         Log: Subject: [perl #37223] [PATCH] File::Find::find fails on Win32 with follow => 1 
42315              From: "Steve Peters via RT" <perlbug-followup@perl.org>
42316              Date: Sun, 25 Sep 2005 14:41:03 -0700
42317              Message-ID: <rt-3.0.11-37223-121392.15.8703994486314@perl.org>
42318              
42319              and update docs
42320      Branch: perl
42321            ! lib/File/Find.pm
42322 ____________________________________________________________________________
42323 [ 25591] By: rgs                                   on 2005/09/23  20:46:04
42324         Log: Upgrade to Compress::Zlib 1.40
42325      Branch: perl
42326            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
42327            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
42328            ! ext/Compress/Zlib/t/03examples.t
42329 ____________________________________________________________________________
42330 [ 25590] By: rgs                                   on 2005/09/23  19:06:31
42331         Log: Subject: [PATCH] Fix to PERL_DEBUG_COW
42332              From: Steve Peters <steve@fisharerojo.org>
42333              Date: Sep 23, 2005 8:11 PM
42334              Message-ID: <20050923181109.GA1350@mccoy.peters.homeunix.org>
42335      Branch: perl
42336            ! sv.h
42337 ____________________________________________________________________________
42338 [ 25588] By: rgs                                   on 2005/09/23  15:54:02
42339         Log: Subject: Re: pod/pod2usage2.t
42340              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
42341              Date: Thu, 22 Sep 2005 12:12:49 +0200
42342              Message-ID: <20050922121249.5077ee3e@pc09>
42343              
42344              Also, skip all tests on Windows until we find a way
42345              to write them portably
42346      Branch: perl
42347            ! t/pod/pod2usage2.t
42348 ____________________________________________________________________________
42349 [ 25586] By: rgs                                   on 2005/09/23  15:12:03
42350         Log: Subject: [PATCH] quiet a few warnings
42351              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
42352              Date: Wed, 21 Sep 2005 18:45:56 -0700
42353              Message-ID: <20050922014555.GA2852@efn.org>
42354      Branch: perl
42355            ! cygwin/cygwin.c embed.fnc proto.h
42356 ____________________________________________________________________________
42357 [ 25582] By: rgs                                   on 2005/09/23  13:49:24
42358         Log: Subject: [PATCH] Changes for hints/linux.sh for Purify
42359              From: Steve Peters <steve@fisharerojo.org>
42360              Date: Fri, 23 Sep 2005 08:38:58 -0500
42361              Message-ID: <20050923133858.GA29475@mccoy.peters.homeunix.org>
42362      Branch: perl
42363            ! hints/linux.sh
42364 ____________________________________________________________________________
42365 [ 25581] By: steveh                                on 2005/09/23  13:46:40
42366         Log: Extend 25579 to cover vc64 too
42367      Branch: perl
42368            ! Porting/checkcfgvar.pl
42369 ____________________________________________________________________________
42370 [ 25579] By: rgs                                   on 2005/09/23  13:08:14
42371         Log: Add Porting/checkcfgvar.pl by Jarkko
42372      Branch: perl
42373            + Porting/checkcfgvar.pl
42374            ! MANIFEST
42375 ____________________________________________________________________________
42376 [ 25578] By: rgs                                   on 2005/09/23  12:35:30
42377         Log: SAPER is the new maintainer of XSLoader
42378      Branch: perl
42379            ! Porting/Maintainers.pl
42380 ____________________________________________________________________________
42381 [ 25573] By: steveh                                on 2005/09/23  08:40:58
42382         Log: Change 25226 should have done this too
42383      Branch: perl
42384            ! win32/config.bc
42385 ____________________________________________________________________________
42386 [ 25571] By: nicholas                              on 2005/09/22  14:35:52
42387         Log: As SvPVX_mutable and SvPVX_const are new, they don't need to be LVALUEs
42388      Branch: perl
42389            ! sv.h
42390 ____________________________________________________________________________
42391 [ 25570] By: nicholas                              on 2005/09/22  14:09:37
42392         Log: The New*() compatibility macros aren't needed inside the perl core.
42393      Branch: perl
42394            ! handy.h
42395 ____________________________________________________________________________
42396 [ 25563] By: steveh                                on 2005/09/22  07:26:20
42397         Log: Forgot to update MANIFEST in change 25547
42398      Branch: perl
42399            ! MANIFEST
42400 ____________________________________________________________________________
42401 [ 25560] By: rgs                                   on 2005/09/21  21:10:50
42402         Log: Add an option --ignore to installhtml
42403              and use it to avoid to install doc in Porting/.
42404              Skip also test modules.
42405      Branch: perl
42406            ! Makefile.SH installhtml
42407 ____________________________________________________________________________
42408 [ 25547] By: steveh                                on 2005/09/21  16:19:03
42409         Log: Localize $@ in Locale::Maketext::maketext()
42410              so that $lh->maketext("Error: [_1]\n", $@) works as expected
42411              
42412              Also added a new test for this fix
42413      Branch: perl
42414            + lib/Locale/Maketext/t/30_local.t
42415            ! lib/Locale/Maketext.pm
42416 ____________________________________________________________________________
42417 [ 25544] By: rgs                                   on 2005/09/21  15:53:33
42418         Log: A few POD fixes
42419      Branch: perl
42420            ! Porting/pumpkin.pod ext/B/B/Concise.pm
42421            ! ext/Data/Dumper/Dumper.pm lib/FileCache.pm
42422 ____________________________________________________________________________
42423 [ 25543] By: rgs                                   on 2005/09/21  15:31:02
42424         Log: Upgrade to Pod::Parser 1.33
42425      Branch: perl
42426            + t/pod/pod2usage2.t
42427            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
42428            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
42429            ! lib/Pod/Usage.pm t/pod/find.t t/pod/poderrs.xr
42430 ____________________________________________________________________________
42431 [ 25537] By: rgs                                   on 2005/09/21  14:20:14
42432         Log: PodParser is now Pod-Parser on CPAN
42433      Branch: perl
42434            ! Porting/Maintainers.pl
42435 ____________________________________________________________________________
42436 [ 25534] By: rgs                                   on 2005/09/21  13:12:33
42437         Log: Subject: [PATCH 5.8.7] misc a2p fixes
42438              From: Brendan O'Dea <bod@debian.org>
42439              Date: Sun, 11 Sep 2005 19:43:14 +1000
42440              Message-ID: <20050911094314.GA15155@londo.c47.org>
42441              
42442              and remove the check_byacc target from the x2p makefile
42443      Branch: perl
42444            ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.y x2p/a2py.c x2p/walk.c
42445 ____________________________________________________________________________
42446 [ 25533] By: rgs                                   on 2005/09/21  11:25:54
42447         Log: Upgrade to ExtUtils::ParseXS 2.12
42448      Branch: perl
42449            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/ParseXS/t/basic.t
42450 ____________________________________________________________________________
42451 [ 25532] By: rgs                                   on 2005/09/21  11:15:43
42452         Log: Upgrade to Time::HiRes 1.74
42453      Branch: perl
42454            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
42455            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
42456 ____________________________________________________________________________
42457 [ 25530] By: nicholas                              on 2005/09/21  10:53:56
42458         Log: Remove the last STRLEN n_a;s that my compiler can reach.
42459      Branch: perl
42460            ! doop.c ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs perly.act
42461            ! perly.y pp_pack.c sv.h
42462 ____________________________________________________________________________
42463 [ 25526] By: rgs                                   on 2005/09/21  09:37:27
42464         Log: Integrate changes from Text::Tabs and Text::Wrap on CPAN
42465              (Text-Tabs+Wrap-2005.0824). Keep local changes.
42466      Branch: perl
42467            ! lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG lib/Text/Wrap.pm
42468 ____________________________________________________________________________
42469 [ 25523] By: rgs                                   on 2005/09/20  19:12:28
42470         Log: Yitzchak says that Tim says that we can distribute
42471              the perl glossary under the same terms as Perl itself.
42472      Branch: perl
42473            ! pod/perlglossary.pod
42474 ____________________________________________________________________________
42475 [ 25515] By: rgs                                   on 2005/09/20  11:09:48
42476         Log: Subject: [PATCH blead] Re: [perl #36733] %SIG not properly local-ized
42477              From: Rick Delaney <rick@bort.ca>
42478              Date: Thu, 8 Sep 2005 08:55:16 -0400
42479              Message-ID: <20050908125516.GA18184@localhost.localdomain>
42480      Branch: perl
42481            ! hv.c t/op/local.t
42482 ____________________________________________________________________________
42483 [ 25513] By: steveh                                on 2005/09/20  09:20:16
42484         Log: Resolve [perl #37110]: Update README.win32
42485              
42486              I give up trying to keep the Platform SDK links up-to-date. They seem
42487              to have changed every time that I look at them, so make the
42488              instructions more general.
42489      Branch: perl
42490            ! README.win32
42491 ____________________________________________________________________________
42492 [ 25512] By: rgs                                   on 2005/09/20  09:15:17
42493         Log: Upgrade to Compress::Zlib 1.39
42494      Branch: perl
42495            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
42496            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
42497 ____________________________________________________________________________
42498 [ 25511] By: rgs                                   on 2005/09/20  09:02:17
42499         Log: Subject: PATCH for #37138: using XSUB as DB::DB causes perl to crash
42500              From: Salvador "FandiXo" <sfandino@yahoo.com>
42501              Date: Mon, 19 Sep 2005 06:56:39 -0700 (PDT)
42502              Message-ID: <20050919135639.96726.qmail@web52701.mail.yahoo.com>
42503              
42504              (adapted to bleadperl)
42505      Branch: perl
42506            ! pp_ctl.c
42507 ____________________________________________________________________________
42508 [ 25507] By: merijn                                on 2005/09/20  06:51:38
42509         Log: Subject: [patch@25502] Add hard link and V8.2 crtl support to VMS.
42510              From: "John E. Malmberg" <wb8tyw@qsl.net>
42511              Date: Tue, 20 Sep 2005 01:22:24 -0400
42512              Message-ID: <432F9C90.7080702@qsl.net>
42513      Branch: perl
42514            ! configure.com vms/descrip_mms.template x2p/s2p.PL
42515 ____________________________________________________________________________
42516 [ 25502] By: nicholas                              on 2005/09/19  21:02:02
42517         Log: The second argument to Move() is the destination, so cannot possibly
42518              be const. Pesky casting in handy.h. Getting in the way of correctness.
42519      Branch: perl
42520            ! sv.c
42521 ____________________________________________________________________________
42522 [ 25499] By: nicholas                              on 2005/09/19  19:44:07
42523         Log: Add parallel testing to TODO
42524      Branch: perl
42525            ! pod/perltodo.pod
42526 ____________________________________________________________________________
42527 [ 25497] By: nicholas                              on 2005/09/19  18:48:10
42528         Log: First argument to he_dup is actually a const HE *
42529      Branch: perl
42530            ! embed.fnc hv.c proto.h sv.c
42531 ____________________________________________________________________________
42532 [ 25493] By: nicholas                              on 2005/09/19  15:59:44
42533         Log: All Perl_hv_name_set()s need to be plain hv_name_set if they are to
42534              work with a macro version.
42535      Branch: perl
42536            ! ext/ByteLoader/bytecode.h
42537 ____________________________________________________________________________
42538 [ 25488] By: steveh                                on 2005/09/19  14:18:40
42539         Log: Update win32 config files w.r.t. change #25387
42540      Branch: perl
42541            ! win32/config.bc win32/config.gc win32/config.vc
42542            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
42543            ! win32/config_H.vc win32/config_H.vc64
42544 ____________________________________________________________________________
42545 [ 25486] By: rgs                                   on 2005/09/19  12:38:26
42546         Log: Subject: bleadperl DProf.xs:140: warning: `unused' attribute ignored
42547              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
42548              Date: Sun, 18 Sep 2005 19:46:37 -0700
42549              Message-ID: <20050919024637.GA2860@efn.org>
42550      Branch: perl
42551            ! ext/Devel/DProf/DProf.xs
42552 ____________________________________________________________________________
42553 [ 25480] By: nicholas                              on 2005/09/19  07:11:38
42554         Log: Improve failure case diagnostics from comp/package.t
42555      Branch: perl
42556            ! t/comp/package.t
42557 ____________________________________________________________________________
42558 [ 25476] By: nicholas                              on 2005/09/18  21:54:18
42559         Log: Should have been embed.h, not proto.h, in 25475
42560      Branch: perl
42561            ! embed.h
42562 ____________________________________________________________________________
42563 [ 25475] By: nicholas                              on 2005/09/18  21:52:25
42564         Log: It looks like the only way to reliably make Perl_hv_name_set a pure
42565              macro in 5.8.x is to make it available as hv_name_set.
42566              [Otherwise when and where aTHX_ hv gets expanded to foo, hv causes
42567              warnings or other games when Perl_hv_name_set() is a macro]
42568      Branch: perl
42569            ! embed.fnc ext/Opcode/Opcode.xs gv.c hv.c perl.c proto.h
42570 ____________________________________________________________________________
42571 [ 25474] By: merijn                                on 2005/09/18  18:36:15
42572         Log: Subject: [patch@25452] VMS fix required by Change 25387
42573              From: "John E. Malmberg" <wb8tyw@qsl.net>
42574              Date: Sun, 18 Sep 2005 14:53:09 -0400
42575              Message-ID: <432DB795.8050801@qsl.net>
42576      Branch: perl
42577            ! configure.com
42578 ____________________________________________________________________________
42579 [ 25463] By: nicholas                              on 2005/09/18  11:07:51
42580         Log: Tidying up the unused or unneeded global variables would be good.
42581      Branch: perl
42582            ! pod/perltodo.pod
42583 ____________________________________________________________________________
42584 [ 25459] By: nicholas                              on 2005/09/18  10:12:51
42585         Log: Controlling what the GNU linker exports from a shared library would
42586              be a useful thing TODO
42587      Branch: perl
42588            ! pod/perltodo.pod
42589 ____________________________________________________________________________
42590 [ 25457] By: nicholas                              on 2005/09/18  09:38:59
42591         Log: Detail the minimal rewards programme we have on offer.
42592              Hoik relocatable perl to the top of its section.
42593              Some other formatting tweaks.
42594      Branch: perl
42595            ! pod/perltodo.pod
42596 ____________________________________________________________________________
42597 [ 25452] By: nicholas                              on 2005/09/17  19:50:47
42598         Log: 
42599              refactoring xsubpp should have been in the "just perl" section.
42600      Branch: perl
42601            ! pod/perltodo.pod
42602 ____________________________________________________________________________
42603 [ 25451] By: nicholas                              on 2005/09/17  19:49:27
42604         Log: Add "refactor xsubpp to be a thin wrapper around ExtUtils::ParseXS"
42605              to the TODO
42606      Branch: perl
42607            ! pod/perltodo.pod
42608 ____________________________________________________________________________
42609 [ 25448] By: nicholas                              on 2005/09/17  19:11:33
42610         Log: Add shrinking GVs and CVs to the TODO
42611      Branch: perl
42612            ! pod/perltodo.pod
42613 ____________________________________________________________________________
42614 [ 25446] By: nicholas                              on 2005/09/17  18:59:37
42615         Log: Add reduce duplication in sv_setsv_flags to TODO
42616      Branch: perl
42617            ! pod/perltodo.pod
42618 ____________________________________________________________________________
42619 [ 25445] By: nicholas                              on 2005/09/17  18:53:39
42620         Log: Missing DO_BO_PACK_PC and DO_BO_UNPACK_PC for the 5.8.x case
42621              (and the don't know the pointer size case)
42622      Branch: perl
42623            ! pp_pack.c
42624 ____________________________________________________________________________
42625 [ 25444] By: nicholas                              on 2005/09/17  18:40:29
42626         Log: vv5.9.3 is clearly a bug.
42627      Branch: perl
42628            ! utils/perlbug.PL
42629 ____________________________________________________________________________
42630 [ 25443] By: nicholas                              on 2005/09/17  18:34:37
42631         Log: Add ordering of "global" variables to TODO
42632      Branch: perl
42633            ! pod/perltodo.pod
42634 ____________________________________________________________________________
42635 [ 25442] By: nicholas                              on 2005/09/17  18:05:30
42636         Log: Holding a mutex then croak()ing strikes me as deadlock.
42637      Branch: perl
42638            ! ext/threads/threads.xs
42639 ____________________________________________________________________________
42640 [ 25439] By: nicholas                              on 2005/09/17  17:09:25
42641         Log: Add emulate the per-thread memory pool on Unix to the TODO
42642      Branch: perl
42643            ! pod/perltodo.pod
42644 ____________________________________________________________________________
42645 [ 25436] By: nicholas                              on 2005/09/17  15:42:51
42646         Log: Add suggestion to profile to find a better set of hot ops for pp_hot.
42647      Branch: perl
42648            ! pod/perltodo.pod
42649 ____________________________________________________________________________
42650 [ 25434] By: nicholas                              on 2005/09/17  15:32:36
42651         Log: add merge Perl_sv_2[inpu]v to TODO
42652      Branch: perl
42653            ! pod/perltodo.pod
42654 ____________________________________________________________________________
42655 [ 25431] By: nicholas                              on 2005/09/17  14:36:14
42656         Log: Making make -j... work is a TODO
42657      Branch: perl
42658            ! pod/perltodo.pod
42659 ____________________________________________________________________________
42660 [ 25430] By: nicholas                              on 2005/09/17  14:33:33
42661         Log: Add "automating coverage tests" as a TODO
42662      Branch: perl
42663            ! pod/perltodo.pod
42664 ____________________________________________________________________________
42665 [ 25429] By: nicholas                              on 2005/09/17  14:19:54
42666         Log: Re-order the TODO tasks based on the skills they need, putting the
42667              easist tasks first. I've categorised them as
42668              
42669              =head1 Tasks that only need Perl knowledge
42670              =head1 Tasks that need a little sysadmin-type knowledge
42671              =head1 Tasks that need a little C knowledge
42672              =head1 Tasks that need a knowledge of XS
42673              =head1 Tasks that need a knowledge of the interpreter
42674              =head1 Big projects
42675              
42676              Lets see if we get any takers.
42677      Branch: perl
42678            ! pod/perltodo.pod
42679 ____________________________________________________________________________
42680 [ 25418] By: rgs                                   on 2005/09/16  12:54:43
42681         Log: Revert change #24223 : select() will continue
42682              to return -1 on error, like in previous versions, and
42683              like other system builtins.
42684      Branch: perl
42685            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
42686 ____________________________________________________________________________
42687 [ 25417] By: rgs                                   on 2005/09/15  14:48:37
42688         Log: Fix obsolete identifiers in comment
42689      Branch: perl
42690            ! av.h
42691 ____________________________________________________________________________
42692 [ 25416] By: rgs                                   on 2005/09/15  14:19:19
42693         Log: Upgrade to version.pm 0.48
42694      Branch: perl
42695            + lib/version.pod
42696            ! MANIFEST lib/version.pm lib/version.t util.c
42697 ____________________________________________________________________________
42698 [ 25414] By: rgs                                   on 2005/09/14  12:49:58
42699         Log: Subject: [PATCH] Math::Complex and Math::Trig updates (Re: [perl #37117] Math::Complex atan2 bug)
42700              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
42701              Date: Wed, 14 Sep 2005 09:26:11 +0300
42702              Message-ID: <4327C283.80706@gmail.com>
42703      Branch: perl
42704            ! lib/Math/Complex.pm lib/Math/Complex.t lib/Math/Trig.pm
42705            ! lib/Math/Trig.t pod/perlfunc.pod
42706 ____________________________________________________________________________
42707 [ 25413] By: rgs                                   on 2005/09/14  08:58:04
42708         Log: Subject: [perl #37163] dprofpp array subscript error 
42709              From: scott@perlcode.org (via RT) <perlbug-followup@perl.org>
42710              Date: Tue, 13 Sep 2005 12:11:46 -0700
42711              Message-ID: <rt-3.0.11-37163-120724.9.33005980359667@perl.org>
42712      Branch: perl
42713            ! utils/dprofpp.PL
42714 ____________________________________________________________________________
42715 [ 25411] By: rgs                                   on 2005/09/14  08:11:08
42716         Log: Change 25409 wasn't necessary for threaded perls
42717      Branch: perl
42718            ! toke.c
42719 ____________________________________________________________________________
42720 [ 25409] By: rgs                                   on 2005/09/14  01:08:22
42721         Log: The debugger wasn't tracing correctly execution in eval("")'ed
42722              code containing #line directives
42723      Branch: perl
42724            ! toke.c
42725 ____________________________________________________________________________
42726 [ 25406] By: rgs                                   on 2005/09/13  20:58:38
42727         Log: Subject: [PATCH] Re: [MAINT24637] fails "make test" on OSX 10.4 (lib/locale.t)
42728              From: Dominic Dunlop <shouldbedomo@mac.com>
42729              Date: Sep 13, 2005 11:13 PM
42730              Message-Id: <456439EA-CE2E-49A0-97FF-1B003CF8AFDE@mac.com>
42731      Branch: perl
42732            ! lib/locale.t
42733 ____________________________________________________________________________
42734 [ 25403] By: nicholas                              on 2005/09/13  18:16:55
42735         Log: Add Luke Closs to AUTHORS
42736      Branch: perl
42737            ! AUTHORS
42738 ____________________________________________________________________________
42739 [ 25402] By: nicholas                              on 2005/09/13  17:54:09
42740         Log: Subject: [perl #36448] configuring ranlib for perl on osx with xcode 2.1
42741              From: Luke Closs (via RT) <perlbug-followup@perl.org>
42742              Message-ID: <rt-3.0.11-36448-116486.6.06308221656583@perl.org>
42743              Date: 1 Jul 2005 21:56:31 -0000
42744      Branch: perl
42745            ! Configure hints/darwin.sh
42746 ____________________________________________________________________________
42747 [ 25399] By: rgs                                   on 2005/09/13  13:25:23
42748         Log: Allow non-arrowed form of chained subscripts after slices
42749              
42750              Subject: Re: [perl #37039] perlref documentation about optional -> is too vague
42751              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
42752              Date: Thu, 1 Sep 2005 17:41:36 -0700
42753              Message-ID: <20050902004136.GA2656@efn.org>
42754              
42755              Date: Mon, 5 Sep 2005 08:10:20 -0700
42756              Message-ID: <20050905151020.GA3556@efn.org>
42757      Branch: perl
42758            ! perly.act perly.h perly.tab perly.y t/op/ref.t
42759 ____________________________________________________________________________
42760 [ 25398] By: merijn                                on 2005/09/13  06:22:58
42761         Log: Subject: [patch@25388] vms/vms.c Perl_cando fix.
42762              From: "John E. Malmberg" <wb8tyw@qsl.net>
42763              Date: Mon, 12 Sep 2005 23:56:36 -0400
42764              Message-ID: <43264DF4.6090403@qsl.net>
42765      Branch: perl
42766            ! vms/vms.c
42767 ____________________________________________________________________________
42768 [ 25397] By: merijn                                on 2005/09/13  06:18:46
42769         Log: Subject: [PATCH] The return of the consting
42770              From: Andy Lester <andy@petdance.com>
42771              Date: Tue, 13 Sep 2005 01:08:36 -0500
42772              Message-ID: <20050913060835.GA1037@petdance.com>
42773      Branch: perl
42774            ! embed.fnc lib/overload.pm pp_pack.c proto.h util.c
42775 ____________________________________________________________________________
42776 [ 25388] By: rgs                                   on 2005/09/12  14:32:29
42777         Log: Subject: [perl #37142] h2xs skips enums with negative values 
42778              From: Aaron Kaplan (via RT) <perlbug-followup@perl.org>
42779              Date: Sun, 11 Sep 2005 13:33:44 -0700
42780              Message-ID: <rt-3.0.11-37142-120585.5.90517066191047@perl.org>
42781      Branch: perl
42782            ! utils/h2xs.PL
42783 ____________________________________________________________________________
42784 [ 25387] By: merijn                                on 2005/09/12  13:26:31
42785         Log: Detection of malloc_size and malloc_good_size
42786      Branch: perl
42787            ! Configure Porting/Glossary config_h.SH handy.h
42788 ____________________________________________________________________________
42789 [ 25383] By: merijn                                on 2005/09/11  13:50:53
42790         Log: Reverted 25364 on authors request
42791      Branch: perl
42792            ! lib/ExtUtils/CBuilder/Base.pm
42793            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
42794 ____________________________________________________________________________
42795 [ 25374] By: nicholas                              on 2005/09/10  17:07:04
42796         Log: Experiment with putting the F<.patch>level into patchlevel.h
42797              (a sure way to accelerate any change to subversion)
42798      Branch: perl
42799            ! cflags.SH patchlevel.h
42800 ____________________________________________________________________________
42801 [ 25366] By: rgs                                   on 2005/09/09  09:35:01
42802         Log: Minor comment fix
42803      Branch: perl
42804            ! hv.h
42805 ____________________________________________________________________________
42806 [ 25365] By: merijn                                on 2005/09/08  07:20:19
42807         Log: Subject: [PATCH blead] Make t/op/local.t use test.pl.
42808              From: Rick Delaney <rick@bort.ca>
42809              Date: Wed, 7 Sep 2005 22:45:44 -0400
42810              Message-ID: <20050908024544.GA4058@localhost.localdomain>
42811      Branch: perl
42812            ! t/op/local.t
42813 ____________________________________________________________________________
42814 [ 25364] By: merijn                                on 2005/09/08  06:07:53
42815         Log: Subject: [patch@cbuilder_0.13] VMS fixes for cbuilder
42816              From: "John E. Malmberg" <wb8tyw@qsl.net>
42817              Date: Wed, 07 Sep 2005 19:59:36 -0400
42818              Message-ID: <431F7EE8.3040908@qsl.net>
42819      Branch: perl
42820            ! lib/ExtUtils/CBuilder/Base.pm
42821            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
42822 ____________________________________________________________________________
42823 [ 25363] By: rgs                                   on 2005/09/07  11:09:10
42824         Log: The formatting function of Carp::Heavy has problem with utf8 strings.
42825              Work around it.
42826      Branch: perl
42827            ! lib/Carp/Heavy.pm
42828 ____________________________________________________________________________
42829 [ 25362] By: rgs                                   on 2005/09/07  10:31:47
42830         Log: Subject: [perl #37091] File::Path::mkpath resets errno 
42831              From: kvr@centrum.cz (via RT) <perlbug-followup@perl.org>
42832              Date: Tue, 06 Sep 2005 08:07:14 -0700
42833              Message-ID: <rt-3.0.11-37091-120348.17.8280334480876@perl.org>
42834      Branch: perl
42835            ! lib/File/Path.pm
42836 ____________________________________________________________________________
42837 [ 25361] By: rgs                                   on 2005/09/06  19:06:38
42838         Log: Upgrade to Compress::Zlib 1.38
42839      Branch: perl
42840            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
42841            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
42842            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/t/03examples.t
42843 ____________________________________________________________________________
42844 [ 25360] By: nicholas                              on 2005/09/06  17:46:33
42845         Log: Add a TODO test for bug #37038 - assigning to the match variable
42846              should not corrupt match vars such as $1 and $2
42847      Branch: perl
42848            ! t/op/pat.t
42849 ____________________________________________________________________________
42850 [ 25359] By: rgs                                   on 2005/09/06  16:06:44
42851         Log: Revert Makefile.PL change from #25355
42852      Branch: perl
42853            ! ext/IO/Makefile.PL
42854 ____________________________________________________________________________
42855 [ 25358] By: rgs                                   on 2005/09/06  14:50:18
42856         Log: Subject: Re: Fw: Tied hash numeric values are rounded off under Perl v5.8.6
42857              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
42858              Date: Fri, 2 Sep 2005 00:05:52 -0700
42859              Message-ID: <20050902070552.GA3992@efn.org>
42860      Branch: perl
42861            ! mg.c t/op/tie.t
42862 ____________________________________________________________________________
42863 [ 25357] By: merijn                                on 2005/09/06  14:10:28
42864         Log: Added amd64 and x86_64 to recognized predefined cpp syms
42865      Branch: perl
42866            ! Configure
42867 ____________________________________________________________________________
42868 [ 25355] By: rgs                                   on 2005/09/06  08:46:37
42869         Log: Upgrade to IO 1.22 from gbarr
42870              - Adjust the regression tests to use t/test.pl from bleadperl
42871              when $ENV{PERL_CORE} is defined
42872              - Add can_ok and isa_ok to t/test.pl from the implementation
42873              found in the IO CPAN distribution
42874      Branch: perl
42875            ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
42876            ! ext/IO/README ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
42877            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
42878            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
42879            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
42880            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
42881            ! ext/IO/t/IO.t ext/IO/t/io_file.t ext/IO/t/io_linenum.t
42882            ! ext/IO/t/io_pipe.t ext/IO/t/io_sel.t ext/IO/t/io_sock.t
42883            ! ext/IO/t/io_utf8.t t/test.pl
42884 ____________________________________________________________________________
42885 [ 25354] By: rgs                                   on 2005/09/05  11:12:14
42886         Log: Subject: regression test for 25352
42887              From: Jim Cromie <jim.cromie@gmail.com>
42888              Date: Sat, 03 Sep 2005 22:38:13 -0600
42889              Message-ID: <431A7A35.6050705@gmail.com>
42890      Branch: perl
42891            ! ext/B/t/optree_specials.t
42892 ____________________________________________________________________________
42893 [ 25353] By: davem                                 on 2005/09/04  09:40:05
42894         Log: Subject:  Re: [perl #37039] perlref documentation about optional -> is too vague
42895              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
42896              Date:  Thu, 1 Sep 2005 17:41:36 -0700
42897              Message-Id:  <20050902004136.GA2656@efn.org>
42898              
42899              Allow any variant of bison 1.875 to be used
42900      Branch: perl
42901            ! regen_perly.pl
42902 ____________________________________________________________________________
42903 [ 25352] By: rgs                                   on 2005/09/02  20:18:01
42904         Log: Subject: Re: Optree Generation
42905              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
42906              Date: Aug 31, 2005 2:18 PM
42907              Message-ID: <20050831121822.GA3464@efn.org>
42908      Branch: perl
42909            ! ext/B/B/Concise.pm
42910 ____________________________________________________________________________
42911 [ 25351] By: rgs                                   on 2005/09/02  19:57:21
42912         Log: Subject: document index() with out of bounds POSITION
42913              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
42914              Date: Sep 2, 2005 2:23 PM
42915              Message-ID: <20050902122311.GA3104@efn.org>
42916      Branch: perl
42917            ! pod/perlfunc.pod
42918 ____________________________________________________________________________
42919 [ 25350] By: rgs                                   on 2005/09/02  17:35:31
42920         Log: Really fix the Archive::Tar setup test.
42921              p4 and svn don't behave similarly concerning removal
42922              of empty directories...
42923      Branch: perl
42924            ! lib/Archive/Tar/t/00_setup.t
42925 ____________________________________________________________________________
42926 [ 25349] By: rgs                                   on 2005/09/02  16:45:31
42927         Log: Once again, fix Archive::Tar setup test with -Dmksymlinks
42928      Branch: perl
42929            ! lib/Archive/Tar/t/00_setup.t
42930 ____________________________________________________________________________
42931 [ 25348] By: rgs                                   on 2005/09/02  13:19:48
42932         Log: Subject: RE: [ANNOUNCE] Archive::Tar 1.25
42933              From: Robin Barker <Robin.Barker@npl.co.uk>
42934              Date: Thu, 1 Sep 2005 20:09:43 +0100 
42935              Message-ID: <533D273D4014D411AB1D00062938C4D90849C7A9@hotel.npl.co.uk>
42936      Branch: perl
42937            - lib/Archive/Tar/t/src/long/b lib/Archive/Tar/t/src/short/b
42938            ! MANIFEST lib/Archive/Tar/t/00_setup.t
42939            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
42940 ____________________________________________________________________________
42941 [ 25347] By: rgs                                   on 2005/09/02  12:53:49
42942         Log: Regression test for the fix in change #25308,
42943              based on code by Troy Loveday
42944      Branch: perl
42945            + ext/Data/Dumper/t/bugs.t
42946            ! MANIFEST
42947 ____________________________________________________________________________
42948 [ 25346] By: rgs                                   on 2005/09/01  15:00:15
42949         Log: Oops, fix threaded build
42950      Branch: perl
42951            ! toke.c
42952 ____________________________________________________________________________
42953 [ 25345] By: rgs                                   on 2005/09/01  14:50:24
42954         Log: Don't list test modules when listing cpan versions
42955      Branch: perl
42956            ! Porting/corecpan.pl
42957 ____________________________________________________________________________
42958 [ 25344] By: rgs                                   on 2005/09/01  14:45:23
42959         Log: Add the "no 6" / "no v6" syntax.
42960      Branch: perl
42961            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h pp_ctl.c
42962            ! proto.h t/comp/use.t toke.c
42963 ____________________________________________________________________________
42964 [ 25343] By: rgs                                   on 2005/09/01  14:43:19
42965         Log: Remove no 6 from the todo list
42966      Branch: perl
42967            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h
42968            ! pod/perltodo.pod pp_ctl.c proto.h t/comp/use.t toke.c
42969 ____________________________________________________________________________
42970 [ 25342] By: rgs                                   on 2005/08/31  15:14:28
42971         Log: Document that Sys::Syslog::openlog might die.
42972              Fixes [perl #36848] Sys::Syslog::syslog kills program if syslogd not running 
42973      Branch: perl
42974            ! ext/Sys/Syslog/Syslog.pm
42975 ____________________________________________________________________________
42976 [ 25341] By: rgs                                   on 2005/08/31  14:14:21
42977         Log: Fix for [perl #37036] perl segfault at 'compile'-time
42978      Branch: perl
42979            ! op.c
42980 ____________________________________________________________________________
42981 [ 25340] By: rgs                                   on 2005/08/31  08:07:37
42982         Log: Subject: [patch@25339] ext/Dev/Peek/t/peek.t fix for VMS
42983              From: "John E. Malmberg" <wb8tyw@qsl.net>
42984              Date: Tue, 30 Aug 2005 22:17:42 -0400
42985              Message-ID: <43151346.4010001@qsl.net>
42986      Branch: perl
42987            ! ext/Devel/Peek/t/Peek.t
42988 ____________________________________________________________________________
42989 [ 25339] By: rgs                                   on 2005/08/30  18:55:46
42990         Log: Clarify the cases where system() returns 1,
42991              per a suggestion of Rick Delaney (bug #36976)
42992      Branch: perl
42993            ! pod/perlfunc.pod
42994 ____________________________________________________________________________
42995 [ 25338] By: rgs                                   on 2005/08/30  09:38:54
42996         Log: Upgrade to PathTools 3.11
42997              (no real changes)
42998      Branch: perl
42999            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
43000 ____________________________________________________________________________
43001 [ 25337] By: rgs                                   on 2005/08/30  09:34:54
43002         Log: Subject: sv-head refactor
43003              From: Jim Cromie <jim.cromie@gmail.com>
43004              Date: Thu, 25 Aug 2005 21:42:44 -0600
43005              Message-ID: <cfe85dfa05082520425f7a7738@mail.gmail.com>
43006      Branch: perl
43007            ! sv.h
43008 ____________________________________________________________________________
43009 [ 25336] By: rgs                                   on 2005/08/30  09:09:22
43010         Log: Subject: [patch@25334] t/op/magic.t - Last 3 tests invalid on VMS
43011              From: "John E. Malmberg" <wb8tyw@qsl.net>
43012              Date: Sat, 27 Aug 2005 19:54:26 -0400
43013              Message-ID: <4310FD32.70809@qsl.net>
43014      Branch: perl
43015            ! t/op/magic.t
43016 ____________________________________________________________________________
43017 [ 25335] By: rgs                                   on 2005/08/30  09:08:31
43018         Log: Subject: [patch@25334] hv.c vms environment fix.
43019              From: "John E. Malmberg" <wb8tyw@qsl.net>
43020              Date: Sat, 27 Aug 2005 19:20:50 -0400
43021              Message-ID: <4310F552.8050401@qsl.net>
43022      Branch: perl
43023            ! hv.c
43024 ____________________________________________________________________________
43025 [ 25334] By: rgs                                   on 2005/08/27  16:59:02
43026         Log: Upgrade to PathTools 3.10
43027      Branch: perl
43028            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
43029            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
43030            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
43031 ____________________________________________________________________________
43032 [ 25333] By: rgs                                   on 2005/08/27  16:28:27
43033         Log: Fix failure in Archive::Tar tests when perl is built
43034              with -Dmksymlinks
43035      Branch: perl
43036            ! lib/Archive/Tar/t/02_methods.t
43037 ____________________________________________________________________________
43038 [ 25332] By: nicholas                              on 2005/08/25  14:53:23
43039         Log: Revert 25331 (except for the typo fix).
43040      Branch: perl
43041            ! sv.c
43042 ____________________________________________________________________________
43043 [ 25331] By: nicholas                              on 2005/08/25  14:06:43
43044         Log: To make the current implementation of sv_replace sane, we should
43045              assert that the reference count of the target is also 1.
43046              (Given that we're splatting an SV with a reference count of 1 onto
43047              the target)
43048      Branch: perl
43049            ! sv.c
43050 ____________________________________________________________________________
43051 [ 25330] By: nicholas                              on 2005/08/25  13:46:31
43052         Log: Promote the warning about reference miscount in sv_replace to a panic.
43053              TODO - document the panics
43054      Branch: perl
43055            ! sv.c
43056 ____________________________________________________________________________
43057 [ 25329] By: nicholas                              on 2005/08/25  13:15:17
43058         Log: No need to manually set the reference count of a new IO to 1.
43059      Branch: perl
43060            ! gv.c
43061 ____________________________________________________________________________
43062 [ 25328] By: rgs                                   on 2005/08/25  09:29:43
43063         Log: Don't mention redundant usethreads in -V output
43064              Be more consistent in using commas
43065      Branch: perl
43066            ! myconfig.SH
43067 ____________________________________________________________________________
43068 [ 25327] By: rgs                                   on 2005/08/25  09:13:07
43069         Log: Subject: update B::Concise pod to reflect previous changes
43070              From: Jim Cromie <jcromie@divsol.com>
43071              Date: Wed, 24 Aug 2005 11:05:47 -0600
43072              Message-ID: <430CA8EB.3010904@divsol.com>
43073      Branch: perl
43074            ! ext/B/B/Concise.pm
43075 ____________________________________________________________________________
43076 [ 25326] By: rgs                                   on 2005/08/25  08:45:04
43077         Log: Fix miniperl build with threaded perl
43078      Branch: perl
43079            ! util.c
43080 ____________________________________________________________________________
43081 [ 25325] By: rgs                                   on 2005/08/24  15:53:01
43082         Log: Subject: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]
43083              From: "John Peacock" <jpeacock@rowman.com>
43084              Date: Tue, 23 Aug 2005 20:41:11 +0300 (IDT)
43085              Message-ID: <2444.85.65.24.143.1124818871.squirrel@webmail.rowman.com>
43086      Branch: perl
43087            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
43088            ! pod/perlapi.pod proto.h t/comp/use.t util.c
43089 ____________________________________________________________________________
43090 [ 25324] By: rgs                                   on 2005/08/24  07:28:27
43091         Log: Unmatched parentheses (thanks to Steve Peters)
43092      Branch: perl
43093            ! pod/perlvar.pod
43094 ____________________________________________________________________________
43095 [ 25323] By: rgs                                   on 2005/08/23  13:52:17
43096         Log: My system produces core.$$ files
43097      Branch: perl
43098            ! Makefile.SH
43099 ____________________________________________________________________________
43100 [ 25322] By: rgs                                   on 2005/08/23  13:25:15
43101         Log: Subject: [PATCH blead] Use SvGETMAGIC more often
43102              From: Rick Delaney <rick@bort.ca>
43103              Date: Mon, 22 Aug 2005 13:00:33 -0400
43104              Message-ID: <20050822170033.GH7674@localhost.localdomain>
43105      Branch: perl
43106            ! doio.c pp.c pp_ctl.c pp_hot.c sv.c universal.c xsutils.c
43107 ____________________________________________________________________________
43108 [ 25321] By: rgs                                   on 2005/08/23  13:11:34
43109         Log: Subject: [PATCH] Add Windows Vista support to Win32::GetOSName()
43110              From: "Jan Dubois" <jand@ActiveState.com>
43111              Date: Mon, 22 Aug 2005 15:37:09 -0700
43112              Message-Id: <200508222237.j7MMbFPA027764@smtp3.ActiveState.com>
43113      Branch: perl
43114            ! win32/ext/Win32/Win32.pm
43115 ____________________________________________________________________________
43116 [ 25320] By: rgs                                   on 2005/08/22  15:41:15
43117         Log: Subject: Re: Documentation change for IPC::Open*.pm
43118              From: Ben Tilly <btilly@gmail.com>
43119              Date: Mon, 22 Aug 2005 08:30:14 -0700
43120              Message-ID: <acc274b3050822083093357fe@mail.gmail.com>
43121      Branch: perl
43122            ! lib/IPC/Open2.pm lib/IPC/Open3.pm
43123 ____________________________________________________________________________
43124 [ 25319] By: rgs                                   on 2005/08/22  14:48:43
43125         Log: Subject: [PATCH blead] Re: [perl #36959] List Constructor Operator - Undefined Values
43126              From: Rick Delaney <rick@bort.ca>
43127              Date: Sun, 21 Aug 2005 15:09:57 -0400
43128              Message-ID: <20050821190957.GE7674@localhost.localdomain>
43129      Branch: perl
43130            ! pp_ctl.c t/op/range.t
43131 ____________________________________________________________________________
43132 [ 25318] By: rgs                                   on 2005/08/22  13:41:10
43133         Log: Upgrade to Term::ANSIColor 1.10
43134      Branch: perl
43135            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
43136            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
43137 ____________________________________________________________________________
43138 [ 25317] By: rgs                                   on 2005/08/22  13:24:09
43139         Log: Subject: [PATCH lib/CPAN.pm] Make curl follow redirects
43140              From: Michael G Schwern <schwern@pobox.com>
43141              Date: Sun, 21 Aug 2005 00:16:26 -0700
43142              Message-ID: <20050821071625.GA29394@windhund.schwern.org>
43143      Branch: perl
43144            ! lib/CPAN.pm
43145 ____________________________________________________________________________
43146 [ 25316] By: rgs                                   on 2005/08/22  12:59:27
43147         Log: Argh. I've overwritten local changes to ptar with change 25312
43148      Branch: perl
43149            ! lib/Archive/Tar/bin/ptar
43150 ____________________________________________________________________________
43151 [ 25315] By: rgs                                   on 2005/08/22  11:47:45
43152         Log: Subject: Re: Building 25309 on VAX (OpenVMS 7.2) not ok
43153              From: Abe Timmerman <abe@ztreet.demon.nl>
43154              Date: Sun, 21 Aug 2005 16:28:42 +0200
43155              Message-Id: <200508211628.42409.abe@ztreet.demon.nl>
43156      Branch: perl
43157            ! configure.com
43158 ____________________________________________________________________________
43159 [ 25314] By: rgs                                   on 2005/08/22  11:14:59
43160         Log: Don't install ptar in module tree
43161      Branch: perl
43162            ! installperl
43163 ____________________________________________________________________________
43164 [ 25313] By: rgs                                   on 2005/08/22  10:29:45
43165         Log: Fix typo in file name
43166      Branch: perl
43167            ! MANIFEST
43168 ____________________________________________________________________________
43169 [ 25312] By: rgs                                   on 2005/08/22  10:09:40
43170         Log: Upgrade to Archive::Tar 1.26
43171              Preserve some local typo fixes
43172              Don't load Data::Dumper
43173      Branch: perl
43174            + lib/Archive/Tar/bin/ptardiff
43175            + lib/Archive/Tar/t/04_resolved_issues.t
43176            ! MANIFEST lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
43177            ! lib/Archive/Tar/File.pm lib/Archive/Tar/bin/ptar
43178            ! lib/Archive/Tar/t/02_methods.t
43179 ____________________________________________________________________________
43180 [ 25311] By: nicholas                              on 2005/08/21  16:19:12
43181         Log: Subject: [patch@25305] t/op/arith.t fix for VMS with IEEE float
43182              From: "John E. Malmberg" <wb8tyw@qsl.net>
43183              Message-ID: <4307F348.70603@qsl.net>
43184              Date: Sat, 20 Aug 2005 23:21:44 -0400
43185      Branch: perl
43186            ! t/op/arith.t
43187 ____________________________________________________________________________
43188 [ 25310] By: nicholas                              on 2005/08/21  16:05:22
43189         Log: Subject: [patch@25305] lib/ExtUtils/t/Constant.t VMS fixes
43190              From: "John E. Malmberg" <wb8tyw@qsl.net>
43191              Message-ID: <43080395.50807@qsl.net>
43192              Date: Sun, 21 Aug 2005 00:31:17 -0400
43193      Branch: perl
43194            ! lib/ExtUtils/t/Constant.t
43195 ____________________________________________________________________________
43196 [ 25309] By: nicholas                              on 2005/08/19  21:19:37
43197         Log: Subject: [PATCH ext/POSIX/POSIX.xs] Whitespace
43198              From: Abigail <abigail@abigail.nl>
43199              Message-ID: <20050723003235.GJ15093@abigail.nl>
43200              Date: Sat, 23 Jul 2005 02:32:35 +0200
43201      Branch: perl
43202            ! ext/POSIX/POSIX.xs
43203 ____________________________________________________________________________
43204 [ 25308] By: rgs                                   on 2005/08/19  12:54:46
43205         Log: Subject: Re: Data::Dumper bug?
43206              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
43207              Date: Mon, 8 Aug 2005 20:33:02 -0700
43208              Message-ID: <20050809033301.GA3804@efn.org>
43209      Branch: perl
43210            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
43211 ____________________________________________________________________________
43212 [ 25307] By: rgs                                   on 2005/08/19  12:44:12
43213         Log: Subject: [PATCH] make threads.xs emit warnings properly
43214              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
43215              Date: Aug 7, 2005 7:10 AM
43216              Message-id: <20050807051041.GA3924@ethan>
43217      Branch: perl
43218            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
43219 ____________________________________________________________________________
43220 [ 25306] By: rgs                                   on 2005/08/19  06:10:28
43221         Log: Subject: [patch@25305] fixes to const fixes + Case Preserved start
43222              From: "John E. Malmberg" <wb8tyw@qsl.net>
43223              Date: Thu, 18 Aug 2005 21:18:27 -0400
43224              Message-ID: <43053363.8090809@qsl.net>
43225      Branch: perl
43226            ! vms/vms.c
43227 ____________________________________________________________________________
43228 [ 25305] By: rgs                                   on 2005/08/18  13:47:41
43229         Log: Subject: make test of perl 5.8.7 failed on icc9
43230              From: YAMASHINA Hio <hio@ymir.co.jp>
43231              Date: Thu, 18 Aug 2005 20:36:57 +0900
43232              Message-Id: <20050818165213.BDF1.HIO@ymir.co.jp>
43233      Branch: perl
43234            ! hints/linux.sh
43235 ____________________________________________________________________________
43236 [ 25304] By: rgs                                   on 2005/08/18  11:10:27
43237         Log: Subject: [PATCH] 5.9.x (and 5.8.x): Symbian update
43238              From: <jarkko.hietaniemi@nokia.com>
43239              Date: Thu, 18 Aug 2005 13:43:46 +0300
43240              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A41B@esebe105.NOE.Nokia.com>
43241      Branch: perl
43242            ! README.symbian ext/Compress/Zlib/Zlib.xs numeric.c
43243            ! symbian/TODO symbian/config.pl symbian/config.sh
43244            ! symbian/install.cfg symbian/symbian_stubs.c symbian/xsbuild.pl
43245 ____________________________________________________________________________
43246 [ 25303] By: rgs                                   on 2005/08/18  08:58:54
43247         Log: Subject: [PATCH] Re: Transliteration operator(tr//)on EBCDIC platform
43248              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
43249              Date: Fri, 12 Aug 2005 00:20:39 +0900
43250              Message-Id: <20050812001541.EA69.BQW10602@nifty.com>
43251      Branch: perl
43252            ! t/op/tr.t toke.c
43253 ____________________________________________________________________________
43254 [ 25302] By: rgs                                   on 2005/08/18  08:00:53
43255         Log: Subject: autouse.pm: remove unneeded eval
43256              From: Alexey Tourbin <at@altlinux.ru>
43257              Date: Thu, 18 Aug 2005 08:13:24 +0400
43258              Message-ID: <20050818041324.GO19097@solemn.turbinal.org>
43259              
43260              Subject: autouse.pm: check stub, use goto in stub
43261              From: Alexey Tourbin <at@altlinux.ru>
43262              Date: Thu, 18 Aug 2005 09:06:20 +0400
43263              Message-ID: <20050818050620.GP19097@solemn.turbinal.org>
43264      Branch: perl
43265            ! lib/autouse.pm
43266 ____________________________________________________________________________
43267 [ 25301] By: rgs                                   on 2005/08/17  15:57:09
43268         Log: FAQ sync
43269      Branch: perl
43270            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
43271            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
43272            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
43273 ____________________________________________________________________________
43274 [ 25300] By: steveh                                on 2005/08/17  14:33:00
43275         Log: Subject: Your bug reports for Time::Local
43276              From: Dave Rolsky <autarch@urth.org>
43277              Date: Tue, 16 Aug 2005 11:22:20 -0500 (CDT)
43278              Message-ID: <Pine.LNX.4.61.0508161120520.26270@urth.org>
43279              
43280              An improvement on change 25287 from Dave Rolsky
43281      Branch: perl
43282            ! lib/Time/Local.t
43283 ____________________________________________________________________________
43284 [ 25299] By: rgs                                   on 2005/08/17  12:33:18
43285         Log: Subject: Re: [perl #36654] Inconsistent treatment of NaN
43286              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
43287              Date: Aug 7, 2005 8:03 PM
43288              Message-ID: <20050807180308.GA2112@efn.org>
43289              
43290              Subject: Re: [perl #36654] Inconsistent treatment of NaN
43291              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
43292              Date: Wed, 10 Aug 2005 22:53:51 -0700
43293              Message-ID: <20050811055351.GA2296@efn.org>
43294      Branch: perl
43295            ! numeric.c pod/perlop.pod
43296 ____________________________________________________________________________
43297 [ 25298] By: rgs                                   on 2005/08/17  09:35:32
43298         Log: Upgrade to Time::HiRes 1.73
43299      Branch: perl
43300            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
43301 ____________________________________________________________________________
43302 [ 25297] By: nicholas                              on 2005/08/17  09:06:33
43303         Log: Given that we now have a union, there's no need for all the HvARRAY()
43304              casting games.
43305      Branch: perl
43306            ! hv.h sv.h
43307 ____________________________________________________________________________
43308 [ 25296] By: rgs                                   on 2005/08/16  17:57:27
43309         Log: Fix for [perl #36853] -Dx can crash bleadperl
43310              The PL_op_sequence global hash wasn't initialized
43311      Branch: perl
43312            ! dump.c
43313 ____________________________________________________________________________
43314 [ 25295] By: merijn                                on 2005/08/16  07:36:58
43315         Log: Subject: Time::HiRes::nanosleep support for Solaris [PATCH]
43316              From: Gisle Aas <gisle@ActiveState.com>
43317              Date: 15 Aug 2005 21:05:22 -0700
43318              Message-ID: <lrk6imy1a5.fsf@caliper.activestate.com>
43319      Branch: perl
43320            ! ext/Time/HiRes/hints/solaris.pl
43321 ____________________________________________________________________________
43322 [ 25294] By: merijn                                on 2005/08/15  09:36:30
43323         Log: Subject: Re: [PATCH@25292] add nonxs_ext to configure.com
43324              From: "John E. Malmberg" <wb8tyw@qsl.net>
43325              Date: Sat, 13 Aug 2005 12:20:34 -0400
43326              Message-ID: <42FE1DD2.8050803@qsl.net>
43327      Branch: perl
43328            ! configure.com
43329 ____________________________________________________________________________
43330 [ 25293] By: merijn                                on 2005/08/15  09:34:28
43331         Log: Subject: [PATCH configure.com] Make "prove" available on VMS
43332              From: Abe Timmerman <abe@ztreet.demon.nl>
43333              Date: Sat, 13 Aug 2005 18:16:29 +0200
43334              Message-Id: <200508131816.29092.abe@ztreet.demon.nl>
43335      Branch: perl
43336            ! configure.com
43337 ____________________________________________________________________________
43338 [ 25292] By: merijn                                on 2005/08/13  07:38:54
43339         Log: Subject: [PATCH @ 24148] Compress::Zlib 1.37
43340              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
43341              Date: Fri, 12 Aug 2005 16:31:42 +0100
43342              Message-Id: <20050812153145.PWIR17166.aamta12-winn.ispmail.ntl.com@MARQUESSPT21>
43343      Branch: perl
43344            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
43345            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
43346            ! ext/Compress/Zlib/t/03examples.t
43347 ____________________________________________________________________________
43348 [ 25291] By: merijn                                on 2005/08/13  07:33:46
43349         Log: Subject: [patch@25289] Add sig_count to CONFIGURE.COM
43350              From: "John E. Malmberg" <wb8tyw@qsl.net>
43351              Date: Fri, 12 Aug 2005 13:39:25 -0400
43352              Message-ID: <42FCDECD.8090009@qsl.net>
43353      Branch: perl
43354            ! configure.com
43355 ____________________________________________________________________________
43356 [ 25290] By: merijn                                on 2005/08/13  07:30:05
43357         Log: Subject: Re: [patch@25289] bninfnan.t setting include path to file.
43358              From: "John E. Malmberg" <wb8tyw@qsl.net>
43359              Date: Fri, 12 Aug 2005 23:17:39 -0400
43360              Message-ID: <42FD6653.6010605@qsl.net>
43361      Branch: perl
43362            ! lib/bignum/t/bninfnan.t
43363 ____________________________________________________________________________
43364 [ 25289] By: steveh                                on 2005/08/12  16:13:11
43365         Log: Supply same libs for bcc32 builds as cl and gcc builds have
43366              
43367              It makes life easier for third-party extensions if perl provides a
43368              decent set of libs to link against. cl and gcc builds already have
43369              this (except that gcc was missing one lib), but bcc32 builds only
43370              have one or two libs supplied.  In particular, the ODBC libs
43371              required for building libwin32 were not specified.  One of these
43372              doesn't exist in the Borland lib dirs by default, so generate it
43373              from the DLL if it is missing.
43374      Branch: perl
43375            ! win32/makefile.mk
43376 ____________________________________________________________________________
43377 [ 25288] By: steveh                                on 2005/08/12  15:26:11
43378         Log: Make change 25286 better
43379              
43380              Thanks to John E. Malmberg <wb8tyw@qsl.net> for pointing this out.
43381      Branch: perl
43382            ! win32/win32.c
43383 ____________________________________________________________________________
43384 [ 25287] By: steveh                                on 2005/08/11  11:56:26
43385         Log: Fix lib/Time/Local.t for bcc32 in non GMT time zones
43386              
43387              See comments at:
43388              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-08/msg00115.html
43389      Branch: perl
43390            ! lib/Time/Local.t
43391 ____________________________________________________________________________
43392 [ 25286] By: steveh                                on 2005/08/11  10:56:12
43393         Log: Silence Win32 compiler warnings following change 25280
43394      Branch: perl
43395            ! win32/win32.c
43396 ____________________________________________________________________________
43397 [ 25285] By: steveh                                on 2005/08/11  09:21:37
43398         Log: Run regen.pl
43399      Branch: perl
43400            ! pod/perlapi.pod proto.h
43401 ____________________________________________________________________________
43402 [ 25284] By: merijn                                on 2005/08/11  07:35:27
43403         Log: Subject: [patch] blead@25282 - VMS specific fixes. [2nd try]
43404              From: "John E. Malmberg" <wb8tyw@qsl.net>
43405              Date: Wed, 10 Aug 2005 23:26:03 -0400
43406              Message-ID: <42FAC54B.2050207@qsl.net>
43407      Branch: perl
43408            ! lib/Test/Harness/Straps.pm lib/vmsish.t t/lib/warnings/doio
43409            ! t/op/anonsub.t t/op/chdir.t t/op/closure.t t/op/lex_assign.t
43410            ! t/op/runlevel.t t/op/stat.t t/pod/find.t t/x2p/s2p.t
43411            ! utils/c2ph.PL vms/ext/Stdio/test.pl
43412 ____________________________________________________________________________
43413 [ 25283] By: merijn                                on 2005/08/11  07:25:32
43414         Log: Subject: [patch] blead@25282
43415              From: "John E. Malmberg" <wb8tyw@qsl.net>
43416              Date: Wed, 10 Aug 2005 23:47:47 -0400
43417              Message-ID: <42FACA63.4030805@qsl.net>
43418      Branch: perl
43419            ! t/op/exec.t t/run/exit.t
43420 ____________________________________________________________________________
43421 [ 25282] By: merijn                                on 2005/08/10  20:34:03
43422         Log: Subject: [PATCH] Re: [perl #36235] perl + gcc-4.0.0 + solaris + gnu binutils
43423              From: Andy Dougherty <doughera@lafayette.edu>
43424              Date: Tue, 26 Jul 2005 12:03:37 -0400 (EDT)
43425              Message-ID: <Pine.SOC.4.62.0507261131300.8774@maxwell.phys.lafayette.edu>
43426      Branch: perl
43427            ! hints/solaris_2.sh
43428 ____________________________________________________________________________
43429 [ 25281] By: merijn                                on 2005/08/10  11:45:11
43430         Log: Subject: conflicting types for 'Perl_my_popen'
43431              From: Alexey Tourbin <at@altlinux.ru>
43432              Date: Wed, 10 Aug 2005 15:19:15 +0400
43433              Message-ID: <20050810111915.GK19097@solemn.turbinal.org>
43434      Branch: perl
43435            ! util.c
43436 ____________________________________________________________________________
43437 [ 25280] By: merijn                                on 2005/08/10  09:14:23
43438         Log: Subject: patch@25279 VMS error handling and const fixes
43439              From: "John E. Malmberg" <wb8tyw@qsl.net>
43440              Date: Wed, 10 Aug 2005 00:37:13 -0400
43441              Message-ID: <42F98479.6030207@qsl.net>
43442      Branch: perl
43443            ! doio.c embed.fnc perl.h pp_sys.c proto.h vms/vms.c
43444            ! vms/vmsish.h
43445 ____________________________________________________________________________
43446 [ 25279] By: merijn                                on 2005/08/09  11:24:54
43447         Log: Subject: [PATCH] Fix a couple of random warnings
43448              From: Steve Peters <steve@fisharerojo.org>
43449              Date: Tue, 9 Aug 2005 06:21:48 -0500
43450              Message-ID: <20050809112148.GA4902@mccoy.peters.homeunix.org>
43451      Branch: perl
43452            ! nostdio.h perl.c
43453 ____________________________________________________________________________
43454 [ 25278] By: steveh                                on 2005/08/08  16:12:12
43455         Log: Update Porting/repository.pod to recommend Cygwin's ssh on Win32
43456              
43457              Cygwin's ssh client seems to be superior to MSYS's ssh client in that
43458              it supports the ServerAliveInterval config setting which prevents the
43459              ssh client from timing out every so often
43460      Branch: perl
43461            ! Porting/repository.pod
43462 ____________________________________________________________________________
43463 [ 25277] By: merijn                                on 2005/08/08  06:22:38
43464         Log: Subject: [PATCH] Post-OSCON NN/NULLOK-ing
43465              From: Andy Lester <andy@petdance.com>
43466              Date: Sun, 7 Aug 2005 00:59:11 -0500
43467              Message-ID: <20050807055911.GA6384@petdance.com>
43468      Branch: perl
43469            ! embed.fnc op.c
43470 ____________________________________________________________________________
43471 [ 25276] By: merijn                                on 2005/08/08  06:17:33
43472         Log: Subject: Re: [PATCH] undup
43473              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
43474              Date: Sun, 07 Aug 2005 14:49:40 +0300
43475              Message-ID: <42F5F554.5020701@gmail.com>
43476      Branch: perl
43477            ! pod/perldoc.pod pod/perltodo.pod pod/perlunicode.pod
43478 ____________________________________________________________________________
43479 [ 25275] By: davem                                 on 2005/08/07  11:15:32
43480         Log: run regen.pl after change #25274
43481      Branch: perl
43482            ! pod/perlintern.pod
43483 ____________________________________________________________________________
43484 [ 25274] By: merijn                                on 2005/08/07  10:10:12
43485         Log: Subject: [PATCH] undup 
43486              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
43487              Date: Sun, 07 Aug 2005 13:28:19 +0300
43488              Message-ID: <42F5E243.80500@gmail.com>
43489      Branch: perl
43490            ! ext/Encode/lib/Encode/Supported.pod lib/Test/Harness/TAP.pod
43491            ! pad.c pod/perl573delta.pod pod/perl58delta.pod
43492            ! pod/perlfaq7.pod pod/perlglossary.pod pod/perlvar.pod pp_ctl.c
43493 ____________________________________________________________________________
43494 [ 25273] By: rgs                                   on 2005/08/06  23:07:46
43495         Log: Add files missed in change 25271
43496      Branch: perl
43497            + ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
43498            + ext/Encode/t/mime_header_iso2022jp.t
43499 ____________________________________________________________________________
43500 [ 25272] By: rgs                                   on 2005/08/06  22:46:06
43501         Log: Clarify docs
43502      Branch: perl
43503            ! ext/PerlIO/encoding/encoding.pm
43504 ____________________________________________________________________________
43505 [ 25271] By: rgs                                   on 2005/08/06  22:15:14
43506         Log: Upgrade to Encode 2.11, plus a patch to PerlIO::encoding
43507              by Dan Kogai to fix encoding(utf-8-strict) with partial
43508              characters.
43509      Branch: perl
43510            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
43511            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
43512            ! ext/Encode/Encode/encode.h ext/Encode/MANIFEST
43513            ! ext/Encode/META.yml ext/Encode/lib/Encode/Alias.pm
43514            ! ext/Encode/lib/Encode/Config.pm
43515            ! ext/Encode/lib/Encode/MIME/Header.pm
43516            ! ext/PerlIO/encoding/encoding.pm
43517 ____________________________________________________________________________
43518 [ 25270] By: merijn                                on 2005/08/06  15:54:55
43519         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #36819] perlbug AutoReply: Bleadperl: abs() busted outside integer range
43520              From: Dominic Dunlop <shouldbedomo@mac.com>
43521              Date: Sat, 6 Aug 2005 17:47:40 +0200
43522              Message-Id: <EF62D3CF-8B54-4C7B-973E-C259F487AE32@mac.com>
43523      Branch: perl
43524            ! pp.c t/op/arith.t
43525 ____________________________________________________________________________
43526 [ 25269] By: rgs                                   on 2005/08/05  16:31:44
43527         Log: Subject: [patch]vms.c - buffer highwater overrun in vmsify
43528              From: John E. Malmberg <wb8tyw@qsl.net>
43529              Date: Mon, 01 Aug 2005 19:54:22 -0400
43530              Message-ID: <42EEB62E.3020108@qsl.net>
43531      Branch: perl
43532            ! vms/vms.c
43533 ____________________________________________________________________________
43534 [ 25268] By: rgs                                   on 2005/08/05  15:01:19
43535         Log: "thread failed to start" is a severe warning, not a fatal error
43536              as reported by Tassilo von Parseval.
43537      Branch: perl
43538            ! pod/perldiag.pod
43539 ____________________________________________________________________________
43540 [ 25267] By: merijn                                on 2005/08/05  14:13:26
43541         Log: ASCIZ is not a typo
43542      Branch: perl
43543            ! pod/perlfunc.pod
43544 ____________________________________________________________________________
43545 [ 25266] By: merijn                                on 2005/08/05  07:50:40
43546         Log: Subject: [PATCH] Typos in *.p[lm]
43547              From: "Piotr Fusik" <pfusik@op.pl>
43548              Date: Sun, 31 Jul 2005 12:50:04 +0200
43549              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
43550      Branch: perl
43551            ! ext/Encode/lib/Encode/PerlIO.pod
43552            ! ext/Encode/lib/Encode/Supported.pod lib/ExtUtils/MM_Win95.pm
43553            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/Net/libnetFAQ.pod
43554            ! lib/Test/Harness/TAP.pod lib/Test/Tutorial.pod
43555            ! pod/perlfunc.pod pod/perltoc.pod
43556 ____________________________________________________________________________
43557 [ 25265] By: rgs                                   on 2005/08/04  16:45:37
43558         Log: VMS debugging help, by John E. Malmberg
43559      Branch: perl
43560            ! vms/descrip_mms.template
43561 ____________________________________________________________________________
43562 [ 25264] By: merijn                                on 2005/08/03  10:30:54
43563         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25248 FAIL(F) openbsd 3.7 (i386/1 cpu)
43564              From: Dominic Dunlop <shouldbedomo@mac.com>
43565              Date: Wed, 3 Aug 2005 12:19:03 +0200
43566              Message-Id: <8D595B69-4489-4395-BFA4-07DF5859D556@mac.com>
43567      Branch: perl
43568            ! t/op/sprintf.t
43569 ____________________________________________________________________________
43570 [ 25263] By: merijn                                on 2005/08/02  13:59:49
43571         Log: The typo changes from 25261 (of course) altered the MD5's
43572      Branch: perl
43573            ! ext/Digest/MD5/t/files.t
43574 ____________________________________________________________________________
43575 [ 25262] By: merijn                                on 2005/08/02  13:45:35
43576         Log: Typoes from 25261 also in expected for tests
43577      Branch: perl
43578            ! t/pod/pod2usage.xr
43579 ____________________________________________________________________________
43580 [ 25261] By: merijn                                on 2005/08/02  10:39:51
43581         Log: Subject: [PATCH] Typos in *.p[lm]
43582              From: "Piotr Fusik" <pfusik@op.pl>
43583              Date: Sun, 31 Jul 2005 12:50:04 +0200
43584              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
43585      Branch: perl
43586            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bblock.pm ext/B/B/CC.pm
43587            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
43588            ! ext/B/t/OptreeCheck.pm ext/Compress/Zlib/Zlib.pm
43589            ! ext/DB_File/DB_File.pm ext/Digest/MD5/MD5.pm
43590            ! ext/Encode/Encode.pm ext/Encode/encoding.pm
43591            ! ext/Encode/lib/Encode/Alias.pm ext/IO/lib/IO/Dir.pm
43592            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Socket/INET.pm
43593            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
43594            ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm
43595            ! ext/SDBM_File/SDBM_File.pm ext/Storable/Storable.pm
43596            ! ext/XS/APItest/APItest.pm ext/re/re.pm lib/Archive/Tar.pm
43597            ! lib/Archive/Tar/Constant.pm lib/Attribute/Handlers.pm
43598            ! lib/CGI.pm lib/CGI/Carp.pm lib/CPAN.pm lib/Digest.pm
43599            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
43600            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
43601            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
43602            ! lib/ExtUtils/ParseXS.pm lib/File/Basename.pm
43603            ! lib/File/Spec/Mac.pm lib/File/Temp.pm lib/Filter/Simple.pm
43604            ! lib/Getopt/Long.pm lib/I18N/LangTags.pm
43605            ! lib/I18N/LangTags/List.pm lib/Math/BigFloat.pm
43606            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm lib/Math/BigRat.pm
43607            ! lib/NEXT.pm lib/Net/Cmd.pm lib/Net/Config.pm lib/Net/FTP.pm
43608            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/Ping.pm
43609            ! lib/Net/SMTP.pm lib/PerlIO.pm lib/Pod/Checker.pm
43610            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Pod/InputObjects.pm
43611            ! lib/Pod/LaTeX.pm lib/Pod/Parser.pm lib/Pod/Select.pm
43612            ! lib/Pod/Usage.pm lib/Switch.pm lib/Term/ANSIColor.pm
43613            ! lib/Test.pm lib/Test/More.pm lib/Text/Balanced.pm
43614            ! lib/Text/Wrap.pm lib/Tie/File.pm lib/Tie/Hash.pm
43615            ! lib/Unicode/UCD.pm lib/base.pm lib/bigint.pm lib/bignum.pm
43616            ! lib/bigrat.pm lib/blib.pm lib/diagnostics.pm lib/perl5db.pl
43617            ! lib/version.pm lib/vmsish.pm os2/OS2/PrfDB/PrfDB.pm
43618            ! os2/OS2/Process/Process.pm pod/checkpods.PL pod/pod2usage.PL
43619            ! utils/h2xs.PL win32/bin/pl2bat.pl wince/bin/pl2bat.pl
43620            ! wince/comp.pl
43621 ____________________________________________________________________________
43622 [ 25260] By: rgs                                   on 2005/08/01  15:14:48
43623         Log: Document where to find maintainers of dual live modules
43624      Branch: perl
43625            ! pod/perlhack.pod
43626 ____________________________________________________________________________
43627 [ 25259] By: rgs                                   on 2005/08/01  15:12:07
43628         Log: More typo fixes (damn generated pod files)
43629      Branch: perl
43630            ! pad.c
43631 ____________________________________________________________________________
43632 [ 25258] By: rgs                                   on 2005/08/01  14:45:22
43633         Log: Subject: Re: [perl #36616] bug or feature? foreach (sort @array) {y/a-z/A-Z/;} # @array modified!
43634              From: Michael G Schwern <schwern@pobox.com>
43635              Date: Sat, 23 Jul 2005 19:59:29 -0700
43636              Message-ID: <20050724025929.GA6574@windhund.schwern.org>
43637      Branch: perl
43638            ! pod/perlfunc.pod
43639 ____________________________________________________________________________
43640 [ 25257] By: rgs                                   on 2005/08/01  13:58:04
43641         Log: Various patches by John E. Malmberg to fix data
43642              corruption issues on VMS. Back out change 25218 and
43643              the parts of change 25217 that affect pp_ctl.c and
43644              pp_sys.c.
43645      Branch: perl
43646            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
43647            ! vms/vms.c vms/vmsish.h
43648 ____________________________________________________________________________
43649 [ 25256] By: rgs                                   on 2005/08/01  13:54:52
43650         Log: Various patches by John E. Malmberg to fix data
43651              corruption issues on VMS. Back out change 25218 and
43652              the parts of change 25217 that affect pp_ctl.c and
43653              pp_sys.c.
43654      Branch: perl
43655            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
43656            ! vms/vms.c vms/vmsish.h
43657 ____________________________________________________________________________
43658 [ 25255] By: rgs                                   on 2005/08/01  13:15:25
43659         Log: Subject: [patch] blead@25226 on OpenVMS/vms.c - fopen bug.
43660              From: "John E. Malmberg" <wb8tyw@qsl.net>
43661              Date: Fri, 29 Jul 2005 10:24:15 -0400
43662              Message-ID: <42EA3C0F.9040900@qsl.net>
43663      Branch: perl
43664            ! vms/vms.c
43665 ____________________________________________________________________________
43666 [ 25254] By: rgs                                   on 2005/08/01  08:14:27
43667         Log: Another typo fix
43668      Branch: perl
43669            ! XSUB.h pod/perlapi.pod
43670 ____________________________________________________________________________
43671 [ 25253] By: rgs                                   on 2005/08/01  08:13:10
43672         Log: Subject: [PATCH] POD typos
43673              From: "Piotr Fusik" <pfusik@op.pl>
43674              Date: Sat, 30 Jul 2005 21:54:19 +0200
43675              Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec>
43676      Branch: perl
43677            ! Porting/pumpkin.pod Porting/repository.pod ext/POSIX/POSIX.pod
43678            ! pod/perl593delta.pod pod/perlapio.pod pod/perldebug.pod
43679            ! pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq3.pod
43680            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlglossary.pod
43681            ! pod/perlguts.pod pod/perlintern.pod pod/perltodo.pod
43682            ! pod/perlxs.pod symbian/PerlBase.pod vms/perlvms.pod
43683 ____________________________________________________________________________
43684 [ 25252] By: rgs                                   on 2005/08/01  07:49:58
43685         Log: Subject: Re: [perl #36622] y/// at end of file
43686              From: Michael G Schwern <schwern@pobox.com>
43687              Date: Fri, 22 Jul 2005 11:51:15 -0700
43688              Message-ID: <20050722185115.GB28829@windhund.schwern.org>
43689      Branch: perl
43690            ! t/op/tr.t t/test.pl
43691 ____________________________________________________________________________
43692 [ 25251] By: rgs                                   on 2005/08/01  07:23:08
43693         Log: Subject: Re: blead@25210 on OpenVMS (not good)
43694              From: "John E. Malmberg" <wb8tyw@qsl.net>
43695              Date: Sun, 24 Jul 2005 19:09:01 -0400
43696              Message-ID: <42E41F8D.3040306@qsl.net>
43697              
43698              constify Perl_unlnk
43699      Branch: perl
43700            ! embed.fnc perl.h proto.h util.c
43701 ____________________________________________________________________________
43702 [ 25250] By: rgs                                   on 2005/08/01  07:03:36
43703         Log: Subject: blead@25226 - ext/Compress/Zlib on VMS.
43704              From: "John E. Malmberg" <wb8tyw@qsl.net>
43705              Date: Sun, 31 Jul 2005 23:19:51 -0400
43706              Message-ID: <42ED94D6.7020104@qsl.net>
43707      Branch: perl
43708            ! ext/Compress/Zlib/t/03examples.t
43709 ____________________________________________________________________________
43710 [ 25249] By: rgs                                   on 2005/08/01  06:57:09
43711         Log: Subject: [patch] blead@25226 - t/op/pack.t undefined value fix
43712              From: "John E. Malmberg" <wb8tyw@qsl.net>
43713              Date: Sun, 31 Jul 2005 22:18:19 -0400
43714              Message-ID: <42ED866B.3000308@qsl.net>
43715      Branch: perl
43716            ! t/op/pack.t
43717 ____________________________________________________________________________
43718 [ 25248] By: merijn                                on 2005/07/31  15:50:45
43719         Log: SIGRTMIN & SIGRTMAX on Cygwin both 32. sig_count = 33, but
43720              POSIX::SigRt is not available on use
43721      Branch: perl
43722            ! ext/POSIX/t/sigaction.t
43723 ____________________________________________________________________________
43724 [ 25247] By: merijn                                on 2005/07/31  15:47:51
43725         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25237 FAIL(F) linux 2.6.12-4-686 [debian] (i686/1 cpu)
43726              From: Dominic Dunlop <shouldbedomo@mac.com>
43727              Date: Fri, 29 Jul 2005 17:41:59 +0200
43728              Message-Id: <33378322-189C-4D70-AC0B-1AF589DD56E7@mac.com>
43729      Branch: perl
43730            ! sv.h
43731 ____________________________________________________________________________
43732 [ 25246] By: rgs                                   on 2005/07/31  15:15:35
43733         Log: Remove the documentation for $#, which has been removed
43734      Branch: perl
43735            ! pod/perlvar.pod
43736 ____________________________________________________________________________
43737 [ 25245] By: rgs                                   on 2005/07/29  15:36:09
43738         Log: Update Changes
43739      Branch: perl
43740            ! Changes
43741 ____________________________________________________________________________
43742 [ 25244] By: steveh                                on 2005/07/29  09:41:38
43743         Log: Skip op/sprintf.t test 147 on MSWin32
43744              ... and fix the skip code so that it actually works ;-)
43745      Branch: perl
43746            ! t/op/sprintf.t
43747 ____________________________________________________________________________
43748 [ 25243] By: rgs                                   on 2005/07/29  08:31:51
43749         Log: Subject: [PATCH] More embed.fnc goodness
43750              From: Andy Lester <andy@petdance.com>
43751              Date: Thu, 28 Jul 2005 14:09:56 -0500
43752              Message-ID: <20050728190956.GB607@petdance.com>
43753      Branch: perl
43754            ! doio.c embed.fnc embed.h op.c pp_ctl.c proto.h regcomp.c
43755            ! regexec.c sv.c util.c
43756 ____________________________________________________________________________
43757 [ 25242] By: rgs                                   on 2005/07/29  07:19:11
43758         Log: Subject: [PATCH] Fix English error in overload.pm
43759              From: Andy Lester <andy@petdance.com>
43760              Date: Thu, 28 Jul 2005 14:10:43 -0500
43761              Message-ID: <20050728191043.GC607@petdance.com>
43762      Branch: perl
43763            ! lib/overload.pm
43764 ____________________________________________________________________________
43765 [ 25241] By: rgs                                   on 2005/07/28  17:34:36
43766         Log: Clarification to the syntax of loop modifiers
43767              by Piotr Fusik
43768      Branch: perl
43769            ! pod/perlfunc.pod
43770 ____________________________________________________________________________
43771 [ 25240] By: rgs                                   on 2005/07/28  17:29:47
43772         Log: Subject: RE: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
43773              From: "Green, Paul" <Paul.Green@stratus.com>
43774              Date: Mon, 25 Jul 2005 12:39:32 -0400
43775              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB8A9F67@EXNA.corp.stratus.com>
43776      Branch: perl
43777            ! mg.c
43778 ____________________________________________________________________________
43779 [ 25239] By: rgs                                   on 2005/07/28  17:18:13
43780         Log: Subject: [PATCH fresh_perl.t] Being more careful about newlines
43781              From: Michael G Schwern <schwern@pobox.com>
43782              Date: Fri, 22 Jul 2005 12:53:34 -0700
43783              Message-ID: <20050722195334.GA12431@windhund.schwern.org>
43784      Branch: perl
43785            ! t/run/fresh_perl.t
43786 ____________________________________________________________________________
43787 [ 25238] By: rgs                                   on 2005/07/28  16:11:23
43788         Log: Subject: [PATCH] perl.h, use STRINGIFY in 25171
43789              From: Robin Barker <Robin.Barker@npl.co.uk>
43790              Date: Thu, 28 Jul 2005 12:13:13 +0100
43791              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75A@hotel.npl.co.uk>
43792      Branch: perl
43793            ! perl.h
43794 ____________________________________________________________________________
43795 [ 25237] By: merijn                                on 2005/07/28  13:03:09
43796         Log: Subject: [PATCH] tidy up DieNull and DIE_NULL
43797              From: Robin Barker <Robin.Barker@npl.co.uk>
43798              Date: Thu, 28 Jul 2005 14:05:51 +0100
43799              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75C@hotel.npl.co.uk>
43800      Branch: perl
43801            ! embed.fnc mg.c perl.h pp.h pp_sys.c proto.h
43802 ____________________________________________________________________________
43803 [ 25236] By: rgs                                   on 2005/07/28  12:59:55
43804         Log: Subject: [PATCH] silence compiler warning in mg.c POSIX.xs
43805              From: Robin Barker <Robin.Barker@npl.co.uk>
43806              Date: Thu, 28 Jul 2005 13:57:31 +0100
43807              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75B@hotel.npl.co.uk>
43808      Branch: perl
43809            ! ext/POSIX/POSIX.xs mg.c perl.h
43810 ____________________________________________________________________________
43811 [ 25235] By: merijn                                on 2005/07/28  12:22:27
43812         Log: sprintf now has all but two tests enabled.
43813              the list supports skipping of expected fails
43814              new test for %.0g from Dominic Dunlop
43815      Branch: perl
43816            ! t/op/sprintf.t
43817 ____________________________________________________________________________
43818 [ 25234] By: steveh                                on 2005/07/28  09:10:41
43819         Log: Subject: [PATCH] perlfunc.pod grammar fixes
43820              From: Steve Peters <steve@fisharerojo.org>
43821              Date: Wed, 27 Jul 2005 22:02:13 -0500
43822              Message-ID: <20050728030213.GA11330@mccoy.peters.homeunix.org>
43823              
43824              (with minor tweaks)
43825      Branch: perl
43826            ! pod/perlfunc.pod
43827 ____________________________________________________________________________
43828 [ 25233] By: rgs                                   on 2005/07/28  09:07:57
43829         Log: Sync change 25229 to .h source files
43830      Branch: perl
43831            ! cv.h pad.h
43832 ____________________________________________________________________________
43833 [ 25232] By: rgs                                   on 2005/07/28  08:53:55
43834         Log: Subject: [perl #36672] Swapped warnings for -o and -O file tests 
43835              From: "Piotr Fusik" (via RT) <perlbug-followup@perl.org>
43836              Date: Wed, 27 Jul 2005 15:43:17 -0700
43837              Message-ID: <rt-3.0.11-36672-118371.6.12458378853063@perl.org>
43838              
43839              (except the redundant test)
43840      Branch: perl
43841            ! opcode.h opcode.pl t/lib/warnings/9uninit
43842 ____________________________________________________________________________
43843 [ 25231] By: merijn                                on 2005/07/28  06:48:14
43844         Log: Subject: Re: [PATCH] Tru64: use -c99 for ccflags if available
43845              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
43846              Date: Thu, 28 Jul 2005 10:01:51 +0300
43847              Message-ID: <42E882DF.6020100@gmail.com>
43848              Message-ID: <42E86DE9.6090709@gmail.com>
43849      Branch: perl
43850            ! handy.h hints/dec_osf.sh
43851 ____________________________________________________________________________
43852 [ 25230] By: merijn                                on 2005/07/27  16:28:58
43853         Log: Some signals are more real than others
43854              Also added comment about why the tests are there
43855      Branch: perl
43856            ! ext/POSIX/t/sigaction.t
43857 ____________________________________________________________________________
43858 [ 25229] By: merijn                                on 2005/07/27  16:26:16
43859         Log: Subject: [PATCH] id est is i.e.
43860              From: Steve Peters <steve@fisharerojo.org>
43861              Date: Tue, 26 Jul 2005 20:42:38 -0500
43862              Message-ID: <20050727014238.GA2582@mccoy.peters.homeunix.org>
43863      Branch: perl
43864            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
43865            ! pod/perlintern.pod
43866 ____________________________________________________________________________
43867 [ 25228] By: merijn                                on 2005/07/26  13:23:10
43868         Log: Use the correct gcc when more than one gcc is installed
43869              Thanks to Campo
43870      Branch: perl
43871            ! hints/aix.sh
43872 ____________________________________________________________________________
43873 [ 25227] By: rgs                                   on 2005/07/26  09:20:11
43874         Log: Subject: [perl #36658] Typo in perlfunc.pod 
43875              From: "John W. Krahn" (via RT) <perlbug-followup@perl.org>
43876              Date: Tue, 26 Jul 2005 01:07:18 -0700
43877              Message-ID: <rt-3.0.11-36658-118300.18.7320750032131@perl.org>
43878      Branch: perl
43879            ! pod/perlfunc.pod
43880 ____________________________________________________________________________
43881 [ 25226] By: steveh                                on 2005/07/25  14:37:41
43882         Log: Reinstate PERL_MALLOC_WRAP for bcc32 on Win32
43883              
43884              This was disabled by change 22689 because it was severely broken
43885              at the time.  See the thread starting here:
43886              
43887              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-04/msg00370.html
43888              
43889              The PERL_MALLOC_WRAP code in handy.h has since changed along the
43890              lines of what was discussed in that thread (in particular, by change
43891              25034) and I find that everything is now fine with PERL_MALLOC_WRAP
43892              re-enabled.
43893      Branch: perl
43894            ! win32/config_H.bc
43895 ____________________________________________________________________________
43896 [ 25225] By: steveh                                on 2005/07/25  14:34:12
43897         Log: Ken pointed out that CBuilder's cleanup is too agrressive
43898              
43899              The Windows compile() and link() methods bizarrely include their own
43900              output files in the list of files to be cleaned up.  Now that they
43901              actually are being cleaned up, this isn't ideal ;-)
43902              
43903              Stop compile() and link() from cleaning up their own output, and
43904              reinstate the explicit deletion of those output files in the test
43905              scripts.
43906      Branch: perl
43907            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
43908            ! lib/ExtUtils/CBuilder/t/01-basic.t
43909            ! lib/ExtUtils/CBuilder/t/02-link.t
43910            ! lib/ExtUtils/ParseXS/t/basic.t
43911 ____________________________________________________________________________
43912 [ 25224] By: steveh                                on 2005/07/25  11:53:44
43913         Log: Silence uninitialized value warnings in Net::Cmd
43914              
43915              (Suppresses 20 such warnings emitted by lib/Net/t/datasend.t)
43916      Branch: perl
43917            ! lib/Net/Cmd.pm
43918 ____________________________________________________________________________
43919 [ 25223] By: merijn                                on 2005/07/25  11:47:03
43920         Log: use POSIX might not throw an error. Check for useful values also
43921      Branch: perl
43922            ! ext/POSIX/t/sigaction.t
43923 ____________________________________________________________________________
43924 [ 25222] By: steveh                                on 2005/07/25  11:11:29
43925         Log: Make CBuilder and ParseXS clean up their temp test files
43926      Branch: perl
43927            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
43928            ! lib/ExtUtils/CBuilder/t/01-basic.t
43929            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
43930            ! lib/ExtUtils/ParseXS/t/basic.t
43931 ____________________________________________________________________________
43932 [ 25221] By: rgs                                   on 2005/07/25  09:49:39
43933         Log: Increment the version number of version.pm
43934              (no code changes on CPAN)
43935      Branch: perl
43936            ! lib/version.pm
43937 ____________________________________________________________________________
43938 [ 25220] By: merijn                                on 2005/07/25  08:53:34
43939         Log: Subject: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
43940              From: Michael G Schwern <schwern@pobox.com>
43941              Date: Sat, 23 Jul 2005 17:25:18 -0700
43942              Message-ID: <20050724002518.GB4918@windhund.schwern.org>
43943              
43944              Subject: Re: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
43945              From: Michael G Schwern <schwern@pobox.com>
43946              Date: Sun, 24 Jul 2005 13:49:25 -0700
43947              Message-ID: <20050724204925.GC13275@windhund.schwern.org>
43948      Branch: perl
43949            ! pod/perlfunc.pod
43950 ____________________________________________________________________________
43951 [ 25219] By: merijn                                on 2005/07/25  08:39:08
43952         Log: Subject: [PATCH] perlfunc.pod: s/definetely/definitely/
43953              From: "Piotr Fusik" <pfusik@op.pl>
43954              Date: Sun, 24 Jul 2005 12:55:09 +0200
43955              Message-ID: <004e01c5903e$2affb3a0$60d24dd5@piec>
43956      Branch: perl
43957            ! pod/perlfunc.pod
43958 ____________________________________________________________________________
43959 [ 25218] By: nicholas                              on 2005/07/24  22:35:56
43960         Log: Subject: [PATCH] Re: blead@25210 on OpenVMS (not good)
43961              From: "Craig A. Berry" <craigberry@mac.com>
43962              Message-Id: <p06230906bf09caa9618b@[172.16.52.1]>
43963              Date: Sun, 24 Jul 2005 17:47:26 -0500
43964      Branch: perl
43965            ! doio.c
43966 ____________________________________________________________________________
43967 [ 25217] By: nicholas                              on 2005/07/24  20:52:13
43968         Log: Subject: [PATCH] blead help for VMS
43969              From: "Craig A. Berry" <craigberry@mac.com>
43970              Message-ID: <42E3FABB.1020900@mac.com>
43971              Date: Sun, 24 Jul 2005 15:31:55 -0500
43972      Branch: perl
43973           +> ext/Compress/Zlib/zlib-src/adler32.c
43974           +> ext/Compress/Zlib/zlib-src/compress.c
43975           +> ext/Compress/Zlib/zlib-src/crc32.c
43976           +> ext/Compress/Zlib/zlib-src/crc32.h
43977           +> ext/Compress/Zlib/zlib-src/deflate.c
43978           +> ext/Compress/Zlib/zlib-src/deflate.h
43979           +> ext/Compress/Zlib/zlib-src/gzio.c
43980           +> ext/Compress/Zlib/zlib-src/infback.c
43981           +> ext/Compress/Zlib/zlib-src/inffast.c
43982           +> ext/Compress/Zlib/zlib-src/inffast.h
43983           +> ext/Compress/Zlib/zlib-src/inffixed.h
43984           +> ext/Compress/Zlib/zlib-src/inflate.c
43985           +> ext/Compress/Zlib/zlib-src/inflate.h
43986           +> ext/Compress/Zlib/zlib-src/inftrees.c
43987           +> ext/Compress/Zlib/zlib-src/inftrees.h
43988           +> ext/Compress/Zlib/zlib-src/trees.c
43989           +> ext/Compress/Zlib/zlib-src/trees.h
43990           +> ext/Compress/Zlib/zlib-src/uncompr.c
43991           +> ext/Compress/Zlib/zlib-src/zconf.h
43992           +> ext/Compress/Zlib/zlib-src/zlib.h
43993           +> ext/Compress/Zlib/zlib-src/zutil.c
43994           +> ext/Compress/Zlib/zlib-src/zutil.h
43995            - ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
43996            - ext/Compress/Zlib/zlib-src-1.2.3/compress.c
43997            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
43998            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
43999            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
44000            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
44001            - ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
44002            - ext/Compress/Zlib/zlib-src-1.2.3/infback.c
44003            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
44004            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
44005            - ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
44006            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
44007            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
44008            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
44009            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
44010            - ext/Compress/Zlib/zlib-src-1.2.3/trees.c
44011            - ext/Compress/Zlib/zlib-src-1.2.3/trees.h
44012            - ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
44013            - ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
44014            - ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
44015            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
44016            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
44017            ! MANIFEST ext/Compress/Zlib/config.in mg.c pp_ctl.c pp_sys.c
44018            ! vms/gen_shrfls.pl
44019 ____________________________________________________________________________
44020 [ 25216] By: steveh                                on 2005/07/22  16:53:11
44021         Log: Fix USE_LARGE_FILES with bcc32 on Win32?
44022              
44023              Trawling through all these config files, I think I've found the
44024              reason why bcc32 builds with USE_LARGE_FILES were failing (e.g.
44025              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00809.html):
44026              lseeksize and lseektype were set to 8 and __int64, but Borland's
44027              <io.h> suggests that they should be 4 and long respectively.
44028              
44029              Changing them accordingly makes all tests pass. And I see that
44030              win32/win32.c has special handling for __BORLANDC__ + USE_LARGE_FILES,
44031              presumably to cope with this difference?
44032      Branch: perl
44033            ! win32/config.bc
44034 ____________________________________________________________________________
44035 [ 25215] By: steveh                                on 2005/07/22  16:36:41
44036         Log: Tweak the canned win32/config.* files
44037              
44038              uselargefiles, usemultiplicity, useperlio and useithreads are now
44039              off in the canned win32/config_H.* files, so change these to match.
44040              
44041              Also scrap the misleading ~USE_PERLIO~ and ~USE_SITECUST~ tags
44042              which don't actually work since no such CFG_VARS are passed in to
44043              config_sh.PL. (The useperlio and usesitecustomize entries actually
44044              get substituted by the more general "if (/^([\w_]+)=(.*)$/)" case.)
44045      Branch: perl
44046            ! win32/config.bc win32/config.gc win32/config.vc
44047            ! win32/config.vc64
44048 ____________________________________________________________________________
44049 [ 25214] By: steveh                                on 2005/07/22  14:22:38
44050         Log: Add missing entries to win32/config.*
44051              
44052              No existing entries changed, just adding some missing ones based
44053              on Porting/config.sh
44054      Branch: perl
44055            ! win32/config.bc win32/config.gc win32/config.vc
44056            ! win32/config.vc64
44057 ____________________________________________________________________________
44058 [ 25213] By: rgs                                   on 2005/07/22  12:23:35
44059         Log: Subject: [perl #36612] [PATCH] Misleading shift docs about @ARGV
44060              From: Michael G Schwern (via RT) <perlbug-followup@perl.org>
44061              Date: Wed, 20 Jul 2005 18:26:23 -0700
44062              Message-ID: <rt-3.0.11-36612-118070.2.49212485540788@perl.org>
44063      Branch: perl
44064            ! pod/perlfunc.pod
44065 ____________________________________________________________________________
44066 [ 25212] By: steveh                                on 2005/07/22  10:32:02
44067         Log: Tidy up options / defines output from makedef.pl
44068              and change Win32-specific comments to say "On Win32 ..." now
44069              that AIX is using the same code too
44070      Branch: perl
44071            ! makedef.pl
44072 ____________________________________________________________________________
44073 [ 25211] By: steveh                                on 2005/07/22  10:29:51
44074         Log: Silence Win32 warnings when not using USE_LARGE_FILES
44075      Branch: perl
44076            ! win32/win32.c
44077 ____________________________________________________________________________
44078 [ 25210] By: merijn                                on 2005/07/21  17:40:06
44079         Log: I *DO* have AIX, and extending #25209 like this make it happy again
44080              Thank you Steve!
44081      Branch: perl
44082            ! makedef.pl
44083 ____________________________________________________________________________
44084 [ 25209] By: steveh                                on 2005/07/21  17:01:33
44085         Log: Make makedef.pl read "miniperl -V" on Win32
44086              
44087              Perhaps other platforms that use makedef.pl also need a similar
44088              change (currently required to pick up PERL_DONT_CREATE_GVSV),
44089              but it also requires them to have minimal canned configs (if they
44090              are using canned configs like Win32 does) and I don't have any
44091              of the affected platforms (AIX, WinCE, OS/2, MacOS Classic and
44092              NetWare) for testing, so play it safe instead
44093      Branch: perl
44094            ! makedef.pl
44095 ____________________________________________________________________________
44096 [ 25208] By: steveh                                on 2005/07/21  16:50:27
44097         Log: Make the canned config.h files used on Win32 more minimal
44098              
44099              These are used in their unedited form to build miniperl, so should
44100              represent a minimal configuration
44101              
44102              The plan is to use miniperl's "-V" output in makedef.pl, so it is
44103              important that it doesn't include any of the optional things in the
44104              makefiles that the user might have chosen to disable
44105              
44106              (The actual config.h used to build perl itself is, of course, an
44107              edited version of these canned configs produced by using miniperl
44108              to run config_h.PL so these changes won't affect perl itself)
44109      Branch: perl
44110            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44111            ! win32/config_H.vc64
44112 ____________________________________________________________________________
44113 [ 25207] By: merijn                                on 2005/07/21  15:41:39
44114         Log: Subject: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
44115              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
44116              Date: Thu, 21 Jul 2005 18:33:22 +0300
44117              Message-ID: <42DFC042.1090201@gmail.com>
44118      Branch: perl
44119            ! ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t mg.c
44120 ____________________________________________________________________________
44121 [ 25206] By: steveh                                on 2005/07/21  14:20:06
44122         Log: Rearrange win32/config_H.* to match config_h.SH
44123              
44124              No actual changes, just reordering the contents of the files so that
44125              diff works better.
44126      Branch: perl
44127            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44128            ! win32/config_H.vc64
44129 ____________________________________________________________________________
44130 [ 25205] By: rgs                                   on 2005/07/21  12:39:43
44131         Log: Subject: [PATCH perl@24148] Compress::Zlib 1.35
44132              From: "Paul Marquess" <paul.marquess@ntlworld.com>
44133              Date: Thu, 21 Jul 2005 10:06:06 +0100
44134              Message-Id: <20050721090634.CA4E61F0003@mx1.mandriva.com>
44135      Branch: perl
44136            + ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
44137            + ext/Compress/Zlib/zlib-src-1.2.3/compress.c
44138            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
44139            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
44140            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
44141            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
44142            + ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
44143            + ext/Compress/Zlib/zlib-src-1.2.3/infback.c
44144            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
44145            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
44146            + ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
44147            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
44148            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
44149            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
44150            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
44151            + ext/Compress/Zlib/zlib-src-1.2.3/trees.c
44152            + ext/Compress/Zlib/zlib-src-1.2.3/trees.h
44153            + ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
44154            + ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
44155            + ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
44156            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
44157            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
44158            - ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
44159            - ext/Compress/Zlib/zlib-src-1.2.2/compress.c
44160            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
44161            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
44162            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
44163            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
44164            - ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
44165            - ext/Compress/Zlib/zlib-src-1.2.2/infback.c
44166            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
44167            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
44168            - ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
44169            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
44170            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
44171            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
44172            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
44173            - ext/Compress/Zlib/zlib-src-1.2.2/trees.c
44174            - ext/Compress/Zlib/zlib-src-1.2.2/trees.h
44175            - ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
44176            - ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
44177            - ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
44178            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
44179            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
44180            ! MANIFEST ext/Compress/Zlib/Changes ext/Compress/Zlib/README
44181            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
44182            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/t/05gzsetp.t
44183 ____________________________________________________________________________
44184 [ 25204] By: rgs                                   on 2005/07/20  16:53:16
44185         Log: Remove :base_io from the set of default "safe" opcodes.
44186              This fixes bug [perl #36213] "Possible flaw in Safe.pm/Opcode.pm
44187              that allows access to any file" but introduces a backward
44188              compatibility issue.
44189      Branch: perl
44190            ! ext/Opcode/Opcode.pm ext/Safe/t/safe2.t
44191 ____________________________________________________________________________
44192 [ 25203] By: steveh                                on 2005/07/20  13:59:18
44193         Log: Fix definition of Perl_sighandler following change 25200
44194      Branch: perl
44195            ! mg.c
44196 ____________________________________________________________________________
44197 [ 25202] By: rgs                                   on 2005/07/20  13:19:10
44198         Log: Subject: [PATCH] Convert t/op/vec.t to test.pl
44199              From: Steve Peters <steve@fisharerojo.org>
44200              Date: Wed, 20 Jul 2005 08:06:38 -0500
44201              Message-ID: <20050720130638.GA6123@mccoy.peters.homeunix.org>
44202      Branch: perl
44203            ! t/op/vec.t
44204 ____________________________________________________________________________
44205 [ 25201] By: steveh                                on 2005/07/20  13:08:54
44206         Log: Silence Win32 compiler warning (signed/unsigned mismatch)
44207      Branch: perl
44208            ! pad.c
44209 ____________________________________________________________________________
44210 [ 25200] By: rgs                                   on 2005/07/20  12:28:16
44211         Log: Subject: [PATCH] support POSIX SA_SIGINFO
44212              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
44213              Date: Wed, 20 Jul 2005 14:40:54 +0300
44214              Message-ID: <42DE3846.6050606@gmail.com>
44215      Branch: perl
44216            ! embed.fnc embed.h ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t
44217            ! global.sym iperlsys.h mg.c perl.c perl.h pp_sys.c proto.h
44218            ! util.c
44219 ____________________________________________________________________________
44220 [ 25199] By: steveh                                on 2005/07/20  12:11:56
44221         Log: Silence warnings about NSIG redefinition on Win32
44222              
44223              (Change 25191 doesn't work out unless dosish.h includes <signal.h>
44224              too, which it currently only does for DJGPP)
44225      Branch: perl
44226            ! dosish.h
44227 ____________________________________________________________________________
44228 [ 25198] By: rgs                                   on 2005/07/20  11:18:59
44229         Log: Remove obsolete error messages
44230      Branch: perl
44231            ! pod/perldiag.pod
44232 ____________________________________________________________________________
44233 [ 25197] By: rgs                                   on 2005/07/20  10:59:44
44234         Log: croak() accepts Nullch as a parameter.
44235              (spotted by Stas Bekman)
44236      Branch: perl
44237            ! embed.fnc proto.h
44238 ____________________________________________________________________________
44239 [ 25196] By: steveh                                on 2005/07/20  10:36:20
44240         Log: Fix Newz() backwards-compatibility macro
44241      Branch: perl
44242            ! handy.h
44243 ____________________________________________________________________________
44244 [ 25195] By: rgs                                   on 2005/07/20  10:31:04
44245         Log: Remove :unique attribute from Config.pm,
44246              until we find a better implementation of it (or
44247              remove it). See [perl #36375].
44248      Branch: perl
44249            ! configpm
44250 ____________________________________________________________________________
44251 [ 25194] By: rgs                                   on 2005/07/20  09:08:56
44252         Log: Subject: [PATCH] lvalue-subs returning elements of tied hashes/arrays
44253              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
44254              Date: Wed, 20 Jul 2005 10:43:11 +0200
44255              Message-id: <20050720084311.GA20332@ethan>
44256      Branch: perl
44257            ! pp_hot.c t/op/sub_lval.t
44258 ____________________________________________________________________________
44259 [ 25193] By: steveh                                on 2005/07/20  09:00:29
44260         Log: Exit test script (if we're going to) *before* declaring a plan
44261      Branch: perl
44262            ! ext/POSIX/t/sigaction.t
44263 ____________________________________________________________________________
44264 [ 25192] By: rgs                                   on 2005/07/20  08:50:18
44265         Log: Subject: [PATCH] RE: rebuilding lib/Config*
44266              From: Robin Barker <Robin.Barker@npl.co.uk>
44267              Date: Jul 14, 2005 3:27 PM
44268              Message-ID: <533D273D4014D411AB1D00062938C4D90849C733@hotel.npl.co.uk>
44269      Branch: perl
44270            ! Makefile.SH
44271 ____________________________________________________________________________
44272 [ 25191] By: rgs                                   on 2005/07/20  06:47:49
44273         Log: Subject: [PATCH] move NSIG logic
44274              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
44275              Date: Wed, 20 Jul 2005 09:57:44 +0300
44276              Message-ID: <42DDF5E8.1060100@gmail.com>
44277      Branch: perl
44278            ! handy.h perl.h
44279 ____________________________________________________________________________
44280 [ 25190] By: nicholas                              on 2005/07/19  22:15:43
44281         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
44282              (Certainly where there is AUTOLOADing and XS)
44283              Hopefully *this* fixes the POSIX breakage.
44284      Branch: perl
44285            ! ext/POSIX/POSIX.pm
44286 ____________________________________________________________________________
44287 [ 25189] By: nicholas                              on 2005/07/19  21:16:20
44288         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
44289              (Certainly where there is AUTOLOADing and XS)
44290              Hopefully this fixes the POSIX breakage.
44291      Branch: perl
44292            ! ext/POSIX/POSIX.xs
44293 ____________________________________________________________________________
44294 [ 25188] By: nicholas                              on 2005/07/19  21:08:17
44295         Log: XS constants fail when their value is called for, not at import.
44296              This might be construed as a bug. Fixing is probably a greater evil.
44297      Branch: perl
44298            ! ext/POSIX/t/sigaction.t
44299 ____________________________________________________________________________
44300 [ 25187] By: rgs                                   on 2005/07/19  14:12:38
44301         Log: Extend the the "our variable redeclared" warning to the case:
44302              our $x; our $x;
44303              and add more tests
44304      Branch: perl
44305            ! pad.c t/lib/strict/vars t/lib/warnings/pad
44306 ____________________________________________________________________________
44307 [ 25186] By: steveh                                on 2005/07/19  13:25:42
44308         Log: Fix test following change #25181
44309      Branch: perl
44310            ! lib/Pod/t/htmlview.t
44311 ____________________________________________________________________________
44312 [ 25185] By: merijn                                on 2005/07/19  11:06:22
44313         Log: Subject: [PATCH] allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)
44314              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
44315              Date: Tue, 19 Jul 2005 12:06:00 +0300
44316              Message-ID: <42DCC278.2010009@gmail.com>
44317      Branch: perl
44318            ! Configure ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
44319            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
44320            ! handy.h
44321 ____________________________________________________________________________
44322 [ 25182] By: rgs                                   on 2005/07/19  10:09:57
44323         Log: Fix strict test to go with the precedent warning change
44324      Branch: perl
44325            ! t/lib/strict/vars
44326 ____________________________________________________________________________
44327 [ 25181] By: steveh                                on 2005/07/19  10:07:46
44328         Log: Subject: [perl #36526] Incorrect (X)HTML generated by Pod::Html 
44329              From: Earl Hood (via RT) <perlbug-followup@perl.org>
44330              Date: Tue, 12 Jul 2005 23:55:28 -0700
44331              Message-ID: <rt-3.0.11-36526-117155.10.6496168983897@perl.org>
44332              
44333              (with old code deleted rather than commented out)
44334      Branch: perl
44335            ! lib/Pod/Html.pm
44336 ____________________________________________________________________________
44337 [ 25180] By: rgs                                   on 2005/07/19  09:56:59
44338         Log: Silence new (expected) warnings
44339      Branch: perl
44340            ! t/op/mydef.t
44341 ____________________________________________________________________________
44342 [ 25179] By: rgs                                   on 2005/07/19  09:45:24
44343         Log: Overhaul the semantics of the warning
44344              ""%s" variable %s masks earlier declaration",
44345              based on a patch by Rick Delaney. Now we have :
44346              my $x;   my $x; # warns
44347              my $x;  our $x; # warns
44348              our $x;  my $x; # warns
44349              our $x; our $x; # silent
44350      Branch: perl
44351            ! pad.c t/lib/warnings/pad
44352 ____________________________________________________________________________
44353 [ 25178] By: merijn                                on 2005/07/19  05:42:52
44354         Log: Subject: [PATCH] Final (hopefully) fix for fchdir
44355              From: Steve Peters <steve@fisharerojo.org>
44356              Date: Mon, 18 Jul 2005 22:59:19 -0500
44357              Message-ID: <20050719035919.GA32670@mccoy.peters.homeunix.org>
44358      Branch: perl
44359            ! pp_sys.c
44360 ____________________________________________________________________________
44361 [ 25177] By: davem                                 on 2005/07/19  01:16:09
44362         Log: Subject:  Re: [PATCH] Faster **
44363              From:      "Piotr Fusik" <pfusik@op.pl>
44364              Date:      Fri, 24 Jun 2005 12:47:40 +0200
44365              Message-Id:  <00b201c578af$7ad02b40$17d24dd5@piec>
44366      Branch: perl
44367            ! pp.c
44368 ____________________________________________________________________________
44369 [ 25176] By: davem                                 on 2005/07/19  01:05:18
44370         Log: the "local @foo with $#foo" tests are no longer TODO
44371      Branch: perl
44372            ! t/op/array.t
44373 ____________________________________________________________________________
44374 [ 25174] By: steveh                                on 2005/07/18  16:53:21
44375         Log: Subject: Re: [PATCH] RE: blead: no longer supports %vd format
44376              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
44377              Date: Mon, 18 Jul 2005 18:35:09 +0200
44378              Message-ID: <20050718183509.0381169c@grubert.mandrakesoft.com>
44379      Branch: perl
44380            ! perl.h
44381 ____________________________________________________________________________
44382 [ 25173] By: merijn                                on 2005/07/18  16:37:11
44383         Log: Subject: Re: AIX 5.2 localtime bug attack
44384              From: Campo Weijerman <rfc822@nl.ibm.com>
44385              Date: Mon, 18 Jul 2005 17:34:55 +0200
44386              Message-ID: <20050718153455.GA29381@python>
44387              
44388              mday++ is also wday++ and yday++
44389      Branch: perl
44390            ! pp_sys.c
44391 ____________________________________________________________________________
44392 [ 25172] By: rgs                                   on 2005/07/18  15:23:38
44393         Log: Subject: [PATCH] The continuing plod through embed.fnc
44394              From: Andy Lester <andy@petdance.com>
44395              Date: Mon, 18 Jul 2005 10:37:38 -0500
44396              Message-ID: <20050718153738.GB20193@petdance.com>
44397      Branch: perl
44398            ! embed.fnc op.c pad.c pod/perlapi.pod pp_sys.c proto.h
44399            ! regcomp.c utf8.c
44400 ____________________________________________________________________________
44401 [ 25171] By: rgs                                   on 2005/07/18  12:37:02
44402         Log: Subject: [PATCH] RE: blead: no longer supports %vd format
44403              From: Robin Barker <Robin.Barker@npl.co.uk>
44404              Date: Jul 14, 2005 2:31 PM
44405              Message-ID: <533D273D4014D411AB1D00062938C4D90849C730@hotel.npl.co.uk>
44406      Branch: perl
44407            ! perl.h sv.c t/op/sprintf.t
44408 ____________________________________________________________________________
44409 [ 25170] By: merijn                                on 2005/07/18  11:02:01
44410         Log: tests are expected to fail if dirfd () does not exist
44411              make the tests to expect failures in that case
44412      Branch: perl
44413            ! t/op/chdir.t
44414 ____________________________________________________________________________
44415 [ 25169] By: merijn                                on 2005/07/18  10:27:06
44416         Log: 1. Typo detected by Schwern (#25151)
44417              2. Added proza about patches (#25152)
44418              3. dirfd got the wrong define based on previous tests (#25168)
44419      Branch: perl
44420            ! Configure
44421 ____________________________________________________________________________
44422 [ 25167] By: steveh                                on 2005/07/18  09:54:58
44423         Log: Silence compiler warning following change 25157
44424              
44425              (DIE returns Perl_die's return value which is an OP*, not the I32
44426              that Perl_apply is expected to return)
44427      Branch: perl
44428            ! doio.c
44429 ____________________________________________________________________________
44430 [ 25166] By: rgs                                   on 2005/07/18  09:17:45
44431         Log: Subject: Re: [perl #27028] /$/ not honouring /m in some cases
44432              From: Rick Delaney <rick@bort.ca>
44433              Date: Jul 14, 2005 4:10 PM
44434              Message-ID: <20050714141059.GF19090@localhost.localdomain>
44435      Branch: perl
44436            + t/op/regexp_qr_embed.t
44437            ! MANIFEST t/op/regexp.t
44438 ____________________________________________________________________________
44439 [ 25165] By: rgs                                   on 2005/07/18  08:52:25
44440         Log: Subject: [PATCH] perlop: why \c\ cannot be placed just before the terminating delimiter
44441              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
44442              Date: Sun, 17 Jul 2005 11:38:05 +0900
44443              Message-Id: <20050717112557.5921.BQW10602@nifty.com>
44444      Branch: perl
44445            ! pod/perlop.pod
44446 ____________________________________________________________________________
44447 [ 25164] By: steveh                                on 2005/07/18  08:38:27
44448         Log: Subject: Re: Why does our() cross packages? (PATCH)
44449              From: Michael G Schwern <schwern@pobox.com>
44450              Date: Fri, 15 Jul 2005 14:35:18 -0700
44451              Message-ID: <20050715213518.GH6897@windhund.schwern.org>
44452              
44453              (with minor tweaks suggested in subsequent posts)
44454      Branch: perl
44455            ! pod/perlfunc.pod
44456 ____________________________________________________________________________
44457 [ 25163] By: davem                                 on 2005/07/18  00:16:31
44458         Log: perl -Dstv -e'... for min..max' displayed wrong stack elements
44459      Branch: perl
44460            ! pp_ctl.c
44461 ____________________________________________________________________________
44462 [ 25162] By: davem                                 on 2005/07/17  22:07:14
44463         Log: delete a non-fucntioning chown in stat.t: it didn't have gid arg.
44464              Spotted by Gisle Aas.
44465      Branch: perl
44466            ! t/op/stat.t
44467 ____________________________________________________________________________
44468 [ 25161] By: davem                                 on 2005/07/17  20:54:15
44469         Log: document what can be assigned to a shared scalar
44470      Branch: perl
44471            ! ext/threads/shared/shared.pm
44472 ____________________________________________________________________________
44473 [ 25160] By: davem                                 on 2005/07/17  20:12:54
44474         Log: $SIG{__WARN__} = sub { goto &foo } could recurse infinitely
44475      Branch: perl
44476            ! t/op/goto.t util.c
44477 ____________________________________________________________________________
44478 [ 25159] By: davem                                 on 2005/07/17  19:02:10
44479         Log: change #25129 was overzealous in delaying the call to ckWARN
44480      Branch: perl
44481            ! doio.c pp_hot.c toke.c
44482 ____________________________________________________________________________
44483 [ 25158] By: merijn                                on 2005/07/16  13:20:09
44484         Log: Subject: Re: [perl #36569] chop fails on decoded string with trailing nul 
44485              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
44486              Date: Sat, 16 Jul 2005 22:05:13 +0900
44487              Message-Id: <20050716220041.2BDD.BQW10602@nifty.com>
44488      Branch: perl
44489            ! doop.c t/op/chop.t
44490 ____________________________________________________________________________
44491 [ 25157] By: merijn                                on 2005/07/16  08:07:44
44492         Log: Subject: Re: fchmod, fchown, fchdir
44493              From: Gisle Aas <gisle@ActiveState.com>
44494              Date: 15 Jul 2005 02:32:50 -0700
44495              Message-ID: <lrwtnse7nh.fsf@caliper.activestate.com>
44496              
44497              + Schwern's ok -> like changes
44498      Branch: perl
44499            ! doio.c pod/perlfunc.pod pod/perltodo.pod pp_sys.c t/io/fs.t
44500            ! t/op/chdir.t
44501 ____________________________________________________________________________
44502 [ 25156] By: steveh                                on 2005/07/15  16:30:05
44503         Log: Subject: [PATCH] more embed cleanup
44504              From: Andy Lester <andy@petdance.com>
44505              Date: Fri, 15 Jul 2005 10:51:15 -0500
44506              Message-ID: <20050715155115.GC29983@petdance.com>
44507              
44508              (and run regen.pl)
44509      Branch: perl
44510            ! dump.c embed.fnc embed.h hv.c mg.c op.c perl.c pp_ctl.c
44511            ! pp_hot.c pp_pack.c proto.h regcomp.c sv.c utf8.c
44512 ____________________________________________________________________________
44513 [ 25155] By: steveh                                on 2005/07/15  15:50:38
44514         Log: Subject: [perl #36514] Add curl support to CPAN.pm 
44515              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
44516              Date: Fri, 15 Jul 2005 02:11:29 -0700
44517              Message-ID: <rt-3.0.11-36514-117446.9.35668319684652@perl.org>
44518              
44519              (and bump $CPAN::FirstTime::VERSION)
44520      Branch: perl
44521            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
44522 ____________________________________________________________________________
44523 [ 25153] By: steveh                                on 2005/07/15  15:35:55
44524         Log: Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
44525              From: Michael G Schwern <schwern@pobox.com>
44526              Date: Wed, 13 Jul 2005 15:57:39 -0700
44527              Message-ID: <20050713225739.GN24499@windhund.schwern.org>
44528              
44529              Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
44530              From: Rick Delaney <rick@bort.ca>
44531              Date: Wed, 13 Jul 2005 20:24:56 -0400
44532              Message-ID: <20050714002456.GD19090@localhost.localdomain>
44533      Branch: perl
44534            ! ext/B/B/Deparse.pm t/op/inc.t
44535 ____________________________________________________________________________
44536 [ 25150] By: steveh                                on 2005/07/15  10:35:55
44537         Log: Fix static extensions when building with nmake on Win32
44538              
44539              They were broken because change 24806 forgot to add -DWITH_STATIC
44540              to the recipe for compiling perllib.c which meant that perllibst.h
44541              was not included and hence although they built OK, the static
44542              extensions could not actually be used!
44543              
44544              In fact, since perllibst.h is always created (it is more or less
44545              empty when static extensions are not being used), there is no need
44546              for -DWITH_STATIC at all. So rather than adding it to Makefile,
44547              just drop it from makefile.mk and perllib.c.
44548              
44549              Also add the missing cleanup of perllibst.h to Makefile.
44550      Branch: perl
44551            ! win32/Makefile win32/makefile.mk win32/perllib.c
44552 ____________________________________________________________________________
44553 [ 25149] By: steveh                                on 2005/07/15  09:04:57
44554         Log: Subject: [perl #7840] Hash Behaviour differs v5.6.0 to v5.6.1 
44555              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
44556              Date: Thu, 14 Jul 2005 16:57:45 -0700
44557              Message-ID: <rt-3.0.11-7840-117401.4.81505529800216@perl.org>
44558              
44559              (with minor tweaks)
44560      Branch: perl
44561            ! pod/perlop.pod
44562 ____________________________________________________________________________
44563 [ 25148] By: steveh                                on 2005/07/15  07:48:31
44564         Log: Subject: [perl #36538] perlfunc/our contradicts itself 
44565              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
44566              Date: Thu, 14 Jul 2005 19:10:51 -0700
44567              Message-ID: <rt-3.0.11-36538-117411.7.57026072725992@perl.org>
44568      Branch: perl
44569            ! pod/perlfunc.pod
44570 ____________________________________________________________________________
44571 [ 25147] By: steveh                                on 2005/07/15  07:44:32
44572         Log: Subject: [perl #24691] leading spaces on cpan configuration causes failure 
44573              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
44574              Date: Tue, 12 Jul 2005 00:00:17 -0700
44575              Message-ID: <rt-3.0.11-24691-116945.3.88254644317925@perl.org>
44576              
44577              (with spaces trimmed from username too)
44578      Branch: perl
44579            ! lib/CPAN/FirstTime.pm
44580 ____________________________________________________________________________
44581 [ 25146] By: merijn                                on 2005/07/15  07:33:01
44582         Log: Subject: [PATCH] Re: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
44583              From: Michael G Schwern <schwern@pobox.com>
44584              Date: Fri, 15 Jul 2005 00:49:12 -0700
44585              Message-ID: <20050715074911.GA16512@windhund.schwern.org>
44586      Branch: perl
44587            ! t/op/universal.t
44588 ____________________________________________________________________________
44589 [ 25145] By: merijn                                on 2005/07/15  06:49:16
44590         Log: Subject: [PATCH] Missing tie() call in NDBM_File SYNOPSIS
44591              From: Matt Sergeant <matt@sergeant.org>
44592              Date: Thu, 14 Jul 2005 16:53:03 -0400
44593              Message-Id: <28baf339c3b78cc40017066b9dc7cffb@sergeant.org>
44594      Branch: perl
44595            ! ext/NDBM_File/NDBM_File.pm
44596 ____________________________________________________________________________
44597 [ 25144] By: merijn                                on 2005/07/15  06:33:21
44598         Log: Subject: Typo in t/op/stat.t
44599              From: Gisle Aas <gisle@ActiveState.com>
44600              Date: 14 Jul 2005 23:20:18 -0700
44601              Message-ID: <lr64vcfv4t.fsf@caliper.activestate.com>
44602      Branch: perl
44603            ! t/op/stat.t
44604 ____________________________________________________________________________
44605 [ 25143] By: steveh                                on 2005/07/14  16:08:00
44606         Log: Subject: Re: [perl #36507] File::Copy::copy($foo, $foo) dies
44607              From: Michael G Schwern <schwern@pobox.com>
44608              Date: Tue, 12 Jul 2005 15:51:18 -0700
44609              Message-ID: <20050712225118.GA944@windhund.schwern.org>
44610              
44611              (and update SKIP counts)
44612      Branch: perl
44613            ! lib/File/Copy.pm lib/File/Copy.t
44614 ____________________________________________________________________________
44615 [ 25142] By: steveh                                on 2005/07/14  08:12:11
44616         Log: Subject: [perl #5634] CPAN.pm v1.59 chdirs before looking for perl 
44617              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
44618              Date: Mon, 11 Jul 2005 22:41:06 -0700
44619              Message-ID: <rt-3.0.11-5634-116921.0.207462087357797@perl.org>
44620      Branch: perl
44621            ! lib/CPAN.pm
44622 ____________________________________________________________________________
44623 [ 25141] By: nicholas                              on 2005/07/13  19:43:40
44624         Log: Subject: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
44625              From: John Peacock <jpeacock@rowman.com>
44626              Message-ID: <42D55C46.5030905@rowman.com>
44627              Date: Wed, 13 Jul 2005 14:24:06 -0400
44628      Branch: perl
44629            ! universal.c
44630 ____________________________________________________________________________
44631 [ 25140] By: merijn                                on 2005/07/13  17:22:07
44632         Log: Subject: [perl #9565] [PATCH] /op/groups.t bug 
44633              From: "Steve Peters via RT" <perlbug-followup@perl.org>
44634              Date: Wed, 13 Jul 2005 06:51:45 -0700
44635              Message-ID: <rt-3.0.11-9565-117185.14.6331240065229@perl.org>
44636      Branch: perl
44637            ! t/op/groups.t
44638 ____________________________________________________________________________
44639 [ 25139] By: merijn                                on 2005/07/13  16:52:48
44640         Log: Subject: Re: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc/1 cpu)
44641              From: Steve Peters <steve@fisharerojo.org>
44642              Date: Fri, 8 Jul 2005 16:42:56 -0500
44643              Message-ID: <20050708214256.GA14164@mccoy.peters.homeunix.org>
44644      Branch: perl
44645            ! t/io/dup.t t/io/open.t
44646 ____________________________________________________________________________
44647 [ 25138] By: merijn                                on 2005/07/13  16:37:48
44648         Log: Subject: [PATCH] More embed.fnc plowing
44649              From: Andy Lester <andy@petdance.com>
44650              Date: Wed, 13 Jul 2005 10:49:19 -0500
44651              Message-ID: <20050713154919.GA24586@petdance.com>
44652      Branch: perl
44653            ! embed.fnc gv.c hv.c op.c pad.c perlio.c pp_ctl.c pp_hot.c
44654            ! proto.h toke.c
44655 ____________________________________________________________________________
44656 [ 25137] By: merijn                                on 2005/07/13  16:27:43
44657         Log: Subject: [PATCH] Error in earlier patch in sv.c
44658              From: Robin Barker <Robin.Barker@npl.co.uk>
44659              Date: Wed, 13 Jul 2005 17:29:48 +0100
44660              Message-ID: <533D273D4014D411AB1D00062938C4D90849C72B@hotel.npl.co.uk>
44661      Branch: perl
44662            ! sv.c t/op/sprintf.t
44663 ____________________________________________________________________________
44664 [ 25136] By: steveh                                on 2005/07/13  13:39:44
44665         Log: Make -V "Compile-time options" list everything used in makedef.pl
44666      Branch: perl
44667            ! perl.c
44668 ____________________________________________________________________________
44669 [ 25135] By: steveh                                on 2005/07/13  09:48:10
44670         Log: Subject: Re: [perl #25157] [PATCH] Text-Balanced extract_quotelike fails on certain delims in HERE docs
44671              From: David Manura <dm.list@math2.org>
44672              Date: Wed, 21 Jan 2004 20:59:27 -0500
44673              Message-ID: <400F2E7F.9090601@math2.org>
44674              
44675              Fixes perl #25151, 25154, 25156, 25157, 25158 using jumbo patch
44676              included in perl #25157.
44677      Branch: perl
44678            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extmul.t
44679            ! lib/Text/Balanced/t/extqlk.t
44680 ____________________________________________________________________________
44681 [ 25134] By: steveh                                on 2005/07/13  09:23:37
44682         Log: Subject: [PATCH] #2 try at Text::Balanced patch and maintainership
44683              From: Tels <nospam-abuse@bloodgate.com>
44684              Date: Sat, 9 Jul 2005 23:10:29 +0200
44685              Message-Id: <200507092310.30592@bloodgate.com>
44686              
44687              (with minor tweaks)
44688      Branch: perl
44689            ! lib/Text/Balanced.pm
44690 ____________________________________________________________________________
44691 [ 25133] By: steveh                                on 2005/07/13  08:34:53
44692         Log: Subject: [perl #28385] minor bug in cpan -- the i command does not find author 
44693              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
44694              Date: Tue, 12 Jul 2005 00:16:49 -0700
44695              Message-ID: <rt-3.0.11-28385-116951.3.97645870397305@perl.org>
44696              
44697              (and remove a couple of unused variables)
44698      Branch: perl
44699            ! lib/CPAN.pm
44700 ____________________________________________________________________________
44701 [ 25132] By: steveh                                on 2005/07/13  07:52:21
44702         Log: Subject: [perl #24275] CPAN shell - online help not clear 
44703              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
44704              Date: Mon, 11 Jul 2005 23:32:12 -0700
44705              Message-ID: <rt-3.0.11-24275-116939.19.7381888978779@perl.org>
44706      Branch: perl
44707            ! lib/CPAN.pm
44708 ____________________________________________________________________________
44709 [ 25131] By: merijn                                on 2005/07/13  06:37:41
44710         Log: Subject: [PATCH] Re: Documentation error in IO::Socket
44711              From: Michael G Schwern <schwern@pobox.com>
44712              Date: Tue, 12 Jul 2005 13:18:34 -0700
44713              Message-ID: <20050712201834.GA29275@windhund.schwern.org>
44714      Branch: perl
44715            ! ext/IO/lib/IO/Socket.pm
44716 ____________________________________________________________________________
44717 [ 25130] By: merijn                                on 2005/07/13  06:27:48
44718         Log: Subject: [perl #6749] Perl debugger outputs ctrl-\ wrongly 
44719              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
44720              Date: Tue, 12 Jul 2005 15:36:54 -0700
44721              Message-ID: <rt-3.0.11-6749-117055.16.4354496694007@perl.org>
44722      Branch: perl
44723            ! lib/dumpvar.pl
44724 ____________________________________________________________________________
44725 [ 25129] By: davem                                 on 2005/07/13  00:21:13
44726         Log: make the expensive ckWARN() be called as late as possible
44727              reorganise
44728              if (ckWARN(FOO) && should_not_happen_condition)
44729              to
44730              if (should_not_happen_condition && ckWARN(FOO))
44731      Branch: perl
44732            ! doio.c gv.c op.c pad.c perlio.c pp.c pp_hot.c pp_pack.c
44733            ! pp_sys.c regcomp.c regexec.c sv.c toke.c
44734 ____________________________________________________________________________
44735 [ 25128] By: davem                                 on 2005/07/12  18:46:34
44736         Log: Subject: Make PERL_MEM_LOG more portable.
44737              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
44738              Date:  Mon, 11 Jul 2005 15:29:46 +0300
44739              Message-Id:  <42D2663A.4050204@gmail.com>
44740      Branch: perl
44741            ! handy.h pod/perlhack.pod util.c
44742 ____________________________________________________________________________
44743 [ 25127] By: davem                                 on 2005/07/12  18:29:43
44744         Log: S_pad_findlex has side effects, so its return value may be ignored
44745      Branch: perl
44746            ! embed.fnc pad.c proto.h
44747 ____________________________________________________________________________
44748 [ 25126] By: davem                                 on 2005/07/12  18:15:48
44749         Log: get_?v have side effects, so their return values may be ignored
44750      Branch: perl
44751            ! embed.fnc proto.h
44752 ____________________________________________________________________________
44753 [ 25125] By: steveh                                on 2005/07/12  16:30:16
44754         Log: Subject: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move 
44755              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
44756              Date: Mon, 11 Jul 2005 23:24:56 -0700
44757              Message-ID: <rt-3.0.11-24119-116937.12.0211560107236@perl.org>
44758      Branch: perl
44759            ! lib/CPAN.pm
44760 ____________________________________________________________________________
44761 [ 25124] By: steveh                                on 2005/07/12  16:18:22
44762         Log: Subject: [perl #17487] ncftp only handles http 
44763              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
44764              Date: Mon, 11 Jul 2005 23:19:06 -0700
44765              Message-ID: <rt-3.0.11-17487-116934.11.3382445877892@perl.org>
44766              
44767              (and bump $VERSION (1.76_01 is a CPAN release already))
44768      Branch: perl
44769            ! lib/CPAN.pm
44770 ____________________________________________________________________________
44771 [ 25123] By: steveh                                on 2005/07/12  13:19:51
44772         Log: Subject: Re: Scalar leaked in 'local $0' under ithreads + taint mode
44773              From: Steve Hay <steve.hay@uk.radan.com>
44774              Date: Mon, 11 Jul 2005 13:29:37 +0100
44775              Message-ID: <42D26631.1070500@uk.radan.com>
44776      Branch: perl
44777            ! sv.c
44778 ____________________________________________________________________________
44779 [ 25122] By: steveh                                on 2005/07/12  11:42:07
44780         Log: Subject: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv 
44781              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
44782              Date: Mon, 11 Jul 2005 19:16:10 -0700
44783              Message-ID: <rt-3.0.11-36502-116917.0.56038652013207@perl.org>
44784      Branch: perl
44785            ! lib/File/Copy.t
44786 ____________________________________________________________________________
44787 [ 25121] By: steveh                                on 2005/07/12  11:33:01
44788         Log: Subject: [PATCH] Cleanup File::Copy tests
44789              From: Michael G Schwern <schwern@pobox.com>
44790              Date: Mon, 11 Jul 2005 18:45:42 -0700
44791              Message-ID: <20050712014542.GB20855@windhund.schwern.org>
44792              
44793              (and fix the SKIP: {} blocks to say $how_many)
44794      Branch: perl
44795            ! lib/File/Copy.t
44796 ____________________________________________________________________________
44797 [ 25120] By: steveh                                on 2005/07/12  11:03:55
44798         Log: Subject: Re: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv
44799              From: Michael G Schwern <schwern@pobox.com>
44800              Date: Mon, 11 Jul 2005 17:35:14 -0700
44801              Message-ID: <20050712003514.GA20132@windhund.schwern.org>
44802      Branch: perl
44803            ! lib/File/Copy.pm
44804 ____________________________________________________________________________
44805 [ 25119] By: steveh                                on 2005/07/12  09:01:11
44806         Log: Missed a New() -> Newx().
44807              
44808              This one only had 3 args to start with! Presumably nobody uses
44809              YYERROR_VERBOSE.  (The yystpcpy() calls don't look right either,
44810              but someone else that is interested in YYERROR_VERBOSE will have
44811              to look into that.)
44812      Branch: perl
44813            ! perly.c
44814 ____________________________________________________________________________
44815 [ 25118] By: steveh                                on 2005/07/12  08:46:13
44816         Log: Hack out -DL documentation from perldebuguts.pod
44817              
44818              Now that the perl core uses Newx*() rather than New*() this chunk
44819              of old documentation is more obsolete than ever before.
44820      Branch: perl
44821            ! pod/perldebguts.pod
44822 ____________________________________________________________________________
44823 [ 25117] By: steveh                                on 2005/07/12  08:20:11
44824         Log: Fix worrying typo in handy.h :-s
44825      Branch: perl
44826            ! handy.h
44827 ____________________________________________________________________________
44828 [ 25116] By: steveh                                on 2005/07/12  08:17:47
44829         Log: Change New*() to Newx*() in various comments and documentation
44830      Branch: perl
44831            ! handy.h perl.c pod/perlclib.pod pod/perlguts.pod
44832            ! pod/perlhack.pod sv.c
44833 ____________________________________________________________________________
44834 [ 25115] By: steveh                                on 2005/07/12  07:48:51
44835         Log: Subject: [patch: handy.c]  update Newx API pod to mention PERL_MEM_LOG build opt
44836              From: Jim Cromie <jcromie@divsol.com>
44837              Date: Mon, 11 Jul 2005 19:18:02 -0600
44838              Message-ID: <42D31A4A.1020305@divsol.com>
44839              
44840              (with some minor tweaks)
44841      Branch: perl
44842            ! handy.h pod/perlapi.pod
44843 ____________________________________________________________________________
44844 [ 25114] By: merijn                                on 2005/07/12  06:26:39
44845         Log: Subject: [PATCH t/TEST] Understand "ok" with no number
44846              From: Michael G Schwern <schwern@pobox.com>
44847              Date: Mon, 11 Jul 2005 18:41:30 -0700
44848              Message-ID: <20050712014130.GA20855@windhund.schwern.org>
44849      Branch: perl
44850            ! t/TEST
44851 ____________________________________________________________________________
44852 [ 25113] By: steveh                                on 2005/07/11  15:54:46
44853         Log: Subject: [patch: sv.c] reuse new_body_inline in Perl_new_body
44854              From: Jim Cromie <jcromie@divsol.com>
44855              Date: Sun, 10 Jul 2005 15:59:30 -0600
44856              Message-ID: <42D19A42.8040409@divsol.com>
44857      Branch: perl
44858            ! sv.c
44859 ____________________________________________________________________________
44860 [ 25112] By: steveh                                on 2005/07/11  15:19:11
44861         Log: Subject: [PATCH] perlfunc.pod
44862              From: "Piotr Fusik" <pfusik@op.pl>
44863              Date:      Sat, 9 Jul 2005 16:21:05 +0200
44864              Message-ID: <01de01c58491$f3182f60$a6d24dd5@piec>
44865      Branch: perl
44866            ! pod/perlfunc.pod
44867 ____________________________________________________________________________
44868 [ 25111] By: steveh                                on 2005/07/11  14:41:27
44869         Log: Subject: [patch hv.h doc] HvNAME
44870              From: Stas Bekman <stas@stason.org>
44871              Date: Fri, 08 Jul 2005 13:52:13 +0300
44872              Message-ID: <42CE5ADD.3020003@stason.org>
44873              
44874              Subject: Re: [patch hv.h doc] HvNAME
44875              From: Nicholas Clark <nick@ccl4.org>
44876              Date: Sat, 9 Jul 2005 15:23:51 +0100
44877              Message-ID: <20050709142351.GT15833@plum.flirble.org>
44878      Branch: perl
44879            ! hv.h pod/perlapi.pod
44880 ____________________________________________________________________________
44881 [ 25110] By: davem                                 on 2005/07/10  23:04:26
44882         Log: no code before declarations!
44883      Branch: perl
44884            ! doio.c
44885 ____________________________________________________________________________
44886 [ 25109] By: davem                                 on 2005/07/10  20:02:07
44887         Log: From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
44888              Date: Sun, 10 Jul 2005 21:50:27 +0300
44889              Subject: [PATCH] yet another way of debugging memory allocations
44890              Message-ID: <42D16DF3.4040806@gmail.com>
44891              
44892              tweak PERL_MEM_LOG
44893      Branch: perl
44894            ! handy.h pod/perlhack.pod util.c
44895 ____________________________________________________________________________
44896 [ 25108] By: davem                                 on 2005/07/10  19:57:31
44897         Log: run regen.pl
44898      Branch: perl
44899            ! embed.h proto.h
44900 ____________________________________________________________________________
44901 [ 25107] By: merijn                                on 2005/07/10  19:19:56
44902         Log: Subject: [PATCH] Making my way thru embed.fnc
44903              From: Andy Lester <andy@petdance.com>
44904              Date: Sun, 10 Jul 2005 14:36:35 -0500
44905              Message-ID: <20050710193635.GC8081@petdance.com>
44906      Branch: perl
44907            ! doio.c doop.c embed.fnc gv.c hv.c op.c perl.c pp_ctl.c
44908            ! pp_hot.c regexec.c toke.c util.c
44909 ____________________________________________________________________________
44910 [ 25106] By: davem                                 on 2005/07/10  13:53:49
44911         Log: Re: [perl #36207] UTF8/Latin 1/i regexp "Malformed character" warning
44912              From: demerphq <demerphq@gmail.com>
44913              Message-ID: <9b18b3110507080807f16d1eb@mail.gmail.com>
44914              Date: Fri, 8 Jul 2005 17:07:26 +0200
44915              
44916              Fix trie codepath of mixed utf8/latin1 pattern matches
44917      Branch: perl
44918            ! regexec.c t/op/pat.t
44919 ____________________________________________________________________________
44920 [ 25105] By: davem                                 on 2005/07/10  12:29:25
44921         Log: Message-ID: <42D0F25E.3040801@gmail.com>
44922              Date: Sun, 10 Jul 2005 13:03:10 +0300
44923              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
44924              Subject: [PATCH] yet another way of debugging memory allocations
44925              
44926              adds PERL_MEM_LOG and PERL_MEM_LOG_STDERR options
44927      Branch: perl
44928            ! handy.h util.c
44929 ____________________________________________________________________________
44930 [ 25104] By: davem                                 on 2005/07/10  11:39:50
44931         Log: silence some compiler warnings
44932      Branch: perl
44933            ! embed.fnc gv.h proto.h
44934 ____________________________________________________________________________
44935 [ 25103] By: davem                                 on 2005/07/10  11:15:32
44936         Log: extend MEM_WRAP_CHECK supress warning hack to MEM_WRAP_CHECK_*
44937      Branch: perl
44938            ! handy.h
44939 ____________________________________________________________________________
44940 [ 25102] By: nicholas                              on 2005/07/09  15:44:17
44941         Log: sv_dec is supposed to go *down*, m'kay.
44942      Branch: perl
44943            ! sv.c t/op/inc.t
44944 ____________________________________________________________________________
44945 [ 25101] By: steveh                                on 2005/07/08  16:35:10
44946         Log: Subject: Re: janitorial work ? [patch]
44947              From: Jim Cromie <jcromie@divsol.com>
44948              Date: Wed, 06 Jul 2005 14:19:53 -0600
44949              Message-ID: <42CC3CE9.5050606@divsol.com>
44950              
44951              (reverted all dual-lived modules since they must work with older
44952              perls too so must wait for a new Devel::PPPort)
44953      Branch: perl
44954            ! NetWare/nw5.c av.c bytecode.pl cygwin/cygwin.c djgpp/djgpp.c
44955            ! doio.c doop.c dump.c ext/B/B/C.pm ext/B/C/C.xs
44956            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
44957            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_aix.xs
44958            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_vms.xs
44959            ! ext/File/Glob/bsd_glob.c ext/ODBM_File/ODBM_File.xs
44960            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Socket/Socket.xs
44961            ! ext/XS/Typemap/Typemap.xs gv.c handy.h hv.c locale.c op.c op.h
44962            ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perlio.c pod/perlapi.pod
44963            ! pp.c pp_ctl.c pp_pack.c pp_sort.c pp_sys.c reentr.c reentr.pl
44964            ! regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c
44965            ! vmesa/vmesa.c vms/vms.c win32/perlhost.h win32/win32.c
44966            ! win32/win32sck.c wince/perlhost.h wince/wince.c
44967 ____________________________________________________________________________
44968 [ 25100] By: nicholas                              on 2005/07/08  15:57:37
44969         Log: We no longer default to creating a new SV for GvSV.
44970      Branch: perl
44971            ! perl.h
44972 ____________________________________________________________________________
44973 [ 25099] By: nicholas                              on 2005/07/08  15:57:16
44974         Log: DEFSV causes GvSVn() to be used in lvalue context.
44975              Not sure if instead we should recode DEFSV to avoid this, and leave
44976              GvSVn() as rvalue only, like its namesakes.
44977      Branch: perl
44978            ! gv.h
44979 ____________________________________________________________________________
44980 [ 25098] By: steveh                                on 2005/07/08  10:04:24
44981         Log: Subject: Re: [PATCH] Pod::Html - correctly link to =item's on the same page
44982              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
44983              Date: Thu, 7 Jul 2005 15:05:51 -0700
44984              Message-ID: <20050707220551.GB2388@efn.org>
44985              
44986              (plus fix a couple of POD warnings)
44987      Branch: perl
44988            ! pod/perlglossary.pod
44989 ____________________________________________________________________________
44990 [ 25097] By: steveh                                on 2005/07/08  09:48:50
44991         Log: Subject: [PATCH] basename() and suffixes
44992              From: Michael G Schwern <schwern@pobox.com>
44993              Date: Thu, 7 Jul 2005 15:38:32 -0700
44994              Message-ID: <20050707223832.GA4782@windhund.schwern.org>
44995      Branch: perl
44996            ! lib/File/Basename.pm lib/File/Basename.t
44997 ____________________________________________________________________________
44998 [ 25096] By: steveh                                on 2005/07/08  08:43:07
44999         Log: Subject: Re: [perl #36477] File::Basename basename() bug
45000              From: Michael G Schwern <schwern@pobox.com>
45001              Date: Thu, 7 Jul 2005 14:16:01 -0700
45002              Message-ID: <20050707211601.GA3769@windhund.schwern.org>
45003      Branch: perl
45004            ! lib/File/Basename.pm lib/File/Basename.t
45005 ____________________________________________________________________________
45006 [ 25095] By: davem                                 on 2005/07/08  01:43:24
45007         Log: UTF8/Latin 1/i regexp "Malformed character" warning
45008              $utf8 =~ /latin/i didn't match. 
45009              Also added TODO for $latin =~ /utf8/i which also fails
45010      Branch: perl
45011            ! t/op/pat.t utf8.c
45012 ____________________________________________________________________________
45013 [ 25094] By: davem                                 on 2005/07/07  14:47:51
45014         Log: more taint fallout from change 24943
45015      Branch: perl
45016            ! mg.c scope.c t/op/taint.t
45017 ____________________________________________________________________________
45018 [ 25093] By: merijn                                on 2005/07/07  13:26:32
45019         Log: Subject: [PATCH] bug with charnames::viacode("0x1234") and optimize it
45020              From: Tels <nospam-abuse@bloodgate.com>
45021              Date: Wed, 6 Jul 2005 21:11:59 +0200
45022              Message-Id: <200507062112.12159@bloodgate.com>
45023      Branch: perl
45024            ! lib/charnames.pm
45025 ____________________________________________________________________________
45026 [ 25092] By: steveh                                on 2005/07/07  12:11:38
45027         Log: Subject: ReadParse in the CGI docs
45028              From: "Ton Hospel" <me-02@ton.iguana.be>
45029              Date: 9 Oct 2003 15:04:53 -0000
45030              To: perlbug@perl.org
45031              
45032              (plus blank lines so example code is in verbatim paragraphs,
45033              and bump $VERSION)
45034      Branch: perl
45035            ! lib/CGI.pm
45036 ____________________________________________________________________________
45037 [ 25091] By: steveh                                on 2005/07/07  11:21:41
45038         Log: Subject: [PATCH] Mention File::Spec in File::Basename
45039              From: Michael G Schwern <schwern@pobox.com>
45040              Date: Wed, 6 Jul 2005 13:06:20 -0700
45041              Message-ID: <20050706200620.GE15644@windhund.schwern.org>
45042              
45043              (plus bump $VERSION)
45044      Branch: perl
45045            ! lib/File/Basename.pm
45046 ____________________________________________________________________________
45047 [ 25090] By: steveh                                on 2005/07/07  11:06:17
45048         Log: Subject: [perl #22236] File::Basename behavior is misleading 
45049              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
45050              Date: 6 Jul 2005 19:45:40 -0000
45051              Message-ID: <rt-3.0.11-22236-116656.1.59163789180809@perl.org>
45052      Branch: perl
45053            ! lib/File/Basename.pm lib/File/Basename.t
45054 ____________________________________________________________________________
45055 [ 25089] By: steveh                                on 2005/07/07  09:22:48
45056         Log: Subject: [PATCH] Further lies in the File::Basename docs
45057              From: Michael G Schwern <schwern@pobox.com>
45058              Date: Wed, 6 Jul 2005 09:22:32 -0700
45059              Message-ID: <20050706162232.GA14495@windhund.schwern.org>
45060              
45061              (plus some minor POD changes and a bug fix)
45062      Branch: perl
45063            ! lib/File/Basename.pm lib/File/Basename.t
45064 ____________________________________________________________________________
45065 [ 25088] By: davem                                 on 2005/07/07  00:11:00
45066         Log: bytes pragma error in substitution operator
45067      Branch: perl
45068            ! pp_ctl.c t/op/subst.t
45069 ____________________________________________________________________________
45070 [ 25087] By: davem                                 on 2005/07/06  20:09:29
45071         Log: 'undef $@; die' gives uninint value warning
45072      Branch: perl
45073            ! pp_sys.c t/op/die.t
45074 ____________________________________________________________________________
45075 [ 25086] By: steveh                                on 2005/07/06  09:36:08
45076         Log: Subject: [PATCH] File::Basename doc overhaul
45077              From: Michael G Schwern <schwern@pobox.com>
45078              Date: Tue, 5 Jul 2005 20:11:27 -0700
45079              Message-ID: <20050706031127.GL9227@windhund.schwern.org>
45080              
45081              (with some minor changes)
45082      Branch: perl
45083            ! lib/File/Basename.pm
45084 ____________________________________________________________________________
45085 [ 25085] By: steveh                                on 2005/07/06  08:05:21
45086         Log: Subject: [PATCH @ 25084] simple authors removal
45087              From: Vadim Konovalov <vadim@vkonovalov.ru>
45088              Date: Wed, 06 Jul 2005 00:15:48 +0400
45089              Message-ID: <42CAEA74.1020108@vkonovalov.ru>
45090      Branch: perl
45091            ! AUTHORS
45092 ____________________________________________________________________________
45093 [ 25084] By: davem                                 on 2005/07/05  18:17:34
45094         Log: a long /etc/groups entry could cause memory exhaustion.
45095              Too small a buffer would cause ERANGE and a retry with double the
45096              buffer size. later at EOF, the apparent error got 'stuck' as
45097              ERANGE rather than ENOENT, so the buffer size doubled recursively 
45098      Branch: perl
45099            ! reentr.h reentr.pl
45100 ____________________________________________________________________________
45101 [ 25083] By: steveh                                on 2005/07/05  16:55:29
45102         Log: Subject: [PATCH] Pod::Html - correctly link to =item's on the same page
45103              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
45104              Date: Mon, 4 Jul 2005 02:07:38 -0700
45105              Message-ID: <20050704090738.GA4056@efn.org>
45106              
45107              (plus a new test, although it is currently marked TODO)
45108      Branch: perl
45109            + lib/Pod/t/htmllink.pod lib/Pod/t/htmllink.t
45110            ! MANIFEST lib/Pod/Html.pm
45111 ____________________________________________________________________________
45112 [ 25082] By: steveh                                on 2005/07/05  16:54:11
45113         Log: Oops! Change 25080 should have updated checksums too.
45114      Branch: perl
45115            ! ext/Digest/MD5/t/files.t
45116 ____________________________________________________________________________
45117 [ 25081] By: davem                                 on 2005/07/05  13:01:23
45118         Log: change 24943 broke restoration of localized taint values
45119      Branch: perl
45120            ! mg.c t/op/taint.t
45121 ____________________________________________________________________________
45122 [ 25080] By: steveh                                on 2005/07/05  10:32:08
45123         Log: Remove an unreferenced local variable in Digest-MD5
45124      Branch: perl
45125            ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs
45126 ____________________________________________________________________________
45127 [ 25079] By: nicholas                              on 2005/07/04  19:36:51
45128         Log: Subject: [PATCH] Remove unnecessary null check
45129              From: Andy Lester <andy@petdance.com>
45130              Date: Mon, 4 Jul 2005 14:12:00 -0500
45131              Message-ID: <20050704191200.GA2614@petdance.com>
45132      Branch: perl
45133            ! embed.fnc hv.c proto.h
45134 ____________________________________________________________________________
45135 [ 25078] By: nicholas                              on 2005/07/04  19:07:31
45136         Log: Make the tests for hv_free_ent and hv_delayfree_ent pass under
45137              -DPURIFY too.
45138      Branch: perl
45139            ! ext/XS/APItest/APItest.xs
45140 ____________________________________________________________________________
45141 [ 25077] By: merijn                                on 2005/07/04  18:47:02
45142         Log: Subject: [PATCH] Better string constant in hv.c
45143              From: Andy Lester <andy@petdance.com>
45144              Date: Mon, 4 Jul 2005 13:53:49 -0500
45145              Message-ID: <20050704185349.GA2351@petdance.com>
45146      Branch: perl
45147            ! hv.c
45148 ____________________________________________________________________________
45149 [ 25076] By: steveh                                on 2005/07/04  16:15:37
45150         Log: Add regression test for change 25062
45151      Branch: perl
45152            ! t/op/magic.t
45153 ____________________________________________________________________________
45154 [ 25075] By: steveh                                on 2005/07/04  15:57:32
45155         Log: Use void, not void *, to suppress RETVAL (and compiler warning)
45156      Branch: perl
45157            ! ext/XS/APItest/APItest.xs
45158 ____________________________________________________________________________
45159 [ 25074] By: steveh                                on 2005/07/04  15:36:04
45160         Log: Perl_share_hek needs exporting for change 25070 on Win32
45161      Branch: perl
45162            ! embed.fnc embed.h global.sym
45163 ____________________________________________________________________________
45164 [ 25073] By: steveh                                on 2005/07/04  15:34:11
45165         Log: Regen after change 25067
45166      Branch: perl
45167            ! proto.h
45168 ____________________________________________________________________________
45169 [ 25072] By: nicholas                              on 2005/07/04  15:03:32
45170         Log: Implement hv_delayfree_ent in terms of hv_free_ent
45171      Branch: perl
45172            ! hv.c
45173 ____________________________________________________________________________
45174 [ 25071] By: steveh                                on 2005/07/04  14:53:54
45175         Log: Subject: [PATCH] Skip nit in t/op/lfs.t
45176              From: Steve Peters <steve@fisharerojo.org>
45177              Date: Mon, 4 Jul 2005 10:10:13 -0500
45178              Message-ID: <20050704151013.GA18468@mccoy.peters.homeunix.org>
45179      Branch: perl
45180            ! t/op/lfs.t
45181 ____________________________________________________________________________
45182 [ 25070] By: nicholas                              on 2005/07/04  14:45:40
45183         Log: Tests for hv_delayfree_ent and hv_free_ent
45184      Branch: perl
45185            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
45186            ! ext/XS/APItest/t/hash.t
45187 ____________________________________________________________________________
45188 [ 25069] By: nicholas                              on 2005/07/04  13:56:39
45189         Log: Provide a macro version of S_new_body to inline it within the hot code.
45190      Branch: perl
45191            ! sv.c
45192 ____________________________________________________________________________
45193 [ 25068] By: steveh                                on 2005/07/04  13:21:36
45194         Log: Borland's .pdb files are called .tds
45195      Branch: perl
45196            ! win32/makefile.mk
45197 ____________________________________________________________________________
45198 [ 25067] By: steveh                                on 2005/07/04  12:30:50
45199         Log: Subject: [PATCH] Post-YAPC consting, now with an attachment!
45200              From: Andy Lester <andy@petdance.com>
45201              Date: Sun, 3 Jul 2005 18:31:56 -0500
45202              Message-ID: <20050703233156.GA20967@petdance.com>
45203      Branch: perl
45204            ! deb.c embed.fnc gv.c pad.c sv.c toke.c util.c
45205 ____________________________________________________________________________
45206 [ 25066] By: nicholas                              on 2005/07/04  10:41:28
45207         Log: Inlining del_HE is actually a space optimisation.
45208              It's therefore likely also to be a speed optimisation. :-)
45209      Branch: perl
45210            ! embed.fnc embed.h hv.c proto.h
45211 ____________________________________________________________________________
45212 [ 25065] By: steveh                                on 2005/07/04  10:40:10
45213         Log: Subject: [PATCH] perlglossary.pod: add jump points
45214              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
45215              Date: Mon, 4 Jul 2005 02:07:52 -0700
45216              Message-ID: <20050704090752.GB4056@efn.org>
45217      Branch: perl
45218            ! pod/perlglossary.pod
45219 ____________________________________________________________________________
45220 [ 25064] By: nicholas                              on 2005/07/04  10:24:26
45221         Log: sv_setuv_mg is so rarely called that the IV optimisation test is not
45222              needed.
45223      Branch: perl
45224            ! sv.c
45225 ____________________________________________________________________________
45226 [ 25063] By: steveh                                on 2005/07/04  10:13:41
45227         Log: Subject: Re: How to suppress warnings when building Errno with gcc
45228              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
45229              Date: Fri, 1 Jul 2005 10:56:23 -0700
45230              Message-ID: <20050701175623.GD216@efn.org>
45231      Branch: perl
45232            ! ext/Errno/Errno_pm.PL
45233 ____________________________________________________________________________
45234 [ 25062] By: steveh                                on 2005/07/04  09:17:06
45235         Log: Fix change 25045
45236      Branch: perl
45237            ! mg.c
45238 ____________________________________________________________________________
45239 [ 25061] By: steveh                                on 2005/07/04  08:26:38
45240         Log: Here's the rest of change 25058 ;-)
45241      Branch: perl
45242            ! embed.h global.sym
45243 ____________________________________________________________________________
45244 [ 25060] By: davem                                 on 2005/07/04  08:11:33
45245         Log: Subject:  Re: [PATCH] Re: [PATCH] Re: a blead warning from tru64
45246              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
45247              Date:  Mon, 04 Jul 2005 00:19:28 +0300
45248              Message-Id:  <42C85660.50807@gmail.com>
45249      Branch: perl
45250            ! perl.h
45251 ____________________________________________________________________________
45252 [ 25059] By: steveh                                on 2005/07/04  08:10:27
45253         Log: Stop reentr.pl changing EOL on the files it writes on Win32
45254      Branch: perl
45255            ! reentr.pl
45256 ____________________________________________________________________________
45257 [ 25058] By: steveh                                on 2005/07/04  08:09:36
45258         Log: Perl_ckwarn (added by change 25050) needs exporting on Win32
45259              
45260              (At least PerlIO/via uses it, so it must be public)
45261      Branch: perl
45262            ! embed.fnc
45263 ____________________________________________________________________________
45264 [ 25055] By: nicholas                              on 2005/07/02  21:19:09
45265         Log: Andy suggests this tweak to Dave's fix for MEM_WRAP_CHECK to shut up
45266              a different compiler warnings. I guess we need a waterbed theory of
45267              compiler warnings.
45268      Branch: perl
45269            ! handy.h
45270 ____________________________________________________________________________
45271 [ 25054] By: nicholas                              on 2005/07/02  16:53:09
45272         Log: Convert bless.t to test.pl
45273      Branch: perl
45274            ! t/op/bless.t
45275 ____________________________________________________________________________
45276 [ 25053] By: nicholas                              on 2005/07/02  16:25:06
45277         Log: Copying the first parameter in the macro del_body seems to reduce
45278              code size.  Presumably an expression is no longer evaluated twice.
45279      Branch: perl
45280            ! sv.c
45281 ____________________________________________________________________________
45282 [ 25052] By: davem                                 on 2005/07/02  16:11:46
45283         Log: do just-in-time loading of Carp.pm in some modules
45284              
45285              From: Tels <nospam-abuse@bloodgate.com>
45286              Subject: [PATCH] No Carp #4 AutoSplit.pm
45287              Subject: [PATCH] no Carp #5 (File::Path)
45288              Subject: [PATCH] no Carp #7 - charnames.pm
45289              Subject: [PATCH] no Carp #6 (File::Compare, File::Copy, File::Temp)
45290              Subject: [PATCH] no Carp #8 - SelfLoader, Text/Balanced and open.pm
45291      Branch: perl
45292            ! lib/AutoSplit.pm lib/File/Compare.pm lib/File/Copy.pm
45293            ! lib/File/Path.pm lib/SelfLoader.pm lib/charnames.pm
45294            ! lib/open.pm
45295 ____________________________________________________________________________
45296 [ 25051] By: nicholas                              on 2005/07/02  16:07:47
45297         Log: Unwrap the del_Xfoo() macros by explicitly noting the arena to free
45298              the body to. This comletely eliminates the second switch statement.
45299      Branch: perl
45300            ! sv.c
45301 ____________________________________________________________________________
45302 [ 25050] By: davem                                 on 2005/07/02  15:05:04
45303         Log: replace ckWARN macros with functions
45304      Branch: perl
45305            ! embed.fnc embed.h pod/perlintern.pod proto.h util.c warnings.h
45306            ! warnings.pl
45307 ____________________________________________________________________________
45308 [ 25049] By: nicholas                              on 2005/07/02  14:57:43
45309         Log: Given that the GV no longer owns a reference on the symbol table, we
45310              dont need the deferred SvREFCNT_dec games.
45311      Branch: perl
45312            ! sv.c
45313 ____________________________________________________________________________
45314 [ 25048] By: nicholas                              on 2005/07/02  13:55:45
45315         Log: Passing gvtype as char rather than char * to S_varname generates
45316              smaller code.
45317      Branch: perl
45318            ! embed.fnc proto.h sv.c
45319 ____________________________________________________________________________
45320 [ 25047] By: nicholas                              on 2005/07/02  13:07:26
45321         Log: Don't inline offer_nice_chunk, as it's rarely called.
45322      Branch: perl
45323            ! embed.fnc embed.h perl.h proto.h sv.c
45324 ____________________________________________________________________________
45325 [ 25046] By: davem                                 on 2005/07/02  12:35:12
45326         Log: missed one PAD_SET_CUR
45327      Branch: perl
45328            ! pp_hot.c
45329 ____________________________________________________________________________
45330 [ 25045] By: nicholas                              on 2005/07/02  12:34:08
45331         Log: Don't check the pointer is non-NULL before calling Safefree() in
45332              little used code, code used only once per run (such as interpreter
45333              construction and destruction), and cases where the pointer nearly
45334              never is NULL. Safefree does its own non-NULL check, and even that
45335              isn't strictly necessary as all conformant free()s accept a NULL
45336              pointer.
45337      Branch: perl
45338            ! doio.c locale.c mg.c perl.c perl.h regcomp.c sv.c util.c
45339 ____________________________________________________________________________
45340 [ 25044] By: rgs                                   on 2005/07/02  07:41:14
45341         Log: Upgrade to Time::HiRes 1.72
45342      Branch: perl
45343            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
45344            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
45345 ____________________________________________________________________________
45346 [ 25043] By: steveh                                on 2005/07/01  16:33:42
45347         Log: Make Archive::Tar clean up its test files on Win32
45348              
45349              (The old "can't delete an open file on Win32" chestnut again)
45350      Branch: perl
45351            ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t
45352 ____________________________________________________________________________
45353 [ 25042] By: davem                                 on 2005/07/01  15:40:40
45354         Log: the PAD_SET_CUR macro expanded too much for AIX compilers
45355      Branch: perl
45356            ! pad.h pp_ctl.c pp_sort.c pp_sys.c
45357 ____________________________________________________________________________
45358 [ 25041] By: steveh                                on 2005/07/01  15:15:23
45359         Log: Silence MinGW warning about "'noreturn' function does return"
45360              
45361              (Thanks to Nicholas Clark)
45362      Branch: perl
45363            ! iperlsys.h
45364 ____________________________________________________________________________
45365 [ 25040] By: rgs                                   on 2005/07/01  15:05:58
45366         Log: Install perlglossary on VMS and Windows
45367      Branch: perl
45368            ! vms/descrip_mms.template win32/pod.mak
45369 ____________________________________________________________________________
45370 [ 25039] By: davem                                 on 2005/07/01  14:34:52
45371         Log: undo some excessive Carp.pm minimalisation
45372      Branch: perl
45373            ! lib/Carp.pm
45374 ____________________________________________________________________________
45375 [ 25038] By: steveh                                on 2005/07/01  13:39:33
45376         Log: Remove unreferenced local variable (and the warning about it)
45377      Branch: perl
45378            ! ext/XS/APItest/APItest.xs
45379 ____________________________________________________________________________
45380 [ 25037] By: rgs                                   on 2005/07/01  12:43:23
45381         Log: Add the perlglossary man page
45382              
45383              Subject: [PATCH] perlglossary.pod
45384              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
45385              Date: Fri, 1 Jul 2005 03:10:50 -0700
45386              Message-ID: <20050701101050.GA2448@efn.org>
45387      Branch: perl
45388            + pod/perlglossary.pod
45389            ! MANIFEST pod.lst pod/perl.pod pod/perlmodlib.pod
45390            ! pod/perltoc.pod
45391 ____________________________________________________________________________
45392 [ 25036] By: rgs                                   on 2005/07/01  12:32:21
45393         Log: Subject: [PATCH] Make Exporter.t warnings clean
45394              From: Michael G Schwern <schwern@pobox.com>
45395              Date: Tue, 28 Jun 2005 15:58:36 -0700
45396              Message-ID: <20050628225836.GB27320@windhund.schwern.org>
45397      Branch: perl
45398            ! lib/Exporter.t
45399 ____________________________________________________________________________
45400 [ 25035] By: davem                                 on 2005/07/01  11:49:22
45401         Log: silence a warning in Perl_sv_compile_2op
45402      Branch: perl
45403            ! pp_ctl.c
45404 ____________________________________________________________________________
45405 [ 25034] By: davem                                 on 2005/07/01  11:45:40
45406         Log: silence gcc 'comparison is always false' warning in MEM_WRAP_CHECK
45407              Only a partial fix: works where sizeof(type)==1; since we
45408              can never wraparound in that case, disarm the check
45409      Branch: perl
45410            ! handy.h
45411 ____________________________________________________________________________
45412 [ 25033] By: steveh                                on 2005/07/01  07:44:50
45413         Log: Silence some cast warnings from bcc32 on Win32
45414              
45415              See the thread starting here for arguments:
45416              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00994.html
45417      Branch: perl
45418            ! win32/win32.c
45419 ____________________________________________________________________________
45420 [ 25032] By: davem                                 on 2005/06/30  22:41:07
45421         Log: assigning shared consts (eg __PACKAGE__) to magic vars
45422      Branch: perl
45423            ! sv.c t/op/magic.t
45424 ____________________________________________________________________________
45425 [ 25031] By: nicholas                              on 2005/06/30  17:41:03
45426         Log: By grabbing the length, we can use sv_setpvn here.
45427      Branch: perl
45428            ! util.c
45429 ____________________________________________________________________________
45430 [ 25030] By: nicholas                              on 2005/06/30  17:37:56
45431         Log: Use sv_setpvn where we know the length.
45432      Branch: perl
45433            ! universal.c
45434 ____________________________________________________________________________
45435 [ 25029] By: nicholas                              on 2005/06/30  17:28:45
45436         Log: A terser way of implementing require_pv.
45437      Branch: perl
45438            ! perl.c
45439 ____________________________________________________________________________
45440 [ 25028] By: nicholas                              on 2005/06/30  17:21:28
45441         Log: We know the length, so use sv_setpvn rather than sv_setpv.
45442      Branch: perl
45443            ! universal.c
45444 ____________________________________________________________________________
45445 [ 25027] By: nicholas                              on 2005/06/30  17:05:13
45446         Log: Avoid using PL_Sv in the -V argument processing.
45447              Express the embedded perl program in a slightly terser way.
45448      Branch: perl
45449            ! perl.c
45450 ____________________________________________________________________________
45451 [ 25026] By: nicholas                              on 2005/06/30  16:34:52
45452         Log: Use Perl_sv_catpvf to shorten the code (source and object) needed for
45453              commandline -V options that q\0...\0.
45454      Branch: perl
45455            ! perl.c
45456 ____________________________________________________________________________
45457 [ 25025] By: rgs                                   on 2005/06/30  16:15:31
45458         Log: Add TODO tests for bug #36434
45459      Branch: perl
45460            ! t/op/magic.t
45461 ____________________________________________________________________________
45462 [ 25024] By: nicholas                              on 2005/06/30  12:28:55
45463         Log: The core shouldn't be using PL_na
45464      Branch: perl
45465            ! perl.c
45466 ____________________________________________________________________________
45467 [ 25023] By: nicholas                              on 2005/06/30  12:15:14
45468         Log: -V:... would get upset (syntax error) if ... contained unbalanced ().
45469      Branch: perl
45470            ! perl.c
45471 ____________________________________________________________________________
45472 [ 25022] By: nicholas                              on 2005/06/30  11:40:37
45473         Log: Replace newSVpv(...,0) with newSVpvn where we know the length.
45474      Branch: perl
45475            ! perl.c regcomp.c sv.c
45476 ____________________________________________________________________________
45477 [ 25021] By: nicholas                              on 2005/06/30  11:20:33
45478         Log: Why use Perl_form and newSVpv when newSVpvf will do it in one?
45479      Branch: perl
45480            ! perl.c
45481 ____________________________________________________________________________
45482 [ 25020] By: rgs                                   on 2005/06/30  10:01:55
45483         Log: Subject: [PATCH] make t/uni/class.t faster
45484              From: Tels <nospam-abuse@bloodgate.com>
45485              Date: Wed, 29 Jun 2005 21:19:52 +0200
45486              Message-Id: <200506292120.05519@bloodgate.com>
45487      Branch: perl
45488            ! t/uni/class.t
45489 ____________________________________________________________________________
45490 [ 25019] By: nicholas                              on 2005/06/30  09:57:31
45491         Log: If gp_flags is unused, why are we even allocating it?
45492      Branch: perl
45493            ! dump.c ext/Devel/Peek/t/Peek.t gv.h sv.c
45494 ____________________________________________________________________________
45495 [ 25018] By: nicholas                              on 2005/06/30  09:21:05
45496         Log: Nothing is actually relying on GvUNIQUE holding state.
45497      Branch: perl
45498            ! gv.h
45499 ____________________________________________________________________________
45500 [ 25017] By: rgs                                   on 2005/06/30  09:11:28
45501         Log: Subject: Re: [PATCH] Convert File::Basename tests to Test::More
45502              From: Michael G Schwern <schwern@pobox.com>
45503              Date: Thu, 30 Jun 2005 01:02:30 -0700
45504              Message-ID: <20050630080230.GC17965@windhund.schwern.org>
45505      Branch: perl
45506            ! lib/File/Basename.t
45507 ____________________________________________________________________________
45508 [ 25016] By: rgs                                   on 2005/06/30  09:04:20
45509         Log: Subject: Re: [PATCH]Re: [perl #36417] IO::Handle::getline() doco should note an important difference from <$io>
45510              From: Steve Peters <steve@fisharerojo.org>
45511              Date: Wed, 29 Jun 2005 21:47:23 -0500
45512              Message-ID: <20050630024723.GA3786@mccoy.peters.homeunix.org>
45513      Branch: perl
45514            ! ext/IO/lib/IO/Handle.pm
45515 ____________________________________________________________________________
45516 [ 25015] By: rgs                                   on 2005/06/30  08:59:11
45517         Log: Subject: some dusting off of the cross-compilation information
45518              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
45519              Date: Thu, 30 Jun 2005 08:41:17 +0300
45520              Message-ID: <42C385FD.9040601@gmail.com>
45521      Branch: perl
45522            ! Cross/README INSTALL
45523 ____________________________________________________________________________
45524 [ 25014] By: steveh                                on 2005/06/30  07:57:25
45525         Log: Silence MinGW warnings about system headers when building Errno
45526              
45527              Thanks to Mike Guy for the suggested fix.
45528      Branch: perl
45529            ! ext/Errno/Errno_pm.PL
45530 ____________________________________________________________________________
45531 [ 25013] By: nicholas                              on 2005/06/29  21:24:53
45532         Log: Expand on parts of perltodo
45533      Branch: perl
45534            ! pod/perltodo.pod
45535 ____________________________________________________________________________
45536 [ 25012] By: nicholas                              on 2005/06/29  21:09:16
45537         Log: All tests pass (for me) with -DPERL_DONT_CREATE_GVSV
45538      Branch: perl
45539            ! pp.c pp_hot.c
45540 ____________________________________________________________________________
45541 [ 25011] By: nicholas                              on 2005/06/29  20:24:12
45542         Log: Make warnings.t pass with -DPERL_DONT_CREATE_GVSV
45543      Branch: perl
45544            ! pp_sys.c
45545 ____________________________________________________________________________
45546 [ 25010] By: nicholas                              on 2005/06/29  19:25:24
45547         Log: Fixes to -DPERL_DONT_CREATE_GVSV to make more tests pass
45548      Branch: perl
45549            ! doio.c gv.c perl.h sv.c
45550 ____________________________________________________________________________
45551 [ 25009] By: nicholas                              on 2005/06/29  15:58:14
45552         Log: First stab at not automatically creating an unused SV for GvSV
45553              Enable it with -DPERL_DONT_CREATE_GVSV.
45554              Currently if enabled 22 test scripts have failures, so still some way
45555              to go.
45556      Branch: perl
45557            ! embed.fnc embed.h global.sym gv.c gv.h makedef.pl perl.c
45558            ! pp_hot.c proto.h sv.c
45559 ____________________________________________________________________________
45560 [ 25008] By: rgs                                   on 2005/06/29  08:11:53
45561         Log: Remove old variable needed for binary compatibility
45562      Branch: perl
45563            ! embedvar.h intrpvar.h perlapi.h sv.c
45564 ____________________________________________________________________________
45565 [ 25007] By: nicholas                              on 2005/06/28  22:02:03
45566         Log: Convert strcpy to memcpy where we already know the length.
45567      Branch: perl
45568            ! gv.c sv.c util.c
45569 ____________________________________________________________________________
45570 [ 25006] By: davem                                 on 2005/06/28  11:28:20
45571         Log: move Carp.pod back into Carp.pm
45572      Branch: perl
45573            - lib/Carp.pod
45574            ! MANIFEST lib/Carp.pm
45575 ____________________________________________________________________________
45576 [ 25005] By: rgs                                   on 2005/06/28  11:17:30
45577         Log: B::Deparse was chocking on variable names with colons (like foo::::bar)
45578      Branch: perl
45579            ! ext/B/B/Deparse.pm
45580 ____________________________________________________________________________
45581 [ 25004] By: nicholas                              on 2005/06/28  10:09:26
45582         Log: Subject: Re: Hints for 64bitall (PPC!) Darwin perl
45583              From: Dominic Dunlop <domo@computer.org>
45584              Message-Id: <1D31D9A6-2451-49EE-AD80-80F1D9CA2825@computer.org>
45585              Date: Mon, 27 Jun 2005 19:46:59 +0200
45586      Branch: perl
45587            ! hints/darwin.sh
45588 ____________________________________________________________________________
45589 [ 25003] By: steveh                                on 2005/06/28  08:01:21
45590         Log: Stop "Possible use before definition" warning following change 24997
45591      Branch: perl
45592            ! pp_sys.c
45593 ____________________________________________________________________________
45594 [ 25002] By: rgs                                   on 2005/06/28  07:40:35
45595         Log: Upgrade to Time::HiRes 1.71
45596      Branch: perl
45597            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
45598            ! ext/Time/HiRes/Makefile.PL
45599 ____________________________________________________________________________
45600 [ 25001] By: steveh                                on 2005/06/28  07:40:01
45601         Log: Stop "suspicious pointer conversion" warning following change 24997
45602      Branch: perl
45603            ! hv.c
45604 ____________________________________________________________________________
45605 [ 25000] By: rgs                                   on 2005/06/27  21:57:04
45606         Log: Don't install demo files with perl
45607      Branch: perl
45608            ! installperl
45609 ____________________________________________________________________________
45610 [ 24999] By: rgs                                   on 2005/06/27  21:30:09
45611         Log: From: Mattia Barbon <mattia.barbon@libero.it>
45612              Subject: [PATCH] Avoid redefinition warning for MinGW
45613              Date: Jun 27, 2005 10:07 PM
45614              Message-ID: <Mahogany-0.66.0-1232-20050627-220727.00@rbnet.it>
45615      Branch: perl
45616            ! win32/win32iop.h
45617 ____________________________________________________________________________
45618 [ 24998] By: nicholas                              on 2005/06/27  20:52:27
45619         Log: Fix sv_dec of undefined PVs to (a) not downgrade to NV
45620              (b) give -1, rather than +1
45621      Branch: perl
45622            ! sv.c t/op/inc.t
45623 ____________________________________________________________________________
45624 [ 24997] By: rgs                                   on 2005/06/27  18:26:15
45625         Log: Subject: [PATCH] We're going round in circles with pp_sys.c
45626              From: Andy Lester <andy@petdance.com>
45627              Date: Mon, 27 Jun 2005 13:06:59 -0500
45628              Message-ID: <20050627180659.GB29744@petdance.com>
45629              
45630              (edited)
45631      Branch: perl
45632            ! embed.fnc gv.c handy.h hv.c perl.c pp_ctl.c pp_hot.c proto.h
45633            ! regexec.c sv.c toke.c
45634 ____________________________________________________________________________
45635 [ 24996] By: rgs                                   on 2005/06/27  17:19:45
45636         Log: Fix installation of ptar(1) manpage.
45637              The __END__ was making the POD being ignored by pod2man.
45638      Branch: perl
45639            ! lib/Archive/Tar/bin/ptar
45640 ____________________________________________________________________________
45641 [ 24995] By: davem                                 on 2005/06/27  16:34:34
45642         Log: Make Carp.pm even lighter (and Carp::Heavy even heavier)
45643              Also move carp.pm pod to carp.pod
45644      Branch: perl
45645            + lib/Carp.pod
45646            ! MANIFEST lib/Carp.pm lib/Carp/Heavy.pm lib/warnings.pm
45647            ! warnings.pl
45648 ____________________________________________________________________________
45649 [ 24994] By: steveh                                on 2005/06/27  15:45:05
45650         Log: Silence compiler warning in SDBM_File
45651              
45652              Unless I'm missing something it looks like "key" actually is used,
45653              and the "key = key" assignment causes bcc32 to complain about use
45654              before definition!
45655      Branch: perl
45656            ! ext/SDBM_File/SDBM_File.xs
45657 ____________________________________________________________________________
45658 [ 24993] By: rgs                                   on 2005/06/27  15:22:58
45659         Log: Subject: [PATCH] XSLoader for Sys::Syslog
45660              From: Alexey Tourbin <at@altlinux.ru>
45661              Date: Sun, 26 Jun 2005 08:32:05 +0400
45662              Message-ID: <20050626043204.GA31585@solemn.turbinal.org>
45663      Branch: perl
45664            ! ext/Sys/Syslog/Syslog.pm
45665 ____________________________________________________________________________
45666 [ 24992] By: rgs                                   on 2005/06/27  13:51:10
45667         Log: Oops (fix previous fix).
45668      Branch: perl
45669            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
45670            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
45671            ! lib/Filter/Simple/t/import.t
45672 ____________________________________________________________________________
45673 [ 24991] By: rgs                                   on 2005/06/27  13:48:26
45674         Log: Fix tests of Filter::Simple 0.82 in the core
45675      Branch: perl
45676            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
45677            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
45678            ! lib/Filter/Simple/t/import.t
45679 ____________________________________________________________________________
45680 [ 24990] By: rgs                                   on 2005/06/27  13:46:25
45681         Log: Upgrade to Filter::Simple 0.82
45682      Branch: perl
45683            ! lib/Filter/Simple.pm lib/Filter/Simple/Changes
45684            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
45685            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
45686            ! lib/Filter/Simple/t/import.t t/lib/Filter/Simple/ExportTest.pm
45687            ! t/lib/Filter/Simple/FilterOnlyTest.pm
45688            ! t/lib/Filter/Simple/FilterTest.pm
45689            ! t/lib/Filter/Simple/ImportTest.pm
45690 ____________________________________________________________________________
45691 [ 24989] By: rgs                                   on 2005/06/27  12:46:44
45692         Log: Upgrade to Test::Harness 2.52
45693      Branch: perl
45694            ! lib/Test/Harness.pm lib/Test/Harness/Changes
45695            ! lib/Test/Harness/bin/prove
45696 ____________________________________________________________________________
45697 [ 24988] By: rgs                                   on 2005/06/27  12:35:33
45698         Log: Upgrade to Time::HiRes 1.70
45699      Branch: perl
45700            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
45701            ! ext/Time/HiRes/HiRes.xs
45702 ____________________________________________________________________________
45703 [ 24987] By: steveh                                on 2005/06/27  07:41:52
45704         Log: Suppress warnings about a clash between redefined malloc and the
45705              use of __attribute__malloc__
45706              
45707              Subject: Re: Fun with __attribute__malloc__
45708              From: Andy Lester <andy@petdance.com>
45709              Date: Fri, 24 Jun 2005 12:11:59 -0500
45710              Message-ID: <20050624171159.GB29590@petdance.com>
45711      Branch: perl
45712            ! perl.h
45713 ____________________________________________________________________________
45714 [ 24986] By: nicholas                              on 2005/06/26  22:19:22
45715         Log: Tweak the child dump socket protocol to return error messages to the
45716              parent so that it can display what went wrong.
45717      Branch: perl
45718            ! perl.c
45719 ____________________________________________________________________________
45720 [ 24985] By: rgs                                   on 2005/06/26  20:06:10
45721         Log: Upgrade to Time::HiRes 1.69
45722      Branch: perl
45723            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
45724            ! ext/Time/HiRes/Makefile.PL
45725 ____________________________________________________________________________
45726 [ 24984] By: nicholas                              on 2005/06/26  17:59:33
45727         Log: When using DEBUG_LEAKING_SCALARS_FORK_DUMP it's possible to cause
45728              indefinite hangs when the debugging child holds open Perl_debug_log,
45729              and it happens to be a file descriptor that is one end of a pipe,
45730              with a process sitting at the other end waitng for EOF.
45731              So close all descriptors in the child *including* Perl_debug_log,
45732              and pass it back in over the control socket if it's needed.
45733      Branch: perl
45734            ! perl.c
45735 ____________________________________________________________________________
45736 [ 24983] By: nicholas                              on 2005/06/26  10:28:43
45737         Log: Need to pass a my_perl to S_my_localtime to make threaded builds build.
45738      Branch: perl
45739            ! pp_sys.c
45740 ____________________________________________________________________________
45741 [ 24982] By: nicholas                              on 2005/06/25  17:58:26
45742         Log: Add a sanity check to Config::AUTOLOAD to prevent infinte loops if
45743              Configure_heavy.pl gets truncated.
45744      Branch: perl
45745            ! configpm
45746 ____________________________________________________________________________
45747 [ 24981] By: nicholas                              on 2005/06/25  15:45:06
45748         Log: On OS X to use perl's malloc need to USE_PERL_SBRK and emulate sbrk()
45749              using system malloc, because sbrk() stops giving us memory after about
45750              14Mb.
45751      Branch: perl
45752            ! hints/darwin.sh
45753 ____________________________________________________________________________
45754 [ 24980] By: nicholas                              on 2005/06/25  15:42:30
45755         Log: Need to skip exporting PL_dumper_fd unless it is used.
45756      Branch: perl
45757            ! makedef.pl
45758 ____________________________________________________________________________
45759 [ 24979] By: nicholas                              on 2005/06/25  12:55:09
45760         Log: If forking during global destruction, the child needs to close all
45761              unused file descriptors, else it can cause other processes to hang
45762              because it accidentally holds open pipes and sockets.
45763      Branch: perl
45764            ! perl.c
45765 ____________________________________________________________________________
45766 [ 24978] By: rgs                                   on 2005/06/24  15:21:38
45767         Log: Upgrade to Unicode::Collate 0.51
45768      Branch: perl
45769            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
45770            ! lib/Unicode/Collate/README
45771 ____________________________________________________________________________
45772 [ 24977] By: steveh                                on 2005/06/24  14:38:05
45773         Log: Fix typo in win32.c
45774              
45775              Doesn't fix bcc32 + USE_LARGE_FILES, though :-(
45776      Branch: perl
45777            ! win32/win32.c
45778 ____________________________________________________________________________
45779 [ 24976] By: nicholas                              on 2005/06/24  14:04:19
45780         Log: Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalars
45781              which become unreferenced. This is less likely to be successful.
45782              The #define needs a better name.
45783      Branch: perl
45784            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h
45785            ! proto.h sv.c
45786 ____________________________________________________________________________
45787 [ 24975] By: steveh                                on 2005/06/24  13:56:15
45788         Log: Stop '"__attribute__format__" redefined' warnings from gcc on Win32
45789      Branch: perl
45790            ! perl.h win32/config_H.gc
45791 ____________________________________________________________________________
45792 [ 24974] By: steveh                                on 2005/06/24  12:27:45
45793         Log: Make opendir() filename const in Win32-land & friends
45794              
45795              That fact that it wasn't const already was highlighted by a warning
45796              from pp_open_dir() generated by change 24743. Rather than undo the
45797              const change in pp_open_dir(), this seems to make more sense. Hope I
45798              haven't broken Netware or WinCE.
45799      Branch: perl
45800            ! NetWare/nw5.c NetWare/nwperlhost.h NetWare/nwperlsys.h
45801            ! iperlsys.h win32/include/dirent.h win32/perlhost.h
45802            ! win32/win32.c win32/win32iop.h wince/perlhost.h wince/wince.c
45803 ____________________________________________________________________________
45804 [ 24973] By: nicholas                              on 2005/06/24  10:45:44
45805         Log: Need to do some sort of die/warn to get the "global destruction"
45806              text if the bug is still present.
45807      Branch: perl
45808            ! t/op/gv.t
45809 ____________________________________________________________________________
45810 [ 24972] By: steveh                                on 2005/06/24  09:37:24
45811         Log: Fix t\op\gv.t on Win32
45812      Branch: perl
45813            ! t/op/gv.t
45814 ____________________________________________________________________________
45815 [ 24971] By: rgs                                   on 2005/06/24  07:54:59
45816         Log: Remove cargo-culted binmode.
45817      Branch: perl
45818            ! lib/Archive/Tar/t/00_setup.t
45819 ____________________________________________________________________________
45820 [ 24970] By: steveh                                on 2005/06/24  07:42:41
45821         Log: Fix Archive-Tar tests on Win32 following change 24954
45822      Branch: perl
45823            ! lib/Archive/Tar/t/00_setup.t
45824 ____________________________________________________________________________
45825 [ 24969] By: merijn                                on 2005/06/24  07:41:08
45826         Log: Workaround localtime edge case where TZ makes time go beyond
45827              the defined working range (AIX 5.2)
45828      Branch: perl
45829            ! pp_sys.c
45830 ____________________________________________________________________________
45831 [ 24968] By: davem                                 on 2005/06/23  22:59:36
45832         Log: change 24967 got the #endif in the wrong place
45833      Branch: perl
45834            ! pad.c
45835 ____________________________________________________________________________
45836 [ 24967] By: davem                                 on 2005/06/23  22:48:40
45837         Log: don't repopulate PADTMP slots with null SVs when freeing ops
45838      Branch: perl
45839            ! ext/B/t/f_sort.t ext/B/t/optree_samples.t pad.c
45840 ____________________________________________________________________________
45841 [ 24966] By: nicholas                              on 2005/06/23  21:30:33
45842         Log: Remove the reference loop between symbol tables and typeglobs.
45843              Typeglobs now have a weak reference onto their symbol table.
45844      Branch: perl
45845            ! embed.fnc embed.h gv.c mg.c pad.c proto.h sv.c t/op/gv.t
45846 ____________________________________________________________________________
45847 [ 24965] By: rgs                                   on 2005/06/23  18:53:04
45848         Log: Subject: [PATCH] Pre-YAPC consting fun
45849              From: Andy Lester <andy@petdance.com>
45850              Date: Jun 23, 2005 9:04 PM
45851              Message-ID: <20050623190423.GA13835@petdance.com>
45852      Branch: perl
45853            ! embed.fnc embed.h lib/ExtUtils/CBuilder/t/01-basic.t locale.c
45854            ! mg.c perlio.c pp_ctl.c pp_pack.c pp_sys.c proto.h scope.c
45855            ! taint.c util.c
45856 ____________________________________________________________________________
45857 [ 24964] By: merijn                                on 2005/06/23  18:43:42
45858         Log: Take a larger margin to prevent 'X' failures in smokes
45859              I was able to get warnings on HP-UX 10.20 every 2nd to 3rd run
45860              when reps was still 10000. With 15000 I didn't get a single warning
45861      Branch: perl
45862            ! t/op/rand.t
45863 ____________________________________________________________________________
45864 [ 24963] By: rgs                                   on 2005/06/23  18:07:34
45865         Log: Warning suppression.
45866      Branch: perl
45867            ! pp_sys.c
45868 ____________________________________________________________________________
45869 [ 24962] By: nicholas                              on 2005/06/23  18:00:38
45870         Log: The current implementation of :unique is fundamentally flawed,
45871              because declaring a scalar READONLY does not stop it being modified.
45872              Hence the current implementation of :unique is *not threadsafe*
45873              D'oh!
45874              Better implementations welcome.
45875      Branch: perl
45876            ! embed.fnc embed.h ext/threads/t/problems.t pod/perltodo.pod
45877            ! proto.h sv.c
45878 ____________________________________________________________________________
45879 [ 24961] By: rgs                                   on 2005/06/23  16:18:21
45880         Log: Fix Archive::Tar test when perl is built with -Dmksymlinks
45881      Branch: perl
45882            ! lib/Archive/Tar/t/02_methods.t
45883 ____________________________________________________________________________
45884 [ 24960] By: rgs                                   on 2005/06/23  15:51:02
45885         Log: Subject: [PATCH] Re: [perl #9741] possible problem with File::Find
45886              From: Steve Peters <steve@fisharerojo.org>
45887              Date: Fri, 17 Jun 2005 23:27:14 -0500
45888              Message-ID: <20050618042714.GA29589@mccoy.peters.homeunix.org>
45889      Branch: perl
45890            ! lib/File/Find.pm
45891 ____________________________________________________________________________
45892 [ 24959] By: nicholas                              on 2005/06/23  14:11:20
45893         Log: Add a define PERL_POISON which tries to trip up anything accessing
45894              freed or uninitialised memory. Currently only Poison()s freed
45895              pointers.
45896      Branch: perl
45897            ! ext/PerlIO/encoding/encoding.xs gv.c handy.h pp_ctl.c scope.c
45898            ! sv.c
45899 ____________________________________________________________________________
45900 [ 24958] By: nicholas                              on 2005/06/23  14:09:57
45901         Log: Indent some of the #ifdef/#define/#endif to make the nesting clearer.
45902              Simplify SvPV_free slightly.
45903      Branch: perl
45904            ! sv.h
45905 ____________________________________________________________________________
45906 [ 24957] By: rgs                                   on 2005/06/23  11:54:25
45907         Log: This dummy test didn't pass
45908      Branch: perl
45909            ! lib/Archive/Tar/t/99_clean.t
45910 ____________________________________________________________________________
45911 [ 24956] By: rgs                                   on 2005/06/23  11:34:35
45912         Log: Add a pseudo-test to clean up data files for Archive::Tar tests
45913      Branch: perl
45914            + lib/Archive/Tar/t/99_clean.t
45915            ! MANIFEST
45916 ____________________________________________________________________________
45917 [ 24955] By: rgs                                   on 2005/06/23  11:30:16
45918         Log: Remove test that relies on Test::POD
45919      Branch: perl
45920            - lib/Archive/Tar/t/99_pod.t
45921            ! MANIFEST
45922 ____________________________________________________________________________
45923 [ 24954] By: rgs                                   on 2005/06/23  11:29:16
45924         Log: Remove binary files, add a pseudo-test in Archive::Tar to generate them
45925      Branch: perl
45926            + lib/Archive/Tar/t/00_setup.t
45927            - lib/Archive/Tar/t/src/long/bar.tar
45928            - lib/Archive/Tar/t/src/long/foo.tgz
45929            - lib/Archive/Tar/t/src/short/bar.tar
45930            - lib/Archive/Tar/t/src/short/foo.tgz
45931            ! MANIFEST
45932 ____________________________________________________________________________
45933 [ 24953] By: steveh                                on 2005/06/23  11:02:42
45934         Log: Silence bcc32 compiler warnings following change 24945
45935              
45936              ("Possible use of '%s' before definition")
45937      Branch: perl
45938            ! pp_ctl.c pp_sys.c
45939 ____________________________________________________________________________
45940 [ 24952] By: nicholas                              on 2005/06/23  10:41:00
45941         Log: Re-initialise PL_curcop to &PL_compiling before destroying the optree.
45942      Branch: perl
45943            ! perl.c
45944 ____________________________________________________________________________
45945 [ 24951] By: rgs                                   on 2005/06/23  10:39:47
45946         Log: Subject: Re: [perl #36350] unstable sorting for use integer; sort { $b <=> $a } @foo 
45947              From: Salvador Fandino <sfandino@yahoo.com>
45948              Date: Tue, 21 Jun 2005 19:50:35 +0200
45949              Message-ID: <20050621181658.5977.qmail@lists.develooper.com>
45950      Branch: perl
45951            ! pp_sort.c
45952 ____________________________________________________________________________
45953 [ 24950] By: steveh                                on 2005/06/23  10:21:53
45954         Log: Oops! Change 24946 wasn't quite right
45955      Branch: perl
45956            ! doio.c
45957 ____________________________________________________________________________
45958 [ 24949] By: rgs                                   on 2005/06/23  09:32:55
45959         Log: Add handling of NV_ZERO_IS_ALLBITS_ZERO for Netware and epoc
45960      Branch: perl
45961            ! NetWare/config.wc NetWare/config_H.wc epoc/config.sh
45962 ____________________________________________________________________________
45963 [ 24948] By: rgs                                   on 2005/06/23  09:25:03
45964         Log: Define d_nv_zero_is_allbits_zero for symbian
45965              (noticed by Jarkko)
45966      Branch: perl
45967            ! symbian/config.sh
45968 ____________________________________________________________________________
45969 [ 24947] By: steveh                                on 2005/06/23  09:18:37
45970         Log: Silence bcc32 compiler warnings from win32/fcrypt.c (almost)
45971              
45972              It still whines about 'in' and 'b' being assigned values that are
45973              never used on lines 348 and 505 respectively (as side effects of the
45974              calls to c2l and l2c respectively), but I'm not sure how to shut
45975              them up.
45976      Branch: perl
45977            ! win32/fcrypt.c
45978 ____________________________________________________________________________
45979 [ 24946] By: steveh                                on 2005/06/23  09:00:28
45980         Log: More bcc32 compiler warnings to silence
45981              
45982              ("Suspicious pointer conversion")
45983      Branch: perl
45984            ! doio.c win32/win32io.c
45985 ____________________________________________________________________________
45986 [ 24945] By: rgs                                   on 2005/06/23  08:39:44
45987         Log: Subject: [PATCH] Const Boy II: The Localizing
45988              From: Andy Lester <andy@petdance.com>
45989              Date: Wed, 22 Jun 2005 09:41:00 -0500
45990              Message-ID: <20050622144059.GA19598@petdance.com>
45991      Branch: perl
45992            ! autodoc.pl embed.fnc embed.pl hv.c perl.c perlio.c
45993            ! pod/perlapi.pod pp.c pp.h pp_ctl.c pp_sys.c proto.h sv.c
45994            ! util.c
45995 ____________________________________________________________________________
45996 [ 24944] By: steveh                                on 2005/06/23  08:04:21
45997         Log: Silence another bcc32 compiler warning
45998              
45999              ("Possible use of '%s' before definition")
46000      Branch: perl
46001            ! toke.c
46002 ____________________________________________________________________________
46003 [ 24943] By: davem                                 on 2005/06/22  23:08:55
46004         Log: remove taint hack now that local $tainted no longer copies taint magic
46005      Branch: perl
46006            ! mg.c sv.c
46007 ____________________________________________________________________________
46008 [ 24942] By: davem                                 on 2005/06/22  21:42:54
46009         Log: handle magic in local correctly
46010              the local SV now gets a copy of any container magic, and no value
46011              magic; in the past the whole magic chain was either shared or
46012              moved
46013      Branch: perl
46014            ! embed.fnc embed.h mg.c pod/perlguts.pod pod/perlintern.pod
46015            ! proto.h scope.c t/op/local.t
46016 ____________________________________________________________________________
46017 [ 24941] By: merijn                                on 2005/06/22  17:14:04
46018         Log: Upgrade to Test::Harness 2.50
46019      Branch: perl
46020            ! lib/Test/Harness.pm lib/Test/Harness/t/strap-analyze.t
46021 ____________________________________________________________________________
46022 [ 24940] By: nicholas                              on 2005/06/22  16:37:06
46023         Log: Add facility to fork() early in perl_destruct and use the child to
46024              dump out leaked scalars (enabled with DEBUG_LEAKING_SCALARS_FORK_DUMP
46025              when DEBUG_LEAKING_SCALARS is already in force)
46026      Branch: perl
46027            ! perl.c
46028 ____________________________________________________________________________
46029 [ 24939] By: steveh                                on 2005/06/22  13:25:16
46030         Log: Silence yet more bcc32 compiler warnings
46031              
46032              ("Code has no effect")
46033      Branch: perl
46034            ! hv.c pp_ctl.c pp_hot.c
46035 ____________________________________________________________________________
46036 [ 24938] By: steveh                                on 2005/06/22  13:02:17
46037         Log: Silence some more bcc32 compiler warnings
46038              
46039              ("Suggest parentheses to clarify precedence")
46040      Branch: perl
46041            ! warnings.h warnings.pl
46042 ____________________________________________________________________________
46043 [ 24937] By: steveh                                on 2005/06/22  12:31:59
46044         Log: Silence some bcc32 compiler warnings
46045              
46046              ("Superfluous & with function")
46047      Branch: perl
46048            ! perlvars.h pp.c win32/win32.c
46049 ____________________________________________________________________________
46050 [ 24936] By: nicholas                              on 2005/06/22  10:08:43
46051         Log: Now that the global string table is using a single hunk of memory
46052              for both HE and HEK, we need to actually free things in perl_destruct
46053      Branch: perl
46054            ! perl.c
46055 ____________________________________________________________________________
46056 [ 24935] By: steveh                                on 2005/06/22  09:40:25
46057         Log: Fix Archive-Tar tests on Win32
46058              
46059              (Patch from Jos Boumans, from his current dev version.)
46060      Branch: perl
46061            ! lib/Archive/Tar.pm
46062 ____________________________________________________________________________
46063 [ 24934] By: merijn                                on 2005/06/21  19:27:38
46064         Log: Redo generation of change #24898
46065              Do not forget to run Porting/config_h.pl!
46066      Branch: perl
46067            ! Configure config_h.SH
46068 ____________________________________________________________________________
46069 [ 24932] By: rgs                                   on 2005/06/21  17:05:01
46070         Log: Upgrade to Test::Harness 2.49_02
46071      Branch: perl
46072            ! lib/Test/Harness.pm lib/Test/Harness/Changes
46073            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
46074            ! lib/Test/Harness/t/test-harness.t
46075 ____________________________________________________________________________
46076 [ 24931] By: rgs                                   on 2005/06/21  16:33:32
46077         Log: Add Archive::Tar to the maintainers list
46078      Branch: perl
46079            ! Porting/Maintainers.pl
46080 ____________________________________________________________________________
46081 [ 24930] By: rgs                                   on 2005/06/21  16:14:06
46082         Log: Trim trailing spaces
46083      Branch: perl
46084            ! lib/Archive/Tar/bin/ptar
46085 ____________________________________________________________________________
46086 [ 24929] By: rgs                                   on 2005/06/21  15:53:30
46087         Log: Add pod, so ptar has a manpage
46088      Branch: perl
46089            ! lib/Archive/Tar/bin/ptar
46090 ____________________________________________________________________________
46091 [ 24928] By: rgs                                   on 2005/06/21  15:27:37
46092         Log: POD nits
46093      Branch: perl
46094            ! ext/Storable/Storable.pm
46095 ____________________________________________________________________________
46096 [ 24927] By: nicholas                              on 2005/06/21  15:27:14
46097         Log: Drag t/op/gv.t kicking and screaming into the century of the fruitbat
46098              (or at least into the decade of t/test.pl)
46099      Branch: perl
46100            ! t/op/gv.t
46101 ____________________________________________________________________________
46102 [ 24926] By: rgs                                   on 2005/06/21  15:04:10
46103         Log: Add the ptar(1) utility from Archive::Tar
46104      Branch: perl
46105            + lib/Archive/Tar/bin/ptar utils/ptar.PL
46106            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
46107            ! win32/Makefile win32/makefile.mk
46108 ____________________________________________________________________________
46109 [ 24925] By: steveh                                on 2005/06/21  13:49:10
46110         Log: Trim trailing whitespace from $! and $^E
46111              
46112              (Fixes lib/Test/Simple/t/fail-more.t with bcc32 on Win32, and is
46113              good for consistency anyway)
46114      Branch: perl
46115            ! mg.c
46116 ____________________________________________________________________________
46117 [ 24924] By: nicholas                              on 2005/06/21  12:39:27
46118         Log: Avoid having NULL entries in the weakref backreference array, and
46119              make S_sv_add_backref O(1) (instead of O(n))
46120      Branch: perl
46121            ! sv.c
46122 ____________________________________________________________________________
46123 [ 24923] By: rgs                                   on 2005/06/21  12:12:10
46124         Log: Cleanup after this test
46125      Branch: perl
46126            ! lib/Archive/Tar/t/02_methods.t
46127 ____________________________________________________________________________
46128 [ 24922] By: rgs                                   on 2005/06/21  12:01:07
46129         Log: Add Archive::Tar 1.24, except ptar for now
46130      Branch: perl
46131            + lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
46132            + lib/Archive/Tar/File.pm lib/Archive/Tar/t/01_use.t
46133            + lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/03_file.t
46134            + lib/Archive/Tar/t/99_pod.t lib/Archive/Tar/t/src/long/b
46135            + lib/Archive/Tar/t/src/long/bar.tar
46136            + lib/Archive/Tar/t/src/long/foo.tgz
46137            + lib/Archive/Tar/t/src/short/b
46138            + lib/Archive/Tar/t/src/short/bar.tar
46139            + lib/Archive/Tar/t/src/short/foo.tgz
46140            ! MANIFEST
46141 ____________________________________________________________________________
46142 [ 24921] By: nicholas                              on 2005/06/21  10:58:22
46143         Log: weak references aren't UVs, do don't show this in the dump flags.
46144      Branch: perl
46145            ! dump.c
46146 ____________________________________________________________________________
46147 [ 24920] By: rgs                                   on 2005/06/21  10:50:18
46148         Log: Subject: [PATCH] ternary operator cond ? foo : bar being parsed as ?...?
46149              From: Salvador Fandiño <sfandino@yahoo.com>
46150              Date: Fri, 17 Jun 2005 14:06:30 +0100
46151              Message-ID: <20050617130548.18776.qmail@lists.develooper.com>
46152              
46153              with wordings improvements suggested by Ronald J Kimball
46154      Branch: perl
46155            ! pod/perldiag.pod toke.c
46156 ____________________________________________________________________________
46157 [ 24919] By: nicholas                              on 2005/06/21  10:35:09
46158         Log: No need to set flags twice.
46159      Branch: perl
46160            ! av.c
46161 ____________________________________________________________________________
46162 [ 24918] By: nicholas                              on 2005/06/21  09:44:08
46163         Log: As there will be no old body to dispose of, we can return immediately.
46164      Branch: perl
46165            ! sv.c
46166 ____________________________________________________________________________
46167 [ 24917] By: rgs                                   on 2005/06/21  09:40:46
46168         Log: Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric Labels
46169      Branch: perl
46170            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
46171            ! ext/Data/Dumper/t/dumper.t
46172 ____________________________________________________________________________
46173 [ 24916] By: rgs                                   on 2005/06/21  07:03:40
46174         Log: Subject: Re: [perl #36310] sv_vcatpvfn() fails on some (very limited) situations 
46175              From: Tsutomu IKEGAMI <t-ikegami@aist.go.jp>
46176              Date: Fri, 17 Jun 2005 17:55:10 +0900 (JST)
46177              Message-Id: <20050617.175510.21285350.t-ikegami@aist.go.jp>
46178      Branch: perl
46179            ! sv.c
46180 ____________________________________________________________________________
46181 [ 24915] By: rgs                                   on 2005/06/20  16:28:38
46182         Log: Subject: [PATCH perl.h] FPTR2DPTR/DPTR2FPTR
46183              From: Robin Barker <Robin.Barker@npl.co.uk>
46184              Date: Mon, 20 Jun 2005 13:47:37 +0100
46185              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6E4@hotel.npl.co.uk>
46186      Branch: perl
46187            ! perl.h
46188 ____________________________________________________________________________
46189 [ 24914] By: nicholas                              on 2005/06/20  15:21:59
46190         Log: Replace the non-const initialiser block + loop with a series of calls
46191              to a small static function.
46192              c.f. "I will replace you with a small shell script..."
46193      Branch: perl
46194            ! sv.c
46195 ____________________________________________________________________________
46196 [ 24913] By: rgs                                   on 2005/06/20  15:12:50
46197         Log: Subject: [PATCH] The continuing adventures of Constman and Localize Boy
46198              From: Andy Lester <andy@petdance.com>
46199              Date: Mon, 20 Jun 2005 10:22:37 -0500
46200              Message-ID: <20050620152237.GA5032@petdance.com>
46201      Branch: perl
46202            ! XSUB.h doop.c embed.fnc embed.h global.sym gv.c mg.c pad.c
46203            ! perl.h proto.h sv.c universal.c util.c
46204 ____________________________________________________________________________
46205 [ 24912] By: rgs                                   on 2005/06/20  13:32:52
46206         Log: Same fix, for the test, now.
46207      Branch: perl
46208            ! t/run/switches.t
46209 ____________________________________________________________________________
46210 [ 24911] By: rgs                                   on 2005/06/20  13:06:13
46211         Log: perl -v was outputting a double v (spotted by Jarkko)
46212      Branch: perl
46213            ! perl.c
46214 ____________________________________________________________________________
46215 [ 24910] By: rgs                                   on 2005/06/20  11:58:32
46216         Log: Remove signature test, which is always skipped
46217      Branch: perl
46218            - lib/Test/Simple/t/00signature.t
46219            ! MANIFEST
46220 ____________________________________________________________________________
46221 [ 24909] By: rgs                                   on 2005/06/20  11:45:02
46222         Log: Subject: [PATCH pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod] Recommend Against UNIVERSAL:: Methods as Functions, take 2
46223              From: chromatic <chromatic@wgz.org>
46224              Date: Sat, 18 Jun 2005 12:15:41 -0700
46225              Message-Id: <1119122141.21521.9.camel@localhost>
46226      Branch: perl
46227            ! pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod
46228 ____________________________________________________________________________
46229 [ 24908] By: rgs                                   on 2005/06/20  11:00:31
46230         Log: Remove the deprecated $# variable
46231      Branch: perl
46232            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
46233            ! pod/perldiag.pod sv.c t/lib/warnings/gv
46234 ____________________________________________________________________________
46235 [ 24907] By: nicholas                              on 2005/06/20  10:35:41
46236         Log: Silence warning in debug printf
46237      Branch: perl
46238            ! doop.c
46239 ____________________________________________________________________________
46240 [ 24906] By: rgs                                   on 2005/06/20  09:45:24
46241         Log: Subject: [PATCH] More random cleanups
46242              From: Andy Lester <andy@petdance.com>
46243              Date: Fri, 17 Jun 2005 09:50:29 -0500
46244              Message-ID: <20050617145029.GC11769@petdance.com>
46245      Branch: perl
46246            ! embed.fnc embed.h pp_ctl.c pp_sort.c proto.h scope.c
46247 ____________________________________________________________________________
46248 [ 24905] By: steveh                                on 2005/06/20  09:30:23
46249         Log: Support NV_ZERO_IS_ALLBITS_ZERO on Win32 (re: change 24898)
46250              
46251              The try.c test program added to Configure by change 24898 outputs
46252              "Yes" using each of VC++, GCC and BCC32, so here goes...
46253      Branch: perl
46254            ! win32/config.bc win32/config.gc win32/config.vc
46255            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
46256            ! win32/config_H.vc win32/config_H.vc64
46257 ____________________________________________________________________________
46258 [ 24904] By: rgs                                   on 2005/06/20  09:23:33
46259         Log: Hugo suggests this.
46260      Branch: perl
46261            ! pod/perlhack.pod
46262 ____________________________________________________________________________
46263 [ 24903] By: rgs                                   on 2005/06/20  09:20:40
46264         Log: Missed a chunk in previous commit
46265      Branch: perl
46266            ! pod/perlsyn.pod
46267 ____________________________________________________________________________
46268 [ 24902] By: rgs                                   on 2005/06/20  09:18:35
46269         Log: Subject: [perl #36328] Until Statement Undocumented 
46270              From: Eric Amick (via RT) <perlbug-followup@perl.org>
46271              Date: 18 Jun 2005 03:47:32 -0000
46272              Message-ID: <rt-3.0.11-36328-115949.3.38667506136829@perl.org>
46273      Branch: perl
46274            ! pod/perlsyn.pod
46275 ____________________________________________________________________________
46276 [ 24901] By: rgs                                   on 2005/06/20  09:06:57
46277         Log: Subject: Re: [PATCH replacement] Re: [perl #36313] perl -e "1for$[=0" crash
46278              From: Rick Delaney <rick@bort.ca>
46279              Date: Sun, 19 Jun 2005 09:47:22 -0400
46280              Message-ID: <20050619134722.GB31592@localhost.localdomain>
46281      Branch: perl
46282            ! op.c t/comp/parser.t
46283 ____________________________________________________________________________
46284 [ 24900] By: nicholas                              on 2005/06/20  08:19:52
46285         Log: S_del_body is sufficiently small that inlining it is a space win.
46286      Branch: perl
46287            ! sv.c
46288 ____________________________________________________________________________
46289 [ 24899] By: nicholas                              on 2005/06/19  15:12:26
46290         Log: If NV_ZERO_IS_ALLBITS_ZERO there's no need to explicitly set the NVX
46291              to 0.0, as the memset has already done it.
46292      Branch: perl
46293            ! sv.c
46294 ____________________________________________________________________________
46295 [ 24898] By: nicholas                              on 2005/06/19  15:11:06
46296         Log: Add a Configure test to see if NV 0.0 is stored as all bits zero, and
46297              #define NV_ZERO_IS_ALLBITS_ZERO if so.  This is always true on VMS:
46298              
46299              Subject: Re: Configure check for whether 0.0 is stored as all bits zero
46300              From: "Craig A. Berry" <craigberry@mac.com>
46301              Message-Id: <p06210214beda5bf31c4c@[172.16.52.1]>
46302              Date: Sat, 18 Jun 2005 18:23:59 -0500
46303      Branch: perl
46304            ! Configure Porting/Glossary config_h.SH configure.com
46305 ____________________________________________________________________________
46306 [ 24897] By: nicholas                              on 2005/06/19  10:22:58
46307         Log: Move the offset calculations outside of new_body/del_body.
46308              This makes some of the upgrade code slightly simpler.
46309      Branch: perl
46310            ! sv.c
46311 ____________________________________________________________________________
46312 [ 24896] By: nicholas                              on 2005/06/18  22:43:58
46313         Log: Refactor sv_dup to memcpy from source to destination, and only
46314              explicitly copy the structure members that need explicit duplication.
46315      Branch: perl
46316            ! sv.c
46317 ____________________________________________________________________________
46318 [ 24895] By: nicholas                              on 2005/06/18  16:33:41
46319         Log: Squeeze a little more savings by moving pte and he arenas into the
46320              common arena free code.
46321      Branch: perl
46322            ! hv.h perl.h sv.c
46323 ____________________________________________________________________________
46324 [ 24894] By: nicholas                              on 2005/06/18  15:07:47
46325         Log: Subject: [PATCH] squeeze repetition out of Perl_sv_free_arenas
46326              From: Jim Cromie <jcromie@divsol.com>
46327              Message-ID: <42B3C388.2090902@divsol.com>
46328              Date: Sat, 18 Jun 2005 00:47:36 -0600
46329      Branch: perl
46330            ! sv.c
46331 ____________________________________________________________________________
46332 [ 24893] By: nicholas                              on 2005/06/18  14:28:04
46333         Log: update AVs and HVs using the old_body, and remove all of the local
46334              variables used to hold the SV body piecemeal.
46335      Branch: perl
46336            ! sv.c
46337 ____________________________________________________________________________
46338 [ 24892] By: nicholas                              on 2005/06/18  10:57:02
46339         Log: sv_upgrade by memcpy
46340              AV and HV cases need tidyup
46341      Branch: perl
46342            ! sv.c
46343 ____________________________________________________________________________
46344 [ 24891] By: nicholas                              on 2005/06/17  19:37:56
46345         Log: Fix compiling with -DPURIFY
46346      Branch: perl
46347            ! sv.c
46348 ____________________________________________________________________________
46349 [ 24890] By: nicholas                              on 2005/06/17  17:30:19
46350         Log: Change 24886 was buggy - should be taking (and passing in) the
46351              address of the arena.
46352      Branch: perl
46353            ! sv.c
46354 ____________________________________________________________________________
46355 [ 24889] By: rgs                                   on 2005/06/17  15:43:11
46356         Log: Add new internal error message to perldiag
46357      Branch: perl
46358            ! pod/perldiag.pod
46359 ____________________________________________________________________________
46360 [ 24888] By: nicholas                              on 2005/06/17  15:37:50
46361         Log: Collect a little more information about the body we're getting rid of
46362      Branch: perl
46363            ! sv.c
46364 ____________________________________________________________________________
46365 [ 24887] By: rgs                                   on 2005/06/17  14:44:43
46366         Log: Missing aTHX_ (noticed by Jim Cromie)
46367      Branch: perl
46368            ! sv.c
46369 ____________________________________________________________________________
46370 [ 24886] By: nicholas                              on 2005/06/17  14:28:07
46371         Log: Move freeing the old body after the creating of the new body.
46372      Branch: perl
46373            ! sv.c
46374 ____________________________________________________________________________
46375 [ 24885] By: nicholas                              on 2005/06/17  13:42:03
46376         Log: The only way is up!
46377              (*up*grades. Or croak)
46378      Branch: perl
46379            ! sv.c
46380 ____________________________________________________________________________
46381 [ 24884] By: rgs                                   on 2005/06/17  12:21:53
46382         Log: Subject: [perl #36199] [PATCH] 5.8.7 fails to build with parallel make 
46383              From: "Steve Peters via RT" <perlbug-followup@perl.org>
46384              Date: 16 Jun 2005 17:11:14 -0000
46385              Message-ID: <rt-3.0.11-36199-115872.8.39962488213992@perl.org>
46386      Branch: perl
46387            ! Makefile.SH
46388 ____________________________________________________________________________
46389 [ 24883] By: steveh                                on 2005/06/17  11:36:45
46390         Log: Silence STDERR grumblings from Borland's math library.
46391              
46392              This fixes failures in ext/B/t/deparse.t and lib/warnings.t (and
46393              renders change 24870 obsolete, hence it is reverted here).
46394      Branch: perl
46395            ! lib/warnings.t makedef.pl win32/win32.c
46396 ____________________________________________________________________________
46397 [ 24882] By: rgs                                   on 2005/06/17  09:26:25
46398         Log: Upgrade to PathTools 3.09
46399      Branch: perl
46400            ! ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm
46401            ! lib/File/Spec.pm
46402 ____________________________________________________________________________
46403 [ 24881] By: nicholas                              on 2005/06/17  08:35:48
46404         Log: new_pte/del_pte can use new_body/del_body too
46405      Branch: perl
46406            ! sv.c
46407 ____________________________________________________________________________
46408 [ 24880] By: steveh                                on 2005/06/17  08:28:32
46409         Log: Subject: [PATCH] Strip \\?\ prefix from Perl path in win32/win32.c:set_w32_module_name()
46410              From: "Jan Dubois" <jand@ActiveState.com>
46411              Date: Thu, 16 Jun 2005 11:43:15 -0700
46412              Message-Id: <200506161843.j5GIhKhL024472@smtp3.ActiveState.com>
46413      Branch: perl
46414            ! win32/win32.c
46415 ____________________________________________________________________________
46416 [ 24879] By: nicholas                              on 2005/06/16  22:08:29
46417         Log: Storing the ixv for magic arrays seems to cause double free errors on
46418              OS X. This all feels like voodoo.
46419      Branch: perl
46420            ! ext/B/B/Bytecode.pm
46421 ____________________________________________________________________________
46422 [ 24878] By: nicholas                              on 2005/06/16  22:06:57
46423         Log: Replace all the new/del static functions with calls to a single pair
46424              of functions that uproot/plant bodies
46425      Branch: perl
46426            ! embed.fnc embed.h proto.h sv.c
46427 ____________________________________________________________________________
46428 [ 24877] By: nicholas                              on 2005/06/16  19:28:20
46429         Log: Making more_* return a pointer, and swapping to a ternary ?: in
46430              new_* seems to generate slightly terser object code.
46431      Branch: perl
46432            ! sv.c
46433 ____________________________________________________________________________
46434 [ 24876] By: nicholas                              on 2005/06/16  18:37:55
46435         Log: Replace all the S_more_* functions with a single function.
46436              Saves 1.5K on the object file in OS X when built with -Os
46437      Branch: perl
46438            ! sv.c
46439 ____________________________________________________________________________
46440 [ 24875] By: nicholas                              on 2005/06/16  16:25:54
46441         Log: Subject: [PATCH] Re: [perl #36048] Refactor S_more_*v into one function
46442              From: Jim Cromie <jcromie@divsol.com>
46443              Message-ID: <42ADC8ED.4090009@divsol.com>
46444              Date: Mon, 13 Jun 2005 11:57:01 -0600
46445      Branch: perl
46446            ! sv.c
46447 ____________________________________________________________________________
46448 [ 24874] By: nicholas                              on 2005/06/16  15:09:00
46449         Log: I'm not convinced that manually creating HVs via sv_upgrade is a great
46450              idea, but as we are, turning on shared keys makes sense.
46451      Branch: perl
46452            ! util.c
46453 ____________________________________________________________________________
46454 [ 24873] By: merijn                                on 2005/06/16  14:33:10
46455         Log: Subject: [PATCH] Lint support
46456              From: Andy Lester <andy@petdance.com>
46457              Date: Thu, 16 Jun 2005 09:35:21 -0500
46458              Message-ID: <20050616143521.GB22188@petdance.com>
46459      Branch: perl
46460            ! XSUB.h perl.h universal.c
46461 ____________________________________________________________________________
46462 [ 24872] By: merijn                                on 2005/06/16  14:24:43
46463         Log: Subject: Re: a warning for a ExtUtils::ParseXS test
46464              From: Ken Williams <ken@mathforum.org>
46465              Date: Wed, 15 Jun 2005 20:00:42 -0500
46466              Message-Id: <29d2a69650cb39059c9af487069b941c@mathforum.org>
46467      Branch: perl
46468            ! lib/ExtUtils/ParseXS/t/XSTest.xs
46469 ____________________________________________________________________________
46470 [ 24871] By: rgs                                   on 2005/06/16  13:55:18
46471         Log: Subject: [PATCH] Removing /*SUPPRESS xxx*/
46472              From: Andy Lester <andy@petdance.com>
46473              Date: Thu, 16 Jun 2005 09:13:42 -0500
46474              Message-ID: <20050616141342.GA22188@petdance.com>
46475      Branch: perl
46476            ! av.c doio.c doop.c perl.c pp.c pp_hot.c pp_sys.c regcomp.c
46477            ! regexec.c sv.c toke.c util.c
46478 ____________________________________________________________________________
46479 [ 24870] By: steveh                                on 2005/06/16  13:16:56
46480         Log: Teach lib/warnings.t about Borland CRT error messages
46481      Branch: perl
46482            ! lib/warnings.t
46483 ____________________________________________________________________________
46484 [ 24869] By: rgs                                   on 2005/06/16  12:54:18
46485         Log: Subject: [perl #36237] IO::File $fh->binmode($layer) is broken 
46486              From: "Alexander Foken" (via RT) <perlbug-followup@perl.org>
46487              Date: 10 Jun 2005 12:46:41 -0000
46488              Message-ID: <rt-3.0.11-36237-115536.13.400290704223@perl.org>
46489              
46490              and bump version number
46491      Branch: perl
46492            ! ext/IO/lib/IO/File.pm
46493 ____________________________________________________________________________
46494 [ 24868] By: steveh                                on 2005/06/16  11:10:01
46495         Log: Update README.win32
46496              
46497              (Mention Borland compiler is also free; update libwin32 link)
46498      Branch: perl
46499            ! README.win32
46500 ____________________________________________________________________________
46501 [ 24867] By: steveh                                on 2005/06/16  11:00:19
46502         Log: Give op/taint.t a helping hand for Borland compiler on Win32
46503      Branch: perl
46504            ! t/op/taint.t
46505 ____________________________________________________________________________
46506 [ 24866] By: steveh                                on 2005/06/16  09:51:33
46507         Log: Fix changes 24862 and 24863 for Sarathy's old dmake
46508      Branch: perl
46509            ! win32/makefile.mk
46510 ____________________________________________________________________________
46511 [ 24865] By: rgs                                   on 2005/06/16  09:45:59
46512         Log: Subs with builtin attributes shouldn't be made constant
46513              
46514              Subject: Re: [perl #36297] builtin attrs on subrutine declarations
46515              From: Salvador "FandiXo" <sfandino@yahoo.com>
46516              Date: Wed, 15 Jun 2005 08:27:00 -0700 (PDT)
46517              Message-ID: <20050615152700.96320.qmail@web52702.mail.yahoo.com>
46518      Branch: perl
46519            ! op.c
46520 ____________________________________________________________________________
46521 [ 24864] By: rgs                                   on 2005/06/16  09:18:58
46522         Log: Add -f in perl synopsys, sync perl.pod and perlrun.pod synopses
46523      Branch: perl
46524            ! pod/perl.pod pod/perlrun.pod
46525 ____________________________________________________________________________
46526 [ 24863] By: steveh                                on 2005/06/16  09:09:22
46527         Log: Simplify win32/makefile.mk for static extensions with GCC
46528      Branch: perl
46529            ! win32/makefile.mk
46530 ____________________________________________________________________________
46531 [ 24862] By: steveh                                on 2005/06/16  08:51:14
46532         Log: Enable static extensions with Borland compiler on Win32
46533      Branch: perl
46534            ! win32/buildext.pl win32/makefile.mk
46535 ____________________________________________________________________________
46536 [ 24861] By: rgs                                   on 2005/06/16  08:29:10
46537         Log: Revert part of change #24854
46538      Branch: perl
46539            ! ext/Devel/DProf/t/DProf.t perl.c
46540 ____________________________________________________________________________
46541 [ 24860] By: steveh                                on 2005/06/16  07:40:21
46542         Log: Don't export Perl_stashpv_hvname_match when !USE_ITHREADS
46543              
46544              (Fixes a linker error on Win 32 introduced by change #24847)
46545      Branch: perl
46546            ! makedef.pl
46547 ____________________________________________________________________________
46548 [ 24859] By: nicholas                              on 2005/06/15  22:32:14
46549         Log: Don't write bytecode to load the NVX of AVs and HVs
46550      Branch: perl
46551            ! ext/B/B/Bytecode.pm
46552 ____________________________________________________________________________
46553 [ 24858] By: nicholas                              on 2005/06/15  22:31:41
46554         Log: We were failing to pring "not ok" if the text exited uncleanly
46555      Branch: perl
46556            ! ext/B/t/bytecode.t
46557 ____________________________________________________________________________
46558 [ 24857] By: nicholas                              on 2005/06/15  22:30:53
46559         Log: assert that you aren't assigning to the NVX of an AV or HV
46560      Branch: perl
46561            ! sv.h
46562 ____________________________________________________________________________
46563 [ 24856] By: rgs                                   on 2005/06/15  16:37:46
46564         Log: Introduce PERL_RUNPERL_DEBUG to alter the behavior of runperl(),
46565              this can be useful to use valgrind for example
46566      Branch: perl
46567            ! t/test.pl
46568 ____________________________________________________________________________
46569 [ 24855] By: steveh                                on 2005/06/15  16:30:58
46570         Log: Fix $Config{ccversion} for Borland C++ 5.5.1
46571              
46572              This pattern match seems a little saner, and stops " for Win32"
46573              getting picked up from the following output:
46574              
46575              Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
46576              
46577              Maybe it breaks older versions, but at least the latest now works
46578              correctly. If anyone knows what older versions' messages look like
46579              then speak up!
46580      Branch: perl
46581            ! win32/config_sh.PL
46582 ____________________________________________________________________________
46583 [ 24854] By: rgs                                   on 2005/06/15  16:24:05
46584         Log: Subject: Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE isn't set
46585              From: Steve Peters <steve@fisharerojo.org>
46586              Date: Wed, 15 Jun 2005 11:30:41 -0500
46587              Message-ID: <20050615163040.GA14745@mccoy.peters.homeunix.org>
46588      Branch: perl
46589            ! ext/Devel/DProf/t/DProf.t perl.c
46590 ____________________________________________________________________________
46591 [ 24853] By: rgs                                   on 2005/06/15  16:16:32
46592         Log: Subject: sort optimization
46593              From: Salvador Fandiño <sfandino@yahoo.com>
46594              Date: Mon, 06 Jun 2005 12:05:05 +0100
46595              Message-ID: <20050606110425.22941.qmail@lists.develooper.com>
46596      Branch: perl
46597            ! pp_sort.c
46598 ____________________________________________________________________________
46599 [ 24852] By: steveh                                on 2005/06/15  16:02:06
46600         Log: Fix win32/makefile.mk for building with bcc32 5.5.1 and dmake 4.4
46601      Branch: perl
46602            ! win32/makefile.mk
46603 ____________________________________________________________________________
46604 [ 24851] By: rgs                                   on 2005/06/15  14:40:40
46605         Log: Subject: [perl #36297] builtin attrs on subrutine declarations 
46606              From: Salvador "FandiXXo" (via RT) <perlbug-followup@perl.org>
46607              Date: 15 Jun 2005 13:54:53 -0000
46608              Message-ID: <rt-3.0.11-36297-115797.8.75971493113916@perl.org>
46609      Branch: perl
46610            ! op.c t/op/attrs.t
46611 ____________________________________________________________________________
46612 [ 24850] By: merijn                                on 2005/06/15  13:57:57
46613         Log: Protect Perl_sv_2pvbyte () to NULL length pointers
46614              Thanks Nick!
46615      Branch: perl
46616            ! sv.c
46617 ____________________________________________________________________________
46618 [ 24849] By: rgs                                   on 2005/06/15  13:55:50
46619         Log: Better phrasing
46620      Branch: perl
46621            ! pod/perlfunc.pod
46622 ____________________________________________________________________________
46623 [ 24848] By: rgs                                   on 2005/06/15  09:27:55
46624         Log: Subject: [PATCH] Storable/Storable.xs: make plain C functions static
46625              From: Alexey Tourbin <at@altlinux.ru>
46626              Date: Sun, 5 Jun 2005 03:42:42 +0400
46627              Message-ID: <20050604234242.GW5867@solemn.turbinal.org>
46628      Branch: perl
46629            ! ext/Storable/Storable.xs
46630 ____________________________________________________________________________
46631 [ 24847] By: rgs                                   on 2005/06/15  09:03:22
46632         Log: Subject: [PATCH] CopSTASH_eq again
46633              From: Andy Lester <andy@petdance.com>
46634              Date: Tue, 14 Jun 2005 23:49:26 -0500
46635              Message-ID: <20050615044926.GA29087@petdance.com>
46636      Branch: perl
46637            ! cop.h embed.fnc embed.h global.sym proto.h util.c
46638 ____________________________________________________________________________
46639 [ 24846] By: rgs                                   on 2005/06/15  07:49:48
46640         Log: Fix warning nits, by Jarkko
46641      Branch: perl
46642            ! sv.c
46643 ____________________________________________________________________________
46644 [ 24845] By: nicholas                              on 2005/06/14  19:28:28
46645         Log: Subject: [PATCH] S_emulate_eaccess() does return a value
46646              From: Steve Peters <steve@fisharerojo.org>
46647              Message-ID: <20050614193052.GA1898@mccoy.peters.homeunix.org>
46648              Date: Tue, 14 Jun 2005 14:30:52 -0500
46649      Branch: perl
46650            ! embed.fnc proto.h
46651 ____________________________________________________________________________
46652 [ 24844] By: davem                                 on 2005/06/14  17:24:18
46653         Log: whoops, Perl_magic_freearylen_p returns int
46654      Branch: perl
46655            ! mg.c
46656 ____________________________________________________________________________
46657 [ 24843] By: nicholas                              on 2005/06/14  16:29:49
46658         Log: Change 24838 breaks deparse.t, which checks that embedded NULs work.
46659              Here's a temporary hack, pending a way for B to correctly identify
46660              PVs that are variable names in pads.
46661      Branch: perl
46662            ! ext/B/B.xs
46663 ____________________________________________________________________________
46664 [ 24842] By: rgs                                   on 2005/06/14  13:49:41
46665         Log: Add core test preamble
46666      Branch: perl
46667            ! lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
46668            ! lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
46669            ! lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
46670            ! lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
46671            ! lib/IO/Zlib/t/uncomp2.t
46672 ____________________________________________________________________________
46673 [ 24841] By: nicholas                              on 2005/06/14  13:40:49
46674         Log: Test was coredumping with a shared perl library.
46675              This is wrong. It seems that what gets peephole optimised
46676              (in this case named method calls into shared string scalars) depends
46677              on whether there is a shared perl library.
46678              Anyway, fix the symptom - the coredump.
46679      Branch: perl
46680            ! ext/XS/APItest/t/hash.t
46681 ____________________________________________________________________________
46682 [ 24840] By: steveh                                on 2005/06/14  13:36:03
46683         Log: Stop "test" filename clashing with "TEST" on Win32
46684              
46685              (and bump $IO::Zlib::VERSION again)
46686      Branch: perl
46687            ! lib/IO/Zlib.pm lib/IO/Zlib/t/uncomp1.t lib/IO/Zlib/t/uncomp2.t
46688 ____________________________________________________________________________
46689 [ 24839] By: steveh                                on 2005/06/14  13:26:30
46690         Log: Actually skip tests when they're supposed to be skipped!
46691              
46692              (and bump $IO::Zlib::VERSION)
46693      Branch: perl
46694            ! lib/IO/Zlib.pm lib/IO/Zlib/t/external.t
46695 ____________________________________________________________________________
46696 [ 24838] By: rgs                                   on 2005/06/14  13:22:20
46697         Log: Subject: [PATCH] Fix for SEGV in ext/B/t/xref.t on OpenBSD
46698              From: Steve Peters <steve@fisharerojo.org>
46699              Date: Tue, 14 Jun 2005 08:16:38 -0500
46700              Message-ID: <20050614131638.GA24771@mccoy.peters.homeunix.org>
46701      Branch: perl
46702            ! ext/B/B.xs
46703 ____________________________________________________________________________
46704 [ 24837] By: steveh                                on 2005/06/14  13:13:17
46705         Log: Don't delete IO/Zlib during distclean on Win32
46706              
46707              (IO/Socket still needs to go, though)
46708      Branch: perl
46709            ! win32/Makefile win32/makefile.mk
46710 ____________________________________________________________________________
46711 [ 24836] By: rgs                                   on 2005/06/14  13:02:24
46712         Log: Document ${^UTF8LOCALE}
46713      Branch: perl
46714            ! pod/perlvar.pod
46715 ____________________________________________________________________________
46716 [ 24835] By: rgs                                   on 2005/06/14  12:12:33
46717         Log: Add IO::Zlib in maintainers list
46718      Branch: perl
46719            ! Porting/Maintainers.pl
46720 ____________________________________________________________________________
46721 [ 24834] By: rgs                                   on 2005/06/14  12:06:40
46722         Log: Add IO::Zlib 1.04 to bleadperl
46723      Branch: perl
46724            + lib/IO/Zlib.pm lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
46725            + lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
46726            + lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
46727            + lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
46728            + lib/IO/Zlib/t/uncomp2.t
46729            ! MANIFEST Makefile.SH
46730 ____________________________________________________________________________
46731 [ 24833] By: davem                                 on 2005/06/14  10:15:10
46732         Log: Perl_magic_freearylen_p could coredump
46733      Branch: perl
46734            ! mg.c
46735 ____________________________________________________________________________
46736 [ 24832] By: rgs                                   on 2005/06/14  08:52:46
46737         Log: Subject: better assertion support
46738              From: Salvador Fandiño <sfandino@yahoo.com>
46739              Date: Mon, 13 Jun 2005 16:48:01 +0100
46740              Message-ID: <20050613154719.29295.qmail@lists.develooper.com>
46741      Branch: perl
46742            + lib/assertions/compat.pm t/comp/asstcompat.t
46743            ! MANIFEST lib/assertions.pm lib/assertions/activate.pm perl.c
46744            ! pod/perlrun.pod t/comp/assertions.t t/run/switch_A.t
46745 ____________________________________________________________________________
46746 [ 24831] By: rgs                                   on 2005/06/14  08:31:18
46747         Log: Since the version module is use'd afterwards, use_ok needs to be
46748              in a BEGIN block
46749      Branch: perl
46750            ! lib/version.t
46751 ____________________________________________________________________________
46752 [ 24830] By: steveh                                on 2005/06/14  07:42:33
46753         Log: Add BUILDOPTEXTRA to Win32 makefiles
46754              
46755              This allows extra build options, e.g. -DNO_HASH_SEED, to be
46756              specified on the command line, which is otherwise not possible
46757              under nmake using the existing BUILDOPT macro
46758              
46759              Suggested by Jan Dubois <jand@ActiveState.com>
46760      Branch: perl
46761            ! win32/Makefile win32/makefile.mk
46762 ____________________________________________________________________________
46763 [ 24829] By: nicholas                              on 2005/06/13  22:29:00
46764         Log: Pay attention to the comments that Dave writes.
46765      Branch: perl
46766            ! sv.c
46767 ____________________________________________________________________________
46768 [ 24828] By: rgs                                   on 2005/06/13  20:22:52
46769         Log: Comment nit to help Devel::Cover, spotted by Steve Peters
46770      Branch: perl
46771            ! ext/POSIX/POSIX.xs
46772 ____________________________________________________________________________
46773 [ 24827] By: nicholas                              on 2005/06/13  20:18:57
46774         Log: Croak if an attempt is made to modify PL_strtab
46775              (er, TODO - these should be in perldiag)
46776      Branch: perl
46777            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
46778            ! ext/XS/APItest/t/hash.t hv.c
46779 ____________________________________________________________________________
46780 [ 24826] By: nicholas                              on 2005/06/13  20:17:56
46781         Log: More SvPV consting
46782      Branch: perl
46783            ! perl.c
46784 ____________________________________________________________________________
46785 [ 24825] By: steveh                                on 2005/06/13  16:35:19
46786         Log: Subject: [PATCH @ 24819] Re: Change 24806: improve static build for win32/Makefile
46787              From: vadim <vadim@vkonovalov.ru>
46788              Date: Mon, 13 Jun 2005 15:41:41 -0400
46789              Message-Id: <1118691701.6333.32.camel@mdk10>
46790      Branch: perl
46791            ! win32/Makefile win32/makefile.mk
46792 ____________________________________________________________________________
46793 [ 24824] By: nicholas                              on 2005/06/13  16:24:57
46794         Log: With shared hash key scalars now accessing the hash via the PVX, you
46795              can't fake them with regular PVIVs. So fake method calls have to use
46796              real shared hask key scalars.
46797      Branch: perl
46798            ! ext/B/t/optree_specials.t op.c
46799 ____________________________________________________________________________
46800 [ 24823] By: rgs                                   on 2005/06/13  15:20:05
46801         Log: Subject: [PATCH] Bring bleadperl up to version.pm
46802              From: John Peacock <jpeacock@rowman.com>
46803              Date: Mon, 06 Jun 2005 05:18:21 -0400
46804              Message-ID: <42A414DD.8090504@rowman.com>
46805      Branch: perl
46806            ! configpm embed.fnc lib/h2xs.t lib/version.pm lib/version.t
46807            ! pod/perlapi.pod pp_ctl.c proto.h t/comp/require.t t/comp/use.t
46808            ! t/op/universal.t t/op/ver.t universal.c util.c utils/h2xs.PL
46809 ____________________________________________________________________________
46810 [ 24822] By: rgs                                   on 2005/06/13  12:49:18
46811         Log: Subject: [PATCH] Re: [perl #36047] perlmod.pod/CLONESKIP error
46812              From: Offer Kaye <offer.kaye@gmail.com>
46813              Date: Thu, 2 Jun 2005 09:14:53 +0300
46814              Message-ID: <56942505060123146e5eb1c2@mail.gmail.com>
46815      Branch: perl
46816            ! pod/perlmod.pod
46817 ____________________________________________________________________________
46818 [ 24821] By: nicholas                              on 2005/06/13  11:48:05
46819         Log: Change 24816 forgot to update makedef.pl
46820      Branch: perl
46821            ! makedef.pl
46822 ____________________________________________________________________________
46823 [ 24820] By: rgs                                   on 2005/06/13  11:28:43
46824         Log: Make some variables global, to avoid some "will not stay
46825              shared" warnings at compile time
46826      Branch: perl
46827            ! lib/ExtUtils/ParseXS.pm
46828 ____________________________________________________________________________
46829 [ 24819] By: nicholas                              on 2005/06/13  09:43:18
46830         Log: S_share_hek_flags can revert to returning a HEK
46831      Branch: perl
46832            ! embed.fnc hv.c proto.h
46833 ____________________________________________________________________________
46834 [ 24818] By: rgs                                   on 2005/06/13  09:13:43
46835         Log: Remove MANIFEST for Compress::Zlib
46836      Branch: perl
46837            - ext/Compress/Zlib/MANIFEST
46838            ! MANIFEST
46839 ____________________________________________________________________________
46840 [ 24817] By: rgs                                   on 2005/06/13  09:00:00
46841         Log: Make SvUPGRADE always have the value '1'
46842              Make sv_upgrade a void function
46843      Branch: perl
46844            ! embed.fnc pod/perlapi.pod proto.h sv.c sv.h
46845 ____________________________________________________________________________
46846 [ 24816] By: nicholas                              on 2005/06/13  08:25:53
46847         Log: We no longer need PL_shared_hek_table
46848      Branch: perl
46849            ! embedvar.h ext/threads/threads.xs intrpvar.h perl.c perlapi.h
46850            ! sv.c
46851 ____________________________________________________________________________
46852 [ 24815] By: rgs                                   on 2005/06/13  07:58:31
46853         Log: Help "make distclean"
46854      Branch: perl
46855            ! Makefile.SH
46856 ____________________________________________________________________________
46857 [ 24814] By: nicholas                              on 2005/06/12  23:40:55
46858         Log: Clone all shared string PVs as shared string PVs (now that we can do
46859              it very efficiently)
46860      Branch: perl
46861            ! sv.c
46862 ____________________________________________________________________________
46863 [ 24813] By: nicholas                              on 2005/06/12  22:34:39
46864         Log: duping shared hask key scalars can use hek_dup
46865      Branch: perl
46866            ! sv.c
46867 ____________________________________________________________________________
46868 [ 24812] By: nicholas                              on 2005/06/12  22:33:51
46869         Log: hek_dup can now store the HEK rather than the HE, as there is now a
46870              fast way to share a hek
46871      Branch: perl
46872            ! hv.c
46873 ____________________________________________________________________________
46874 [ 24811] By: nicholas                              on 2005/06/12  21:59:34
46875         Log: Provide share_hek_hek, and use it for fast copying of shared string
46876              scalars.
46877      Branch: perl
46878            ! hv.h sv.c
46879 ____________________________________________________________________________
46880 [ 24810] By: nicholas                              on 2005/06/12  21:58:23
46881         Log: Compare HE *s in S_unshare_hek_or_pvn's tight hek loop, rather than
46882              HEKs
46883      Branch: perl
46884            ! hv.c
46885 ____________________________________________________________________________
46886 [ 24809] By: nicholas                              on 2005/06/12  21:08:33
46887         Log: Shortcut chasing round strtab when we're not the last reference.
46888      Branch: perl
46889            ! hv.c
46890 ____________________________________________________________________________
46891 [ 24808] By: nicholas                              on 2005/06/12  20:00:18
46892         Log: In the shared string table, store the HE and HEK next to each other
46893              in one malloc()ed block.
46894      Branch: perl
46895            ! hv.c hv.h
46896 ____________________________________________________________________________
46897 [ 24807] By: merijn                                on 2005/06/12  09:58:32
46898         Log: Subject: [PATCH] perlipc.pod: mkfifo()
46899              From: Alexey Tourbin <at@altlinux.ru>
46900              Date: Sat, 11 Jun 2005 16:26:56 +0400
46901              Message-ID: <20050611122656.GC8181@solemn.turbinal.org>
46902      Branch: perl
46903            ! pod/perlipc.pod
46904 ____________________________________________________________________________
46905 [ 24806] By: merijn                                on 2005/06/12  09:54:07
46906         Log: Subject: improve static build for win32/Makefile
46907              From: vadim <vadim@vkonovalov.ru>
46908              Date: Sun, 12 Jun 2005 14:09:11 -0400
46909              Message-Id: <1118599750.2732.2.camel@mdk10>
46910      Branch: perl
46911            ! win32/Makefile
46912 ____________________________________________________________________________
46913 [ 24805] By: merijn                                on 2005/06/12  09:19:38
46914         Log: Subject: RE: 05gzsetp.t and initial 'ver' in test output
46915              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
46916              Date: Sat, 11 Jun 2005 22:23:00 +0100
46917              Message-Id: <20050611212234.UGOL29707.aamta11-winn.ispmail.ntl.com@MARQUESSPT21>
46918      Branch: perl
46919            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
46920            ! ext/Compress/Zlib/t/05gzsetp.t
46921 ____________________________________________________________________________
46922 [ 24804] By: nicholas                              on 2005/06/11  21:05:29
46923         Log: This isn't an LVALUE, so make the compiler enforce that.
46924      Branch: perl
46925            ! sv.h
46926 ____________________________________________________________________________
46927 [ 24803] By: nicholas                              on 2005/06/11  18:01:32
46928         Log: hash key code cleanup
46929      Branch: perl
46930            ! embed.fnc hv.c hv.h proto.h
46931 ____________________________________________________________________________
46932 [ 24802] By: nicholas                              on 2005/06/11  17:00:52
46933         Log: Shrink shared hash scalars from PVIV to PV
46934      Branch: perl
46935            ! embed.fnc embed.h proto.h sv.c sv.h
46936 ____________________________________________________________________________
46937 [ 24801] By: nicholas                              on 2005/06/11  14:08:00
46938         Log: Propagate const/mutable/not into the SvPV call for retrieving an
46939              overloaded value.
46940      Branch: perl
46941            ! sv.c
46942 ____________________________________________________________________________
46943 [ 24800] By: nicholas                              on 2005/06/10  23:12:29
46944         Log: More SvPV consting. And other related drive-by refactoring.
46945      Branch: perl
46946            ! regcomp.c regexec.c taint.c toke.c universal.c utf8.c util.c
46947            ! xsutils.c
46948 ____________________________________________________________________________
46949 [ 24799] By: nicholas                              on 2005/06/10  22:06:15
46950         Log: More SvPV consting, including some code cleanup and living dangerously
46951              with socket API calls.
46952      Branch: perl
46953            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
46954 ____________________________________________________________________________
46955 [ 24798] By: nicholas                              on 2005/06/10  20:48:35
46956         Log: Move SvPV consting, remove an n_a, and correct one error in Move()
46957      Branch: perl
46958            ! doio.c doop.c dump.c op.c sv.c
46959 ____________________________________________________________________________
46960 [ 24797] By: nicholas                              on 2005/06/10  18:42:47
46961         Log: Allison says that "Media" isn't really needed in the name.
46962      Branch: perl
46963            ! pod/perl.pod
46964 ____________________________________________________________________________
46965 [ 24796] By: nicholas                              on 2005/06/10  16:26:43
46966         Log: Add SvGROW_mutable
46967      Branch: perl
46968            ! sv.c sv.h
46969 ____________________________________________________________________________
46970 [ 24795] By: nicholas                              on 2005/06/10  15:44:47
46971         Log: Passing read only values (such as string constants) to select should
46972              croak.
46973      Branch: perl
46974            + t/op/sselect.t
46975            ! MANIFEST pp_sys.c
46976 ____________________________________________________________________________
46977 [ 24794] By: nicholas                              on 2005/06/10  15:16:43
46978         Log: Don't pass constants to select
46979      Branch: perl
46980            ! t/op/lex_assign.t
46981 ____________________________________________________________________________
46982 [ 24793] By: rgs                                   on 2005/06/10  13:44:35
46983         Log: Pre-run and disarm the code automodification run by
46984              Compress::Zlib's Makefile
46985      Branch: perl
46986            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
46987            ! ext/Compress/Zlib/examples/filtdef
46988            ! ext/Compress/Zlib/examples/filtinf
46989            ! ext/Compress/Zlib/examples/gzcat
46990            ! ext/Compress/Zlib/examples/gzgrep
46991            ! ext/Compress/Zlib/examples/gzstream
46992            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
46993            ! ext/Compress/Zlib/t/03examples.t
46994            ! ext/Compress/Zlib/t/04encoding.t
46995            ! ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
46996 ____________________________________________________________________________
46997 [ 24792] By: rgs                                   on 2005/06/10  12:53:21
46998         Log: Update Windows makefiles
46999      Branch: perl
47000            ! win32/Makefile win32/makefile.mk
47001 ____________________________________________________________________________
47002 [ 24791] By: nicholas                              on 2005/06/10  12:44:30
47003         Log: Work around bug 36211, plus a lot of TODO regression tests for local/
47004              $#... interaction. 
47005      Branch: perl
47006            ! scope.c t/op/array.t
47007 ____________________________________________________________________________
47008 [ 24790] By: rgs                                   on 2005/06/10  12:44:02
47009         Log: Update maintainers list
47010      Branch: perl
47011            ! Porting/Maintainers.pl
47012 ____________________________________________________________________________
47013 [ 24789] By: rgs                                   on 2005/06/10  12:30:14
47014         Log: Bump version number
47015      Branch: perl
47016            ! ext/Compress/Zlib/Zlib.pm
47017 ____________________________________________________________________________
47018 [ 24788] By: rgs                                   on 2005/06/10  12:09:30
47019         Log: Makefile.PL adjustments for the core
47020      Branch: perl
47021            ! ext/Compress/Zlib/Makefile.PL
47022 ____________________________________________________________________________
47023 [ 24787] By: rgs                                   on 2005/06/10  12:07:01
47024         Log: SvUPGRADE returns void in blead
47025      Branch: perl
47026            ! ext/Compress/Zlib/Zlib.xs
47027 ____________________________________________________________________________
47028 [ 24786] By: rgs                                   on 2005/06/10  12:05:38
47029         Log: Drom Compress::Zlib 1.34 in ext/
47030      Branch: perl
47031            + ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/Changes
47032            + ext/Compress/Zlib/MANIFEST ext/Compress/Zlib/Makefile.PL
47033            + ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
47034            + ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/config.in
47035            + ext/Compress/Zlib/examples/filtdef
47036            + ext/Compress/Zlib/examples/filtinf
47037            + ext/Compress/Zlib/examples/gzcat
47038            + ext/Compress/Zlib/examples/gzgrep
47039            + ext/Compress/Zlib/examples/gzstream
47040            + ext/Compress/Zlib/fallback.h ext/Compress/Zlib/fallback.xs
47041            + ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
47042            + ext/Compress/Zlib/t/03examples.t
47043            + ext/Compress/Zlib/t/04encoding.t
47044            + ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
47045            + ext/Compress/Zlib/typemap
47046            + ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
47047            + ext/Compress/Zlib/zlib-src-1.2.2/compress.c
47048            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
47049            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
47050            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
47051            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
47052            + ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
47053            + ext/Compress/Zlib/zlib-src-1.2.2/infback.c
47054            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
47055            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
47056            + ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
47057            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
47058            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
47059            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
47060            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
47061            + ext/Compress/Zlib/zlib-src-1.2.2/trees.c
47062            + ext/Compress/Zlib/zlib-src-1.2.2/trees.h
47063            + ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
47064            + ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
47065            + ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
47066            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
47067            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
47068            ! MANIFEST
47069 ____________________________________________________________________________
47070 [ 24785] By: nicholas                              on 2005/06/10  10:06:30
47071         Log: Change 24531 broke DEBUG_LEAKING_SCALARS.
47072      Branch: perl
47073            ! sv.c
47074 ____________________________________________________________________________
47075 [ 24784] By: nicholas                              on 2005/06/09  21:01:42
47076         Log: $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warns
47077      Branch: perl
47078            ! av.c pod/perldiag.pod t/op/array.t
47079 ____________________________________________________________________________
47080 [ 24783] By: nicholas                              on 2005/06/09  19:02:43
47081         Log: Fixes the case of $a = \$#{[]}; and then accessing $$a
47082              (but not \$#a after local @a or my @a leave a block)
47083      Branch: perl
47084            ! av.c dump.c embed.fnc embed.h mg.c perl.h proto.h t/op/array.t
47085 ____________________________________________________________________________
47086 [ 24782] By: nicholas                              on 2005/06/09  16:37:18
47087         Log: Convert op/array.t to test.pl
47088      Branch: perl
47089            ! t/op/array.t
47090 ____________________________________________________________________________
47091 [ 24781] By: rgs                                   on 2005/06/09  15:32:09
47092         Log: Revert part of previous patch
47093      Branch: perl
47094            ! util.c
47095 ____________________________________________________________________________
47096 [ 24780] By: rgs                                   on 2005/06/09  15:12:39
47097         Log: Subject: [PATCH] regcomp.c and more
47098              From: Andy Lester <andy@petdance.com>
47099              Date: Thu, 9 Jun 2005 10:05:56 -0500
47100              Message-ID: <20050609150556.GA30554@petdance.com>
47101      Branch: perl
47102            ! embed.fnc mg.c perly.c proto.h regcomp.c sv.c util.c
47103 ____________________________________________________________________________
47104 [ 24778] By: nicholas                              on 2005/06/09  10:36:53
47105         Log: More SvPV consting
47106      Branch: perl
47107            ! mg.c perlio.c pp_pack.c
47108 ____________________________________________________________________________
47109 [ 24777] By: nicholas                              on 2005/06/09  10:36:40
47110         Log: Don't ignore errors from an eval.
47111      Branch: perl
47112            ! t/op/pack.t
47113 ____________________________________________________________________________
47114 [ 24776] By: nicholas                              on 2005/06/09  09:23:55
47115         Log: Update API docs.
47116      Branch: perl
47117            ! pod/perlapi.pod
47118 ____________________________________________________________________________
47119 [ 24775] By: nicholas                              on 2005/06/09  09:22:18
47120         Log: Change perforce filetype from text to text+w (so regen.pl is happy)
47121      Branch: perl
47122            ! opnames.h reentr.c reentr.h
47123 ____________________________________________________________________________
47124 [ 24774] By: nicholas                              on 2005/06/09  09:15:55
47125         Log: reentr.pl should be using regen_lib.pl and unlinking files before it
47126              starts.
47127      Branch: perl
47128            ! reentr.pl
47129 ____________________________________________________________________________
47130 [ 24773] By: nicholas                              on 2005/06/09  08:59:21
47131         Log: Make minitest pass (must skip if no dynaloading)
47132      Branch: perl
47133            ! t/op/goto_xs.t
47134 ____________________________________________________________________________
47135 [ 24772] By: rgs                                   on 2005/06/09  08:12:03
47136         Log: Subject: [PATCH] pp_pack.c cleanup
47137              From: Andy Lester <andy@petdance.com>
47138              Date: Wed, 8 Jun 2005 10:23:53 -0500
47139              Message-ID: <20050608152353.GA6253@petdance.com>
47140      Branch: perl
47141            ! pp_pack.c
47142 ____________________________________________________________________________
47143 [ 24771] By: rgs                                   on 2005/06/09  07:59:09
47144         Log: Subject: [PATCH] perlfunc.pod: ioctl.ph
47145              From: Alexey Tourbin <at@altlinux.ru>
47146              Date: Wed, 8 Jun 2005 13:45:08 +0400
47147              Message-ID: <20050608094508.GJ5867@solemn.turbinal.org>
47148      Branch: perl
47149            ! pod/perlfunc.pod
47150 ____________________________________________________________________________
47151 [ 24770] By: rgs                                   on 2005/06/09  07:44:36
47152         Log: Subject: [PATCH] instead of unions use double cast for data pointer <-> function pointer
47153              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
47154              Date: Thu, 09 Jun 2005 08:50:56 +0300
47155              Message-ID: <42A7D8C0.1080104@gmail.com>
47156      Branch: perl
47157            ! ext/DynaLoader/dl_dlopen.xs perl.h sv.c toke.c
47158 ____________________________________________________________________________
47159 [ 24769] By: nicholas                              on 2005/06/08  22:48:00
47160         Log: More SvPV consting
47161      Branch: perl
47162            ! dump.c mg.c op.c pp_hot.c pp_sys.c regexec.c
47163 ____________________________________________________________________________
47164 [ 24768] By: nicholas                              on 2005/06/08  22:45:39
47165         Log: The old COW code needs to use SvPVX_mutable when doing copy-on-write.
47166      Branch: perl
47167            ! sv.c
47168 ____________________________________________________________________________
47169 [ 24767] By: nicholas                              on 2005/06/08  22:43:58
47170         Log: Add SvPV_mutable for use by the old COW code.
47171      Branch: perl
47172            ! sv.h
47173 ____________________________________________________________________________
47174 [ 24766] By: nicholas                              on 2005/06/08  20:32:35
47175         Log: sv_setsv is allowed to swipe buffers from read only scalars
47176      Branch: perl
47177            ! sv.c
47178 ____________________________________________________________________________
47179 [ 24765] By: nicholas                              on 2005/06/08  19:49:08
47180         Log: const-ize pp_formline
47181      Branch: perl
47182            ! pp_ctl.c
47183 ____________________________________________________________________________
47184 [ 24764] By: merijn                                on 2005/06/08  19:14:19
47185         Log: Cygwin fails to open $^X on many occasion here
47186              afile is still available from the previous test
47187      Branch: perl
47188            ! t/io/layers.t
47189 ____________________________________________________________________________
47190 [ 24763] By: nicholas                              on 2005/06/08  17:48:35
47191         Log: Remove repeated C<n_a>s
47192      Branch: perl
47193            ! perl.c
47194 ____________________________________________________________________________
47195 [ 24762] By: nicholas                              on 2005/06/08  17:48:17
47196         Log: Remove the n_a
47197      Branch: perl
47198            ! malloc.c
47199 ____________________________________________________________________________
47200 [ 24761] By: nicholas                              on 2005/06/08  16:02:54
47201         Log: Add and use MgPV_nolen_const
47202      Branch: perl
47203            ! mg.c mg.h
47204 ____________________________________________________________________________
47205 [ 24760] By: nicholas                              on 2005/06/08  15:39:40
47206         Log: Nuke some more n_a, and convert S_gv_ename from char * to const char *
47207      Branch: perl
47208            ! doop.c dump.c embed.fnc mg.c op.c pp_hot.c pp_pack.c pp_sys.c
47209            ! proto.h regcomp.c taint.c toke.c
47210 ____________________________________________________________________________
47211 [ 24759] By: nicholas                              on 2005/06/08  14:52:17
47212         Log: Allow a null length pointer to sv_pvn_force_flags.
47213              Add SvPV_force_nolen and use it to remove some C<n_a>s
47214      Branch: perl
47215            ! embed.fnc pp.c pp_ctl.c proto.h sv.c sv.h
47216 ____________________________________________________________________________
47217 [ 24758] By: nicholas                              on 2005/06/08  13:43:23
47218         Log: n_a no more
47219      Branch: perl
47220            ! perl.c pp_ctl.c pp_sys.c universal.c
47221 ____________________________________________________________________________
47222 [ 24757] By: nicholas                              on 2005/06/08  11:00:54
47223         Log: Eliminate more C<n_a>s
47224      Branch: perl
47225            ! XSUB.h pp.h
47226 ____________________________________________________________________________
47227 [ 24756] By: nicholas                              on 2005/06/08  11:00:33
47228         Log: A mising cast (given that rx->subbeg is only char *)
47229      Branch: perl
47230            ! pp_hot.c
47231 ____________________________________________________________________________
47232 [ 24755] By: nicholas                              on 2005/06/08  10:08:01
47233         Log: s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
47234      Branch: perl
47235            ! dump.c embed.fnc embed.h ext/B/t/bytecode.t
47236            ! ext/Devel/PPPort/parts/embed.fnc makedef.pl mg.c pad.c
47237            ! pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c regexp.h sv.c
47238            ! sv.h
47239 ____________________________________________________________________________
47240 [ 24754] By: rgs                                   on 2005/06/08  09:19:18
47241         Log: Subject: [PATCH] regexec.c utf8 loading
47242              From: Andy Lester <andy@petdance.com>
47243              Date: Wed, 8 Jun 2005 00:03:32 -0500
47244              Message-ID: <20050608050332.GA31059@petdance.com>
47245      Branch: perl
47246            ! regexec.c
47247 ____________________________________________________________________________
47248 [ 24753] By: rgs                                   on 2005/06/08  09:12:17
47249         Log: Subject: Re: FindBin.pm: incomplete getcwd/cwd patch and SELinux (Strict policy)
47250              From: José Pedro Oliveira <jpo@di.uminho.pt>
47251              Date: Tue, 07 Jun 2005 21:07:42 +0100
47252              Message-ID: <42A5FE8E.3020608@di.uminho.pt>
47253      Branch: perl
47254            ! lib/FindBin.pm
47255 ____________________________________________________________________________
47256 [ 24752] By: nicholas                              on 2005/06/08  09:09:52
47257         Log: One more SvPV_const
47258      Branch: perl
47259            ! pp.c
47260 ____________________________________________________________________________
47261 [ 24751] By: nicholas                              on 2005/06/08  09:09:28
47262         Log: Don't test the core XS code yet with PERL_DEBUG_COW > 1
47263      Branch: perl
47264            ! sv.h
47265 ____________________________________________________________________________
47266 [ 24750] By: nicholas                              on 2005/06/08  08:50:06
47267         Log: Remove two more unused C<n_a>s
47268      Branch: perl
47269            ! pp_sys.c
47270 ____________________________________________________________________________
47271 [ 24749] By: nicholas                              on 2005/06/08  08:49:32
47272         Log: Better sv_2pv_flags implementation (avoid writing to n_a)
47273      Branch: perl
47274            ! sv.c
47275 ____________________________________________________________________________
47276 [ 24748] By: nicholas                              on 2005/06/08  08:07:05
47277         Log: Convert POPpx POPpconstx and POPpbytex to use nolen macros.
47278              Elminate a lot of C<n_a>s
47279      Branch: perl
47280            ! pp.h pp_ctl.c pp_sys.c
47281 ____________________________________________________________________________
47282 [ 24747] By: nicholas                              on 2005/06/08  08:05:47
47283         Log: Add SvPVx_nolen and SvPVbytex_nolen
47284      Branch: perl
47285            ! sv.h
47286 ____________________________________________________________________________
47287 [ 24746] By: nicholas                              on 2005/06/08  08:04:53
47288         Log: More SvPV consting
47289      Branch: perl
47290            ! perly.act perly.y
47291 ____________________________________________________________________________
47292 [ 24745] By: rgs                                   on 2005/06/08  06:51:48
47293         Log: Mark a static function as static
47294      Branch: perl
47295            ! utf8.c
47296 ____________________________________________________________________________
47297 [ 24744] By: nicholas                              on 2005/06/07  22:22:34
47298         Log: More SvPV consting
47299      Branch: perl
47300            ! doop.c pp.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regexec.c
47301            ! sv.c toke.c
47302 ____________________________________________________________________________
47303 [ 24743] By: nicholas                              on 2005/06/07  21:16:13
47304         Log: More SvPV consting
47305      Branch: perl
47306            ! doop.c mg.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
47307            ! sv.c
47308 ____________________________________________________________________________
47309 [ 24742] By: nicholas                              on 2005/06/07  19:45:13
47310         Log: More consting of SvPV
47311      Branch: perl
47312            ! embed.fnc pp_ctl.c proto.h sv.c
47313 ____________________________________________________________________________
47314 [ 24741] By: rgs                                   on 2005/06/07  19:30:35
47315         Log: The definition of SvPVx_nolen_const is missing for non GNU-C compilers
47316      Branch: perl
47317            ! sv.h
47318 ____________________________________________________________________________
47319 [ 24740] By: nicholas                              on 2005/06/07  18:38:39
47320         Log: More SvPV consting.
47321      Branch: perl
47322            ! doio.c doop.c gv.c mg.c perlio.c pp.c pp_ctl.c pp_hot.c
47323            ! pp_pack.c pp_sys.c sv.c toke.c universal.c util.c
47324 ____________________________________________________________________________
47325 [ 24739] By: nicholas                              on 2005/06/07  18:33:08
47326         Log: Add SvPV_nolen_const and SvPV_nomg_const
47327      Branch: perl
47328            ! sv.h
47329 ____________________________________________________________________________
47330 [ 24738] By: nicholas                              on 2005/06/07  18:32:44
47331         Log: Add MgPV_const
47332      Branch: perl
47333            ! mg.h
47334 ____________________________________________________________________________
47335 [ 24737] By: rgs                                   on 2005/06/07  18:07:41
47336         Log: Remove unused variable (thanks to Andy's lint)
47337      Branch: perl
47338            ! mg.c
47339 ____________________________________________________________________________
47340 [ 24736] By: nicholas                              on 2005/06/07  17:35:10
47341         Log: Change 24733 allows several pointers to be NULL. Therefore this
47342              should be reflected in their attributes.
47343      Branch: perl
47344            ! embed.fnc proto.h
47345 ____________________________________________________________________________
47346 [ 24735] By: rgs                                   on 2005/06/07  17:03:16
47347         Log: Subject: [PATCH] Random cleanups #47
47348              From: Andy Lester <andy@petdance.com>
47349              Date: Mon, 6 Jun 2005 10:11:07 -0500
47350              Message-ID: <20050606151107.GC7022@petdance.com>
47351      Branch: perl
47352            ! Makefile.SH README.aix embed.fnc hv.c numeric.c op.c pad.c
47353            ! pod/perldebug.pod pp_ctl.c proto.h sv.c toke.c util.c
47354 ____________________________________________________________________________
47355 [ 24734] By: rgs                                   on 2005/06/07  15:58:23
47356         Log: make some more functions static
47357              
47358              Subject: [PATCH] B/C/C.xs: static my_runops()
47359              Message-ID: <20050604232451.GT5867@solemn.turbinal.org>
47360              
47361              Subject: [PATCH] Devel/Peek/Peek.xs: make plain C functions static
47362              Message-ID: <20050604232952.GU5867@solemn.turbinal.org>
47363              
47364              Subject: [PATCH] File/Glob/Glob.xs: errfunc() should be static
47365              Message-ID: <20050604233414.GV5867@solemn.turbinal.org>
47366              
47367              all being :
47368              From: Alexey Tourbin <at@altlinux.ru>
47369              Date: Sun, 5 Jun 2005
47370      Branch: perl
47371            ! ext/B/C/C.xs ext/Devel/Peek/Peek.xs ext/File/Glob/Glob.xs
47372 ____________________________________________________________________________
47373 [ 24733] By: nicholas                              on 2005/06/07  15:10:38
47374         Log: Simplify the implementation of SvPV*nolen functions
47375      Branch: perl
47376            ! sv.c sv.h
47377 ____________________________________________________________________________
47378 [ 24732] By: nicholas                              on 2005/06/07  14:57:35
47379         Log: Ensure string table counts are balanced. (Was not true in op/pack.t)
47380      Branch: perl
47381            ! sv.c sv.h
47382 ____________________________________________________________________________
47383 [ 24731] By: rgs                                   on 2005/06/07  14:44:55
47384         Log: Remove unneeded #ifdef VMS since VMS is not defined here anyway
47385              (spotted by Steve_p)
47386      Branch: perl
47387            ! util.c
47388 ____________________________________________________________________________
47389 [ 24730] By: rgs                                   on 2005/06/07  14:35:25
47390         Log: Subject: [PATCH] one more round of is_utf8_foo tuneup
47391              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
47392              Date: Sun, 05 Jun 2005 18:06:12 +0300
47393              Message-ID: <42A314E4.8060608@gmail.com>
47394      Branch: perl
47395            ! embed.fnc embed.h global.sym mg.c pod/perlapi.pod proto.h
47396            ! utf8.c utf8.h
47397 ____________________________________________________________________________
47398 [ 24729] By: rgs                                   on 2005/06/07  13:53:59
47399         Log: Subject: [PATCH] util.c: S_vdie_common() should be static
47400              From: Alexey Tourbin <at@altlinux.ru>
47401              Date: Sun, 5 Jun 2005 03:08:30 +0400
47402              Message-ID: <20050604230830.GS5867@solemn.turbinal.org>
47403      Branch: perl
47404            ! util.c
47405 ____________________________________________________________________________
47406 [ 24728] By: rgs                                   on 2005/06/07  13:15:45
47407         Log: Fix apidoc for newSVhek
47408      Branch: perl
47409            ! pod/perlapi.pod sv.c
47410 ____________________________________________________________________________
47411 [ 24727] By: nicholas                              on 2005/06/07  13:01:42
47412         Log: make pp_split const
47413      Branch: perl
47414            ! pp.c
47415 ____________________________________________________________________________
47416 [ 24726] By: nicholas                              on 2005/06/07  12:11:48
47417         Log: Lots of consting
47418      Branch: perl
47419            ! doio.c doop.c gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c pp_pack.c
47420            ! pp_sys.c
47421 ____________________________________________________________________________
47422 [ 24725] By: nicholas                              on 2005/06/07  12:08:58
47423         Log: The FBM compile code is mutable, because it's permissible to FBM
47424              compile a read-only value.
47425      Branch: perl
47426            ! util.c
47427 ____________________________________________________________________________
47428 [ 24724] By: nicholas                              on 2005/06/07  12:07:49
47429         Log: XS_VERSION_BOOTCHECK is read only.
47430      Branch: perl
47431            ! XSUB.h
47432 ____________________________________________________________________________
47433 [ 24723] By: nicholas                              on 2005/06/07  12:06:13
47434         Log: POPpx needs a const equivalent.
47435      Branch: perl
47436            ! pp.h
47437 ____________________________________________________________________________
47438 [ 24722] By: nicholas                              on 2005/06/07  12:03:56
47439         Log: Make a start at consting calls to SvPV. SV conversion and upgrade
47440              routines need to be mutable, as it's permitted to change the type of
47441              a READONLY SV, or cache the string or number conversion.
47442              Other routines are mostly const.
47443      Branch: perl
47444            ! sv.c
47445 ____________________________________________________________________________
47446 [ 24721] By: nicholas                              on 2005/06/07  12:00:09
47447         Log: Need const versions of SvPV(), so that its callers can indicate
47448              whether they are read/write or read only
47449              Also provide a mutable version, for the internals to use where it
47450              needs a non-const pointer, but will be writing. Callers of this are
47451              assumed to be aware of how copy on write is working, and to keep
47452              track of core changes.
47453              
47454              For now check that SVs are not READONLY when const versions are used.
47455              (with DEBUG_COW > 1). COW is going to have to be orthogonal to Perl's
47456              READONLY flag, but for now it provides a good test indicator.
47457      Branch: perl
47458            ! sv.h
47459 ____________________________________________________________________________
47460 [ 24720] By: rgs                                   on 2005/06/07  09:23:58
47461         Log: Subject: [PATCH] Re: [perl #36130] chr(-1) should probably return undef
47462              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
47463              Date: Mon, 06 Jun 2005 20:28:35 +0300
47464              Message-ID: <42A487C3.8010306@gmail.com>
47465      Branch: perl
47466            ! pod/perlfunc.pod pp.c t/op/chr.t
47467 ____________________________________________________________________________
47468 [ 24719] By: rgs                                   on 2005/06/07  09:02:23
47469         Log: Subject: RE: a bit of trouble with compiling with MSVC++ on Win32
47470              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
47471              Date: Tue, 7 Jun 2005 13:19:33 +0400 
47472              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12D462@itotest-1.spb.lucent.com>
47473      Branch: perl
47474            ! README.win32
47475 ____________________________________________________________________________
47476 [ 24718] By: rgs                                   on 2005/06/07  08:56:37
47477         Log: Subject: [perl #36193] crash in Perl_yyerror due to missing check for NULL 
47478              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
47479              Date: 6 Jun 2005 23:24:28 -0000
47480              Message-ID: <rt-3.0.11-36193-115243.12.1531563965146@perl.org>
47481      Branch: perl
47482            ! toke.c
47483 ____________________________________________________________________________
47484 [ 24717] By: merijn                                on 2005/06/07  08:18:59
47485         Log: Subject: [PATCH] Unvoid SvUPGRADE
47486              From: Andy Lester <andy@petdance.com>
47487              Date: Mon, 6 Jun 2005 23:08:50 -0500
47488              Message-ID: <20050607040850.GA7033@petdance.com>
47489      Branch: perl
47490            ! doio.c doop.c gv.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c
47491            ! scope.c sv.c sv.h toke.c util.c
47492 ____________________________________________________________________________
47493 [ 24716] By: nicholas                              on 2005/06/06  14:50:21
47494         Log: Abstract all access to the shared hash value through SvSHARED_HASH()
47495      Branch: perl
47496            ! hv.c pp_hot.c sv.c sv.h
47497 ____________________________________________________________________________
47498 [ 24715] By: nicholas                              on 2005/06/06  10:01:49
47499         Log: SvIsCOW_shared_hash is declared all the time, so use it.
47500      Branch: perl
47501            ! pp_hot.c
47502 ____________________________________________________________________________
47503 [ 24714] By: nicholas                              on 2005/06/06  09:08:45
47504         Log: Shared hash key scalars can be safely copied as shared hash key scalars
47505              all the time.
47506      Branch: perl
47507            ! sv.c
47508 ____________________________________________________________________________
47509 [ 24713] By: steveh                                on 2005/06/06  07:52:59
47510         Log: NORETURN_FUNCTION_END is not a complete statement
47511              
47512              (Fix compilation error following change #24702)
47513      Branch: perl
47514            ! ext/IO/IO.xs
47515 ____________________________________________________________________________
47516 [ 24712] By: steveh                                on 2005/06/06  07:47:06
47517         Log: We still need an "i" in the PERL_IMPLICIT_SYS case
47518              
47519              (Fix compilation error following change #24689)
47520      Branch: perl
47521            ! sv.c
47522 ____________________________________________________________________________
47523 [ 24711] By: merijn                                on 2005/06/06  06:18:51
47524         Log: Subject: [PATCH] Tru64: allow creating perl.pixie even with optimized Perl
47525              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
47526              Date: Sun, 05 Jun 2005 18:28:08 +0300
47527              Message-ID: <42A31A08.3070601@gmail.com>
47528      Branch: perl
47529            ! Makefile.SH
47530 ____________________________________________________________________________
47531 [ 24710] By: merijn                                on 2005/06/06  06:01:30
47532         Log: Subject: [PATCH] Re: blead attribute warnings, cygwin + gcc 3.4.1
47533              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
47534              Date: Sun, 5 Jun 2005 20:43:55 -0700
47535              Message-ID: <20050606034354.GA1456@efn.org>
47536      Branch: perl
47537            ! cygwin/cygwin.c
47538 ____________________________________________________________________________
47539 [ 24709] By: rgs                                   on 2005/06/05  11:35:48
47540         Log: New test for getppid(), by Alexey Tourbin
47541      Branch: perl
47542            + t/op/getppid.t
47543            ! MANIFEST
47544 ____________________________________________________________________________
47545 [ 24708] By: rgs                                   on 2005/06/05  11:14:41
47546         Log: Subject: PATCH for [perl #36043] '@foo = sort { $a <=> $b } @bar' uses too much memory
47547              From: Salvador Fandiño <sfandino@yahoo.com>
47548              Date: Jun 5, 2005 4:25 AM
47549              Message-ID: <20050605022436.21982.qmail@lists.develooper.com>
47550      Branch: perl
47551            ! pp_sort.c
47552 ____________________________________________________________________________
47553 [ 24707] By: ams                                   on 2005/06/05  03:55:11
47554         Log: Subject: [PATCH] Fix minor bummer in 24706
47555              From: Andy Lester <andy@petdance.com>
47556              Date: Sat, 4 Jun 2005 23:09:04 -0500
47557              Message-Id: <20050605040904.GA27783@petdance.com>
47558      Branch: perl
47559            ! utf8.c
47560 ____________________________________________________________________________
47561 [ 24706] By: rgs                                   on 2005/06/04  16:55:27
47562         Log: Subject: [PATCH] further speeding up of is_utf8_string()
47563              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
47564              Date: Sat, 04 Jun 2005 13:40:15 +0300
47565              Message-ID: <42A1850F.4040109@gmail.com>
47566      Branch: perl
47567            + t/op/chr.t
47568            ! MANIFEST embed.fnc embed.h global.sym proto.h utf8.c
47569 ____________________________________________________________________________
47570 [ 24705] By: rgs                                   on 2005/06/04  16:49:33
47571         Log: Silence a const warning
47572      Branch: perl
47573            ! sv.c
47574 ____________________________________________________________________________
47575 [ 24704] By: rgs                                   on 2005/06/04  16:06:38
47576         Log: Improve FindBin discovery of current directory, based on :
47577              
47578              Subject: FindBin.pm: incomplete getcwd/cwd patch? (#24375, #24379)
47579              From: José Pedro Oliveira <jpo@di.uminho.pt>
47580              Date: Thu, 12 May 2005 20:36:48 +0100
47581              Message-ID: <4283B050.6080805@di.uminho.pt>
47582              
47583              Plus POD fixes
47584      Branch: perl
47585            ! lib/FindBin.pm
47586 ____________________________________________________________________________
47587 [ 24703] By: rgs                                   on 2005/06/04  07:16:11
47588         Log: Simplify the getppid code, by Alexey Tourbin
47589      Branch: perl
47590            ! pp_sys.c
47591 ____________________________________________________________________________
47592 [ 24702] By: rgs                                   on 2005/06/03  22:22:43
47593         Log: Subject: [PATCH] Consting IO and Devel::Peek
47594              From: Andy Lester <andy@petdance.com>
47595              Reply-To: Perl 5 Porters <perl5-porters@perl.org>
47596              Message-ID: <20050531212621.GA12117@petdance.com>
47597      Branch: perl
47598            ! ext/Devel/Peek/Peek.xs ext/IO/IO.xs
47599 ____________________________________________________________________________
47600 [ 24701] By: rgs                                   on 2005/06/03  22:07:57
47601         Log: Subject: [PATCH] Clean up UNI* macros in toke.c
47602              From: Andy Lester <andy@petdance.com>
47603              Date: Jun 3, 2005 7:14 PM
47604              Message-ID: <20050603171448.GA5834@petdance.com>
47605      Branch: perl
47606            ! toke.c
47607 ____________________________________________________________________________
47608 [ 24700] By: rgs                                   on 2005/06/03  21:48:16
47609         Log: Subject: B::Concise torture
47610              From: Jim Cromie <jcromie@divsol.com>
47611              Date: Jun 2, 2005 6:36 AM
47612              Message-ID: <429E8CBE.406@divsol.com>
47613              (with formatting nits)
47614      Branch: perl
47615            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t ext/B/t/concise.t
47616 ____________________________________________________________________________
47617 [ 24699] By: rgs                                   on 2005/06/03  21:07:03
47618         Log: Subject: Re: [PATCH] Improved ICMP_UNREACHABLE handling in Net::Ping
47619              From: Gisle Aas <gisle@activestate.com>
47620              Date: 03 Jun 2005 09:17:44 -0700
47621              Message-ID: <lry89rfm8n.fsf_-_@caliper.activestate.com>
47622      Branch: perl
47623            ! lib/Net/Ping.pm
47624 ____________________________________________________________________________
47625 [ 24698] By: nicholas                              on 2005/06/03  12:00:01
47626         Log: Use newSVhek in the cloning code.
47627      Branch: perl
47628            ! sv.c
47629 ____________________________________________________________________________
47630 [ 24697] By: nicholas                              on 2005/06/03  11:06:36
47631         Log: Use newSVhek where we're generating SVs from package names
47632      Branch: perl
47633            ! op.c pp.c sv.c toke.c
47634 ____________________________________________________________________________
47635 [ 24696] By: nicholas                              on 2005/06/03  10:03:21
47636         Log: s/newSVpv_hek/newSVhek/g; # Lousy choice of name
47637      Branch: perl
47638            ! embed.fnc embed.h hv.c proto.h sv.c
47639 ____________________________________________________________________________
47640 [ 24694] By: rgs                                   on 2005/06/03  09:57:26
47641         Log: Bump version number
47642      Branch: perl
47643            ! ext/Devel/DProf/DProf.pm
47644 ____________________________________________________________________________
47645 [ 24693] By: rgs                                   on 2005/06/03  09:52:21
47646         Log: Subject: Re: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer"
47647              From: Duncan Findlay <duncf@debian.org>
47648              Date: Wed, 1 Jun 2005 12:18:08 -0400
47649              Message-ID: <20050601161808.GA17294@duncf.mine.nu>
47650      Branch: perl
47651            ! utils/dprofpp.PL
47652 ____________________________________________________________________________
47653 [ 24692] By: nicholas                              on 2005/06/03  09:37:21
47654         Log: Create newSVpv_hek to reduce code duplication where HEKs need to be
47655              turned into SVs
47656      Branch: perl
47657            ! embed.fnc embed.h global.sym hv.c sv.c
47658 ____________________________________________________________________________
47659 [ 24691] By: rgs                                   on 2005/06/03  09:29:36
47660         Log: POD fixes
47661      Branch: perl
47662            ! pod/perlfunc.pod
47663 ____________________________________________________________________________
47664 [ 24690] By: rgs                                   on 2005/06/03  08:37:42
47665         Log: Subject: Re: Should while ( <$fh> ) and while (< $fh >) do the same thing?
47666              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
47667              Date: Thu, 2 Jun 2005 11:49:11 -0700
47668              Message-ID: <20050602184911.GA3292@efn.org>
47669      Branch: perl
47670            ! pod/perlop.pod
47671 ____________________________________________________________________________
47672 [ 24689] By: rgs                                   on 2005/06/03  08:31:26
47673         Log: Subject: [PATCH] Random consting
47674              From: Andy Lester <andy@petdance.com>
47675              Date: Thu, 2 Jun 2005 12:19:43 -0500
47676              Message-ID: <20050602171943.GA16553@petdance.com>
47677      Branch: perl
47678            ! doio.c dump.c embed.fnc embed.h global.sym gv.c hv.c malloc.c
47679            ! perl.c perlio.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
47680            ! util.c
47681 ____________________________________________________________________________
47682 [ 24688] By: steveh                                on 2005/06/03  08:12:45
47683         Log: Subject: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
47684              From: "Jan Dubois" <jand@ActiveState.com>
47685              Date: Mon, 18 Apr 2005 20:16:24 -0700
47686              Message-Id: <200504190311.j3J3BM4p001792@smtp3.ActiveState.com>
47687              
47688              Subject: RE: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
47689              From: "Jan Dubois" <jand@ActiveState.com>
47690              Date: Tue, 19 Apr 2005 01:49:51 -0700
47691              Message-Id: <200504190844.j3J8inkW032630@smtp3.ActiveState.com>
47692              
47693              (There was no reply from Rob Brown in over a month, so commit to blead
47694              for now.  I'll email him again...)
47695      Branch: perl
47696            ! lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
47697            ! lib/Net/Ping/t/500_ping_icmp.t
47698 ____________________________________________________________________________
47699 [ 24687] By: rgs                                   on 2005/06/03  08:08:25
47700         Log: Subject: [PATCH] speed up is_utf8_char()
47701              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
47702              Date: Thu, 02 Jun 2005 21:52:46 +0300
47703              Message-ID: <429F557E.3090007@gmail.com>
47704      Branch: perl
47705            ! utf8.c utf8.h
47706 ____________________________________________________________________________
47707 [ 24686] By: rgs                                   on 2005/06/03  08:04:25
47708         Log: Subject: [PATCH] Quotes in pod/*.pod
47709              From: Andy Lester <andy@petdance.com>
47710              Date: Thu, 2 Jun 2005 16:19:54 -0500
47711              Message-ID: <20050602211954.GA22107@petdance.com>
47712      Branch: perl
47713            ! Porting/pumpkin.pod README.cygwin README.hurd README.mint
47714            ! README.os390 README.vmesa pod/perlfaq.pod pod/perlfaq3.pod
47715            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
47716            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlgpl.pod
47717            ! pod/perlhack.pod pod/perlipc.pod pod/perllocale.pod
47718            ! pod/perlport.pod pod/perlre.pod pod/perlref.pod
47719            ! pod/perlthrtut.pod
47720 ____________________________________________________________________________
47721 [ 24685] By: rgs                                   on 2005/06/03  07:59:48
47722         Log: Indent fix
47723      Branch: perl
47724            ! pod/perlfaq7.pod
47725 ____________________________________________________________________________
47726 [ 24684] By: rgs                                   on 2005/06/03  07:58:10
47727         Log: FAQ sync
47728      Branch: perl
47729            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
47730            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
47731            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
47732 ____________________________________________________________________________
47733 [ 24683] By: rgs                                   on 2005/06/03  07:45:21
47734         Log: Subject: [PATCH] symbian/xsbuild.pl
47735              From: <jarkko.hietaniemi@nokia.com>
47736              Date: Fri, 3 Jun 2005 11:00:01 +0300
47737              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A225@esebe105.NOE.Nokia.com>
47738      Branch: perl
47739            ! symbian/xsbuild.pl
47740 ____________________________________________________________________________
47741 [ 24682] By: rgs                                   on 2005/06/03  07:43:52
47742         Log: Subject: [PATCH] SvPVX_const() - patch #4
47743              From: Steve Peters <steve@fisharerojo.org>
47744              Date: Thu, 2 Jun 2005 13:41:35 -0500
47745              Message-ID: <20050602184135.GA13682@mccoy.peters.homeunix.org>
47746      Branch: perl
47747            ! embed.fnc pod/perlapi.pod proto.h regcomp.c regexec.c sv.c
47748 ____________________________________________________________________________
47749 [ 24681] By: rgs                                   on 2005/06/02  16:44:51
47750         Log: Subject: Re: [patch] teach B::Concise to see XS code
47751              From: Jim Cromie <jcromie@divsol.com>
47752              Date: Wed, 01 Jun 2005 08:01:17 -0600
47753              Message-ID: <429DBFAD.1090308@divsol.com>
47754      Branch: perl
47755            ! ext/B/B/Concise.pm ext/B/t/concise.t
47756 ____________________________________________________________________________
47757 [ 24680] By: nicholas                              on 2005/06/02  16:40:58
47758         Log: Integrate perl587delta.pod, the changes in perlhist.pod, and update
47759              the relevant makefiles and tables-of-contents to reflect this.
47760      Branch: perl
47761           +> pod/perl587delta.pod
47762           !> MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perlhist.pod
47763           !> pod/perltoc.pod vms/descrip_mms.template win32/Makefile
47764           !> win32/makefile.mk win32/pod.mak
47765 ____________________________________________________________________________
47766 [ 24679] By: steveh                                on 2005/06/02  15:57:13
47767         Log: Subject: DynaLoader dl_unload_file for win32 ( dl_win32.xs )
47768              From: DH <crazyinsomniac@yahoo.com>
47769              Date: Tue, 31 May 2005 08:33:27 -0700 (PDT)
47770              Message-ID: <20050531153327.85145.qmail@unknown-209-73-178-237.yahoo.com>
47771              
47772              (with a couple of minor tweaks)
47773      Branch: perl
47774            ! win32/dl_win32.xs
47775 ____________________________________________________________________________
47776 [ 24678] By: nicholas                              on 2005/06/02  15:10:54
47777         Log: Dave can see a better way of doing the rounding.
47778      Branch: perl
47779            ! handy.h
47780 ____________________________________________________________________________
47781 [ 24677] By: nicholas                              on 2005/06/02  14:42:20
47782         Log: 24672 is innocent. valgrind + perl's malloc considered harmful.
47783      Branch: perl
47784            ! toke.c
47785 ____________________________________________________________________________
47786 [ 24676] By: nicholas                              on 2005/06/02  13:36:01
47787         Log: Changes 24660 and 24665 both introduced errors into the USEMYMALLOC
47788              code. Plus change 24672 appears to break under USEMYMALLOC, so revert
47789              it for now.
47790      Branch: perl
47791            ! hv.c sv.c toke.c
47792 ____________________________________________________________________________
47793 [ 24675] By: rgs                                   on 2005/06/02  11:19:02
47794         Log: Upgrade to ExtUtils::CBuilder 0.12 and ExtUtils::ParseXS 2.10
47795      Branch: perl
47796            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
47797            ! lib/ExtUtils/CBuilder/Platform/Unix.pm
47798            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
47799            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
47800            ! lib/ExtUtils/CBuilder/Platform/aix.pm
47801            ! lib/ExtUtils/CBuilder/Platform/cygwin.pm
47802            ! lib/ExtUtils/CBuilder/Platform/darwin.pm
47803            ! lib/ExtUtils/CBuilder/Platform/os2.pm lib/ExtUtils/ParseXS.pm
47804 ____________________________________________________________________________
47805 [ 24674] By: rgs                                   on 2005/06/02  09:39:26
47806         Log: CPP typo fix (by Dominic Dunlop)
47807      Branch: perl
47808            ! perl.c
47809 ____________________________________________________________________________
47810 [ 24673] By: nicholas                              on 2005/06/02  09:29:48
47811         Log: Oops. My maths was too generous (by 1).
47812      Branch: perl
47813            ! handy.h
47814 ____________________________________________________________________________
47815 [ 24672] By: nicholas                              on 2005/06/02  09:24:17
47816         Log: Avoid duplicate calls to PAD_COMPNAME_OURSTASH, which is an expensive
47817              macro.
47818      Branch: perl
47819            ! toke.c
47820 ____________________________________________________________________________
47821 [ 24671] By: rgs                                   on 2005/06/02  09:06:39
47822         Log: Fix changed diagnostic
47823      Branch: perl
47824            ! pod/perldiag.pod
47825 ____________________________________________________________________________
47826 [ 24670] By: ams                                   on 2005/06/02  08:44:41
47827         Log: Subject: [PATCH] SvPVX_const() - part 3 ... and const'ing Storable
47828              From: Steve Peters <steve@fisharerojo.org>
47829              Date: Tue, 31 May 2005 09:55:43 -0500
47830              Message-Id: <20050531145543.GA8051@mccoy.peters.homeunix.org>
47831      Branch: perl
47832            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
47833            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
47834            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/via/via.xs
47835            ! ext/Storable/Storable.xs pp_hot.c pp_pack.c pp_sys.c scope.c
47836 ____________________________________________________________________________
47837 [ 24669] By: rgs                                   on 2005/06/02  08:17:29
47838         Log: Subject: [PATCH] use lengths in sv_setpv() calls
47839              From: Andy Lester <andy@petdance.com>
47840              Date: Wed, 1 Jun 2005 23:16:56 -0500
47841              Message-ID: <20050602041656.GA3000@petdance.com>
47842      Branch: perl
47843            ! gv.c sv.c util.c
47844 ____________________________________________________________________________
47845 [ 24668] By: merijn                                on 2005/06/02  08:02:23
47846         Log: New HW model; more on threads for 10.20
47847      Branch: perl
47848            ! README.hpux
47849 ____________________________________________________________________________
47850 [ 24667] By: merijn                                on 2005/06/02  07:52:09
47851         Log: HP-UX specific #pragma entered in #23890 is not supported
47852              on HP-UX 10.20 and older
47853      Branch: perl
47854            ! perl.c
47855 ____________________________________________________________________________
47856 [ 24666] By: merijn                                on 2005/06/02  07:39:30
47857         Log: Subject: [PATCH] Quotes fixed, see also perl #36079
47858              From: Andy Lester <andy@petdance.com>
47859              Date: Thu, 2 Jun 2005 00:02:38 -0500
47860              Message-ID: <20050602050238.GA4001@petdance.com>
47861      Branch: perl
47862            ! av.c doio.c gv.c malloc.c perl.c perl.h perly.c
47863            ! pod/perldiag.pod pp_sort.c pp_sys.c regcomp.c regexec.c
47864            ! scope.h thrdvar.h toke.c util.c
47865 ____________________________________________________________________________
47866 [ 24665] By: nicholas                              on 2005/06/01  20:46:02
47867         Log: Round up all string length requests to malloc()/realloc() to the next
47868              multiple of 4/8 bytes [sizeof(size_t)] on the assumption that malloc()
47869              internally will quantise, and so we're going to use space that
47870              otherwise would be wasted. Hopefully this will save realloc()ing.
47871      Branch: perl
47872            ! ext/Devel/Peek/t/Peek.t handy.h perl.h sv.c
47873 ____________________________________________________________________________
47874 [ 24664] By: nicholas                              on 2005/06/01  20:42:29
47875         Log: I think SvCUR() was intended rather than SvLEN()
47876      Branch: perl
47877            ! ext/Storable/Storable.xs
47878 ____________________________________________________________________________
47879 [ 24663] By: nicholas                              on 2005/06/01  15:40:57
47880         Log: We don't have XRVs any more, so remove the typedef
47881      Branch: perl
47882            ! perl.h
47883 ____________________________________________________________________________
47884 [ 24662] By: nicholas                              on 2005/06/01  15:23:02
47885         Log: Zero-ing the new HV array is pointless, as we write to every element.
47886              Also avoid calling into he_dup when the HE is 0, to save the function
47887              call overhead.
47888      Branch: perl
47889            ! sv.c
47890 ____________________________________________________________________________
47891 [ 24661] By: nicholas                              on 2005/06/01  15:08:02
47892         Log: As PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the type should be
47893              char rather than HE *. Bug was harmless, overallocating by a factor
47894              of sizeof(HE *)
47895      Branch: perl
47896            ! hv.c
47897 ____________________________________________________________________________
47898 [ 24660] By: nicholas                              on 2005/06/01  14:33:14
47899         Log: Store the xhv_aux structure after the main array.
47900              This reduces the size of HV bodies from 24 to 20 bytes on a 32 bit
47901              build. It has the side effect of defined %symbol_table:: now always
47902              being true. defined %hash is already deprecated.
47903      Branch: perl
47904            ! hv.c hv.h sv.c sv.h t/op/magic.t
47905 ____________________________________________________________________________
47906 [ 24659] By: nicholas                              on 2005/06/01  14:28:38
47907         Log: If we're building config_heavy.pl somewhere else, then we need to
47908              require it, not something (or maybe nothing) in the correct place.
47909      Branch: perl
47910            ! configpm
47911 ____________________________________________________________________________
47912 [ 24658] By: rgs                                   on 2005/06/01  14:16:32
47913         Log: Revert change #24656
47914      Branch: perl
47915            ! Makefile.SH
47916 ____________________________________________________________________________
47917 [ 24657] By: nicholas                              on 2005/06/01  09:19:46
47918         Log: Following the head refactoring, the Newz doesn't clear the SvPVX
47919              So PL_mess_sv contained an uninitialised value.
47920      Branch: perl
47921            ! util.c
47922 ____________________________________________________________________________
47923 [ 24656] By: rgs                                   on 2005/06/01  09:12:37
47924         Log: Subject: [PATCH] eliminate always running mktables
47925              From: Robin Barker <Robin.Barker@npl.co.uk>
47926              Date: Wed, 1 Jun 2005 09:55:16 +0100 
47927              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6B8@hotel.npl.co.uk>
47928      Branch: perl
47929            ! Makefile.SH
47930 ____________________________________________________________________________
47931 [ 24655] By: rgs                                   on 2005/06/01  09:09:35
47932         Log: Don't touch lib/ExtUtils/Miniperl.pm when rebuild identically
47933      Branch: perl
47934            ! Makefile.SH
47935 ____________________________________________________________________________
47936 [ 24654] By: rgs                                   on 2005/06/01  08:18:46
47937         Log: Subject: [PATCH] Re: [patch] teach B::Concise to see XS code
47938              From: Stephen McCamant <smcc@mit.edu>
47939              Date: Sat, 21 May 2005 21:52:31 -0700
47940              Message-ID: <17040.4111.265639.434150@apocalypse.OCF.Berkeley.EDU>
47941              
47942              Correctly nullify CvSTART when undef'ing a CV
47943      Branch: perl
47944            ! op.c
47945 ____________________________________________________________________________
47946 [ 24653] By: rgs                                   on 2005/06/01  07:56:50
47947         Log: Subject: Re: [patch] teach B::Concise to see XS code
47948              From: Jim Cromie <jcromie@divsol.com>
47949              Date: Sat, 21 May 2005 09:24:24 -0600
47950              Message-ID: <428F52A8.20702@divsol.com>
47951      Branch: perl
47952            + ext/B/t/concise-xs.t
47953            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t
47954 ____________________________________________________________________________
47955 [ 24652] By: rgs                                   on 2005/06/01  07:39:38
47956         Log: Subject: [PATCH] Speed up lib/unicore/mktables by 45%
47957              From: Andy Lester <andy@petdance.com>
47958              Date: Tue, 31 May 2005 12:39:00 -0500
47959              Message-ID: <20050531173900.GA9820@petdance.com>
47960      Branch: perl
47961            ! lib/unicore/mktables
47962 ____________________________________________________________________________
47963 [ 24651] By: rgs                                   on 2005/05/31  20:34:44
47964         Log: Remove duplicated line
47965      Branch: perl
47966            ! lib/Module/CoreList.pm
47967 ____________________________________________________________________________
47968 [ 24650] By: rgs                                   on 2005/05/31  20:31:55
47969         Log: Upgrade to Module::CoreList 2.02
47970      Branch: perl
47971            ! lib/Module/CoreList.pm
47972 ____________________________________________________________________________
47973 [ 24649] By: nicholas                              on 2005/05/31  12:03:30
47974         Log: Attempt 2 at a diet memory layout can go live.
47975      Branch: perl
47976            ! av.h hv.h
47977 ____________________________________________________________________________
47978 [ 24648] By: nicholas                              on 2005/05/31  10:40:01
47979         Log: Avoid updating a variable in a loop.
47980              Only calculate the number of links in a hash bucket chain if we really
47981              need it.
47982      Branch: perl
47983            ! hv.c
47984 ____________________________________________________________________________
47985 [ 24646] By: nicholas                              on 2005/05/31  10:02:12
47986         Log: Avoid updating a variable in the loop
47987      Branch: perl
47988            ! hv.c
47989 ____________________________________________________________________________
47990 [ 24645] By: rgs                                   on 2005/05/31  09:13:34
47991         Log: Subject: [PATCH] ByteLoader.xs cleanup
47992              From: Andy Lester <andy@petdance.com>
47993              Date: Mon, 30 May 2005 22:28:36 -0500
47994              Message-ID: <20050531032836.GA32198@petdance.com>
47995      Branch: perl
47996            ! ext/ByteLoader/ByteLoader.xs
47997 ____________________________________________________________________________
47998 [ 24644] By: merijn                                on 2005/05/31  05:41:24
47999         Log: Add DECC to the symbol list
48000              Subject: [PATCH]lette Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
48001              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
48002              Date: Mon, 30 May 2005 16:33:15 -0700
48003              Message-ID: <20050530233315.GA3088@efn.org>
48004      Branch: perl
48005            ! Configure
48006 ____________________________________________________________________________
48007 [ 24642] By: davem                                 on 2005/05/30  23:37:15
48008         Log: add pointer to email explaining why eval {goto &foo} is banned
48009      Branch: perl
48010            ! pp_ctl.c
48011 ____________________________________________________________________________
48012 [ 24638] By: nicholas                              on 2005/05/30  21:02:34
48013         Log: Change the logic to avoid needing to set a variable during the loop
48014      Branch: perl
48015            ! hv.c
48016 ____________________________________________________________________________
48017 [ 24633] By: nicholas                              on 2005/05/30  13:01:27
48018         Log: Various HvPLACEHOLDERS() that should be HvPLACEHOLDERS_get()
48019      Branch: perl
48020            ! hv.c
48021 ____________________________________________________________________________
48022 [ 24631] By: rgs                                   on 2005/05/30  11:54:23
48023         Log: Upgrade to PathTools 3.08
48024      Branch: perl
48025            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
48026 ____________________________________________________________________________
48027 [ 24630] By: merijn                                on 2005/05/30  11:07:45
48028         Log: gcc hints were not yet applied to gcc-4.x
48029              Now they are
48030      Branch: perl
48031            ! hints/hpux.sh
48032 ____________________________________________________________________________
48033 [ 24629] By: rgs                                   on 2005/05/30  11:07:15
48034         Log: Subject: [perl #36037] Perl 5.8.7-RC1 build problems on LynxOS 
48035              From: Olli Savia (via RT) <perlbug-followup@perl.org>
48036              Date: 30 May 2005 10:59:35 -0000
48037              Message-ID: <rt-3.0.11-36037-113779.5.23037641993746@perl.org>
48038      Branch: perl
48039            ! util.c
48040 ____________________________________________________________________________
48041 [ 24628] By: merijn                                on 2005/05/30  10:28:06
48042         Log: regen after #24627
48043      Branch: perl
48044            ! perlapi.h
48045 ____________________________________________________________________________
48046 [ 24627] By: merijn                                on 2005/05/30  10:19:09
48047         Log: Subject: Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
48048              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
48049              Date: Mon, 30 May 2005 09:15:56 +0300
48050              Message-ID: <429AAF9C.30503@gmail.com>
48051      Branch: perl
48052            ! embed.pl ext/DynaLoader/dl_dlopen.xs perl.h sv.c
48053 ____________________________________________________________________________
48054 [ 24626] By: rgs                                   on 2005/05/30  08:54:51
48055         Log: Subject: [PATCH] Teeny optimization in S_hv_magic_check
48056              From: Andy Lester <andy@petdance.com>
48057              Date: Tue, 24 May 2005 11:41:15 -0500
48058              Message-ID: <20050524164115.GA12027@petdance.com>
48059      Branch: perl
48060            ! hv.c
48061 ____________________________________________________________________________
48062 [ 24625] By: rgs                                   on 2005/05/30  08:48:12
48063         Log: Subject: [PATCH] More embed.fnc strictures, plus consting and localizing
48064              From: Andy Lester <andy@petdance.com>
48065              Date: Tue, 24 May 2005 11:47:22 -0500
48066              Message-ID: <20050524164722.GC12027@petdance.com>
48067              
48068              Subject: [PATCH] Remove unused casts
48069              From: Andy Lester <andy@petdance.com>
48070              Date: Tue, 24 May 2005 11:42:18 -0500
48071              Message-ID: <20050524164218.GB12027@petdance.com>
48072      Branch: perl
48073            ! embed.fnc op.c pp_sys.c proto.h regcomp.c regexec.c scope.c
48074            ! sv.c
48075 ____________________________________________________________________________
48076 [ 24624] By: rgs                                   on 2005/05/30  08:11:30
48077         Log: Minor grammar fix by Uri Guttman
48078      Branch: perl
48079            ! pod/perlre.pod
48080 ____________________________________________________________________________
48081 [ 24623] By: rgs                                   on 2005/05/30  08:08:47
48082         Log: Subject: [PATCH] perlrun.pod -w description typo
48083              From: Offer Kaye <offer.kaye@gmail.com>
48084              Date: Mon, 30 May 2005 11:27:38 +0300
48085              Message-ID: <569425050530012768a9baca@mail.gmail.com>
48086      Branch: perl
48087            ! pod/perlrun.pod
48088 ____________________________________________________________________________
48089 [ 24622] By: rgs                                   on 2005/05/30  07:45:09
48090         Log: Subject: [PATCH] Minor warning squashings
48091              From: Andy Lester <andy@petdance.com>
48092              Date: Sun, 29 May 2005 00:19:06 -0500
48093              Message-Id: <740ea3aca85400c6d03e945323badad4@petdance.com>
48094              
48095              Subject: [PATCH] Consting in Opcode.xs
48096              From: Andy Lester <andy@petdance.com>
48097              Date: Sun, 29 May 2005 11:23:50 -0500
48098              Message-ID: <20050529162350.GA13965@petdance.com>
48099              
48100              Subject: [PATCH] consting attrs.xs
48101              From: Andy Lester <andy@petdance.com>
48102              Date: Sun, 29 May 2005 14:15:46 -0500
48103              Message-ID: <20050529191546.GA15581@petdance.com>
48104              
48105              Subject: [PATCH] consting B.xs
48106              From: Andy Lester <andy@petdance.com>
48107              Date: Sun, 29 May 2005 15:09:24 -0500
48108              Message-ID: <20050529200924.GA15873@petdance.com>
48109      Branch: perl
48110            ! embed.fnc ext/B/B.xs ext/Opcode/Opcode.xs ext/attrs/attrs.xs
48111            ! perlio.c pp_sys.c proto.h regcomp.c utf8.c
48112 ____________________________________________________________________________
48113 [ 24621] By: nicholas                              on 2005/05/30  07:43:05
48114         Log: Need a cast to avoid a compiler warning.
48115      Branch: perl
48116            ! ext/ByteLoader/bytecode.h
48117 ____________________________________________________________________________
48118 [ 24619] By: nicholas                              on 2005/05/29  19:35:38
48119         Log: Goodbye xav_arylen. You won't be missed that much.
48120              So now there's a buy 5 get one free offer on PVAV bodies.
48121      Branch: perl
48122            ! av.c av.h dump.c embed.fnc global.sym perl.h pp.c proto.h sv.c
48123 ____________________________________________________________________________
48124 [ 24618] By: ams                                   on 2005/05/29  18:07:37
48125         Log: Subject: [PATCH configure.com] compiler awareness week
48126              From: "Craig A. Berry" <craigberry@mac.com>
48127              Date: Sun, 29 May 2005 12:43:09 -0500
48128              Message-Id: <4299FF2D.90209@mac.com>
48129      Branch: perl
48130            ! configure.com
48131 ____________________________________________________________________________
48132 [ 24617] By: nicholas                              on 2005/05/29  17:46:39
48133         Log: Change the IV to a union.
48134              Revert the NV union back to a plain NV
48135              Transpose the positions of IV and NV (NV is now first)
48136              Don't allocate the NV for PV,PVIV,PVAV and PVHV (last 2 non-allocations
48137              currently disabled by default)
48138      Branch: perl
48139            ! av.h cv.h hv.h intrpvar.h sv.c sv.h
48140 ____________________________________________________________________________
48141 [ 24615] By: nicholas                              on 2005/05/29  14:24:17
48142         Log: Teach buildtoc about README.openbsd, and regenerate various makefiles.
48143      Branch: perl
48144            ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile
48145            ! win32/makefile.mk
48146 ____________________________________________________________________________
48147 [ 24614] By: nicholas                              on 2005/05/29  14:23:32
48148         Log: Restort into bulidtoc's preferred order
48149      Branch: perl
48150            ! MANIFEST
48151 ____________________________________________________________________________
48152 [ 24613] By: ams                                   on 2005/05/29  04:45:05
48153         Log: Subject: [PATCH] VMS build update for blead
48154              From: "Craig A. Berry" <craigberry@mac.com>
48155              Date: Sat, 28 May 2005 23:18:46 -0500
48156              Message-Id: <429942A6.10601@mac.com>
48157      Branch: perl
48158            ! doio.c perly.c vms/descrip_mms.template vms/gen_shrfls.pl
48159            ! vms/vms.c vms/vmsish.h
48160 ____________________________________________________________________________
48161 [ 24612] By: ams                                   on 2005/05/28  14:40:32
48162         Log: Subject: [PATCH] Re: t/uni/class.t has a lot to warn about
48163              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
48164              Date: Sat, 28 May 2005 11:47:47 +0300
48165              Message-Id: <42983033.5050509@gmail.com>
48166      Branch: perl
48167            ! t/uni/class.t
48168 ____________________________________________________________________________
48169 [ 24610] By: merijn                                on 2005/05/27  19:22:39
48170         Log: Subject: Re: [PATCH] Do not install change logs, READMEs, etc...
48171              From: Michael G Schwern <schwern@pobox.com>
48172              Date: Fri, 27 May 2005 12:33:27 -0700
48173              Message-ID: <20050527193327.GC17504@windhund.schwern.org>
48174      Branch: perl
48175            ! installperl
48176 ____________________________________________________________________________
48177 [ 24609] By: nicholas                              on 2005/05/27  18:54:36
48178         Log: In assert(), we mustn't stringify the message as part of the first
48179              argument to croak, as it's a *printf format, and the thing we're
48180              asserting might itself contain % signs.
48181              Also, as __FILE__ is a string, we can append that to the format,
48182              rather than needing a %s for it.
48183      Branch: perl
48184            ! perl.h
48185 ____________________________________________________________________________
48186 [ 24608] By: nicholas                              on 2005/05/27  18:20:26
48187         Log: is() is better than ok()
48188      Branch: perl
48189            ! t/op/each.t
48190 ____________________________________________________________________________
48191 [ 24607] By: steveh                                on 2005/05/27  16:22:59
48192         Log: Fix failing Cwd tests on Win32
48193              
48194              Patch was posted to Ken previously
48195              
48196              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00226.html)
48197              
48198              but no reply as yet.  I'll mail him again...
48199      Branch: perl
48200            ! lib/Cwd.pm
48201 ____________________________________________________________________________
48202 [ 24606] By: steveh                                on 2005/05/27  16:15:41
48203         Log: Skip signals and core dump tests on Win32
48204              
48205              See http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00749.html
48206      Branch: perl
48207            ! t/run/exit.t
48208 ____________________________________________________________________________
48209 [ 24605] By: steveh                                on 2005/05/27  15:54:09
48210         Log: Fix more Win32 linker errors caused by change 24561
48211              
48212              Apparently sys_intern_init and sys_intern_clear are required even for
48213              non-threaded builds on Win32.
48214      Branch: perl
48215            ! embed.fnc embed.h proto.h
48216 ____________________________________________________________________________
48217 [ 24596] By: merijn                                on 2005/05/27  10:20:54
48218         Log: Subject: [PATCH] Do not install change logs, READMEs, etc...
48219              From: Michael G Schwern <schwern@pobox.com>
48220              Date: Thu, 26 May 2005 13:43:05 -0700
48221              Message-ID: <20050526204305.GH11558@windhund.schwern.org>
48222      Branch: perl
48223            ! installperl
48224 ____________________________________________________________________________
48225 [ 24595] By: merijn                                on 2005/05/27  10:06:25
48226         Log: Subject: [PATCH] add PERL_CALLCONV to PERL_CKDEF and PERL_PPDEF
48227              From: <jarkko.hietaniemi@nokia.com>
48228              Date: Fri, 27 May 2005 13:15:36 +0300
48229              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A1CD@esebe105.NOE.Nokia.com>
48230      Branch: perl
48231            ! perl.h
48232 ____________________________________________________________________________
48233 [ 24594] By: nicholas                              on 2005/05/27  09:18:26
48234         Log: Get the HEK once only in the hot code (class method calls)
48235      Branch: perl
48236            ! hv.h pp_hot.c
48237 ____________________________________________________________________________
48238 [ 24593] By: rgs                                   on 2005/05/27  07:44:07
48239         Log: Subject: [PATCH] Re: [perl #35420] localtime corruption
48240              From: Michael G Schwern <schwern@pobox.com>
48241              Date: Thu, 26 May 2005 13:39:38 -0700
48242              Message-ID: <20050526203938.GG11558@windhund.schwern.org>
48243      Branch: perl
48244            ! pod/perlfunc.pod pod/perlport.pod
48245 ____________________________________________________________________________
48246 [ 24592] By: rgs                                   on 2005/05/27  07:04:46
48247         Log: Subject: [PATCH] Documentation nits and fixes for Sv*_set() macros
48248              From: Steve Peters <steve@fisharerojo.org>
48249              Date: Thu, 26 May 2005 14:58:50 -0500
48250              Message-ID: <20050526195850.GA1308@mccoy.peters.homeunix.org>
48251      Branch: perl
48252            ! pod/perlapi.pod sv.h
48253 ____________________________________________________________________________
48254 [ 24591] By: steveh                                on 2005/05/26  16:56:03
48255         Log: Fix some Win32 link errors
48256      Branch: perl
48257            ! global.sym makedef.pl proto.h
48258 ____________________________________________________________________________
48259 [ 24590] By: nicholas                              on 2005/05/26  16:07:20
48260         Log: Rename the members of the SV head union to avoid pre-processor
48261              arguments with embed.h
48262      Branch: perl
48263            ! av.h hv.h sv.c sv.h
48264 ____________________________________________________________________________
48265 [ 24588] By: ams                                   on 2005/05/26  15:33:58
48266         Log: -Wall is intolerably noisy with icc.
48267      Branch: perl
48268            ! cflags.SH
48269 ____________________________________________________________________________
48270 [ 24585] By: rgs                                   on 2005/05/26  15:13:53
48271         Log: Subject: [PATCH] bytes.pm doesn't check undefined subroutine calling
48272              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
48273              Date: Thu, 26 May 2005 23:46:35 +0900
48274              Message-Id: <20050526234321.92F1.BQW10602@nifty.com>
48275      Branch: perl
48276            ! lib/bytes.pm lib/bytes.t
48277 ____________________________________________________________________________
48278 [ 24584] By: nicholas                              on 2005/05/26  14:24:31
48279         Log: Store the package name as a shared HEK.
48280              Abolish HvNAME() - as the stored pointer is not a char* you can't set
48281              it directly now.
48282              Storing a pointer to a HEK tracks the length too, and seems to be
48283              faster.
48284      Branch: perl
48285            ! embed.fnc gv.c hv.c hv.h op.c pp.c proto.h sv.c toke.c
48286            ! xsutils.c
48287 ____________________________________________________________________________
48288 [ 24583] By: nicholas                              on 2005/05/26  12:27:47
48289         Log: We know how big the global string table will be, so use that
48290              information.
48291      Branch: perl
48292            ! sv.c
48293 ____________________________________________________________________________
48294 [ 24582] By: nicholas                              on 2005/05/26  11:28:24
48295         Log: It helps to set the total keys correctly when duplicating a hash.
48296              It helps even more to have a test for this.
48297      Branch: perl
48298            ! ext/threads/t/problems.t sv.c
48299 ____________________________________________________________________________
48300 [ 24581] By: merijn                                on 2005/05/26  11:26:05
48301         Log: More possible re-order dependencies solved
48302      Branch: perl
48303            ! Porting/config_h.pl config_h.SH
48304 ____________________________________________________________________________
48305 [ 24580] By: merijn                                on 2005/05/26  08:43:38
48306         Log: Subject: [PATCH] Updated lint infrastructure
48307              From: Andy Lester <andy@petdance.com>
48308              Date: Wed, 25 May 2005 12:31:39 -0500
48309              Message-ID: <20050525173139.GB1701@petdance.com>
48310      Branch: perl
48311            ! Makefile.SH handy.h malloc.c mg.c pp.c regcomp.h
48312 ____________________________________________________________________________
48313 [ 24579] By: ams                                   on 2005/05/26  07:08:22
48314         Log: Subject: [PATCH] MPE/iX has no lchown()
48315              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
48316              Date: Thu, 26 May 2005 08:36:19 +0300
48317              Message-Id: <42956053.4010200@gmail.com>
48318      Branch: perl
48319            ! hints/mpeix.sh
48320 ____________________________________________________________________________
48321 [ 24578] By: merijn                                on 2005/05/25  19:05:07
48322         Log: Added Porting/config_h.pl
48323      Branch: perl
48324            ! MANIFEST
48325 ____________________________________________________________________________
48326 [ 24576] By: merijn                                on 2005/05/25  18:41:52
48327         Log: Reordering config_h.SH after metaconfig now semi automated
48328              This will save me *a lot* of manual work
48329      Branch: perl
48330            + Porting/config_h.pl
48331            ! Configure config_h.SH
48332 ____________________________________________________________________________
48333 [ 24575] By: nicholas                              on 2005/05/25  16:26:12
48334         Log: Export Perl_hek_dup, which duplicates shared hash keys.
48335      Branch: perl
48336            ! embed.fnc embed.h hv.c proto.h
48337 ____________________________________________________________________________
48338 [ 24574] By: nicholas                              on 2005/05/25  15:52:33
48339         Log: Track the mapping between source shared hash keys and target shared
48340              hash keys to save repeated lookups during cloning.
48341      Branch: perl
48342            ! embed.fnc embedvar.h ext/threads/threads.xs hv.c intrpvar.h
48343            ! perl.c perlapi.h proto.h sv.c
48344 ____________________________________________________________________________
48345 [ 24573] By: nicholas                              on 2005/05/25  14:06:55
48346         Log: Replace all uses of HvNAME with the appropriate HvNAME_get or
48347              HvNAME_set
48348      Branch: perl
48349            ! bytecode.pl cop.h ext/ByteLoader/bytecode.h
48350            ! ext/ByteLoader/byterun.c
48351 ____________________________________________________________________________
48352 [ 24572] By: nicholas                              on 2005/05/25  10:02:07
48353         Log: I think for now these have to be disabled by default.
48354      Branch: perl
48355            ! av.h hv.h
48356 ____________________________________________________________________________
48357 [ 24571] By: rgs                                   on 2005/05/25  09:34:20
48358         Log: Update description of Term::ReadLine and fix typo
48359              Subject: [perl #35963] Typo in Term::ReadLine 
48360              From: "perlbug@veggiechinese.net (via RT)" <perlbug-followup@perl.org>
48361              Date: 24 May 2005 23:29:37 -0000
48362              Message-ID: <rt-3.0.11-35963-113541.14.5614982698687@perl.org>
48363      Branch: perl
48364            ! lib/Term/ReadLine.pm
48365 ____________________________________________________________________________
48366 [ 24570] By: nicholas                              on 2005/05/24  20:23:53
48367         Log: Initialising the hash seed needs to be early in case anything
48368              calcualtes HASHes during dup()ing.
48369      Branch: perl
48370            ! sv.c
48371 ____________________________________________________________________________
48372 [ 24569] By: nicholas                              on 2005/05/24  17:13:34
48373         Log: Reorder the union to cause Win32 compilers to use void * alignment for
48374              it.
48375      Branch: perl
48376            ! av.h cv.h hv.h sv.h
48377 ____________________________________________________________________________
48378 [ 24568] By: ams                                   on 2005/05/24  16:44:53
48379         Log: Subject: [PATCH] xsubpp, ParseXS: allow other suffix beyond .c
48380              From: jarkko.hietaniemi@nokia.com
48381              Date: Tue, 24 May 2005 12:48:38 +0300
48382              Message-Id: <B356D8F434D20B40A8CEDAEC305A1F2453D7EB@esebe105.NOE.Nokia.com>
48383      Branch: perl
48384            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/xsubpp
48385 ____________________________________________________________________________
48386 [ 24567] By: rgs                                   on 2005/05/24  15:44:52
48387         Log: Clarification on the behaviour of qw// and x :
48388              Subject: [PATCH] Re: [perl #35885] qw and x operators doesn't mix
48389              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
48390              Date: Tue, 24 May 2005 08:52:00 -0700
48391              Message-ID: <20050524155200.GA1784@efn.org>
48392      Branch: perl
48393            ! pod/perlop.pod
48394 ____________________________________________________________________________
48395 [ 24566] By: nicholas                              on 2005/05/24  15:21:48
48396         Log: Leaking is bad, m'kay.
48397      Branch: perl
48398            ! hv.c sv.c
48399 ____________________________________________________________________________
48400 [ 24565] By: rgs                                   on 2005/05/24  13:50:02
48401         Log: Remove Perl_ck_* functions from public API
48402      Branch: perl
48403            ! embed.fnc embed.h global.sym
48404 ____________________________________________________________________________
48405 [ 24564] By: nicholas                              on 2005/05/24  13:01:49
48406         Log: Correct the description of pte_arenaroot
48407      Branch: perl
48408            ! intrpvar.h
48409 ____________________________________________________________________________
48410 [ 24563] By: rgs                                   on 2005/05/24  12:58:45
48411         Log: Documentation nit on @-, found by Guillaume Rousse
48412              (plus POD markup simplification, for readability with pod2text)
48413      Branch: perl
48414            ! pod/perlvar.pod
48415 ____________________________________________________________________________
48416 [ 24562] By: rgs                                   on 2005/05/24  12:39:26
48417         Log: ext/B/t/deparse.t was failing with t/TEST but not with t/harness
48418      Branch: perl
48419            ! ext/B/t/deparse.t
48420 ____________________________________________________________________________
48421 [ 24561] By: rgs                                   on 2005/05/24  12:33:01
48422         Log: Subject: [PATCH] embed.fnc cleanup + SvPVX_const usage
48423              From: Andy Lester <andy@petdance.com>
48424              Date: Sat, 21 May 2005 09:06:40 -0500
48425              Message-ID: <20050521140640.GB875@petdance.com>
48426      Branch: perl
48427            ! embed.fnc embed.h global.sym op.c pad.c perlio.c pp_ctl.c
48428            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c utf8.c
48429 ____________________________________________________________________________
48430 [ 24560] By: rgs                                   on 2005/05/24  11:22:21
48431         Log: The tokenizer should expect an operator after qw().
48432              This fixes [perl #35885] qw and x operators doesn't mix
48433      Branch: perl
48434            ! t/op/repeat.t toke.c
48435 ____________________________________________________________________________
48436 [ 24559] By: rgs                                   on 2005/05/24  08:45:44
48437         Log: Subject: Re: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly.
48438              From: demerphq <demerphq@gmail.com>
48439              Date: Mon, 23 May 2005 11:43:56 +0200
48440              Message-ID: <9b18b31105052302431fb0a3c2@mail.gmail.com>
48441      Branch: perl
48442            ! ext/B/t/deparse.t
48443 ____________________________________________________________________________
48444 [ 24558] By: rgs                                   on 2005/05/24  08:09:10
48445         Log: Make distclean should remove the leftover test files of ExtUtils::ParseXS
48446      Branch: perl
48447            ! Makefile.SH
48448 ____________________________________________________________________________
48449 [ 24557] By: nicholas                              on 2005/05/23  20:26:35
48450         Log: Don't allocate an IV slot where the type doesn't use the IV slot.
48451      Branch: perl
48452            ! av.h hv.h sv.h
48453 ____________________________________________________________________________
48454 [ 24556] By: ams                                   on 2005/05/23  16:58:46
48455         Log: Assorted 2.15 fixes.
48456      Branch: perl
48457            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
48458 ____________________________________________________________________________
48459 [ 24555] By: ams                                   on 2005/05/23  16:34:16
48460         Log: Remove one const to ensure that the universe doesn't tip over.
48461              (At least on AIX.)
48462      Branch: perl
48463            ! ext/Storable/Storable.xs
48464 ____________________________________________________________________________
48465 [ 24554] By: merijn                                on 2005/05/23  15:29:01
48466         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) 
48467              From: Andrew Dougherty <doughera@lafayette.edu>
48468              Date: Mon, 23 May 2005 11:48:08 -0400 (EDT)
48469              Message-ID: <Pine.SOC.4.62.0505231143480.4714@maxwell.phys.lafayette.edu>
48470      Branch: perl
48471            ! ext/SDBM_File/sdbm/sdbm.c
48472 ____________________________________________________________________________
48473 [ 24553] By: ams                                   on 2005/05/23  15:24:05
48474         Log: Subject: [PATCH] universal.c warnings hushed
48475              From: Andy Lester <andy@petdance.com>
48476              Date: Mon, 23 May 2005 10:38:25 -0500
48477              Message-Id: <20050523153825.GA28498@petdance.com>
48478      Branch: perl
48479            ! universal.c
48480 ____________________________________________________________________________
48481 [ 24552] By: rgs                                   on 2005/05/23  14:31:33
48482         Log: Attribute compilation fix for Windows by Andy Lester
48483      Branch: perl
48484            ! perl.h perlio.h
48485 ____________________________________________________________________________
48486 [ 24551] By: gbarr                                 on 2005/05/23  13:49:59
48487         Log: Update to Scalar-List-Utils-1.17
48488      Branch: perl
48489            ! ext/List/Util/Changes ext/List/Util/README
48490            ! ext/List/Util/lib/List/Util.pm
48491            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
48492            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/refaddr.t
48493 ____________________________________________________________________________
48494 [ 24550] By: rgs                                   on 2005/05/23  11:38:34
48495         Log: Declaration nit spotted by Jarkko
48496      Branch: perl
48497            ! hv.c
48498 ____________________________________________________________________________
48499 [ 24549] By: nicholas                              on 2005/05/23  11:27:16
48500         Log: PL_regex_padav elements hold either more AVs, or IVs that point to
48501              regexps. Don't attempt to look at the IVX if it's not an IV.
48502      Branch: perl
48503            ! perl.c sv.c
48504 ____________________________________________________________________________
48505 [ 24548] By: nicholas                              on 2005/05/23  10:13:21
48506         Log: Oops. What is looking at an array's SvIVX()?
48507      Branch: perl
48508            ! sv.c
48509 ____________________________________________________________________________
48510 [ 24547] By: nicholas                              on 2005/05/23  09:22:35
48511         Log: We don't need IV and RV arena variables anymore. We don't need to set
48512              SvIVX or SvNVX on hashes.
48513      Branch: perl
48514            ! embedvar.h intrpvar.h perlapi.h sv.c
48515 ____________________________________________________________________________
48516 [ 24546] By: nicholas                              on 2005/05/23  09:09:15
48517         Log: Bytecode mustn't save the NVX for hashes now that the NVX is a union
48518              containing pointers initialised to zero.
48519      Branch: perl
48520            ! ext/B/B/Bytecode.pm
48521 ____________________________________________________________________________
48522 [ 24545] By: steveh                                on 2005/05/23  08:46:37
48523         Log: Fill in HASATTRIBUTE stuff in win32/config_H.* (see change #24508)
48524              
48525              (None are actually defined, but it's nice to have them there anyway)
48526      Branch: perl
48527            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48528            ! win32/config_H.vc64
48529 ____________________________________________________________________________
48530 [ 24544] By: nicholas                              on 2005/05/23  08:09:58
48531         Log: create an "allocated" structure for PVs, PVAVs and PVHVs
48532      Branch: perl
48533            ! av.h hv.h intrpvar.h sv.c sv.h
48534 ____________________________________________________________________________
48535 [ 24543] By: rgs                                   on 2005/05/23  07:33:52
48536         Log: Fix [perl #35929] : PerlIO::scalar didn't understand $/ = ""
48537              because PerlIOScalar_unread was broken.
48538              Bump version number of PerlIO::scalar to 0.04.
48539      Branch: perl
48540            ! ext/PerlIO/scalar/scalar.pm ext/PerlIO/scalar/scalar.xs
48541            ! ext/PerlIO/t/scalar.t
48542 ____________________________________________________________________________
48543 [ 24542] By: nicholas                              on 2005/05/22  22:03:19
48544         Log: Re-order IVX slot in SV bodies
48545      Branch: perl
48546            ! av.h cv.h hv.h sv.h
48547 ____________________________________________________________________________
48548 [ 24541] By: rgs                                   on 2005/05/22  18:53:12
48549         Log: Subject: Re: [PATCH 5.8.7 RC1] lib/Carp.t todo for VMS
48550              From: Michael G Schwern <schwern@pobox.com>
48551              Date: May 20, 2005 10:09 PM
48552              Message-ID: <20050520200900.GB13473@windhund.schwern.org>
48553      Branch: perl
48554            ! lib/Carp.t
48555 ____________________________________________________________________________
48556 [ 24538] By: nicholas                              on 2005/05/21  22:46:50
48557         Log: Add a union in place of xnv_nv, which allows AVs and HVs to re-use
48558              the memory to store pointers and integers.
48559              (Part 1 - will be reworked to be more efficient when IV or void*
48560              is 64 bit soon)
48561      Branch: perl
48562            ! av.h cv.h dump.c ext/B/B.pm ext/B/B.xs ext/Devel/Peek/t/Peek.t
48563            ! hv.h sv.h
48564 ____________________________________________________________________________
48565 [ 24537] By: ams                                   on 2005/05/21  22:26:34
48566         Log: Subject: [PATCH] ExtUtils::CBuilder Tru64 support
48567              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
48568              Date: Sat, 21 May 2005 23:20:21 +0300
48569              Message-Id: <428F9805.70108@gmail.com>
48570      Branch: perl
48571            + lib/ExtUtils/CBuilder/Platform/dec_osf.pm
48572            ! MANIFEST
48573 ____________________________________________________________________________
48574 [ 24536] By: ams                                   on 2005/05/21  22:17:20
48575         Log: Make the __attribute__ stuff work with Symbian (Jarkko).
48576              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00530.html
48577      Branch: perl
48578            ! perl.h
48579 ____________________________________________________________________________
48580 [ 24535] By: davem                                 on 2005/05/21  22:10:19
48581         Log: goto &xsub that croaks corrupts memory
48582              When an XS sub is called, a CxSUB context shouldn't be pushed. Make
48583              goto &xs_sub mimic this behaviour by first popping the old CxSUB
48584      Branch: perl
48585            ! pp_ctl.c t/op/goto_xs.t
48586 ____________________________________________________________________________
48587 [ 24534] By: davem                                 on 2005/05/21  21:38:55
48588         Log: stop goto &foo wasting stack space
48589              it used to push @_ onto the end of the stack; now it pops the stack
48590              back to the old watermark first.
48591      Branch: perl
48592            ! pp_ctl.c
48593 ____________________________________________________________________________
48594 [ 24533] By: davem                                 on 2005/05/21  19:50:50
48595         Log: add access to Perl_croak() via 'mycroak' in XS::APItest
48596      Branch: perl
48597            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
48598            ! ext/XS/APItest/t/exception.t
48599 ____________________________________________________________________________
48600 [ 24532] By: davem                                 on 2005/05/21  19:15:43
48601         Log: disallow eval { goto &foo }
48602              eval 'goto &foo' is already banned, and the try-version usually
48603              coredumps due to the code assuming the CxEVAL is actually a CxSUB.
48604              Anyway exiting an eval but preserving "it's" @_ doesn't make much
48605              sense.
48606      Branch: perl
48607            ! pod/perldiag.pod pp_ctl.c t/op/goto.t
48608 ____________________________________________________________________________
48609 [ 24531] By: nicholas                              on 2005/05/21  18:19:43
48610         Log: Move the xpv_pv/xrv_rv member into the SV head, in a union with
48611              IV and UV. Avoid allocating a body for IVs and RVs.
48612      Branch: perl
48613            ! av.h bytecode.pl cv.h embed.fnc embed.h ext/B/B/C.pm
48614            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
48615            ! ext/ByteLoader/byterun.h hv.c hv.h proto.h sv.c sv.h
48616 ____________________________________________________________________________
48617 [ 24530] By: rgs                                   on 2005/05/21  16:01:42
48618         Log: Really fix change 24527
48619      Branch: perl
48620            ! gv.c
48621 ____________________________________________________________________________
48622 [ 24529] By: nicholas                              on 2005/05/21  15:59:30
48623         Log: Fool. That should be I32 everywhere.
48624      Branch: perl
48625            ! hv.c
48626 ____________________________________________________________________________
48627 [ 24528] By: ams                                   on 2005/05/21  15:35:44
48628         Log: Subject: [PATCH] ctags parms need to know .h is C
48629              From: Andy Lester <andy@petdance.com>
48630              Date: Sat, 21 May 2005 08:58:14 -0500
48631              Message-Id: <20050521135814.GA875@petdance.com>
48632      Branch: perl
48633            ! Makefile.SH
48634 ____________________________________________________________________________
48635 [ 24527] By: rgs                                   on 2005/05/21  14:15:44
48636         Log: Compilation fix
48637      Branch: perl
48638            ! gv.c
48639 ____________________________________________________________________________
48640 [ 24526] By: nicholas                              on 2005/05/21  12:31:52
48641         Log: Move hv_name, hv_eiter and hv_riter into a new aux structure.
48642              Provide (more efficient) _get and _set macros.
48643              Adjust the core to use them.
48644      Branch: perl
48645            ! dump.c embed.fnc ext/Data/Dumper/Dumper.xs
48646            ! ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs
48647            ! ext/PerlIO/via/via.xs ext/Storable/Storable.xs
48648            ! ext/threads/shared/shared.xs global.sym gv.c hv.c hv.h mg.c
48649            ! op.c op.h opnames.h perl.c pp.c pp_hot.c pp_sys.c proto.h sv.c
48650            ! toke.c universal.c xsutils.c
48651 ____________________________________________________________________________
48652 [ 24525] By: nicholas                              on 2005/05/21  09:29:18
48653         Log: Move placeholders into a new rhash magic type.
48654      Branch: perl
48655            ! dump.c embed.fnc ext/Storable/Storable.xs global.sym hv.c hv.h
48656            ! perl.h proto.h sv.c
48657 ____________________________________________________________________________
48658 [ 24524] By: rgs                                   on 2005/05/21  09:18:07
48659         Log: Update to MakeMaker 6.30
48660      Branch: perl
48661            ! lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
48662            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/FIRST_MAKEFILE.t
48663            ! lib/ExtUtils/t/PL_FILES.t
48664            ! t/lib/MakeMaker/Test/Setup/PL_FILES.pm
48665 ____________________________________________________________________________
48666 [ 24523] By: ams                                   on 2005/05/21  02:58:49
48667         Log: Subject: [PATCH] SvPVX_const - patch #2
48668              From: Steve Peters <steve@fisharerojo.org>
48669              Date: Fri, 20 May 2005 21:42:10 -0500
48670              Message-Id: <20050521024210.GA29036@mccoy.peters.homeunix.org>
48671      Branch: perl
48672            ! dump.c gv.c op.c pad.c perlio.c perly.c pp.c pp_ctl.c
48673 ____________________________________________________________________________
48674 [ 24522] By: nicholas                              on 2005/05/20  22:53:00
48675         Log: Remove PMROOT and replace it with a small shell script. Er, magic.
48676              (PMROOT being needed to implement bare C<reset> - how often do you
48677              use that?)
48678      Branch: perl
48679            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Asmdata.pm
48680            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h hv.c hv.h
48681            ! op.c perl.h sv.c
48682 ____________________________________________________________________________
48683 [ 24521] By: nicholas                              on 2005/05/20  22:30:16
48684         Log: Update XS code to declare PERL_UNUSED_DECL conditionally
48685      Branch: perl
48686            ! ext/List/Util/Util.xs ext/POSIX/POSIX.xs
48687            ! ext/Storable/Storable.xs
48688 ____________________________________________________________________________
48689 [ 24520] By: nicholas                              on 2005/05/20  21:50:03
48690         Log: Updaate ppport.h to get a conditional PERL_UNUSED_DECL
48691      Branch: perl
48692            ! ext/Cwd/ppport.h ext/Time/HiRes/ppport.h
48693 ____________________________________________________________________________
48694 [ 24519] By: nicholas                              on 2005/05/20  21:46:26
48695         Log: Need to make PERL_UNUSED_DECL conditional as xlc on AIX doesn't like
48696              it being redefined.
48697      Branch: perl
48698            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/parts/inc/misc
48699 ____________________________________________________________________________
48700 [ 24518] By: nicholas                              on 2005/05/20  21:11:52
48701         Log: Goodbye AvFLAGS
48702      Branch: perl
48703            ! av.c av.h bytecode.pl cop.h dump.c ext/B/B.pm ext/B/B.xs
48704            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
48705            ! ext/B/B/Debug.pm ext/B/defsubs_h.PL ext/ByteLoader/byterun.c
48706            ! ext/ByteLoader/byterun.h pad.c pp_ctl.c sv.c sv.h
48707 ____________________________________________________________________________
48708 [ 24517] By: rgs                                   on 2005/05/20  17:54:15
48709         Log: Upgrade to Math::BigInt 1.77
48710      Branch: perl
48711            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
48712            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
48713            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
48714            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
48715 ____________________________________________________________________________
48716 [ 24516] By: nicholas                              on 2005/05/20  16:42:44
48717         Log: Fix a typo
48718      Branch: perl
48719            ! hv.h
48720 ____________________________________________________________________________
48721 [ 24514] By: ams                                   on 2005/05/20  14:42:21
48722         Log: Damnable applypatch nonsense.
48723      Branch: perl
48724            ! ext/Storable/t/sig_die.t
48725 ____________________________________________________________________________
48726 [ 24513] By: rgs                                   on 2005/05/20  14:37:12
48727         Log: Update MANIFEST
48728      Branch: perl
48729            ! MANIFEST
48730 ____________________________________________________________________________
48731 [ 24512] By: ams                                   on 2005/05/20  14:21:21
48732         Log: Previously overlooked $SIG{DIE} patch from Slaven Rezic.
48733              http://groups-beta.google.com/group/perl.perl5.porters/msg/2d10ba2c390ecc41
48734      Branch: perl
48735            + ext/Storable/t/sig_die.t
48736            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
48737 ____________________________________________________________________________
48738 [ 24511] By: rgs                                   on 2005/05/20  13:11:43
48739         Log: Subject: [PATCH] Add a Makefile target for ctags
48740              From: Andy Lester <andy@petdance.com>
48741              Date: Thu, 12 May 2005 11:40:52 -0500
48742              Message-ID: <20050512164052.GA30287@petdance.com>
48743      Branch: perl
48744            ! Makefile.SH
48745 ____________________________________________________________________________
48746 [ 24510] By: rgs                                   on 2005/05/20  10:49:03
48747         Log: Upgrade to MakeMaker 6.29
48748      Branch: perl
48749            + lib/ExtUtils/t/FIRST_MAKEFILE.t
48750            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
48751            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
48752            ! lib/ExtUtils/t/Installed.t
48753 ____________________________________________________________________________
48754 [ 24509] By: rgs                                   on 2005/05/20  09:26:01
48755         Log: Subject: SvPVX_const() - Patch #1
48756              From: Steve Peters <steve@fisharerojo.org>
48757              Date: Tue, 17 May 2005 18:17:01 -0500
48758              Message-ID: <20050517231701.GA1394@mccoy.peters.homeunix.org>
48759      Branch: perl
48760            ! doio.c toke.c universal.c util.c warnings.h warnings.pl
48761 ____________________________________________________________________________
48762 [ 24508] By: rgs                                   on 2005/05/20  07:53:46
48763         Log: Subject: [PATCH] Attribute configuration
48764              From: Andy Lester <andy@petdance.com>
48765              Date: Thu, 19 May 2005 12:32:56 -0500
48766              Message-ID: <20050519173256.GA29039@petdance.com>
48767      Branch: perl
48768            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
48769            ! Porting/Glossary Porting/config.sh Porting/pumpkin.pod XSUB.h
48770            ! config_h.SH configure.com epoc/config.sh hints/next_3_0.sh
48771            ! hints/vmesa.sh malloc.c mg.c op.c perl.c perl.h perlio.h
48772            ! plan9/config_sh.sample plan9/genconfig.pl scope.c sv.c
48773            ! symbian/config.sh t/op/sprintf.t uconfig.sh vms/genconfig.pl
48774            ! win32/config.bc win32/config.gc win32/config.vc
48775            ! win32/config.vc64 wince/config.ce
48776 ____________________________________________________________________________
48777 [ 24507] By: rgs                                   on 2005/05/20  07:16:59
48778         Log: Gisle noted an unused variable
48779      Branch: perl
48780            ! t/run/exit.t
48781 ____________________________________________________________________________
48782 [ 24506] By: rgs                                   on 2005/05/19  21:07:43
48783         Log: Fix the new exit() tests, by Gisle Aas :
48784              don't let the shell interfere with the process return value
48785      Branch: perl
48786            ! t/run/exit.t
48787 ____________________________________________________________________________
48788 [ 24505] By: ams                                   on 2005/05/19  17:51:48
48789         Log: Subject: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. 
48790              From: yves orton <perlbug-followup@perl.org>
48791              Date: 18 May 2005 08:30:44 -0000
48792              Message-Id: <rt-3.0.11-35857-113142.6.75213005071278@perl.org>
48793      Branch: perl
48794            ! ext/B/B/Deparse.pm
48795 ____________________________________________________________________________
48796 [ 24504] By: nicholas                              on 2005/05/19  09:32:18
48797         Log: tabs, not spaces. Bad editor. No cookie.
48798              Does the MANIFEST file support comments, sufficient to add an editor
48799              block?
48800      Branch: perl
48801            ! MANIFEST
48802 ____________________________________________________________________________
48803 [ 24503] By: rgs                                   on 2005/05/19  06:25:22
48804         Log: Adjust VMS test count
48805      Branch: perl
48806            ! t/run/exit.t
48807 ____________________________________________________________________________
48808 [ 24501] By: rgs                                   on 2005/05/18  16:08:30
48809         Log: Subject: Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]
48810              From: Gisle Aas <gisle@ActiveState.com>
48811              Date: 18 May 2005 08:35:47 -0700
48812              Message-ID: <lr8y2cim24.fsf_-_@caliper.activestate.com>
48813      Branch: perl
48814            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perl.h perlapi.h
48815            ! pod/perlfunc.pod pod/perlport.pod pod/perlvar.pod t/run/exit.t
48816 ____________________________________________________________________________
48817 [ 24500] By: rgs                                   on 2005/05/18  15:26:32
48818         Log: Subject: Re: [PATCH] ExtUtils-{ParseXS,CBuilder} into bleadperl (was: Re: [Module::Build] ANNOUNCE: Module::Build 0.2610 -> CPAN)
48819              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
48820              Date: Wed, 18 May 2005 07:13:40 -0700
48821              Message-ID: <20050518141131.GA2704@efn.org>
48822      Branch: perl
48823            + lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
48824            + lib/ExtUtils/CBuilder/Platform/Unix.pm
48825            + lib/ExtUtils/CBuilder/Platform/VMS.pm
48826            + lib/ExtUtils/CBuilder/Platform/Windows.pm
48827            + lib/ExtUtils/CBuilder/Platform/aix.pm
48828            + lib/ExtUtils/CBuilder/Platform/cygwin.pm
48829            + lib/ExtUtils/CBuilder/Platform/darwin.pm
48830            + lib/ExtUtils/CBuilder/Platform/os2.pm
48831            + lib/ExtUtils/CBuilder/t/01-basic.t
48832            + lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
48833            + lib/ExtUtils/ParseXS/t/XSTest.pm
48834            + lib/ExtUtils/ParseXS/t/XSTest.xs
48835            + lib/ExtUtils/ParseXS/t/basic.t
48836            ! MANIFEST Porting/Maintainers.pl lib/ExtUtils/t/00compile.t
48837            ! lib/ExtUtils/xsubpp
48838 ____________________________________________________________________________
48839 [ 24499] By: rgs                                   on 2005/05/18  12:46:38
48840         Log: Subject: B::Disassembler.pm
48841              From: Nicholas Clark <nick@ccl4.org>
48842              Date: Tue, 17 May 2005 11:28:18 +0100
48843              Message-ID: <20050517102817.GD94420@plum.flirble.org>
48844      Branch: perl
48845            ! ext/B/B/Disassembler.pm
48846 ____________________________________________________________________________
48847 [ 24498] By: davem                                 on 2005/05/18  12:39:22
48848         Log: make t/TEST print summary times consistently to two decimal places
48849      Branch: perl
48850            ! t/TEST
48851 ____________________________________________________________________________
48852 [ 24497] By: nicholas                              on 2005/05/18  12:34:53
48853         Log: Default to allocating the correct size for the array in the HV.
48854              Override this with -DPERL_USE_LARGE_HV_ALLOC
48855      Branch: perl
48856            ! hv.h
48857 ____________________________________________________________________________
48858 [ 24496] By: rgs                                   on 2005/05/18  11:50:47
48859         Log: Subject: [PATCH] Eliminate radically out of date CHANGES from perlport
48860              From: Michael G Schwern <schwern@pobox.com>
48861              Date: Mon, 16 May 2005 15:17:05 -0700
48862              Message-ID: <20050516221705.GA212@windhund.schwern.org>
48863              
48864              Subject: [PATCH] Eliminate function signatures from perlport
48865              From: Michael G Schwern <schwern@pobox.com>
48866              Date: Mon, 16 May 2005 15:24:18 -0700
48867              Message-ID: <20050516222418.GA422@windhund.schwern.org>
48868      Branch: perl
48869            ! pod/perlport.pod
48870 ____________________________________________________________________________
48871 [ 24495] By: merijn                                on 2005/05/17  18:45:56
48872         Log: Subject: [PATCH] more about __attribute__
48873              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
48874              Date: Tue, 17 May 2005 20:36:43 +0300
48875              Message-ID: <428A2BAB.9020306@gmail.com>
48876      Branch: perl
48877            ! perl.h
48878 ____________________________________________________________________________
48879 [ 24493] By: rgs                                   on 2005/05/17  15:55:38
48880         Log: Clarify definition of octal literals
48881              (thanks to Olivier Blin)
48882      Branch: perl
48883            ! pod/perldata.pod
48884 ____________________________________________________________________________
48885 [ 24492] By: rgs                                   on 2005/05/17  15:15:46
48886         Log: Subject: [PATCH] perl 5.9.x (@ 24471): Symbian update
48887              From: <jarkko.hietaniemi@nokia.com>
48888              Date: Mon, 16 May 2005 17:59:35 +0300
48889              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D793@esebe105.NOE.Nokia.com>
48890              
48891              completed by:
48892              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D7A0@esebe105.NOE.Nokia.com>
48893      Branch: perl
48894            ! embed.pl mg.c op.c perl.h proto.h reentr.c reentr.pl scope.c
48895            ! symbian/port.pl universal.c
48896 ____________________________________________________________________________
48897 [ 24491] By: nicholas                              on 2005/05/17  13:27:43
48898         Log: One last 1008 to replace with PERL_ARENA_SIZE
48899      Branch: perl
48900            ! sv.c
48901 ____________________________________________________________________________
48902 [ 24490] By: nicholas                              on 2005/05/16  21:42:05
48903         Log: Upgrade to Encode 2.10
48904      Branch: perl
48905            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
48906            ! ext/Encode/Encode.xs ext/Encode/META.yml
48907            ! ext/Encode/lib/Encode/Alias.pm
48908 ____________________________________________________________________________
48909 [ 24489] By: rgs                                   on 2005/05/16  16:56:43
48910         Log: Subject: [PATCH] consting-eleventy.patch: More consts, plus actual bug fix
48911              From: Andy Lester <andy@petdance.com>
48912              Date: Mon, 16 May 2005 10:13:53 -0500
48913              Message-ID: <20050516151353.GA25387@petdance.com>
48914      Branch: perl
48915            ! XSUB.h av.c dump.c embed.fnc embed.h hv.c malloc.c mg.c
48916            ! numeric.c perl.c perl.h pod/perlapi.pod pp.h pp_ctl.c pp_hot.c
48917            ! proto.h regcomp.c regexec.c scope.c sv.c sv.h
48918            ! t/run/fresh_perl.t toke.c universal.c utf8.c util.c
48919 ____________________________________________________________________________
48920 [ 24482] By: nicholas                              on 2005/05/16  15:11:30
48921         Log: Bump the version number on Win32::Win32
48922      Branch: perl
48923            ! win32/ext/Win32/Win32.pm
48924 ____________________________________________________________________________
48925 [ 24480] By: nicholas                              on 2005/05/16  15:01:48
48926         Log: Assuming that everything with 0x40000000 is SVpad_TYPED is bogus.
48927      Branch: perl
48928            ! sv.c
48929 ____________________________________________________________________________
48930 [ 24476] By: rgs                                   on 2005/05/16  08:58:40
48931         Log: This seems to be the right thing to do to iterate over layers
48932      Branch: perl
48933            ! ext/PerlIO/via/via.xs
48934 ____________________________________________________________________________
48935 [ 24475] By: rgs                                   on 2005/05/16  08:47:28
48936         Log: $! might contain "unknown" if strerror(3) says so
48937      Branch: perl
48938            ! t/op/mkdir.t
48939 ____________________________________________________________________________
48940 [ 24472] By: rgs                                   on 2005/05/16  08:03:15
48941         Log: Upgrade to Time::HiRes 1.68
48942      Branch: perl
48943            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
48944            ! ext/Time/HiRes/HiRes.xs
48945 ____________________________________________________________________________
48946 [ 24471] By: nicholas                              on 2005/05/15  20:46:03
48947         Log: Subject: [PATCH] Minor tweak to via
48948              From: Andy Lester <andy@petdance.com>
48949              Message-ID: <20050513163952.GA20167@petdance.com>
48950              Date: Fri, 13 May 2005 11:39:52 -0500
48951              
48952              from a bug report and patch by Matt Lawrence
48953      Branch: perl
48954            ! ext/PerlIO/via/via.xs
48955 ____________________________________________________________________________
48956 [ 24470] By: nicholas                              on 2005/05/15  11:32:15
48957         Log: Upgrade to CGI.pm 3.10
48958      Branch: perl
48959            + lib/CGI/t/can.t
48960            ! MANIFEST lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
48961 ____________________________________________________________________________
48962 [ 24469] By: davem                                 on 2005/05/15  00:09:35
48963         Log: avoid leaked scalar in BEGIN { threads->new(...) }
48964      Branch: perl
48965            ! sv.c
48966 ____________________________________________________________________________
48967 [ 24468] By: davem                                 on 2005/05/14  23:16:50
48968         Log: Fix typo in DDEBUG_LEAKING_SCALARS flags output
48969      Branch: perl
48970            ! perl.c
48971 ____________________________________________________________________________
48972 [ 24467] By: davem                                 on 2005/05/14  15:11:30
48973         Log: initialize the PL_xpvgv_[arena]root vars during clone
48974      Branch: perl
48975            ! sv.c
48976 ____________________________________________________________________________
48977 [ 24465] By: gbarr                                 on 2005/05/13  20:42:53
48978         Log: Update to Scalar-List-Utils-1.15
48979      Branch: perl
48980            + ext/List/Util/t/p_blessed.t ext/List/Util/t/p_first.t
48981            + ext/List/Util/t/p_lln.t ext/List/Util/t/p_max.t
48982            + ext/List/Util/t/p_maxstr.t ext/List/Util/t/p_min.t
48983            + ext/List/Util/t/p_minstr.t ext/List/Util/t/p_openhan.t
48984            + ext/List/Util/t/p_readonly.t ext/List/Util/t/p_reduce.t
48985            + ext/List/Util/t/p_refaddr.t ext/List/Util/t/p_reftype.t
48986            + ext/List/Util/t/p_shuffle.t ext/List/Util/t/p_sum.t
48987            + ext/List/Util/t/p_tainted.t
48988            ! MANIFEST ext/List/Util/Changes ext/List/Util/Util.xs
48989            ! ext/List/Util/lib/List/Util.pm
48990            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/blessed.t
48991            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
48992            ! ext/List/Util/t/isvstring.t ext/List/Util/t/lln.t
48993            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
48994            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
48995            ! ext/List/Util/t/openhan.t ext/List/Util/t/proto.t
48996            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
48997            ! ext/List/Util/t/refaddr.t ext/List/Util/t/reftype.t
48998            ! ext/List/Util/t/shuffle.t ext/List/Util/t/sum.t
48999            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
49000 ____________________________________________________________________________
49001 [ 24461] By: rgs                                   on 2005/05/13  12:52:45
49002         Log: Subject: change to quiet cygwin's perlld
49003              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
49004              Date: Fri, 13 May 2005 06:15:45 -0700
49005              Message-ID: <20050513131545.GB4024@efn.org>
49006      Branch: perl
49007            ! cygwin/perlld.in
49008 ____________________________________________________________________________
49009 [ 24460] By: nicholas                              on 2005/05/13  11:59:26
49010         Log: Reorder the *more* arena allocation functions into a block
49011              As they are now ahead of their corresponding *new* functions, no need
49012              for all the embedding guff.
49013              Remove all the "register" keywords.
49014      Branch: perl
49015            ! embed.fnc embed.h hv.c proto.h sv.c
49016 ____________________________________________________________________________
49017 [ 24459] By: nicholas                              on 2005/05/13  11:09:03
49018         Log: Allocate GV bodies from arenas
49019      Branch: perl
49020            ! embed.fnc embed.h embedvar.h intrpvar.h perlapi.h proto.h sv.c
49021 ____________________________________________________________________________
49022 [ 24455] By: davem                                 on 2005/05/12  19:07:27
49023         Log: make join.t threadsafe!
49024              tests 13 and 14 could output in reverse order. Add a lock to stop
49025              this.
49026      Branch: perl
49027            ! ext/threads/t/join.t
49028 ____________________________________________________________________________
49029 [ 24454] By: steveh                                on 2005/05/12  10:56:20
49030         Log: Remove a couple of unreferenced local variables
49031      Branch: perl
49032            ! win32/ext/Win32/Win32.xs
49033 ____________________________________________________________________________
49034 [ 24453] By: steveh                                on 2005/05/12  10:10:37
49035         Log: Subject: [PATCH] Add Win32::GetFileVersion() function
49036              From: "Jan Dubois" <jand@ActiveState.com>
49037              Date: Wed, 11 May 2005 22:30:37 -0700
49038              Message-Id: <200505120530.j4C5UhpX031152@smtp3.ActiveState.com>
49039      Branch: perl
49040            ! win32/ext/Win32/Win32.pm win32/ext/Win32/Win32.xs
49041 ____________________________________________________________________________
49042 [ 24452] By: rgs                                   on 2005/05/12  09:58:50
49043         Log: Silence DEBUGGING compilation warnings
49044      Branch: perl
49045            ! toke.c
49046 ____________________________________________________________________________
49047 [ 24451] By: rgs                                   on 2005/05/12  09:52:12
49048         Log: SvUPGRADE doesn't return false.
49049      Branch: perl
49050            ! toke.c
49051 ____________________________________________________________________________
49052 [ 24450] By: rgs                                   on 2005/05/12  08:45:40
49053         Log: Rework documentation of split(//,...)
49054      Branch: perl
49055            ! pod/perlfunc.pod
49056 ____________________________________________________________________________
49057 [ 24449] By: ams                                   on 2005/05/11  16:57:27
49058         Log: Subject: [perl #33765] [PATCH] perlop: mention why 'print !!0' doesn't 
49059              From: Steve Peters via RT <perlbug-followup@perl.org>
49060              Date: 11 May 2005 16:58:22 -0000
49061              Message-Id: <rt-3.0.11-33765-112475.14.5633321030279@perl.org>
49062              
49063              Subject: [perl #33766] [PATCH] perldoc -f split lacks basic null example 
49064              From: Steve Peters via RT <perlbug-followup@perl.org>
49065              Date: 11 May 2005 17:13:29 -0000
49066              Message-Id: <rt-3.0.11-33766-112476.1.84217630998887@perl.org>
49067      Branch: perl
49068            ! pod/perlfunc.pod pod/perlsyn.pod
49069 ____________________________________________________________________________
49070 [ 24446] By: merijn                                on 2005/05/11  09:39:06
49071         Log: Subject: Hints changes for OS X 10.4
49072              From: Michael G Schwern <schwern@pobox.com>
49073              Date: Tue, 10 May 2005 18:10:47 -0700
49074              Message-ID: <20050511011047.GA23955@windhund.schwern.org>
49075      Branch: perl
49076            ! hints/darwin.sh
49077 ____________________________________________________________________________
49078 [ 24445] By: rgs                                   on 2005/05/11  07:54:19
49079         Log: Include vim/emacs modelines in generated files to open them
49080              in read-only mode. Make vi modelines compatible with non-vim
49081              vi versions.
49082      Branch: perl
49083            ! av.c bytecode.pl deb.c doio.c doop.c dump.c embed.h embed.pl
49084            ! embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
49085            ! ext/ByteLoader/byterun.h global.sym globals.c gv.c hv.c
49086            ! keywords.h keywords.pl lib/warnings.pm locale.c malloc.c mg.c
49087            ! miniperlmain.c numeric.c op.c opcode.h opcode.pl opnames.h
49088            ! pad.c perl.c perlapi.c perlapi.h perlio.c perly.c pp.c pp.sym
49089            ! pp_ctl.c pp_hot.c pp_pack.c pp_proto.h pp_sort.c pp_sys.c
49090            ! proto.h reentr.c reentr.h reentr.pl regcomp.c regcomp.pl
49091            ! regexec.c regnodes.h run.c scope.c sv.c taint.c toke.c
49092            ! universal.c utf8.c util.c warnings.h warnings.pl xsutils.c
49093 ____________________________________________________________________________
49094 [ 24444] By: rgs                                   on 2005/05/10  20:56:37
49095         Log: Subject: potential [PATCH] Tru64 crank up strictness
49096              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
49097              Date: May 10, 2005 7:44 PM
49098              Message-Id: <4ADE5AAD-27CB-4F9E-BEC7-41DAA7671108@iki.fi>
49099      Branch: perl
49100            ! hints/dec_osf.sh perl.h toke.c x2p/a2py.c
49101 ____________________________________________________________________________
49102 [ 24443] By: rgs                                   on 2005/05/10  20:27:16
49103         Log: "make regen" should run reentr.pl
49104      Branch: perl
49105            ! regen.pl
49106 ____________________________________________________________________________
49107 [ 24442] By: rgs                                   on 2005/05/10  20:08:27
49108         Log: Regenerate reentr.[ch]
49109      Branch: perl
49110            ! reentr.c reentr.h
49111 ____________________________________________________________________________
49112 [ 24441] By: ams                                   on 2005/05/10  17:23:26
49113         Log: Subject: Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
49114              From: Steve Peters <steve@fisharerojo.org>
49115              Date: Tue, 10 May 2005 12:44:13 -0500
49116              Message-Id: <20050510174413.GA19686@mccoy.peters.homeunix.org>
49117      Branch: perl
49118            + README.openbsd
49119            ! MANIFEST reentr.pl
49120 ____________________________________________________________________________
49121 [ 24440] By: rgs                                   on 2005/05/10  16:51:02
49122         Log: Add editor boilerplates to all C files
49123              (except the generated ones)
49124      Branch: perl
49125            ! av.c deb.c doio.c doop.c dump.c globals.c gv.c hv.c locale.c
49126            ! malloc.c mg.c miniperlmain.c numeric.c op.c pad.c perl.c
49127            ! perlio.c perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c
49128            ! pp_sys.c regcomp.c regexec.c run.c scope.c sv.c taint.c toke.c
49129            ! universal.c utf8.c util.c xsutils.c
49130 ____________________________________________________________________________
49131 [ 24439] By: nicholas                              on 2005/05/10  15:38:07
49132         Log: s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
49133              plus a couple of 1 byte sv_setpv()s too.
49134      Branch: perl
49135            ! doio.c dump.c ext/B/B.xs ext/Storable/Storable.xs mg.c op.c
49136            ! perl.c pp_ctl.c pp_hot.c pp_sys.c toke.c
49137 ____________________________________________________________________________
49138 [ 24438] By: nicholas                              on 2005/05/10  14:47:58
49139         Log: As we have the length of the string easily to hand, no reason not to
49140              use it.
49141      Branch: perl
49142            ! op.c
49143 ____________________________________________________________________________
49144 [ 24437] By: ams                                   on 2005/05/10  14:41:08
49145         Log: Subject: [PATCH] perlop.pod nit
49146              From: Steve Peters <steve@fisharerojo.org>
49147              Date: Tue, 10 May 2005 09:41:01 -0500
49148              Message-Id: <20050510144101.GA21362@mccoy.peters.homeunix.org>
49149      Branch: perl
49150            ! pod/perlop.pod
49151 ____________________________________________________________________________
49152 [ 24436] By: nicholas                              on 2005/05/10  11:03:49
49153         Log: Experiment with using the ptr_table code to hold the seen hash
49154      Branch: perl
49155            ! ext/Storable/Storable.xs
49156 ____________________________________________________________________________
49157 [ 24435] By: nicholas                              on 2005/05/10  09:17:32
49158         Log: Simplify the debug and assert logic.
49159      Branch: perl
49160            ! ext/Storable/Storable.xs
49161 ____________________________________________________________________________
49162 [ 24434] By: nicholas                              on 2005/05/10  09:03:11
49163         Log: Change 24165 missed one s/class/classname/ in the debugging code.
49164      Branch: perl
49165            ! ext/Storable/Storable.xs
49166 ____________________________________________________________________________
49167 [ 24433] By: ams                                   on 2005/05/10  03:16:23
49168         Log: Subject: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
49169              From: Steve Peters <steve@fisharerojo.org>
49170              Date: Mon, 9 May 2005 21:10:49 -0500
49171              Message-Id: <20050510021049.GA20147@mccoy.peters.homeunix.org>
49172      Branch: perl
49173            ! reentr.h
49174 ____________________________________________________________________________
49175 [ 24432] By: ams                                   on 2005/05/10  03:15:34
49176         Log: Subject: [PATCH] Avoid USE_SITECUSTOMIZE redefined warnings
49177              From: Jan Dubois <jand@ActiveState.com>
49178              Date: Mon, 9 May 2005 19:29:06 -0700
49179              Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com>
49180      Branch: perl
49181            ! config_h.SH
49182 ____________________________________________________________________________
49183 [ 24431] By: rgs                                   on 2005/05/09  20:07:14
49184         Log: Subject: [PATCH] attributes-two.patch, the next batch
49185              From: Andy Lester <andy@petdance.com>
49186              Date: May 9, 2005 5:45 PM
49187              Message-ID: <20050509154518.GA18273@petdance.com>
49188      Branch: perl
49189            ! doop.c embed.fnc embed.pl gv.c handy.h op.c perl.c
49190            ! pod/perlapi.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c toke.c
49191            ! utf8.c
49192 ____________________________________________________________________________
49193 [ 24430] By: rgs                                   on 2005/05/09  19:19:20
49194         Log: Fix typo (bug #35368)
49195      Branch: perl
49196            ! pod/perlreftut.pod
49197 ____________________________________________________________________________
49198 [ 24429] By: nicholas                              on 2005/05/09  16:33:57
49199         Log: Update the comment describing arenas.
49200      Branch: perl
49201            ! sv.c
49202 ____________________________________________________________________________
49203 [ 24427] By: nicholas                              on 2005/05/09  11:22:19
49204         Log: Hoist the static "AUTOLOAD" into a static const variable. Makes the
49205              object file slightly smaller, and also increases the proportion of
49206              read only data section.
49207      Branch: perl
49208            ! gv.c
49209 ____________________________________________________________________________
49210 [ 24426] By: rgs                                   on 2005/05/09  11:11:35
49211         Log: Upgrade to Unicode::Collate 0.50
49212      Branch: perl
49213            + lib/Unicode/Collate/t/cjkrange.t lib/Unicode/Collate/t/ignor.t
49214            + lib/Unicode/Collate/t/override.t
49215            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
49216            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/altern.t
49217            ! lib/Unicode/Collate/t/contract.t
49218            ! lib/Unicode/Collate/t/hangtype.t
49219            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/illegal.t
49220            ! lib/Unicode/Collate/t/illegalp.t lib/Unicode/Collate/t/index.t
49221            ! lib/Unicode/Collate/t/normal.t
49222            ! lib/Unicode/Collate/t/rearrang.t lib/Unicode/Collate/t/test.t
49223            ! lib/Unicode/Collate/t/trailwt.t
49224            ! lib/Unicode/Collate/t/variable.t
49225            ! lib/Unicode/Collate/t/version.t lib/Unicode/Collate/t/view.t
49226 ____________________________________________________________________________
49227 [ 24425] By: nicholas                              on 2005/05/09  10:10:42
49228         Log: Change 24413 should have updated makedef.pl with the knowledge that 2
49229              symbols are ithreads only.
49230      Branch: perl
49231            ! makedef.pl
49232 ____________________________________________________________________________
49233 [ 24424] By: nicholas                              on 2005/05/09  10:00:37
49234         Log: Change 24420 should have hand updated globvar.sym to reflect the
49235              renaming of the global variable.
49236      Branch: perl
49237            ! globvar.sym
49238 ____________________________________________________________________________
49239 [ 24423] By: nicholas                              on 2005/05/09  08:48:46
49240         Log: Simplify S_hv_notallowed slightly by passing a prebuilt message
49241              template. (Also slightly smaller object code)
49242      Branch: perl
49243            ! hv.c
49244 ____________________________________________________________________________
49245 [ 24422] By: rgs                                   on 2005/05/09  07:37:58
49246         Log: Subject: [PATCH] Sv_*set() doc's and extra const's for the SvPVX_const() tasks
49247              From: Steve Peters <steve@fisharerojo.org>
49248              Date: Sun, 8 May 2005 20:49:17 -0500
49249              Message-ID: <20050509014917.GA24132@mccoy.peters.homeunix.org>
49250      Branch: perl
49251            ! embed.fnc perl_keyword.pl pod/perlapi.pod proto.h sv.h toke.c
49252 ____________________________________________________________________________
49253 [ 24421] By: rgs                                   on 2005/05/09  07:29:33
49254         Log: Revert to Andy's first solution for nonnull attributes;
49255              add the missing defines for non-threaded perls in perl.h
49256      Branch: perl
49257            ! embed.h embed.pl global.sym perl.h proto.h
49258 ____________________________________________________________________________
49259 [ 24420] By: nicholas                              on 2005/05/08  22:09:18
49260         Log: Perl_croak uses perl's printf, so can pass in SVs direct - no need for
49261              SvPV and a %s format.
49262      Branch: perl
49263            ! mg.c perl.h pp.c pp_hot.c
49264 ____________________________________________________________________________
49265 [ 24419] By: nicholas                              on 2005/05/08  21:40:29
49266         Log: There's no need to set a reference count for the new SV heads, as it's
49267              always set to 1 at uprooting time.
49268              But set it to zero when DEBUGGING to make things clearer. Plus fix a
49269              bug introduced by change 22945, where the last SV head had an
49270              uninitialised reference count.
49271      Branch: perl
49272            ! sv.c
49273 ____________________________________________________________________________
49274 [ 24418] By: nicholas                              on 2005/05/08  19:45:30
49275         Log: The idea is that when you find something, you stop looking.
49276              ( http://use.perl.org/comments.pl?sid=26369&cid=40183 )
49277      Branch: perl
49278            ! sv.c
49279 ____________________________________________________________________________
49280 [ 24417] By: davem                                 on 2005/05/08  14:39:19
49281         Log: t/TEST's new error messages now include the prefix 'FAILURE--'
49282      Branch: perl
49283            ! t/TEST
49284 ____________________________________________________________________________
49285 [ 24416] By: rgs                                   on 2005/05/08  12:19:51
49286         Log: Tweak the insertion of __attribute__((nonnull())) declarations
49287              in proto.h so it compiles with and without threads with gcc 3.4
49288      Branch: perl
49289            ! embed.pl proto.h
49290 ____________________________________________________________________________
49291 [ 24414] By: rgs                                   on 2005/05/07  17:15:45
49292         Log: Subject: [PATCH] GCC attributes!
49293              From: Andy Lester <andy@petdance.com>
49294              Date: May 4, 2005 11:55 PM
49295              Message-ID: <20050504215540.GA20413@petdance.com>
49296      Branch: perl
49297            ! autodoc.pl av.c doio.c doop.c embed.fnc embed.pl op.c perl.h
49298            ! pod/perlapi.pod proto.h regcomp.c sv.c utf8.c util.c xsutils.c
49299 ____________________________________________________________________________
49300 [ 24413] By: nicholas                              on 2005/05/07  16:08:16
49301         Log: The ptr_table arena variables and code is only needed for ithreads.
49302      Branch: perl
49303            ! intrpvar.h sv.c
49304 ____________________________________________________________________________
49305 [ 24412] By: davem                                 on 2005/05/07  12:57:06
49306         Log: while (my $x ...) { ...; redo } shouldn't undef $x.
49307              In the presence of 'my' in the conditional of a while(), until(),
49308              or for(;;) loop, add an extra scope to the body so that redo
49309              doesn't undef the lexical
49310      Branch: perl
49311            ! embed.fnc embed.h op.c perly.act perly.h perly.tab perly.y
49312            ! pp_ctl.c proto.h t/op/loopctl.t
49313 ____________________________________________________________________________
49314 [ 24411] By: davem                                 on 2005/05/07  11:06:16
49315         Log: add 1.875c to the list of supported bisons
49316      Branch: perl
49317            ! regen_perly.pl
49318 ____________________________________________________________________________
49319 [ 24410] By: nicholas                              on 2005/05/06  22:17:04
49320         Log: Get the correct refcount on the temporary assignment to PL_sigwarn so
49321              that other code assigning to $SIG{__WARN__} doesn't cause a premature
49322              free.
49323      Branch: perl
49324            ! perlio.c t/io/layers.t
49325 ____________________________________________________________________________
49326 [ 24409] By: nicholas                              on 2005/05/06  19:08:35
49327         Log: Ooops. Wise man tests with ithreads before commiting. D'oh!
49328      Branch: perl
49329            ! sv.c
49330 ____________________________________________________________________________
49331 [ 24408] By: nicholas                              on 2005/05/06  18:38:45
49332         Log: Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting.
49333      Branch: perl
49334            ! hv.c intrpvar.h sv.c
49335 ____________________________________________________________________________
49336 [ 24407] By: rgs                                   on 2005/05/06  15:37:30
49337         Log: Upgrade to PathTools 3.07
49338      Branch: perl
49339            ! ext/Cwd/Changes ext/Cwd/t/taint.t lib/Cwd.pm lib/File/Spec.pm
49340            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
49341            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
49342            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
49343            ! lib/File/Spec/t/Spec.t
49344 ____________________________________________________________________________
49345 [ 24406] By: ams                                   on 2005/05/06  15:17:26
49346         Log: Don't pretend SIGZERO exists [#35291].
49347      Branch: perl
49348            ! mg.c
49349 ____________________________________________________________________________
49350 [ 24405] By: nicholas                              on 2005/05/06  13:11:54
49351         Log: Make the arena size changeable at compile time, and up the default by
49352              a factor of 4.
49353      Branch: perl
49354            ! hv.c perl.h sv.c
49355 ____________________________________________________________________________
49356 [ 24404] By: nicholas                              on 2005/05/06  12:34:36
49357         Log: Allocate pointer table entries (for ithread cloning) from an arena
49358      Branch: perl
49359            ! embedvar.h intrpvar.h perlapi.h sv.c
49360 ____________________________________________________________________________
49361 [ 24402] By: davem                                 on 2005/05/05  20:52:11
49362         Log: avoid accessing a just-freed SV (keep ponie happy)
49363      Branch: perl
49364            ! pad.c
49365 ____________________________________________________________________________
49366 [ 24401] By: rgs                                   on 2005/05/05  17:12:38
49367         Log: Missing files in Test::Simple
49368      Branch: perl
49369            + lib/Test/Simple/t/create.t lib/Test/Simple/t/is_deeply_fail.t
49370            + t/lib/Test/Simple/sample_tests/exit.plx
49371 ____________________________________________________________________________
49372 [ 24399] By: nicholas                              on 2005/05/05  15:17:23
49373         Log: Bump versions of non dual-life modules
49374      Branch: perl
49375            ! lib/File/Path.pm lib/FileCache.pm lib/Pod/Html.pm
49376            ! lib/Symbol.pm lib/utf8.pm win32/FindExt.pm
49377 ____________________________________________________________________________
49378 [ 24398] By: nicholas                              on 2005/05/05  14:54:20
49379         Log: Bump version numbers
49380      Branch: perl
49381            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
49382            ! ext/IO/lib/IO/Socket/INET.pm ext/XS/APItest/APItest.pm
49383 ____________________________________________________________________________
49384 [ 24397] By: rgs                                   on 2005/05/05  14:41:55
49385         Log: Upgrade to Test::Simple 0.60
49386      Branch: perl
49387            - lib/Test/Simple/t/is_deeply.t
49388            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
49389            ! lib/Test/Simple.pm lib/Test/Simple/Changes
49390            ! lib/Test/Simple/t/00signature.t
49391            ! lib/Test/Simple/t/circular_data.t lib/Test/Simple/t/exit.t
49392            ! lib/Test/Simple/t/fork.t lib/Test/Simple/t/has_plan.t
49393            ! lib/Test/Simple/t/has_plan2.t lib/Test/Simple/t/is_fh.t
49394            ! lib/Test/Simple/t/require_ok.t
49395 ____________________________________________________________________________
49396 [ 24396] By: nicholas                              on 2005/05/05  14:28:42
49397         Log: Bump B version numbers
49398      Branch: perl
49399            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
49400            ! ext/B/B/Disassembler.pm ext/B/B/Terse.pm
49401            ! ext/B/t/OptreeCheck.pm
49402 ____________________________________________________________________________
49403 [ 24393] By: davem                                 on 2005/05/05  12:06:32
49404         Log: stop Math/BigInt/t/bare_mbf.t producing spurious test output
49405      Branch: perl
49406            ! lib/Math/BigInt/t/bare_mbf.t
49407 ____________________________________________________________________________
49408 [ 24392] By: davem                                 on 2005/05/05  12:01:51
49409         Log: strictifying t/TEST stopped it handling '1..n todo' correctly
49410              (made scope of %toto too narrow)
49411      Branch: perl
49412            ! t/TEST
49413 ____________________________________________________________________________
49414 [ 24390] By: davem                                 on 2005/05/05  00:34:50
49415         Log: make t/TEST detect various failure modes in testfile outputs
49416              in particular:
49417              multiple leader lines
49418              leader line not first or last line of file
49419              unrecognised lines
49420              out-of-sequence test numbers
49421      Branch: perl
49422            ! t/TEST
49423 ____________________________________________________________________________
49424 [ 24389] By: davem                                 on 2005/05/04  22:14:54
49425         Log: strictify t/TEST
49426              make most variables lexical, narrow their scope, and give some of
49427              them more meaningful names. Also fix a harmless bug where the wrong
49428              filehandles are closed (A+B rather than U+A)
49429      Branch: perl
49430            ! t/TEST
49431 ____________________________________________________________________________
49432 [ 24388] By: rgs                                   on 2005/05/04  20:50:59
49433         Log: Document the unportability of atan2() edge cases
49434              and remove unportable tests (by Steve Peters)
49435      Branch: perl
49436            ! pod/perlport.pod t/op/exp.t
49437 ____________________________________________________________________________
49438 [ 24387] By: davem                                 on 2005/05/04  20:30:00
49439         Log: add test for [perl #34682] leaving eval via last in inner runops
49440      Branch: perl
49441            ! t/op/eval.t
49442 ____________________________________________________________________________
49443 [ 24386] By: rgs                                   on 2005/05/04  18:31:19
49444         Log: Fix test numerotation
49445      Branch: perl
49446            ! t/op/goto.t
49447 ____________________________________________________________________________
49448 [ 24385] By: davem                                 on 2005/05/04  15:52:11
49449         Log: make goto.t use test.pl, strict and warnings
49450      Branch: perl
49451            ! t/op/goto.t
49452 ____________________________________________________________________________
49453 [ 24384] By: davem                                 on 2005/05/04  14:01:40
49454         Log: SEGV when next is followed by a goto
49455              
49456              next and redo didn't restore PL_curcop
49457      Branch: perl
49458            ! pp_ctl.c t/op/goto.t
49459 ____________________________________________________________________________
49460 [ 24383] By: ams                                   on 2005/05/04  12:12:30
49461         Log: Subject: [PATCH] perlvar.pod verbatim paragraph first line does not start with a space
49462              From: Offer Kaye <offer.kaye@gmail.com>
49463              Date: Wed, 4 May 2005 15:10:37 +0300
49464              Message-Id: <56942505050405101bfe678d@mail.gmail.com>
49465      Branch: perl
49466            ! pod/perlvar.pod
49467 ____________________________________________________________________________
49468 [ 24382] By: rgs                                   on 2005/05/04  11:21:54
49469         Log: Sync synopses
49470      Branch: perl
49471            ! pod/perl.pod pod/perlrun.pod
49472 ____________________________________________________________________________
49473 [ 24381] By: davem                                 on 2005/05/03  22:10:45
49474         Log: document the internals of exception handling
49475      Branch: perl
49476            ! pod/perlhack.pod
49477 ____________________________________________________________________________
49478 [ 24380] By: rgs                                   on 2005/05/03  15:43:34
49479         Log: Fix getting prototype of builtins mkdir and setpgrp.
49480              Hardcode special exceptions for exec and system, instead
49481              of trying to be clever and failing.
49482      Branch: perl
49483            ! opcode.h opcode.pl pp.c t/op/cproto.t
49484 ____________________________________________________________________________
49485 [ 24379] By: rgs                                   on 2005/05/03  12:18:50
49486         Log: Error in the latest FindBin patch, noticed by Nicholas
49487      Branch: perl
49488            ! lib/FindBin.pm
49489 ____________________________________________________________________________
49490 [ 24378] By: rgs                                   on 2005/05/03  12:15:45
49491         Log: mkdir without arguments now defaults to $_
49492      Branch: perl
49493            ! opcode.h opcode.pl pod/perlfunc.pod t/op/cproto.t t/op/mkdir.t
49494 ____________________________________________________________________________
49495 [ 24377] By: nicholas                              on 2005/05/03  12:00:25
49496         Log: ok($a == $b) better written as cmp_ok($a, '==', $b)
49497              (The latter gives more diagnostics in the case of failure)
49498      Branch: perl
49499            ! t/op/exp.t
49500 ____________________________________________________________________________
49501 [ 24376] By: rgs                                   on 2005/05/03  09:45:24
49502         Log: Convert to test.pl
49503      Branch: perl
49504            ! t/op/mkdir.t
49505 ____________________________________________________________________________
49506 [ 24375] By: rgs                                   on 2005/05/03  08:53:25
49507         Log: Fix for [perl #34252] Access rights in FindBin::Bin
49508              At least on my platform, Cwd::getcwd doesn't find the current
49509              directory if it has no access to it. Try harder with Cwd::cwd.
49510      Branch: perl
49511            ! lib/FindBin.pm
49512 ____________________________________________________________________________
49513 [ 24374] By: steveh                                on 2005/05/03  08:51:24
49514         Log: Fix croak() and confess() so that they don't clobber $!
49515              (plus tests to check this)
49516      Branch: perl
49517            ! lib/Carp.pm lib/Carp.t
49518 ____________________________________________________________________________
49519 [ 24373] By: nicholas                              on 2005/05/03  08:45:28
49520         Log: PL_mess_sv is always >= SVt_PVMG, so no need for an if() test
49521      Branch: perl
49522            ! perl.c
49523 ____________________________________________________________________________
49524 [ 24372] By: rgs                                   on 2005/05/03  07:36:17
49525         Log: Subject: [perl #33809] optimize macro dXSARGS 
49526              From: Sergey Skvortsov (via RT) <perlbug-followup@perl.org>
49527              Date: 17 Jan 2005 09:02:33 -0000
49528              Message-ID: <rt-3.0.11-33809-105714.16.4209917806492@perl.org>
49529      Branch: perl
49530            ! XSUB.h pod/perlapi.pod universal.c
49531 ____________________________________________________________________________
49532 [ 24371] By: rgs                                   on 2005/05/03  06:56:03
49533         Log: Subject: [PATCH] IEEE math for the masses
49534              From: Steve Peters <steve@fisharerojo.org>
49535              Date: Fri, 15 Apr 2005 09:10:54 -0500
49536              Message-ID: <20050415141054.GA12749@mccoy.peters.homeunix.org>
49537              
49538              (tests added to t/op/exp.t)
49539      Branch: perl
49540            ! pp.c t/op/exp.t
49541 ____________________________________________________________________________
49542 [ 24370] By: rgs                                   on 2005/05/03  06:30:47
49543         Log: Convert to test.pl
49544      Branch: perl
49545            ! t/op/exp.t
49546 ____________________________________________________________________________
49547 [ 24369] By: nicholas                              on 2005/05/02  20:45:00
49548         Log: A slightly better layout for the diagram.
49549      Branch: perl
49550            ! ext/B/B.pm
49551 ____________________________________________________________________________
49552 [ 24368] By: rgs                                   on 2005/05/02  20:10:34
49553         Log: Clarify the definition of the 'w' pack format, as suggested by
49554              Alexey Toptygin.
49555      Branch: perl
49556            ! pod/perlfunc.pod
49557 ____________________________________________________________________________
49558 [ 24367] By: rgs                                   on 2005/05/02  17:10:19
49559         Log: For perls where pids and ppids are cached, when the ppid of
49560              the perl process becomes 1, refresh the ppid cache (this may
49561              indicate that the parent process has died.)
49562      Branch: perl
49563            ! pp_sys.c
49564 ____________________________________________________________________________
49565 [ 24366] By: rgs                                   on 2005/05/02  16:16:35
49566         Log: Change inheritance hierarchy of B subclassses :
49567              
49568              Subject: @B::NV::ISA = 'B::IV';
49569              From: Nicholas Clark <nick@ccl4.org>
49570              Date: Wed, 27 Apr 2005 14:57:51 +0100
49571              Message-ID: <20050427135750.GD94420@plum.flirble.org>
49572      Branch: perl
49573            ! ext/B/B.pm
49574 ____________________________________________________________________________
49575 [ 24365] By: rgs                                   on 2005/05/02  15:46:51
49576         Log: Subject: [PATCH] printf.patch: Adding printf checking for gcc
49577              From: Andy Lester <andy@petdance.com>
49578              Date: Sun, 1 May 2005 15:07:55 -0500
49579              Message-ID: <20050501200755.GA30259@petdance.com>
49580      Branch: perl
49581            ! gv.c lib/ExtUtils/t/Embed.t pad.c perl.c perl.h perlio.c
49582            ! perlio.h perliol.h pp_pack.c pp_sort.c x2p/util.c x2p/util.h
49583 ____________________________________________________________________________
49584 [ 24364] By: rgs                                   on 2005/05/02  14:48:04
49585         Log: Subject: Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
49586              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
49587              Date: Wed, 3 Nov 2004 16:38:01 +0100
49588              Message-ID: <20041103163801.6839be30@valis.local>
49589      Branch: perl
49590            ! ext/Data/Dumper/Dumper.pm
49591 ____________________________________________________________________________
49592 [ 24363] By: davem                                 on 2005/05/02  14:27:20
49593         Log: Better fix for #8738  (Core dump in 'leavetry')
49594              When in an inner runops loop (eg via a tie or sort), an eval
49595              needs a new JMPENV pushing by S_docatch. If an exception is raised,
49596              control is returned to S_docatch, and it must determine whether
49597              the eval that trapped the exception is an inner eval or an outer
49598              one. In the former case, restart the loop, in the latter case,
49599              rethrow the exception. This is determined by whether we are still
49600              at the same PL_curstackinfo level. This fails in the case of
49601              SPLICE(), which pushes a new SETJMP and runops level, but not a
49602              new stackinfo level. There may be other code which does similar.
49603              The solution is to store the current value of PL_top_env in each
49604              pushed CxEVAL, and see if it's still the same as PL_top_env when
49605              the exception is handled.
49606      Branch: perl
49607            ! cop.h pp_ctl.c
49608 ____________________________________________________________________________
49609 [ 24362] By: davem                                 on 2005/05/02  13:51:42
49610         Log: Revert change #15705 (Core dump in 'leavetry')
49611              This fixes bug #34682, reintroduces bug #8738 (ID 20020301.011),
49612              and reintroduces an eval optimisation for innter runops levels
49613      Branch: perl
49614            ! pp_ctl.c
49615 ____________________________________________________________________________
49616 [ 24361] By: davem                                 on 2005/05/02  13:29:17
49617         Log: move the SETJMP exception-handing definitions from scope.h to cop.h
49618              so that a JMPENV* entry can be added to struct block_eval
49619      Branch: perl
49620            ! cop.h scope.h
49621 ____________________________________________________________________________
49622 [ 24360] By: rgs                                   on 2005/05/02  09:37:04
49623         Log: Fix [perl #35162] $SIG{__DIE__} = 'IGNORE' is base.pm is illegal
49624      Branch: perl
49625            ! lib/base.pm
49626 ____________________________________________________________________________
49627 [ 24359] By: rgs                                   on 2005/05/02  08:09:38
49628         Log: Subject: [PATCH] undo pod utilities regression in 24034
49629              From: "Craig A. Berry" <craigberry@mac.com>
49630              Date: Fri, 29 Apr 2005 17:22:48 -0500
49631              Message-ID: <4272B3B8.6030603@mac.com>
49632      Branch: perl
49633            ! pod/pod2usage.PL pod/podselect.PL
49634 ____________________________________________________________________________
49635 [ 24358] By: rgs                                   on 2005/05/02  07:15:37
49636         Log: Subject: [PATCH] uninitialized warnings in regcomp
49637              From: Steven Philip Schubiger <steven@accognoscere.org>
49638              Date: Mon, 2 May 2005 01:14:29 +0200 (CEST)
49639              Message-Id: <200505012314.j41NETLk018737@accognoscere.homeunix.org>
49640      Branch: perl
49641            ! regcomp.c
49642 ____________________________________________________________________________
49643 [ 24357] By: nicholas                              on 2005/05/01  22:16:16
49644         Log: Explode if anyone attempts to sv_upgrade PL_mess_sv.
49645              Should this be a panic: ?
49646      Branch: perl
49647            ! sv.c
49648 ____________________________________________________________________________
49649 [ 24355] By: merijn                                on 2005/04/29  15:32:17
49650         Log: Put back INSTALL_PREFIX and INSTALL_PREFIX_EXP as they were
49651              unintendedly removed by patch #23435
49652      Branch: perl
49653            ! config_h.SH
49654 ____________________________________________________________________________
49655 [ 24354] By: merijn                                on 2005/04/29  13:59:36
49656         Log: Subject: [PATCH] Small patch to perlport.pod
49657              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
49658              Date: Thu, 28 Apr 2005 02:24:04 +0200
49659              Message-Id: <D38E89F3-B77B-11D9-B91D-000502F3279F@free.fr>
49660      Branch: perl
49661            ! pod/perlport.pod
49662 ____________________________________________________________________________
49663 [ 24353] By: steveh                                on 2005/04/29  09:07:19
49664         Log: Subject: [PATCH] one cannot "static" exported functions
49665              From: <jarkko.hietaniemi@nokia.com>
49666              Date: Fri, 29 Apr 2005 11:02:01 +0300
49667              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D705@esebe105.NOE.Nokia.com>
49668      Branch: perl
49669            ! perlio.c
49670 ____________________________________________________________________________
49671 [ 24352] By: steveh                                on 2005/04/29  08:24:50
49672         Log: Skip PL_sig_sv when PERL_IMPLICIT_CONTEXT is defined
49673              (rather than when PERL_IMPLICIT_SYS is defined)
49674      Branch: perl
49675            ! makedef.pl
49676 ____________________________________________________________________________
49677 [ 24351] By: nicholas                              on 2005/04/28  22:28:53
49678         Log: Refactor Perl_sv_utf8_upgrade_flags to use SvPV_free
49679      Branch: perl
49680            ! sv.c
49681 ____________________________________________________________________________
49682 [ 24350] By: steveh                                on 2005/04/28  16:42:13
49683         Log: Subject: (in blead) a missing const in a prototype
49684              From: <jarkko.hietaniemi@nokia.com>
49685              Date: Wed, 27 Apr 2005 17:35:27 +0300
49686              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6ED@esebe105.NOE.Nokia.com>
49687      Branch: perl
49688            ! embed.fnc proto.h
49689 ____________________________________________________________________________
49690 [ 24349] By: steveh                                on 2005/04/28  16:38:51
49691         Log: Silence a compilation warning on Win32
49692      Branch: perl
49693            ! pp.c
49694 ____________________________________________________________________________
49695 [ 24348] By: nicholas                              on 2005/04/28  11:22:15
49696         Log: Add a new macro SvPV_free() which undoes OOK and free()s the PVX(),
49697              becase there's a lot of code around that calls SvOOK_off(), memmov()s
49698              the buffer, then promptly free()s it. So avoid the needless memmov().
49699      Branch: perl
49700            ! perl.c pp.c pp_ctl.c pp_hot.c sv.c sv.h
49701 ____________________________________________________________________________
49702 [ 24347] By: steveh                                on 2005/04/28  11:13:55
49703         Log: Remove temporary clean-up from Win32 makefiles
49704              
49705              Change 22501 temporarily added some clean-up to the Win32 makefiles
49706              which was only meant to stay until cpan rt #5616 was fixed.  It is
49707              now fixed (in EU-MM 6.22, which in turn has been in blead for a
49708              while now), so these hacks are no longer required.
49709              
49710              This change is also good for maint, which currently contains EU-MM
49711              6.17, which didn't create the blibdirs.exists files in question
49712              anyway.
49713      Branch: perl
49714            ! win32/Makefile win32/makefile.mk
49715 ____________________________________________________________________________
49716 [ 24345] By: rgs                                   on 2005/04/28  09:29:07
49717         Log: Remove confusing punctuation
49718              (spotted by David Rigaudiere)
49719      Branch: perl
49720            ! pod/perlvar.pod
49721 ____________________________________________________________________________
49722 [ 24344] By: nicholas                              on 2005/04/28  09:29:06
49723         Log: Calling sv_backoff() on something that's about to be free()d will
49724              memmov() memory that's about to be freed. Seems wasteful.
49725      Branch: perl
49726            ! sv.c
49727 ____________________________________________________________________________
49728 [ 24341] By: steveh                                on 2005/04/28  08:44:28
49729         Log: Fix perlsio_binmode() export breakage caused by change #24338
49730              
49731              Define and export perlsio_binmode() based on the same condition,
49732              namely, that USE_PERLIO is defined and USE_SFIO is not.
49733      Branch: perl
49734            ! makedef.pl perlio.c
49735 ____________________________________________________________________________
49736 [ 24340] By: nicholas                              on 2005/04/28  08:34:57
49737         Log: The if() clause is the wrong way round, so OOK can never be true in
49738              this case. Given that OOK is never undone, we could never have been
49739              correctly upgrading a PV with OOK to HV or AV. I believe that only
49740              SVt_NULL is the only type ever upgraded to HV or AV.
49741      Branch: perl
49742            ! sv.c
49743 ____________________________________________________________________________
49744 [ 24339] By: rgs                                   on 2005/04/27  20:24:30
49745         Log: A couple of warning fixes by Gisle
49746      Branch: perl
49747            ! pp.c pp_sys.c
49748 ____________________________________________________________________________
49749 [ 24338] By: rgs                                   on 2005/04/27  14:48:46
49750         Log: Subject: [PATCH] perlio-two.patch: More warnings squashed, more consts
49751              From: Andy Lester <andy@petdance.com>
49752              Date: Wed, 27 Apr 2005 10:02:43 -0500
49753              Message-ID: <20050427150243.GA21883@petdance.com>
49754      Branch: perl
49755            ! perl.c perlio.c perlio.h perliol.h
49756 ____________________________________________________________________________
49757 [ 24334] By: steveh                                on 2005/04/27  08:35:40
49758         Log: Subject: Win32 MM test fix
49759              From: Michael G Schwern <schwern@pobox.com>
49760              Date: Mon, 18 Apr 2005 14:30:19 -0700
49761              Message-ID: <20050418213019.GA15797@windhund.schwern.org>
49762              
49763              Subject: Re: Win32 MM test fix
49764              From: demerphq <demerphq@gmail.com>
49765              Date: Tue, 19 Apr 2005 00:57:59 +0200
49766              Message-ID: <9b18b31105041815573e10dc10@mail.gmail.com>
49767      Branch: perl
49768            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
49769 ____________________________________________________________________________
49770 [ 24333] By: rgs                                   on 2005/04/26  21:03:43
49771         Log: Subject: [PATCH] XS() __attribute__
49772              From: Andy Lester <andy@petdance.com>
49773              Date: Fri, 22 Apr 2005 17:39:47 -0500
49774              Message-ID: <20050422223947.GA4681@petdance.com>
49775      Branch: perl
49776            ! XSUB.h universal.c xsutils.c
49777 ____________________________________________________________________________
49778 [ 24328] By: rgs                                   on 2005/04/26  14:27:01
49779         Log: Subject: Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patches
49780              From: Andy Lester <andy@petdance.com>
49781              Date: Mon, 25 Apr 2005 17:56:51 -0500
49782              Message-ID: <20050425225651.GB17271@petdance.com>
49783      Branch: perl
49784            ! embed.fnc embed.h perl.h pod/perlapi.pod pp_pack.c proto.h
49785 ____________________________________________________________________________
49786 [ 24326] By: rgs                                   on 2005/04/26  12:49:03
49787         Log: Upgrade to CGI.pm 3.08
49788      Branch: perl
49789            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm
49790            ! lib/CGI/Pretty.pm
49791 ____________________________________________________________________________
49792 [ 24325] By: merijn                                on 2005/04/26  11:28:42
49793         Log: Subject: [PATCH?] for AIX problems? RE: [PATCH] Symbian port of Perl
49794              Date: Tue, 26 Apr 2005 12:22:12 +0300
49795              From: <jarkko.hietaniemi@nokia.com>
49796              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6CB@esebe105.NOE.Nokia.com>
49797              From: Steve Hay <steve.hay@uk.radan.com>
49798              Message-ID: <426E11A3.8070002@uk.radan.com>
49799      Branch: perl
49800            ! ext/Storable/Storable.xs
49801 ____________________________________________________________________________
49802 [ 24321] By: steveh                                on 2005/04/25  13:09:57
49803         Log: Update location to fetch dmake from in README.win32
49804              
49805              Use the generic search.cpan.org URL so that the latest version is
49806              always found
49807      Branch: perl
49808            ! README.win32
49809 ____________________________________________________________________________
49810 [ 24320] By: nicholas                              on 2005/04/25  11:41:01
49811         Log: Subject: [PATCH] mktables.lst and related stuff (was Re: [PATCH] Unicode 4.1.0)
49812              From: demerphq <demerphq@gmail.com>
49813              Message-ID: <9b18b31105042412352fcf2bc5@mail.gmail.com>
49814              Date: Sun, 24 Apr 2005 21:35:35 +0200
49815      Branch: perl
49816            ! lib/unicore/README.perl lib/unicore/mktables
49817            ! lib/unicore/mktables.lst
49818 ____________________________________________________________________________
49819 [ 24319] By: steveh                                on 2005/04/25  11:05:24
49820         Log: Provide $Config{libswanted_uselargefiles} on Win32
49821              
49822              This fixes some test failures introduced by change 24271.
49823      Branch: perl
49824            ! win32/config.bc win32/config.gc win32/config.vc
49825            ! win32/config.vc64
49826 ____________________________________________________________________________
49827 [ 24318] By: steveh                                on 2005/04/25  07:47:11
49828         Log: Subject: [PATCH] combopatch
49829              From: Jarkko Hietaniemi <jhi@iki.fi>
49830              Date: Sun, 24 Apr 2005 22:58:15 +0300
49831              Message-ID: <426BFA57.9060105@iki.fi>
49832      Branch: perl
49833            ! embed.fnc makedef.pl mg.c perl.c perl.h perlvars.h pp_pack.c
49834            ! proto.h toke.c util.c
49835 ____________________________________________________________________________
49836 [ 24317] By: rgs                                   on 2005/04/25  06:30:44
49837         Log: Fix typo, noticed by Randal Schwartz
49838      Branch: perl
49839            ! pod/perlfunc.pod
49840 ____________________________________________________________________________
49841 [ 24316] By: ams                                   on 2005/04/25  01:36:38
49842         Log: Add STORABLE_attach hook (Adam Kennedy).
49843      Branch: perl
49844            + ext/Storable/t/HAS_ATTACH.pm ext/Storable/t/attach_errors.t
49845            + ext/Storable/t/attach_singleton.t
49846            + ext/Storable/t/circular_hook.t
49847            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
49848            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
49849 ____________________________________________________________________________
49850 [ 24315] By: rgs                                   on 2005/04/24  15:25:18
49851         Log: Add files missing in 24314
49852      Branch: perl
49853            + lib/Test/Harness/Point.pm lib/Test/Harness/t/from_line.t
49854            + lib/Test/Harness/t/point-parse.t lib/Test/Harness/t/point.t
49855            + lib/Test/Harness/t/version.t
49856 ____________________________________________________________________________
49857 [ 24314] By: rgs                                   on 2005/04/24  13:26:50
49858         Log: Upgrade to Test::Harness 2.48
49859      Branch: perl
49860            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
49861            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
49862            ! lib/Test/Harness/t/00compile.t
49863            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
49864            ! t/lib/sample-tests/skip
49865 ____________________________________________________________________________
49866 [ 24313] By: merijn                                on 2005/04/24  11:52:03
49867         Log: Subject: [PATCH] Add -Wdeclaration-after-statement to default flags for gcc 3+
49868              From: Steve Peters <steve@fisharerojo.org>
49869              Date: Sat, 23 Apr 2005 22:37:48 -0500
49870              Message-ID: <20050424033748.GA23117@mccoy.peters.homeunix.org>
49871      Branch: perl
49872            ! Configure
49873 ____________________________________________________________________________
49874 [ 24311] By: rgs                                   on 2005/04/24  11:48:24
49875         Log: Add %patchlevel hash to Module::CoreList
49876      Branch: perl
49877            ! lib/Module/CoreList.pm
49878 ____________________________________________________________________________
49879 [ 24310] By: merijn                                on 2005/04/24  09:12:37
49880         Log: Subject: [PATCH] lib/Time/Local.t: time_t is unsigned on VMS
49881              From: "Craig A. Berry" <craigberry@mac.com>
49882              Date: Sat, 23 Apr 2005 18:25:52 -0500
49883              Message-ID: <426AD980.2010801@mac.com>
49884      Branch: perl
49885            ! lib/Time/Local.t
49886 ____________________________________________________________________________
49887 [ 24309] By: nicholas                              on 2005/04/23  14:00:49
49888         Log: Variable declarations can't come after statements in C89.
49889      Branch: perl
49890            ! util.c
49891 ____________________________________________________________________________
49892 [ 24308] By: nicholas                              on 2005/04/23  13:57:41
49893         Log: Save state when auto-generating #ifdef PERL_CORE and PERL_CORE/PERL_EXT
49894              reducing embed.h by about 10%.
49895      Branch: perl
49896            ! embed.h embed.pl
49897 ____________________________________________________________________________
49898 [ 24307] By: davem                                 on 2005/04/23  13:56:18
49899         Log: Subject:  [PATCH] Fix for warnings in util.c/Perl_init_tm()
49900              From:  Steve Peters <steve@fisharerojo.org>
49901              Date:  Fri, 22 Apr 2005 22:36:03 -0500
49902              Message-Id:  <20050423033603.GA32547@mccoy.peters.homeunix.org>
49903              
49904              localtime() can return null
49905      Branch: perl
49906            ! util.c
49907 ____________________________________________________________________________
49908 [ 24303] By: nicholas                              on 2005/04/22  21:40:21
49909         Log: Convert to test.pl
49910      Branch: perl
49911            ! t/op/substr.t
49912 ____________________________________________________________________________
49913 [ 24301] By: nicholas                              on 2005/04/22  16:21:46
49914         Log: Subject: [PATCH] t/uni/class.t -- update VMS test skippage
49915              From: "Craig A. Berry" <craigberry@mac.com>
49916              Message-ID: <42692501.6090809@mac.com>
49917              Date: Fri, 22 Apr 2005 11:23:29 -0500
49918      Branch: perl
49919            ! t/uni/class.t
49920 ____________________________________________________________________________
49921 [ 24300] By: rgs                                   on 2005/04/22  16:17:36
49922         Log: Patch by Yves Orton to accept several options on the corelist(1)
49923              command-line. Plus POD nits.
49924      Branch: perl
49925            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
49926 ____________________________________________________________________________
49927 [ 24290] By: steveh                                on 2005/04/22  13:51:47
49928         Log: Fix last remaining Win32 linker error following change 24271
49929              
49930              (Supplied by Jarkko in a makedef.pl that was omitted from the
49931              aforementioned change)
49932      Branch: perl
49933            ! makedef.pl
49934 ____________________________________________________________________________
49935 [ 24287] By: rgs                                   on 2005/04/22  12:42:37
49936         Log: There's no point listing '-f' in --help output
49937              when perl isn't built with USE_SITECUSTOMIZE, since it might
49938              confuse users about $sitelib/sitecustomize.pl being sourced
49939              at startup.
49940      Branch: perl
49941            ! perl.c
49942 ____________________________________________________________________________
49943 [ 24286] By: nicholas                              on 2005/04/22  12:37:19
49944         Log: For now, TODO the 2 tests that fail on 5.8.x
49945      Branch: perl
49946            ! ext/B/t/optree_specials.t
49947 ____________________________________________________________________________
49948 [ 24284] By: rgs                                   on 2005/04/22  12:34:14
49949         Log: -A wasn't listed in the --help output
49950      Branch: perl
49951            ! perl.c
49952 ____________________________________________________________________________
49953 [ 24280] By: steveh                                on 2005/04/22  09:59:54
49954         Log: Fix more Win32 linker errors following change 24271
49955              
49956              This clears up problems with Perl_free_global_struct and
49957              Perl_init_global_struct
49958      Branch: perl
49959            ! embed.fnc embed.h global.sym makedef.pl proto.h
49960 ____________________________________________________________________________
49961 [ 24279] By: rgs                                   on 2005/04/22  09:04:08
49962         Log: Subject: [PATCH] pp_pack.c warning quieting
49963              From: Andy Lester <andy@petdance.com>
49964              Date: Thu, 21 Apr 2005 11:33:13 -0500
49965              Message-ID: <20050421163313.GA20930@petdance.com>
49966      Branch: perl
49967            ! pp_pack.c
49968 ____________________________________________________________________________
49969 [ 24278] By: steveh                                on 2005/04/22  08:59:58
49970         Log: Fix Win32 linker errors following change 24271
49971              
49972              This clears up "unresolved external" errors for the following symbols:
49973              
49974              PL_watch_pvx
49975              Perl_Gappctx_ptr
49976              Perl_Gmmap_page_size_ptr
49977              Perl_Gsig_defaulting_ptr
49978              Perl_Gsig_handlers_initted_ptr
49979              Perl_Gsig_ignoring_ptr
49980              Perl_Gsig_sv_ptr
49981              Perl_Gtimesbase_ptr
49982              Perl_Gwatch_pvx_ptr
49983      Branch: perl
49984            ! makedef.pl
49985 ____________________________________________________________________________
49986 [ 24277] By: rgs                                   on 2005/04/22  08:48:14
49987         Log: Subject: [PATCH] bytecode.pl, bytecode.h, and sv.h fixes
49988              From: Steve Peters <steve@fisharerojo.org>
49989              Date: Thu, 21 Apr 2005 18:55:47 -0500
49990              Message-ID: <20050421235547.GA12149@mccoy.peters.homeunix.org>
49991      Branch: perl
49992            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
49993            ! sv.h
49994 ____________________________________________________________________________
49995 [ 24276] By: steveh                                on 2005/04/22  08:13:01
49996         Log: Fix my_chsize() for systems having chsize(), broken by change #24271
49997      Branch: perl
49998            ! pp_sys.c
49999 ____________________________________________________________________________
50000 [ 24275] By: davem                                 on 2005/04/21  21:30:11
50001         Log: Sigh - really bump Text::Wrap version number this time.
50002      Branch: perl
50003            ! lib/Text/Wrap.pm
50004 ____________________________________________________________________________
50005 [ 24274] By: davem                                 on 2005/04/21  21:27:15
50006         Log: bump version number in Text::Wrap after change #24273
50007      Branch: perl
50008            ! lib/Text/Wrap.pm
50009 ____________________________________________________________________________
50010 [ 24273] By: davem                                 on 2005/04/21  21:22:54
50011         Log: Text::Wrap::wrap() fails with non-space separator
50012      Branch: perl
50013            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
50014 ____________________________________________________________________________
50015 [ 24271] By: rgs                                   on 2005/04/21  15:38:30
50016         Log: Subject: [PATCH] Symbian port of Perl
50017              From: <jarkko.hietaniemi@nokia.com>
50018              Date: Mon, 18 Apr 2005 13:18:30 +0300
50019              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com>
50020      Branch: perl
50021            + README.symbian ext/DynaLoader/dl_symbian.xs
50022            + symbian/PerlApp.cpp symbian/PerlApp.h symbian/PerlApp.hrh
50023            + symbian/PerlApp.rss symbian/PerlAppAif.rss
50024            + symbian/PerlBase.cpp symbian/PerlBase.h symbian/PerlBase.pod
50025            + symbian/PerlRecog.cpp symbian/PerlRecog.mmp symbian/README
50026            + symbian/TODO symbian/bld.inf symbian/config.pl
50027            + symbian/config.sh symbian/cwd.pl symbian/demo_pl
50028            + symbian/install.cfg symbian/makesis.pl symbian/port.pl
50029            + symbian/sanity.pl symbian/sdk.pl symbian/symbian_dll.cpp
50030            + symbian/symbian_proto.h symbian/symbian_stubs.c
50031            + symbian/symbian_stubs.h symbian/symbian_utils.cpp
50032            + symbian/symbianish.h symbian/uid.pl symbian/version.pl
50033            + symbian/xsbuild.pl
50034            ! EXTERN.h INTERN.h MANIFEST Porting/curliff.pl Porting/makerel
50035            ! XSUB.h av.c bytecode.pl configpm doio.c dump.c embed.fnc
50036            ! embed.h embed.pl embedvar.h ext/B/B.xs
50037            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
50038            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
50039            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c
50040            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
50041            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
50042            ! ext/POSIX/POSIX.xs ext/PerlIO/scalar/scalar.xs
50043            ! ext/PerlIO/via/via.xs ext/SDBM_File/sdbm/sdbm.c
50044            ! ext/Storable/Storable.xs ext/Time/HiRes/HiRes.xs global.sym
50045            ! globvar.sym gv.c hv.c intrpvar.h lib/ExtUtils/t/Embed.t
50046            ! lib/ExtUtils/xsubpp lib/File/Spec.pm lib/File/Spec/Win32.pm
50047            ! locale.c mg.c miniperlmain.c numeric.c op.c opcode.h opcode.pl
50048            ! pad.c patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.c
50049            ! perlio.h perliol.h perlvars.h pod.lst pod/perl.pod
50050            ! pod/perlguts.pod pod/perlintern.pod pp.c pp_ctl.c pp_hot.c
50051            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.pl regcomp.c
50052            ! regexec.c scope.h sv.c taint.c toke.c universal.c utf8.c
50053            ! utf8.h util.c util.h vms/descrip_mms.template win32/Makefile
50054            ! win32/makefile.mk win32/win32io.c xsutils.c
50055 ____________________________________________________________________________
50056 [ 24270] By: davem                                 on 2005/04/21  15:36:14
50057         Log: substr uses utf8 length cache incorrectly
50058      Branch: perl
50059            ! sv.c t/op/substr.t
50060 ____________________________________________________________________________
50061 [ 24269] By: davem                                 on 2005/04/21  00:13:14
50062         Log: Subject:  [PATCH] extra code in pp_concat, Take 2
50063              From:  Andy Lester <andy@petdance.com>
50064              Date:  Wed, 13 Apr 2005 21:06:01 -0500
50065              Message-Id:  <20050414020601.GA21346@petdance.com>
50066              
50067              add 'const', and remove extraneous code, from pp_concat
50068      Branch: perl
50069            ! pp_hot.c t/op/concat.t
50070 ____________________________________________________________________________
50071 [ 24268] By: davem                                 on 2005/04/20  23:56:18
50072         Log: Subject:  patch to [PATCH] Fix MGVTBL structures in perl.h (preprocessor
50073              From:  David Dyck <david.dyck@fluke.com>
50074              Date:  Wed, 20 Apr 2005 16:35:55 -0700 (PDT)
50075              Message-Id:  <Pine.LNX.4.62.0504201627550.27786@dd.tc.fluke.com>
50076              
50077              fix nits in change #24264:
50078              some preprocessors don't like #ifdefs within a macro's args;
50079              also removed duplicate semicolons from macro definitions.
50080      Branch: perl
50081            ! perl.h
50082 ____________________________________________________________________________
50083 [ 24267] By: davem                                 on 2005/04/20  23:35:54
50084         Log: In change 24266 I failed to actually change anything. Sigh.
50085      Branch: perl
50086            ! ext/Sys/Syslog/Syslog.pm
50087 ____________________________________________________________________________
50088 [ 24266] By: davem                                 on 2005/04/20  23:32:04
50089         Log: change misleading syslog() example
50090      Branch: perl
50091            ! ext/Sys/Syslog/Syslog.pm
50092 ____________________________________________________________________________
50093 [ 24265] By: davem                                 on 2005/04/20  21:47:40
50094         Log: Subject:  [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set 
50095              From:  glasser@tang-eleven-seventy-nine.mit.edu (via RT) <perlbug-followup@perl.org>
50096              Date:  20 Apr 2005 19:28:14 -0000
50097              Message-Id:  <rt-3.0.11-35059-111134.0.304511316819145@perl.org>
50098              
50099              improved version of change 21842 that copes with glob DB::sub
50100              existing but &DB::sub not existing.
50101      Branch: perl
50102            ! mg.c pp_ctl.c t/op/caller.t
50103 ____________________________________________________________________________
50104 [ 24264] By: davem                                 on 2005/04/20  21:32:23
50105         Log: Subject:  [PATCH] Fix MGVTBL structures in perl.h
50106              From:  Andy Lester <andy@petdance.com>
50107              Date:  Wed, 20 Apr 2005 15:09:24 -0500
50108              Message-Id:  <20050420200923.GA3017@petdance.com>
50109              
50110              The MGVTBL structures contain 7 function pointers, but only 5 were
50111              getting initialized. Plus, there were repeated lists between
50112              declaration and definition; add a macro to declare or define
50113              all the global MGVTBLs as appropriate.
50114      Branch: perl
50115            ! perl.h
50116 ____________________________________________________________________________
50117 [ 24260] By: nicholas                              on 2005/04/20  13:51:54
50118         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #6
50119              From: Steve Peters <steve@fisharerojo.org>
50120              Message-ID: <20050420112720.GA31042@mccoy.peters.homeunix.org>
50121              Date: Wed, 20 Apr 2005 06:27:20 -0500
50122      Branch: perl
50123            ! bytecode.pl ext/ByteLoader/bytecode.h malloc.c sv.c
50124 ____________________________________________________________________________
50125 [ 24258] By: nicholas                              on 2005/04/20  08:13:21
50126         Log: Merge common code. Reduces object size by 1K on x86, 6K on PPC
50127      Branch: perl
50128            ! sv.c
50129 ____________________________________________________________________________
50130 [ 24257] By: davem                                 on 2005/04/19  23:47:38
50131         Log: run regen_headers after addition of FOO_set() macros
50132      Branch: perl
50133            ! ext/ByteLoader/byterun.c
50134 ____________________________________________________________________________
50135 [ 24256] By: davem                                 on 2005/04/19  23:43:54
50136         Log: Subject:  [PATCH] pad_compname_type(), takes care of a clunky macro
50137              From:  Andy Lester <andy@petdance.com>
50138              Date:  Tue, 19 Apr 2005 11:38:44 -0500
50139              Message-Id:  <20050419163844.GA19747@petdance.com>
50140      Branch: perl
50141            ! embed.fnc embed.h pad.c pad.h proto.h
50142 ____________________________________________________________________________
50143 [ 24255] By: davem                                 on 2005/04/19  23:31:52
50144         Log: DEBUG_LEAKING_SCALARS could use the value of a freed PL_op
50145      Branch: perl
50146            ! op.c
50147 ____________________________________________________________________________
50148 [ 24254] By: nicholas                              on 2005/04/19  21:53:38
50149         Log: Don't set things to zero twice. Once is enough. (see also change 15255)
50150      Branch: perl
50151            ! sv.c
50152 ____________________________________________________________________________
50153 [ 24253] By: nicholas                              on 2005/04/19  20:55:24
50154         Log: Restore SvEND_set
50155      Branch: perl
50156            ! sv.h
50157 ____________________________________________________________________________
50158 [ 24252] By: nicholas                              on 2005/04/19  20:07:49
50159         Log: Force RVALUE macros when in PERL_DEBUG_COW
50160      Branch: perl
50161            ! ext/ByteLoader/byterun.c sv.c sv.h
50162 ____________________________________________________________________________
50163 [ 24251] By: nicholas                              on 2005/04/19  14:25:00
50164         Log: Avoid generating thousands of UTF-8 warnings when testing under a
50165              UTF-8 locale
50166      Branch: perl
50167            ! t/op/pack.t
50168 ____________________________________________________________________________
50169 [ 24249] By: rgs                                   on 2005/04/19  11:20:37
50170         Log: Simplify PERL_DEBUG_PAD_ZERO so it continues to expand to
50171              valid C code
50172      Branch: perl
50173            ! perl.h
50174 ____________________________________________________________________________
50175 [ 24248] By: nicholas                              on 2005/04/19  09:55:51
50176         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #5
50177              From: Steve Peters <steve@fisharerojo.org>
50178              Message-ID: <20050419000925.GA21640@mccoy.peters.homeunix.org>
50179              Date: Mon, 18 Apr 2005 19:09:25 -0500
50180      Branch: perl
50181            ! dump.c ext/ByteLoader/ByteLoader.pm ext/ByteLoader/byterun.c
50182            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
50183            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
50184            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
50185            ! ext/List/Util/lib/List/Util.pm ext/POSIX/POSIX.pm
50186            ! ext/POSIX/POSIX.xs ext/PerlIO/encoding/encoding.pm
50187            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/scalar/scalar.pm
50188            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.pm
50189            ! ext/Storable/Storable.xs ext/threads/shared/shared.pm
50190            ! ext/threads/shared/shared.xs ext/threads/threads.pm gv.c mg.c
50191            ! op.c pad.c pad.h perl.h pp.c pp.h pp_hot.c pp_pack.c regcomp.c
50192            ! scope.c sv.c sv.h toke.c
50193 ____________________________________________________________________________
50194 [ 24247] By: davem                                 on 2005/04/19  01:38:54
50195         Log: Add CLONE_SKIP() class method to allow individual classes to skip
50196              cloning objects during thread creation
50197      Branch: perl
50198            ! dump.c ext/threads/t/thread.t pod/perlmod.pod sv.c sv.h
50199 ____________________________________________________________________________
50200 [ 24246] By: nicholas                              on 2005/04/18  22:31:48
50201         Log: PERL_DEBUG_COW for SvUVX and SvPVX
50202      Branch: perl
50203            ! ext/DynaLoader/dl_dyld.xs sv.h
50204 ____________________________________________________________________________
50205 [ 24245] By: nicholas                              on 2005/04/18  21:58:22
50206         Log: SvPV_renew also calls SvLEN_set
50207              Add SvPV_shrink_to_cur(sv) to call SvPV_renew with SvCUR(sv)+1.
50208              For Ponie this can be a single call into the PMC
50209      Branch: perl
50210            ! pp_hot.c pp_sys.c sv.h toke.c
50211 ____________________________________________________________________________
50212 [ 24244] By: nicholas                              on 2005/04/18  20:37:13
50213         Log: Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUE
50214              SvPVX
50215      Branch: perl
50216            ! pp_hot.c pp_sys.c sv.h toke.c
50217 ____________________________________________________________________________
50218 [ 24243] By: nicholas                              on 2005/04/18  19:50:12
50219         Log: A more efficient way of expressing the MALLOC_WRAP conditional compile.
50220      Branch: perl
50221            ! handy.h
50222 ____________________________________________________________________________
50223 [ 24242] By: steveh                                on 2005/04/18  16:04:20
50224         Log: Fix bug #33664: allow for transport providers with protocol == 0
50225              
50226              (This indicates that any protocol may be used, so don't bother checking
50227              that the requested protocol matches in this case.)
50228      Branch: perl
50229            ! win32/win32sck.c
50230 ____________________________________________________________________________
50231 [ 24241] By: nicholas                              on 2005/04/18  15:23:45
50232         Log: Refactor the odd-one-out code before a Renew(SvPVX(...)...)
50233      Branch: perl
50234            ! pp_hot.c
50235 ____________________________________________________________________________
50236 [ 24240] By: nicholas                              on 2005/04/18  14:15:52
50237         Log: Two more uses of lvalue SvIVX()
50238      Branch: perl
50239            ! ext/ByteLoader/byterun.c lib/ExtUtils/t/Constant.t
50240 ____________________________________________________________________________
50241 [ 24239] By: nicholas                              on 2005/04/18  12:18:20
50242         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #4
50243              Message-ID: <20050416160502.GA26957@mccoy.peters.homeunix.org>
50244              From: Steve Peters <steve@fisharerojo.org>
50245              Date: Sat, 16 Apr 2005 11:05:02 -0500
50246              
50247              plus fix to Perl_rvpv_dup assigning to an RV with SvPVX
50248      Branch: perl
50249            ! av.c cop.h ext/PerlIO/encoding/encoding.xs
50250            ! ext/Storable/Storable.xs gv.c malloc.c perl.c pp.c pp_ctl.c
50251            ! pp_hot.c pp_pack.c pp_sort.c scope.c sv.c
50252 ____________________________________________________________________________
50253 [ 24238] By: rgs                                   on 2005/04/15  13:16:29
50254         Log: Update the outdated info in "Minimizing the Perl installation"
50255      Branch: perl
50256            ! INSTALL
50257 ____________________________________________________________________________
50258 [ 24237] By: rgs                                   on 2005/04/14  16:13:45
50259         Log: Fix for:
50260              [perl #34934] perl 5.8.5 on x86 and x86-64 hang at compile-time
50261              From: bstrand@switchmanagement.com (via RT) <perlbug-followup@perl.org>
50262              Date: 12 Apr 2005 19:12:58 -0000
50263              Message-ID: <rt-3.0.11-34934-110595.15.9181274318682@perl.org>
50264              
50265              This syntax error now produces a panic message.
50266      Branch: perl
50267            ! op.c
50268 ____________________________________________________________________________
50269 [ 24236] By: merijn                                on 2005/04/13  15:10:24
50270         Log: Subject: [PATCH] Removing yydestruct from perly.c
50271              From: Andy Lester <andy@petdance.com>
50272              Date: Wed, 13 Apr 2005 10:06:47 -0500
50273              Message-ID: <20050413150647.GA13464@petdance.com>
50274      Branch: perl
50275            ! perly.c
50276 ____________________________________________________________________________
50277 [ 24235] By: merijn                                on 2005/04/13  14:51:00
50278         Log: Mandrakesoft is now Mandriva
50279      Branch: perl
50280            ! AUTHORS
50281 ____________________________________________________________________________
50282 [ 24234] By: merijn                                on 2005/04/13  14:41:20
50283         Log: H.Merijn changed e-mail
50284      Branch: perl
50285            ! AUTHORS Porting/checkAUTHORS.pl Porting/patching.pod
50286            ! README.aix README.hpux ext/Encode/AUTHORS ext/Storable/README
50287 ____________________________________________________________________________
50288 [ 24233] By: rgs                                   on 2005/04/13  08:25:43
50289         Log: Subject: [PATCH Perl 5.9.2] -Wformat 
50290              From: Robin Barker <Robin.Barker@npl.co.uk>
50291              Date: Tue, 12 Apr 2005 18:53:32 +0100
50292              Message-ID: <533D273D4014D411AB1D00062938C4D90849C634@hotel.npl.co.uk>
50293      Branch: perl
50294            ! perly.c regcomp.c regexec.c toke.c
50295 ____________________________________________________________________________
50296 [ 24232] By: rgs                                   on 2005/04/13  07:24:07
50297         Log: Upgrade to ExtUtils::MakeMaker 6.28
50298      Branch: perl
50299            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
50300            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_AIX.pm
50301            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker.pm
50302            ! lib/ExtUtils/Manifest.pm
50303 ____________________________________________________________________________
50304 [ 24231] By: rgs                                   on 2005/04/12  15:30:23
50305         Log: Upgrade to Encode 2.0902
50306      Branch: perl
50307            + ext/Encode/t/utf8strict.t
50308            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
50309            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
50310            ! ext/Encode/MANIFEST ext/Encode/META.yml
50311            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
50312            ! ext/Encode/t/fallback.t
50313 ____________________________________________________________________________
50314 [ 24230] By: nicholas                              on 2005/04/12  11:24:49
50315         Log: Don't PERL_HASH(SvUVX(...)...) as it's actually a set.
50316              Plus add an editor block
50317      Branch: perl
50318            ! op.c
50319 ____________________________________________________________________________
50320 [ 24229] By: nicholas                              on 2005/04/12  09:19:43
50321         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #3
50322              From: Steve Peters <steve@fisharerojo.org>
50323              Message-ID: <20050411023736.GB9355@mccoy.peters.homeunix.org>
50324              Date: Sun, 10 Apr 2005 21:37:36 -0500
50325              
50326              (with correction to SvUV_set)
50327      Branch: perl
50328            ! ext/List/Util/Util.xs sv.c sv.h
50329 ____________________________________________________________________________
50330 [ 24228] By: nicholas                              on 2005/04/11  14:53:38
50331         Log: Avoid taking a reference to SvIVX and putting that address on the
50332              save stack
50333      Branch: perl
50334            ! perl.c pp_ctl.c pp_hot.c
50335 ____________________________________________________________________________
50336 [ 24227] By: steveh                                on 2005/04/11  10:39:59
50337         Log: Support d_libm_lib_version for Win32 (see change 24217)
50338      Branch: perl
50339            ! win32/config.bc win32/config.gc win32/config.vc
50340            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
50341            ! win32/config_H.vc win32/config_H.vc64
50342 ____________________________________________________________________________
50343 [ 24226] By: merijn                                on 2005/04/11  10:09:06
50344         Log: Out of sync metaunit caused the erroneous return of the
50345              removed d_sitecustomize. Mea Culpa.
50346      Branch: perl
50347            ! Configure
50348 ____________________________________________________________________________
50349 [ 24225] By: steveh                                on 2005/04/11  09:39:40
50350         Log: Disable I18N::Langinfo for Win32 since nl_langinfo() isn't available
50351      Branch: perl
50352            ! win32/Makefile win32/makefile.mk
50353 ____________________________________________________________________________
50354 [ 24224] By: rgs                                   on 2005/04/11  09:21:54
50355         Log: Subject: [PATCH] perlfunc.pod: incomplete select description
50356              From: Hernan Perez Masci <hmasci@uolsinectis.com.ar>
50357              Date: Fri, 8 Apr 2005 15:28:28 -0300
50358              Message-Id: <200504081528.28307.hmasci@uolsinectis.com.ar>
50359      Branch: perl
50360            ! pod/perlfunc.pod
50361 ____________________________________________________________________________
50362 [ 24223] By: rgs                                   on 2005/04/11  09:11:53
50363         Log: Make the four-argument form of select() return undef
50364              instead of -1 on error.
50365      Branch: perl
50366            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
50367 ____________________________________________________________________________
50368 [ 24222] By: rgs                                   on 2005/04/11  07:02:59
50369         Log: Make Win32 build (and clean) I18::Langinfo and Math::BigInt::FastCalc
50370      Branch: perl
50371            ! win32/Makefile win32/makefile.mk
50372 ____________________________________________________________________________
50373 [ 24221] By: merijn                                on 2005/04/11  06:06:13
50374         Log: Subject: Re: New Configure functionality
50375              From: Abe Timmerman <abe@ztreet.demon.nl>
50376              Date: Sun, 10 Apr 2005 22:19:28 +0200
50377              Message-Id: <200504102219.29024.abe@ztreet.demon.nl>
50378      Branch: perl
50379            ! configure.com
50380 ____________________________________________________________________________
50381 [ 24220] By: rgs                                   on 2005/04/10  20:03:59
50382         Log: POD typo.
50383      Branch: perl
50384            ! lib/Module/CoreList.pm
50385 ____________________________________________________________________________
50386 [ 24219] By: rgs                                   on 2005/04/10  19:49:49
50387         Log: Module::CoreList: Data from Sebastien Aperghis-Tramoni for perl
50388              5.00{0,1,2}. Upgrade version number.
50389      Branch: perl
50390            ! lib/Module/CoreList.pm
50391 ____________________________________________________________________________
50392 [ 24218] By: merijn                                on 2005/04/10  18:00:05
50393         Log: Sorting still is a mess. This is better.
50394      Branch: perl
50395            ! config_h.SH
50396 ____________________________________________________________________________
50397 [ 24217] By: merijn                                on 2005/04/10  17:08:36
50398         Log: Configure now probes for _LIB_VERSION support in math.h/libm
50399              LIBM_LIB_VERSION is defined if it does
50400      Branch: perl
50401            ! Configure Porting/config_H config_h.SH handy.h
50402 ____________________________________________________________________________
50403 [ 24215] By: rgs                                   on 2005/04/10  15:03:10
50404         Log: Fix [perl #34892] Segfault on &DB::sub declared but not defined
50405      Branch: perl
50406            ! pod/perldiag.pod pp_hot.c
50407 ____________________________________________________________________________
50408 [ 24214] By: merijn                                on 2005/04/10  09:14:06
50409         Log: Subject: [PATCH] usesitecustomize for VMS
50410              From: "Craig A. Berry" <craigberry@mac.com>
50411              Date: Sat, 09 Apr 2005 15:58:43 -0500
50412              Message-ID: <42584203.2090405@mac.com>
50413      Branch: perl
50414            ! configure.com
50415 ____________________________________________________________________________
50416 [ 24213] By: nicholas                              on 2005/04/08  19:11:04
50417         Log: Mangle the expected output correctly for both 5.9 and 5.8
50418      Branch: perl
50419            ! ext/B/t/stash.t
50420 ____________________________________________________________________________
50421 [ 24212] By: rgs                                   on 2005/04/08  16:17:49
50422         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.27
50423              From: Michael G Schwern <schwern@pobox.com>
50424              Date: Thu, 7 Apr 2005 15:15:00 -0700
50425              Message-ID: <20050407221500.GB6223@windhund.schwern.org>
50426              
50427              Fix duplicate target warnings
50428      Branch: perl
50429            ! lib/ExtUtils/MM_Any.pm
50430 ____________________________________________________________________________
50431 [ 24211] By: merijn                                on 2005/04/08  14:22:05
50432         Log: The last remains of d_sitecustomize
50433      Branch: perl
50434            ! Porting/config.sh
50435 ____________________________________________________________________________
50436 [ 24210] By: merijn                                on 2005/04/08  14:16:59
50437         Log: now usesitecustomize is used more generic
50438      Branch: perl
50439            ! config_h.SH
50440 ____________________________________________________________________________
50441 [ 24209] By: steveh                                on 2005/04/08  14:15:14
50442         Log: Subject: Re: [PATCH] Re: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move
50443              From: Steven Schubiger <steven@accognoscere.org>
50444              Date: Thu, 7 Apr 2005 22:38:25 +0200 (CEST)
50445              Message-Id: <200504072038.j37KcPXY011755@accognoscere.homeunix.org>
50446              
50447              (with arguments changed to match perlfunc.pod)
50448      Branch: perl
50449            ! pod/perlport.pod
50450 ____________________________________________________________________________
50451 [ 24208] By: merijn                                on 2005/04/08  14:12:54
50452         Log: Drop d_sitecustomize again. (usesitecustomize is enough)
50453      Branch: perl
50454            ! Configure
50455 ____________________________________________________________________________
50456 [ 24206] By: nicholas                              on 2005/04/08  13:16:07
50457         Log: Add SvIVX() to PERL_DEBUG_COW, and change pad.c to SvIVset()
50458      Branch: perl
50459            ! pad.c sv.h
50460 ____________________________________________________________________________
50461 [ 24205] By: merijn                                on 2005/04/08  12:18:42
50462         Log: Subject: [PATCH] Removing Y2K warnings
50463              From: Andy Lester <andy@petdance.com>
50464              Date: Thu, 7 Apr 2005 17:44:42 -0500
50465              Message-ID: <20050407224442.GA23895@petdance.com>
50466      Branch: perl
50467            - README.Y2K
50468            ! INSTALL MANIFEST lib/warnings.pm pod/buildtoc pod/perldiag.pod
50469            ! pod/perllexwarn.pod pp_hot.c sv.c t/lib/warnings/pp_hot
50470            ! t/lib/warnings/sv t/op/caller.t warnings.h warnings.pl
50471 ____________________________________________________________________________
50472 [ 24204] By: nicholas                              on 2005/04/08  11:29:22
50473         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #2
50474              From: Steve Peters <steve@fisharerojo.org>
50475              Date: Thu, 7 Apr 2005 13:51:49 -0500
50476              Message-ID: <20050407185149.GA4418@mccoy.peters.homeunix.org>
50477      Branch: perl
50478            ! doio.c ext/List/Util/Util.xs ext/threads/threads.xs op.c pp.c
50479            ! pp_ctl.c pp_hot.c sv.c toke.c util.c
50480 ____________________________________________________________________________
50481 [ 24201] By: nicholas                              on 2005/04/08  10:39:15
50482         Log: Add a macro PERL_DEBUG_COW, for aggressive compile time tests of
50483              Copy-On-Write related source changes.
50484              Fix the problem this revealed.
50485      Branch: perl
50486            ! sv.c sv.h
50487 ____________________________________________________________________________
50488 [ 24200] By: nicholas                              on 2005/04/08  10:08:35
50489         Log: MM_AIX needs neatvalue
50490      Branch: perl
50491            ! lib/ExtUtils/MM_AIX.pm
50492 ____________________________________________________________________________
50493 [ 24199] By: nicholas                              on 2005/04/08  10:05:49
50494         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #1
50495              From: Steve Peters <steve@fisharerojo.org>
50496              Message-ID: <20050406232110.GA12249@mccoy.peters.homeunix.org>
50497              Date: Wed, 6 Apr 2005 18:21:10 -0500
50498      Branch: perl
50499            ! ext/ByteLoader/byterun.c ext/List/Util/Util.xs pad.c sv.c
50500            ! toke.c
50501 ____________________________________________________________________________
50502 [ 24198] By: rgs                                   on 2005/04/08  09:48:08
50503         Log: Add perl593delta.pod
50504      Branch: perl
50505            + pod/perl593delta.pod
50506            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
50507            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
50508            ! win32/pod.mak
50509 ____________________________________________________________________________
50510 [ 24194] By: rgs                                   on 2005/04/07  12:42:07
50511         Log: Mention that select() returns -1 on error,
50512              as suggested by Hernan Perez Masci
50513      Branch: perl
50514            ! pod/perlfunc.pod
50515 ____________________________________________________________________________
50516 [ 24192] By: rgs                                   on 2005/04/07  09:51:29
50517         Log: Subject: Re: [PATCH] Re: [perl #34650] perldoc -f my should perhaps mention BEGIN and END
50518              From: Abigail <abigail@abigail.nl>
50519              Date: Wed, 6 Apr 2005 01:41:55 +0200
50520              Message-ID: <20050405234154.GG8680@abigail.nl>
50521      Branch: perl
50522            ! t/japh/abigail.t
50523 ____________________________________________________________________________
50524 [ 24191] By: rgs                                   on 2005/04/07  09:45:27
50525         Log: Subject: Re: Bugs? In Unicode::EastAsianWidth.
50526              From: Autrijus Tang <autrijus@autrijus.org>
50527              Date: Wed, 6 Apr 2005 18:17:32 +0800
50528              Message-ID: <20050406101732.GA17931@aut.dyndns.org>
50529      Branch: perl
50530            ! lib/unicore/mktables
50531 ____________________________________________________________________________
50532 [ 24190] By: rgs                                   on 2005/04/07  09:38:06
50533         Log: Subject: perldbtty$$ location
50534              From: Gisle Aas <gisle@ActiveState.com>
50535              Date: 06 Apr 2005 01:49:54 -0700
50536              Message-ID: <lr3bu48f2l.fsf@caliper.activestate.com>
50537              (and remove trailing whitespace)
50538      Branch: perl
50539            ! pod/perldebug.pod
50540 ____________________________________________________________________________
50541 [ 24189] By: nicholas                              on 2005/04/07  08:43:40
50542         Log: Tabs not spaces in MANIFEST
50543      Branch: perl
50544            ! MANIFEST
50545 ____________________________________________________________________________
50546 [ 24187] By: merijn                                on 2005/04/07  08:33:53
50547         Log: Subject: [perl #34699] documentation bug in "man perlpodspec" 
50548              From: "raf@tradingpost.com.au (via RT)" <perlbug-followup@perl.org>
50549              Date: 7 Apr 2005 00:20:31 -0000
50550              Message-ID: <rt-3.0.11-34699-110174.9.79475562169704@perl.org>
50551      Branch: perl
50552            ! pod/perlpodspec.pod
50553 ____________________________________________________________________________
50554 [ 24185] By: rgs                                   on 2005/04/07  08:07:14
50555         Log: Upgrade to ExtUtils::MakeMaker 6.27,
50556              plus a patch to restore functioning of 'distclean'
50557              for the perl core
50558      Branch: perl
50559            + lib/ExtUtils/MM_AIX.pm lib/ExtUtils/MM_QNX.pm
50560            + lib/ExtUtils/MM_VOS.pm lib/ExtUtils/MakeMaker/Config.pm
50561            + lib/ExtUtils/t/PL_FILES.t lib/ExtUtils/t/config.t
50562            + lib/ExtUtils/t/installbase.t lib/ExtUtils/t/xs.t
50563            + t/lib/MakeMaker/Test/Setup/PL_FILES.pm
50564            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
50565            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
50566            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
50567            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
50568            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
50569            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
50570            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
50571            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
50572            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
50573            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
50574            ! lib/ExtUtils/README lib/ExtUtils/t/INST_PREFIX.t
50575            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_Win32.t
50576            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/dir_target.t
50577            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
50578            ! lib/ExtUtils/t/recurs.t t/lib/MakeMaker/Test/Setup/BFD.pm
50579            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
50580            ! t/lib/MakeMaker/Test/Utils.pm
50581 ____________________________________________________________________________
50582 [ 24178] By: steveh                                on 2005/04/06  15:57:36
50583         Log: Don't try to export symbols that don't exist
50584              
50585              Change #24148 added Perl_rvpv_dup() to the public API, but it is only
50586              defined when USE_ITHREADS is defined.  Adjust makedef.pl accordingly
50587              to keep Win32 happy.
50588      Branch: perl
50589            ! makedef.pl
50590 ____________________________________________________________________________
50591 [ 24176] By: nicholas                              on 2005/04/06  15:11:53
50592         Log: cast to/from (void *) in the re-entrant code. Now watch the smoke rise.
50593      Branch: perl
50594            ! reentr.c reentr.h reentr.pl
50595 ____________________________________________________________________________
50596 [ 24175] By: nicholas                              on 2005/04/06  15:05:32
50597         Log: Casting to/from (void *) sufficient to make a C++ compiler happy.
50598      Branch: perl
50599            ! ext/File/Glob/bsd_glob.c ext/threads/shared/shared.xs
50600            ! ext/threads/threads.xs pad.h sv.c
50601 ____________________________________________________________________________
50602 [ 24174] By: nicholas                              on 2005/04/06  14:36:40
50603         Log: If we're going to prototype modfl(), it needs extern "C" linkage.
50604      Branch: perl
50605            ! perl.h
50606 ____________________________________________________________________________
50607 [ 24173] By: merijn                                on 2005/04/06  06:14:51
50608         Log: 1. t/TEST now deals with SKIP as if it was TODO. This complies to TAP
50609              2. Removed the depricated 'my $foo if expr' there
50610      Branch: perl
50611            ! t/TEST
50612 ____________________________________________________________________________
50613 [ 24171] By: nicholas                              on 2005/04/05  22:34:32
50614         Log: D'oh! We were never correctly spotting a modfl prototype
50615      Branch: perl
50616            ! Configure
50617 ____________________________________________________________________________
50618 [ 24170] By: nicholas                              on 2005/04/05  21:30:21
50619         Log: Add casting to allow g++ (3.3.5) to compile the core code.
50620              A C++ compiler produces lots of warnings that are probably valid
50621              concerns to investigate.
50622      Branch: perl
50623            ! doio.c ext/B/B.xs ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs gv.c
50624            ! perl.c perl.h pp_pack.c scope.c sv.c toke.c util.c x2p/walk.c
50625 ____________________________________________________________________________
50626 [ 24169] By: nicholas                              on 2005/04/05  21:16:01
50627         Log: Tests need to skip if there is no Encode configured.
50628      Branch: perl
50629            ! lib/encoding/warnings/t/1-warning.t
50630            ! lib/encoding/warnings/t/2-fatal.t
50631 ____________________________________________________________________________
50632 [ 24167] By: nicholas                              on 2005/04/05  16:09:59
50633         Log: Using savesvpv() here is terser and produces smaller object code.
50634      Branch: perl
50635            ! doio.c
50636 ____________________________________________________________________________
50637 [ 24166] By: rgs                                   on 2005/04/05  15:23:47
50638         Log: Upgrade to Unicode::Normalize 0.32
50639      Branch: perl
50640            ! ext/Unicode/Normalize/Changes
50641            ! ext/Unicode/Normalize/Makefile.PL
50642            ! ext/Unicode/Normalize/Normalize.pm
50643            ! ext/Unicode/Normalize/Normalize.xs
50644            ! ext/Unicode/Normalize/mkheader ext/Unicode/Normalize/t/form.t
50645            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
50646 ____________________________________________________________________________
50647 [ 24165] By: nicholas                              on 2005/04/05  14:52:05
50648         Log: Down with C++ reserved names
50649              (and also function pointer declarations that rely on the C semantics
50650              of ())
50651      Branch: perl
50652            ! ext/Storable/Storable.xs mg.c op.c perlio.c pp_sort.c
50653            ! universal.c
50654 ____________________________________________________________________________
50655 [ 24164] By: nicholas                              on 2005/04/05  14:51:05
50656         Log: Down with potentially incorrect duplicate prototypes
50657      Branch: perl
50658            ! pp_sys.c
50659 ____________________________________________________________________________
50660 [ 24163] By: nicholas                              on 2005/04/05  14:50:30
50661         Log: Down with more K&R prototypes
50662      Branch: perl
50663            ! ext/DynaLoader/dl_dyld.xs
50664 ____________________________________________________________________________
50665 [ 24162] By: nicholas                              on 2005/04/05  14:49:11
50666         Log: Down with unneeded duplicate prototypes
50667      Branch: perl
50668            ! x2p/a2p.c
50669 ____________________________________________________________________________
50670 [ 24161] By: nicholas                              on 2005/04/05  14:48:33
50671         Log: Down with K&R function arguments
50672      Branch: perl
50673            ! ext/Cwd/Cwd.xs
50674 ____________________________________________________________________________
50675 [ 24160] By: rgs                                   on 2005/04/05  14:06:01
50676         Log: Add Math::BigInt::FastCalc in maintainer list
50677      Branch: perl
50678            ! Porting/Maintainers.pl
50679 ____________________________________________________________________________
50680 [ 24159] By: rgs                                   on 2005/04/05  13:12:22
50681         Log: Adaptations to the Makefile.PL of Math::BigInt/FastCalc, for core-ification
50682      Branch: perl
50683            ! ext/Math/BigInt/FastCalc/Makefile.PL
50684 ____________________________________________________________________________
50685 [ 24158] By: rgs                                   on 2005/04/05  12:56:35
50686         Log: New core module, Math::BigInt::FastCalc
50687              
50688              Subject: [PATCH] integrate Math::BigInt::FastCalc
50689              From: Tels <nospam-abuse@bloodgate.com>
50690              Date: Sun, 3 Apr 2005 11:12:45 +0200
50691              Message-Id: <200504031112.55179@bloodgate.com>
50692      Branch: perl
50693            + ext/Math/BigInt/FastCalc/FastCalc.pm
50694            + ext/Math/BigInt/FastCalc/FastCalc.xs
50695            + ext/Math/BigInt/FastCalc/Makefile.PL
50696            + ext/Math/BigInt/FastCalc/t/bigintfc.t
50697            + ext/Math/BigInt/FastCalc/t/bootstrap.t
50698            + ext/Math/BigInt/FastCalc/t/mbi_rand.t
50699            ! MANIFEST
50700 ____________________________________________________________________________
50701 [ 24155] By: rgs                                   on 2005/04/05  10:40:35
50702         Log: Subject: [Patch] Math::BigInt v1.76, Math::BigRat v0.15, bignum v0.17
50703              From: Tels <nospam-abuse@bloodgate.com>
50704              Date: Sun, 3 Apr 2005 10:43:10 +0200
50705              Message-Id: <200504031043.12273@bloodgate.com>
50706      Branch: perl
50707            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
50708            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/_e_math.t
50709            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc
50710            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
50711            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
50712            ! lib/Math/BigInt/t/req_mbf0.t lib/Math/BigInt/t/req_mbfw.t
50713            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/trap.t
50714            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
50715            ! lib/Math/BigRat/t/bigratpm.t lib/Math/BigRat/t/requirer.t
50716            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
50717 ____________________________________________________________________________
50718 [ 24152] By: rgs                                   on 2005/04/04  20:55:03
50719         Log: That's C, not perl.
50720      Branch: perl
50721            ! patchlevel.h
50722 ____________________________________________________________________________
50723 [ 24151] By: nicholas                              on 2005/04/04  20:53:42
50724         Log: Make -DFORMAT_CHECK compile with threads.
50725      Branch: perl
50726            ! perl.h
50727 ____________________________________________________________________________
50728 [ 24149] By: rgs                                   on 2005/04/04  17:14:37
50729         Log: Bump version to 5.9.3
50730              Restore "DEVEL" tag in patchlevel.h
50731              Regenerate Porting/config*
50732      Branch: perl
50733            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
50734            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
50735            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
50736            ! win32/config_H.gc win32/config_H.vc64 win32/makefile.mk
50737            ! wince/Makefile.ce
50738 ____________________________________________________________________________
50739 [ 24148] By: rgs                                   on 2005/04/04  14:19:30
50740         Log: Subject: [PATCH] const-eight.diff
50741              From: Andy Lester <andy@petdance.com>
50742              Date: Wed, 30 Mar 2005 11:40:24 -0600
50743              Message-ID: <20050330174024.GA12167@petdance.com>
50744      Branch: perl
50745            ! Porting/Maintainers.pl doio.c dump.c embed.fnc embed.h
50746            ! global.sym mg.c op.c perl.c proto.h sv.c universal.c xsutils.c
50747 ____________________________________________________________________________
50748 [ 24147] By: mhx                                   on 2005/04/03  16:47:54
50749         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with ahash symbol"
50750              From: Steven Schubiger <steven@accognoscere.org>
50751              Date: Sun, 3 Apr 2005 11:47:22 +0200 (CEST)
50752              Message-Id: <200504030947.j339lMgp010306@accognoscere.homeunix.org>
50753      Branch: perl
50754            ! pod/perltrap.pod
50755 ____________________________________________________________________________
50756 [ 24139] By: mhx                                   on 2005/04/03  08:19:06
50757         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with a hash symbol"
50758              From: Steven Schubiger <steven@accognoscere.org>
50759              Date: Sat, 2 Apr 2005 19:37:11 +0200 (CEST)
50760              Message-Id: <200504021737.j32HbBNS000652@accognoscere.homeunix.org>
50761      Branch: perl
50762            ! pod/perltrap.pod
50763 ____________________________________________________________________________
50764 [ 24138] By: mhx                                   on 2005/04/03  08:16:25
50765         Log: Fix wrong version for byteorder modifiers feature.
50766      Branch: perl
50767            ! pod/perlpacktut.pod
50768 ____________________________________________________________________________
50769 [ 24137] By: nicholas                              on 2005/04/02  22:58:59
50770         Log: Silence compiler warnings about possibly uninitialised variables.
50771              (None are, but it saves anyone else having to work this out)
50772      Branch: perl
50773            ! regexec.c
50774 ____________________________________________________________________________
50775 [ 24136] By: nicholas                              on 2005/04/02  19:04:27
50776         Log: Fix "[perl #34643] Config_heavy.pl not in archlib"
50777      Branch: perl
50778            ! installperl
50779 ____________________________________________________________________________
50780 [ 24135] By: nicholas                              on 2005/04/02  18:52:11
50781         Log: Oops. Forgot to add this.
50782      Branch: perl
50783            + lib/unicore/NamedSequences.txt
50784 ____________________________________________________________________________
50785 [ 24134] By: nicholas                              on 2005/04/02  18:51:27
50786         Log: Subject: [PATCH] Unicode 4.1.0
50787              From: Jarkko Hietaniemi <jhi@iki.fi>
50788              Message-ID: <424E584D.5000508@iki.fi>
50789              Date: Sat, 02 Apr 2005 11:31:09 +0300
50790      Branch: perl
50791            ! MANIFEST lib/Unicode/UCD.pm lib/Unicode/UCD.t
50792            ! lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
50793            ! lib/unicore/Blocks.txt lib/unicore/CaseFolding.txt
50794            ! lib/unicore/CompositionExclusions.txt
50795            ! lib/unicore/EastAsianWidth.txt
50796            ! lib/unicore/HangulSyllableType.txt lib/unicore/Jamo.txt
50797            ! lib/unicore/LineBreak.txt lib/unicore/NamesList.txt
50798            ! lib/unicore/NormalizationCorrections.txt
50799            ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt
50800            ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl
50801            ! lib/unicore/ReadMe.txt lib/unicore/Scripts.txt
50802            ! lib/unicore/SpecialCasing.txt
50803            ! lib/unicore/StandardizedVariants.txt
50804            ! lib/unicore/UnicodeData.txt lib/unicore/version t/uni/class.t
50805 ____________________________________________________________________________
50806 [ 24133] By: rgs                                   on 2005/04/01  09:16:19
50807         Log: Add encoding::warnings to Maintainers.pl and rebuild META.yml for release
50808      Branch: perl
50809            ! META.yml Porting/Maintainers.pl
50810 ____________________________________________________________________________
50811 [ 24132] By: rgs                                   on 2005/04/01  08:29:26
50812         Log: Update Changes
50813      Branch: perl
50814            ! Changes
50815 ____________________________________________________________________________
50816 [ 24131] By: steveh                                on 2005/04/01  08:18:27
50817         Log: Remove dependency on tr(1) for MinGW builds on Win32
50818              
50819              This leaves things slightly (more) broken for MinGW builds on Cygwin,
50820              but that doesn't currently quite work in other respects and isn't
50821              documented anyway.  See:
50822              
50823              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00751.html
50824      Branch: perl
50825            ! pod/perl592delta.pod win32/makefile.mk
50826 ____________________________________________________________________________
50827 [ 24130] By: rgs                                   on 2005/04/01  07:47:26
50828         Log: Regenerate perltoc and perlmodlib
50829      Branch: perl
50830            ! pod/perlmodlib.pod pod/perltoc.pod
50831 ____________________________________________________________________________
50832 [ 24129] By: rgs                                   on 2005/04/01  07:36:04
50833         Log: POD fixes.
50834      Branch: perl
50835            ! pod/perlfaq1.pod
50836 ____________________________________________________________________________
50837 [ 24128] By: rgs                                   on 2005/04/01  07:19:27
50838         Log: FAQ sync.
50839      Branch: perl
50840            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
50841            ! pod/perlfaq6.pod pod/perlfaq7.pod
50842 ____________________________________________________________________________
50843 [ 24127] By: rgs                                   on 2005/04/01  07:14:22
50844         Log: Add a note about installhtml
50845      Branch: perl
50846            ! pod/perltodo.pod
50847 ____________________________________________________________________________
50848 [ 24126] By: rgs                                   on 2005/03/31  21:51:28
50849         Log: Subject: [PATCH] pp_pack.c warnings on VMS
50850              From: "Craig A. Berry" <craigberry@mac.com>
50851              Date: Thu, 31 Mar 2005 14:51:05 -0600
50852              Message-ID: <424C62B9.2030601@mac.com>
50853      Branch: perl
50854            ! pp_pack.c
50855 ____________________________________________________________________________
50856 [ 24125] By: rgs                                   on 2005/03/31  17:14:01
50857         Log: Mention the current MinGW compilation problems
50858      Branch: perl
50859            ! pod/perl592delta.pod
50860 ____________________________________________________________________________
50861 [ 24124] By: rgs                                   on 2005/03/31  17:11:15
50862         Log: Update Changes
50863      Branch: perl
50864            ! Changes
50865 ____________________________________________________________________________
50866 [ 24123] By: rgs                                   on 2005/03/31  15:52:46
50867         Log: This is 5.9.2. Mostly.
50868      Branch: perl
50869            ! patchlevel.h pod/perlhist.pod
50870 ____________________________________________________________________________
50871 [ 24122] By: steveh                                on 2005/03/31  15:39:57
50872         Log: Fix USE_SITECUSTOMIZE on Win32
50873              
50874              This fixes the problem described in:
50875              
50876              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
50877      Branch: perl
50878            ! win32/win32.c
50879 ____________________________________________________________________________
50880 [ 24121] By: rgs                                   on 2005/03/31  15:24:24
50881         Log: Update copyrights.
50882              Well, those are generated files anyway.
50883      Branch: perl
50884            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
50885            ! proto.h
50886 ____________________________________________________________________________
50887 [ 24120] By: steveh                                on 2005/03/31  14:36:44
50888         Log: Add support for USE_SITECUSTOMIZE in the Win32 makefiles
50889              
50890              Note that this feature doesn't actually work correctly on Win32
50891              until the problem described here is solved:
50892              
50893              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
50894      Branch: perl
50895            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
50896            ! win32/config.vc64 win32/makefile.mk
50897 ____________________________________________________________________________
50898 [ 24119] By: rgs                                   on 2005/03/31  13:52:58
50899         Log: Upgrade to Module::CoreList 1.99
50900      Branch: perl
50901            ! lib/Module/CoreList.pm
50902 ____________________________________________________________________________
50903 [ 24118] By: rgs                                   on 2005/03/31  13:45:17
50904         Log: More known problems.
50905      Branch: perl
50906            ! pod/perl592delta.pod
50907 ____________________________________________________________________________
50908 [ 24117] By: rgs                                   on 2005/03/31  13:10:26
50909         Log: Known problems, reported by Merijn
50910      Branch: perl
50911            ! pod/perl592delta.pod
50912 ____________________________________________________________________________
50913 [ 24116] By: rgs                                   on 2005/03/31  12:45:03
50914         Log: OS typo.
50915      Branch: perl
50916            ! pod/perl592delta.pod
50917 ____________________________________________________________________________
50918 [ 24115] By: rgs                                   on 2005/03/31  12:42:38
50919         Log: Add a tool to generate data for Module::CoreList
50920      Branch: perl
50921            + Porting/corelist.pl
50922            ! MANIFEST
50923 ____________________________________________________________________________
50924 [ 24114] By: rgs                                   on 2005/03/31  11:42:15
50925         Log: More work on perldelta
50926      Branch: perl
50927            ! pod/perl592delta.pod
50928 ____________________________________________________________________________
50929 [ 24113] By: steveh                                on 2005/03/31  10:01:18
50930         Log: Add support for PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED in the
50931              Win32 makefiles
50932      Branch: perl
50933            ! win32/Makefile win32/makefile.mk
50934 ____________________________________________________________________________
50935 [ 24112] By: rgs                                   on 2005/03/31  09:58:40
50936         Log: AUTHORS update
50937      Branch: perl
50938            ! AUTHORS
50939 ____________________________________________________________________________
50940 [ 24111] By: steveh                                on 2005/03/31  09:18:23
50941         Log: A few Win32 makefile tidy-ups (No real changes)
50942      Branch: perl
50943            ! win32/Makefile win32/makefile.mk
50944 ____________________________________________________________________________
50945 [ 24110] By: steveh                                on 2005/03/31  08:20:00
50946         Log: Fix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_SEED_EXPLICIT/)
50947      Branch: perl
50948            ! INSTALL
50949 ____________________________________________________________________________
50950 [ 24109] By: steveh                                on 2005/03/31  07:55:12
50951         Log: One more Win32 compilation clean-up (for when using -DDEBUGGING)
50952      Branch: perl
50953            ! sv.c
50954 ____________________________________________________________________________
50955 [ 24108] By: steveh                                on 2005/03/31  07:36:52
50956         Log: Another Win32 compilation clean-up (for when using Perl's malloc)
50957      Branch: perl
50958            ! malloc.c
50959 ____________________________________________________________________________
50960 [ 24107] By: merijn                                on 2005/03/30  17:03:19
50961         Log: Now that we have the full path, we can skip the which call,
50962              that might cause trouble on testdrive systems.
50963      Branch: perl
50964            ! hints/hpux.sh
50965 ____________________________________________________________________________
50966 [ 24106] By: rgs                                   on 2005/03/30  14:41:51
50967         Log: Update copyrights.
50968      Branch: perl
50969            ! XSUB.h av.c deb.c dump.c embedvar.h gv.h handy.h hv.h
50970            ! miniperlmain.c numeric.c op.h pad.c perl.h pp.h regcomp.h
50971            ! regen_perly.pl scope.h sv.h thrdvar.h thread.h
50972 ____________________________________________________________________________
50973 [ 24105] By: merijn                                on 2005/03/30  14:25:05
50974         Log: Simplify #24043 note now Configure can do -Dusesitecustomize
50975      Branch: perl
50976            ! INSTALL
50977 ____________________________________________________________________________
50978 [ 24104] By: merijn                                on 2005/03/30  14:17:40
50979         Log: Support for -Dusesitecustomize
50980      Branch: perl
50981            ! Configure config_h.SH
50982 ____________________________________________________________________________
50983 [ 24102] By: merijn                                on 2005/03/30  13:43:12
50984         Log: USE_STRLCAT and USE_STRLCPY now actually used
50985              LIBM_VERSION_TYPE and USE_SITECUSTOMIZE are preparations
50986              for future use
50987      Branch: perl
50988            ! handy.h
50989 ____________________________________________________________________________
50990 [ 24101] By: rgs                                   on 2005/03/30  13:34:11
50991         Log: Subject: [PATCH] ext/Errno/Errno_pm.PL: fix for GNU hurd
50992              From: Brendan O'Dea <bod@debian.org>
50993              Date: Wed, 30 Mar 2005 10:30:25 +1000
50994              Message-ID: <20050330003025.GA29797@londo.c47.org>
50995      Branch: perl
50996            ! ext/Errno/Errno_pm.PL
50997 ____________________________________________________________________________
50998 [ 24100] By: rgs                                   on 2005/03/30  13:16:52
50999         Log: Subject: Re: PATCH: byte count feature request for unpack
51000              From: perl5-porters@ton.iguana.be (Ton Hospel)
51001              Date: Sun, 27 Mar 2005 18:32:11 +0000 (UTC)
51002              Message-Id: <d26u7b$i3v$1@post.home.lunix>
51003              
51004              (rework of a patch from Arne Ahrend <aahrend@web.de>)
51005      Branch: perl
51006            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
51007 ____________________________________________________________________________
51008 [ 24099] By: steveh                                on 2005/03/30  08:36:50
51009         Log: A couple more Win32 compilation clean-ups
51010      Branch: perl
51011            ! win32/win32sck.c
51012 ____________________________________________________________________________
51013 [ 24098] By: rgs                                   on 2005/03/30  08:03:13
51014         Log: Minor POD nits.
51015      Branch: perl
51016            ! ext/File/Glob/Glob.pm
51017 ____________________________________________________________________________
51018 [ 24097] By: merijn                                on 2005/03/30  07:49:46
51019         Log: Subject: Re: [PATCH] 5.6 File::Glob documentation insufficient for use
51020              From: Steven Schubiger <steven@accognoscere.org>
51021              Date: Wed, 30 Mar 2005 03:41:03 +0200 (CEST)
51022              Message-Id: <200503300141.j2U1f3EP024524@accognoscere.homeunix.org>
51023      Branch: perl
51024            ! ext/File/Glob/Glob.pm
51025 ____________________________________________________________________________
51026 [ 24096] By: steveh                                on 2005/03/29  15:18:30
51027         Log: Clean-up some warnings when compiling on Win32 with VC++
51028      Branch: perl
51029            ! hv.c mg.c op.c pp_pack.c pp_sort.c pp_sys.c utf8.c util.c
51030 ____________________________________________________________________________
51031 [ 24095] By: rgs                                   on 2005/03/29  12:39:39
51032         Log: Downconst external APIs
51033      Branch: perl
51034            ! embed.fnc gv.h op.c opcode.h opcode.pl pod/perlapi.pod proto.h
51035            ! sv.c util.c
51036 ____________________________________________________________________________
51037 [ 24094] By: rgs                                   on 2005/03/29  09:38:39
51038         Log: The core part of :
51039              Subject: [PATCH] Consting seven
51040              From: Andy Lester <andy@petdance.com>
51041              Date: Sun, 27 Mar 2005 15:57:22 -0600
51042              Message-ID: <20050327215722.GC20451@petdance.com>
51043      Branch: perl
51044            ! embed.fnc embed.h perl.c perlio.c pp_ctl.c proto.h regcomp.c
51045            ! regexec.c util.c
51046 ____________________________________________________________________________
51047 [ 24093] By: steveh                                on 2005/03/29  08:48:50
51048         Log: Fix Win32 compilation nit following change #24074
51049      Branch: perl
51050            ! util.c
51051 ____________________________________________________________________________
51052 [ 24092] By: steveh                                on 2005/03/29  08:22:45
51053         Log: Fix PerlLIO_chsize() for platforms that don't have chsize()
51054              
51055              This is the patch from the end of the thread that started here:
51056              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-09/msg00055.html
51057      Branch: perl
51058            ! doio.c iperlsys.h pp_sys.c
51059 ____________________________________________________________________________
51060 [ 24091] By: rgs                                   on 2005/03/29  07:01:40
51061         Log: Fix Peek.t to work with and without DEBUG_LEAKING_SCALARS
51062      Branch: perl
51063            ! ext/Devel/Peek/t/Peek.t
51064 ____________________________________________________________________________
51065 [ 24090] By: merijn                                on 2005/03/29  07:01:11
51066         Log: Make the spelling of whitespace (vs white-space and white space)
51067              more consistent
51068              From: Offer Kaye <offer.kaye@gmail.com>
51069              Date: Thu, 17 Mar 2005 14:47:36 -0500
51070              Message-ID: <5694250503171147668e73c7@mail.gmail.com>
51071      Branch: perl
51072            ! pod/perllocale.pod pod/perlop.pod pod/perlopentut.pod
51073            ! pod/perlre.pod pod/perlxstut.pod
51074 ____________________________________________________________________________
51075 [ 24089] By: rgs                                   on 2005/03/29  06:14:18
51076         Log: Don't #ifdef out a return statement
51077      Branch: perl
51078            ! pad.c
51079 ____________________________________________________________________________
51080 [ 24088] By: davem                                 on 2005/03/28  21:38:44
51081         Log: expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV
51082      Branch: perl
51083            ! dump.c ext/Devel/Peek/t/Peek.t pad.c perl.c pod/perlhack.pod
51084            ! sv.c sv.h
51085 ____________________________________________________________________________
51086 [ 24087] By: rgs                                   on 2005/03/27  16:38:13
51087         Log: Raw work on perl592delta.
51088      Branch: perl
51089            ! pod/perl592delta.pod
51090 ____________________________________________________________________________
51091 [ 24086] By: rgs                                   on 2005/03/27  13:59:02
51092         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
51093              From: hv@crypt.org
51094              Date: Thu, 24 Mar 2005 19:51:08 +0000
51095              Message-Id: <200503241951.j2OJp8s18147@zen.crypt.org>
51096      Branch: perl
51097            ! regexec.c t/op/re_tests
51098 ____________________________________________________________________________
51099 [ 24085] By: rgs                                   on 2005/03/27  13:30:18
51100         Log: Fix -C option of mktables (for VMS)
51101              
51102              Subject: Re: [PATCH] Consting five
51103              From: demerphq <demerphq@gmail.com>
51104              Date: Sat, 26 Mar 2005 21:45:09 +0100
51105              Message-ID: <9b18b311050326124563db5113@mail.gmail.com>
51106      Branch: perl
51107            ! lib/unicore/mktables
51108 ____________________________________________________________________________
51109 [ 24084] By: davem                                 on 2005/03/26  21:25:47
51110         Log: UTF-8 string substitution corrupts memory
51111              The implicit call of 'require utf8' triggered by code like
51112              "\x{100}" =~ /[[:print:]]/
51113              wasn't saving state correctly first.
51114      Branch: perl
51115            ! utf8.c
51116 ____________________________________________________________________________
51117 [ 24083] By: rgs                                   on 2005/03/26  17:40:26
51118         Log: Remove an XXX note from the public doc.
51119              Hide it in the comments, instead
51120      Branch: perl
51121            ! pod/perlapi.pod sv.c
51122 ____________________________________________________________________________
51123 [ 24082] By: nicholas                              on 2005/03/26  00:21:30
51124         Log: Need to return something when the compiler doesn't know that a
51125              function is "noreturn".
51126      Branch: perl
51127            ! mg.c op.c scope.c
51128 ____________________________________________________________________________
51129 [ 24081] By: nicholas                              on 2005/03/25  23:46:22
51130         Log: Subject: [PATCH] Consting five
51131              Date: Fri, 25 Mar 2005 17:14:09 -0600
51132              From: Andy Lester <andy@petdance.com>
51133              Message-ID: <20050325231409.GB17660@petdance.com>
51134              
51135              [with modification - the extra argument to incpush was supposed to
51136              be being used]
51137      Branch: perl
51138            ! av.c embed.fnc embed.h ext/DynaLoader/dlutils.c gv.c
51139            ! intrpvar.h locale.c mg.c miniperlmain.c op.c perl.c pp_sys.c
51140            ! proto.h regcomp.c thrdvar.h toke.c
51141 ____________________________________________________________________________
51142 [ 24080] By: rgs                                   on 2005/03/25  21:09:23
51143         Log: Subject: Re: [perl #34568] Perl crashes reading past the end of a heap block while parsing foreach statement
51144              From: Gurusamy Sarathy <gsar@ActiveState.com>
51145              Date: Fri, 25 Mar 2005 10:31:09 -0800
51146              Message-Id: <200503251831.j2PIV9A6006234@smtp3.ActiveState.com>
51147      Branch: perl
51148            ! op.c
51149 ____________________________________________________________________________
51150 [ 24079] By: rgs                                   on 2005/03/25  21:02:04
51151         Log: Subject: [PATCH] Consting part 4
51152              From: Andy Lester <andy@petdance.com>
51153              Date: Fri, 25 Mar 2005 14:43:31 -0600
51154              Message-ID: <20050325204331.GA16388@petdance.com>
51155      Branch: perl
51156            ! embed.fnc mg.c numeric.c op.c perlio.c pod/perlapi.pod proto.h
51157            ! regcomp.c scope.c sv.c taint.c toke.c utf8.c util.c
51158 ____________________________________________________________________________
51159 [ 24078] By: nicholas                              on 2005/03/25  20:57:46
51160         Log: FreeBSD NDBM appears to generate files ending .db, so be prepared to
51161              clean this variant up as well.
51162      Branch: perl
51163            ! lib/Memoize/t/tie_ndbm.t
51164 ____________________________________________________________________________
51165 [ 24077] By: rgs                                   on 2005/03/25  18:03:00
51166         Log: Remove the const qualifier from argv and env variables
51167      Branch: perl
51168            ! embed.fnc intrpvar.h perl.c pod/perlapi.pod proto.h
51169 ____________________________________________________________________________
51170 [ 24076] By: rgs                                   on 2005/03/25  14:41:46
51171         Log: Subject: [PATCH] const fix-up for vms/vms.c
51172              From: "Craig A. Berry" <craigberry@mac.com>
51173              Date: Fri, 25 Mar 2005 09:00:06 -0600
51174              Message-ID: <42442776.8030603@mac.com>
51175      Branch: perl
51176            ! vms/vms.c vms/vmsish.h
51177 ____________________________________________________________________________
51178 [ 24075] By: rgs                                   on 2005/03/25  09:24:15
51179         Log: Subject: [PATCH] Re: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu)
51180              From: Steve Peters <steve@fisharerojo.org>
51181              Date: Tue, 22 Mar 2005 17:15:23 -0600
51182              Message-ID: <20050322231523.GA3083@mccoy.peters.homeunix.org>
51183      Branch: perl
51184            ! hints/linux.sh
51185 ____________________________________________________________________________
51186 [ 24074] By: rgs                                   on 2005/03/24  16:25:58
51187         Log: Subject: [PATCH] Third consting batch
51188              From: Andy Lester <andy@petdance.com>
51189              Date: Tue, 22 Mar 2005 00:35:55 -0600
51190              Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com>
51191      Branch: perl
51192            ! XSUB.h deb.c doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c mg.h
51193            ! minimod.pl numeric.c op.c pad.c patchlevel.h perl.c perl.h
51194            ! perlio.c perliol.h perlvars.h perly.c pod/perlapi.pod
51195            ! pod/perlintern.pod pp.c pp_hot.c pp_sys.c proto.h regcomp.c
51196            ! regcomp.h regexec.c scope.c sv.c taint.c universal.c utf8.c
51197            ! utf8.h utfebcdic.h util.c writemain.SH xsutils.c
51198 ____________________________________________________________________________
51199 [ 24073] By: mhx                                   on 2005/03/22  16:30:57
51200         Log: Mention (un)?pack byte-order modifiers in perldelta
51201      Branch: perl
51202            ! pod/perl592delta.pod
51203 ____________________________________________________________________________
51204 [ 24072] By: rgs                                   on 2005/03/22  16:15:58
51205         Log: Some updates in the new perldelta.
51206      Branch: perl
51207            ! pod/perl592delta.pod
51208 ____________________________________________________________________________
51209 [ 24071] By: rgs                                   on 2005/03/22  15:30:18
51210         Log: Remove IPC::Run for 5.9.2
51211      Branch: perl
51212            - lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
51213            - lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
51214            - lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
51215            - lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
51216            - lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
51217            - lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
51218            - lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
51219            - lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
51220            - lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
51221            - lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
51222            ! MANIFEST
51223 ____________________________________________________________________________
51224 [ 24070] By: rgs                                   on 2005/03/22  14:53:01
51225         Log: Forbid the -C option on the command-line
51226              as suggested by Merijn (see [perl #34087])
51227      Branch: perl
51228            ! pod/perldiag.pod toke.c
51229 ____________________________________________________________________________
51230 [ 24069] By: rgs                                   on 2005/03/22  14:03:12
51231         Log: Upgrade to PathTools 3.05
51232      Branch: perl
51233            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
51234 ____________________________________________________________________________
51235 [ 24068] By: rgs                                   on 2005/03/22  10:59:53
51236         Log: Upgrade to File::Temp 0.16
51237      Branch: perl
51238            ! lib/File/Temp.pm lib/File/Temp/t/object.t
51239            ! lib/File/Temp/t/tempfile.t
51240 ____________________________________________________________________________
51241 [ 24067] By: rgs                                   on 2005/03/22  10:53:39
51242         Log: Revert change #24055, which was producing a segfault in installman
51243              when it was trying to install perltoc.
51244      Branch: perl
51245            ! regexec.c t/op/re_tests
51246 ____________________________________________________________________________
51247 [ 24066] By: rgs                                   on 2005/03/22  09:43:44
51248         Log: Fix unresolved POD link
51249      Branch: perl
51250            ! pod/perlfunc.pod
51251 ____________________________________________________________________________
51252 [ 24065] By: rgs                                   on 2005/03/22  09:21:09
51253         Log: Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
51254              and other neatification
51255      Branch: perl
51256            ! pod/perl592delta.pod pod/perlvar.pod regcomp.c regcomp.h
51257 ____________________________________________________________________________
51258 [ 24064] By: rgs                                   on 2005/03/22  08:57:18
51259         Log: Subject: [PATCH] simple optimization for SelectSaver
51260              From: Alexey Tourbin <at@altlinux.ru>
51261              Date: Fri, 18 Mar 2005 21:05:51 +0300
51262              Message-ID: <20050318180551.GA12596@solemn.turbinal.org>
51263      Branch: perl
51264            ! lib/SelectSaver.pm
51265 ____________________________________________________________________________
51266 [ 24063] By: rgs                                   on 2005/03/22  08:53:21
51267         Log: minitest fix
51268      Branch: perl
51269            ! t/run/fresh_perl.t
51270 ____________________________________________________________________________
51271 [ 24062] By: rgs                                   on 2005/03/22  07:50:28
51272         Log: Add in perldelta changes about unpack A and trailing whitespace, trie
51273              optimization, and debug flags for "use re".
51274      Branch: perl
51275            ! pod/perl592delta.pod
51276 ____________________________________________________________________________
51277 [ 24061] By: nicholas                              on 2005/03/21  22:52:12
51278         Log: Casts needed to make VMS happy. (It gets very upset at assignments
51279              between char * and unsigned char *)
51280      Branch: perl
51281            ! pp_pack.c
51282 ____________________________________________________________________________
51283 [ 24060] By: rgs                                   on 2005/03/21  21:44:37
51284         Log: Subject: Re: unpack A strip patch
51285              From: Ton Hospel <perl5-porters@ton.iguana.be>
51286              Date: Mon, 21 Mar 2005 21:31:37 +0000 (UTC)
51287              Message-Id: <d1nefp$lpe$1@post.home.lunix>
51288      Branch: perl
51289            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
51290 ____________________________________________________________________________
51291 [ 24059] By: rgs                                   on 2005/03/21  21:33:16
51292         Log: Subject: Re: regexp trie fails compile on VMS
51293              From: demerphq <demerphq@gmail.com>
51294              Date: Mon, 21 Mar 2005 22:29:09 +0100
51295              Message-ID: <9b18b311050321132917a4b1c7@mail.gmail.com>
51296      Branch: perl
51297            ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
51298 ____________________________________________________________________________
51299 [ 24058] By: rgs                                   on 2005/03/21  21:22:10
51300         Log: Break up long lines in -V output for compile-time options
51301              
51302              Subject: Re: sitecustomize.pl [PATCH]
51303              From: sthoenna[at]efn.org (Yitzchak Scott-Thoennes)
51304              Date: Tue, 8 Mar 2005 17:46:04 -0800
51305              Message-ID: <20050309014604.GA5876[at]efn.org>
51306      Branch: perl
51307            ! perl.c
51308 ____________________________________________________________________________
51309 [ 24057] By: steveh                                on 2005/03/21  17:08:26
51310         Log: Oops - forgot to update MANIFEST for change 24056.
51311      Branch: perl
51312            ! MANIFEST
51313 ____________________________________________________________________________
51314 [ 24056] By: steveh                                on 2005/03/21  17:06:45
51315         Log: Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
51316              From: demerphq <demerphq@gmail.com>
51317              Date: Tue, 8 Mar 2005 02:24:10 +0100
51318              Message-ID: <9b18b311050307172455a5816e@mail.gmail.com>
51319              
51320              Change 24004 stopped mktables from needlessly re-running when using
51321              dmake on Win32, but it can still happen when using nmake because it
51322              doesn't support the .UPDATEALL attribute that was used to fix dmake.
51323              e.g. Build perl, touch a core header file, then rebuild -- mktables
51324              re-runs when it didn't need to, and 7 times over at that!  This change
51325              alleviates the pain by making mktables exit quickly in such cases.
51326      Branch: perl
51327            + lib/unicore/mktables.lst
51328            ! lib/unicore/mktables
51329 ____________________________________________________________________________
51330 [ 24055] By: rgs                                   on 2005/03/21  14:58:21
51331         Log: Resubmit change #24053.
51332      Branch: perl
51333            ! regexec.c t/op/re_tests
51334 ____________________________________________________________________________
51335 [ 24054] By: rgs                                   on 2005/03/21  14:32:58
51336         Log: Subject: [PATCH] Re: [perl #34493] h2ph `extern inline' problems
51337              From: Alexey Tourbin <at@altlinux.ru>
51338              Date: Sat, 19 Mar 2005 16:37:12 +0300
51339              Message-ID: <20050319133712.GB6484@solemn.turbinal.org>
51340              
51341              and
51342              
51343              Message-ID: <20050319141457.GC6484@solemn.turbinal.org>
51344      Branch: perl
51345            ! t/lib/h2ph.h utils/h2ph.PL
51346 ____________________________________________________________________________
51347 [ 24053] By: rgs                                   on 2005/03/21  13:15:34
51348         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
51349              From: hv@crypt.org
51350              Date: Mon, 21 Feb 2005 17:59:49 +0000
51351              Message-Id: <200502211759.j1LHxnC22894@zen.crypt.org>
51352      Branch: perl
51353            ! regexec.c t/op/re_tests
51354 ____________________________________________________________________________
51355 [ 24052] By: rgs                                   on 2005/03/21  10:27:44
51356         Log: Subject: pack / for general types
51357              From: perl5-porters@ton.iguana.be (Ton Hospel)
51358              Date: Sat, 19 Mar 2005 22:00:45 +0000 (UTC)
51359              Message-Id: <d1i7ed$62c$1@post.home.lunix>
51360              
51361              Allow "len/format" to work for any format type, not just strings.
51362      Branch: perl
51363            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
51364 ____________________________________________________________________________
51365 [ 24051] By: rgs                                   on 2005/03/21  10:12:01
51366         Log: perldelta suggestions on (un)?pack by Ton Hospel
51367      Branch: perl
51368            ! pod/perl592delta.pod
51369 ____________________________________________________________________________
51370 [ 24050] By: rgs                                   on 2005/03/21  09:59:13
51371         Log: Subject: Re: bugzilla.redhat bug #101767 (threads, threads::shared)
51372              From: Alexey Tourbin <at@altlinux.ru>
51373              Date: Sat, 19 Mar 2005 06:10:45 +0300
51374              Message-ID: <20050319031045.GN12596@solemn.turbinal.org>
51375      Branch: perl
51376            + ext/threads/hints/linux.pl ext/threads/shared/hints/linux.pl
51377            ! MANIFEST
51378 ____________________________________________________________________________
51379 [ 24049] By: rgs                                   on 2005/03/21  09:39:35
51380         Log: Subject: [PATCH] More consting goodness
51381              From: Andy Lester <andy@petdance.com>
51382              Date: Sat, 19 Mar 2005 01:28:30 -0600
51383              Message-ID: <20050319072830.GA7721@petdance.com>
51384      Branch: perl
51385            ! deb.c dump.c embed.fnc handy.h op.c opcode.h opcode.pl perl.c
51386            ! pod/perlapi.pod pp_ctl.c pp_sys.c proto.h regcomp.c regexec.c
51387            ! sv.c toke.c
51388 ____________________________________________________________________________
51389 [ 24048] By: rgs                                   on 2005/03/20  21:20:50
51390         Log: Upgrade to Math::BigInt 1.75, by Tels
51391      Branch: perl
51392            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
51393            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
51394            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
51395            ! lib/Math/BigInt/t/fallback.t lib/Math/BigInt/t/mbi_rand.t
51396            ! lib/Math/BigInt/t/sub_mbi.t
51397 ____________________________________________________________________________
51398 [ 24047] By: merijn                                on 2005/03/20  10:50:11
51399         Log: Subject: [PATCH] perlrun typo (env PERLDB_OPTS)
51400              From: Alexey Tourbin <at@altlinux.ru>
51401              Date: Sat, 19 Mar 2005 03:40:13 +0300
51402              Message-ID: <20050319004013.GJ12596@solemn.turbinal.org>
51403      Branch: perl
51404            ! pod/perlrun.pod
51405 ____________________________________________________________________________
51406 [ 24046] By: rgs                                   on 2005/03/18  21:47:54
51407         Log: Remove an useless line, spotted by Andy Lester
51408      Branch: perl
51409            ! toke.c
51410 ____________________________________________________________________________
51411 [ 24045] By: rgs                                   on 2005/03/18  16:54:38
51412         Log: Remove trie optimisation from the todo list
51413      Branch: perl
51414            ! pod/perltodo.pod
51415 ____________________________________________________________________________
51416 [ 24044] By: rgs                                   on 2005/03/18  15:04:39
51417         Log: Subject: Re: Reworked Trie Patch
51418              From: demerphq <demerphq@gmail.com>
51419              Date: Mon, 14 Mar 2005 08:55:39 +0100
51420              Message-ID: <9b18b31105031323557019ae1@mail.gmail.com>
51421              
51422              Subject: Re: Reworked Trie Patch
51423              From: demerphq <demerphq@gmail.com>
51424              Date: Wed, 16 Mar 2005 19:48:18 +0100
51425              Message-ID: <9b18b31105031610481025a080@mail.gmail.com>
51426              
51427              Plus minor nits in the documentation of re.pm,
51428              a version bump, and addition of an OPTIMIZE alias
51429      Branch: perl
51430            + t/op/regexp_notrie.t t/op/regexp_trielist.t
51431            ! MANIFEST embed.fnc embed.h ext/re/re.pm pod/perlvar.pod
51432            ! proto.h regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
51433            ! sv.c t/op/pat.t t/op/re_tests t/op/readdir.t
51434 ____________________________________________________________________________
51435 [ 24043] By: rgs                                   on 2005/03/18  14:02:36
51436         Log: Subject: Re: sitecustomize.pl [PATCH]
51437              From: Gisle Aas <gisle@ActiveState.com>
51438              Date: 18 Mar 2005 04:06:40 -0800
51439              Message-ID: <lru0n9w433.fsf@caliper.activestate.com>
51440              
51441              Adds a new command-line switch, -f, and a new optional
51442              compile-time setting -DUSE_SITECUSTOMIZE
51443      Branch: perl
51444            ! INSTALL ext/Devel/DProf/t/DProf.t perl.c pod/perlrun.pod
51445 ____________________________________________________________________________
51446 [ 24042] By: rgs                                   on 2005/03/18  13:38:32
51447         Log: Subject: [PATCH] More const parms
51448              From: Andy Lester <andy@petdance.com>
51449              Date: Mon, 14 Mar 2005 13:59:54 -0600
51450              Message-ID: <20050314195954.GB7141@petdance.com>
51451      Branch: perl
51452            ! embed.fnc gv.c numeric.c op.c pad.c perlio.c pod/perlapi.pod
51453            ! pod/perlintern.pod pp_ctl.c pp_hot.c proto.h scope.c sv.c
51454            ! toke.c utf8.c
51455 ____________________________________________________________________________
51456 [ 24041] By: rgs                                   on 2005/03/18  10:27:17
51457         Log: Don't use vars in DynaLoader
51458              Remove left-over maintenance code
51459      Branch: perl
51460            ! ext/DynaLoader/DynaLoader_pm.PL
51461 ____________________________________________________________________________
51462 [ 24040] By: rgs                                   on 2005/03/18  07:57:06
51463         Log: Subject: [PATCH] $B::Disassembler::VERSION
51464              From: Alexey Tourbin <at@altlinux.ru>
51465              Date: Thu, 17 Mar 2005 19:02:38 +0300
51466              Message-ID: <20050317160238.GN5825@solemn.turbinal.org>
51467      Branch: perl
51468            ! ext/B/B/Disassembler.pm
51469 ____________________________________________________________________________
51470 [ 24039] By: rgs                                   on 2005/03/15  09:30:28
51471         Log: Upgrade to CGI 3.07.
51472              Add CGI's changelog
51473      Branch: perl
51474            + lib/CGI/Changes
51475            ! MANIFEST lib/CGI.pm lib/CGI/Cookie.pm
51476 ____________________________________________________________________________
51477 [ 24038] By: merijn                                on 2005/03/14  15:55:44
51478         Log: Subject: pp_pack.c, simplifying genpacksizetables
51479              From: perl5-porters@ton.iguana.be (Ton Hospel)
51480              Date: Sun, 13 Mar 2005 15:07:41 +0000 (UTC)
51481              Message-Id: <d11kvt$1k7$1@post.home.lunix>
51482      Branch: perl
51483            ! genpacksizetables.pl pp_pack.c
51484 ____________________________________________________________________________
51485 [ 24037] By: rgs                                   on 2005/03/14  14:35:33
51486         Log: Subject: [PATCH] Adding const qualifiers
51487              From: Andy Lester <andy@petdance.com>
51488              Date: Sun, 13 Mar 2005 14:20:05 -0600
51489              Message-ID: <20050313202005.GA23535@petdance.com>
51490      Branch: perl
51491            ! av.c embed.fnc gv.c hv.c mg.c op.c pod/perlapi.pod pp_ctl.c
51492            ! proto.h scope.c utf8.c
51493 ____________________________________________________________________________
51494 [ 24036] By: rgs                                   on 2005/03/14  09:19:01
51495         Log: Subject: Re: [perl #34155] perldoc -f hex should say how to convert back
51496              From: David Nicol <davidnicol@gmail.com>
51497              Date: Tue, 8 Mar 2005 18:23:11 -0600
51498              Message-ID: <934f64a20503081623713f6d27@mail.gmail.com>
51499      Branch: perl
51500            ! pod/perlfunc.pod
51501 ____________________________________________________________________________
51502 [ 24035] By: rgs                                   on 2005/03/13  21:14:36
51503         Log: Document pack changes in perldelta
51504      Branch: perl
51505            ! pod/perl592delta.pod
51506 ____________________________________________________________________________
51507 [ 24034] By: rgs                                   on 2005/03/13  16:41:05
51508         Log: Upgrade to Pod::Parser 1.30
51509      Branch: perl
51510            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
51511            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
51512            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podselect.PL
51513            ! t/pod/poderrs.xr
51514 ____________________________________________________________________________
51515 [ 24033] By: rgs                                   on 2005/03/13  11:07:40
51516         Log: Doc patches to clarify the stringification rules of {} and =>
51517              by Jarkko (bug #34419)
51518      Branch: perl
51519            ! pod/perldata.pod pod/perlop.pod
51520 ____________________________________________________________________________
51521 [ 24032] By: rgs                                   on 2005/03/13  09:20:01
51522         Log: gcc warning patch by Andy Lester
51523      Branch: perl
51524            ! perl.h
51525 ____________________________________________________________________________
51526 [ 24031] By: rgs                                   on 2005/03/12  22:05:14
51527         Log: Subject: Re: Encoding neutral unpack
51528              From: perl5-porters@ton.iguana.be (Ton Hospel)
51529              Date: Sat, 12 Mar 2005 18:54:29 +0000 (UTC)
51530              Message-ID: <d0vdt5$81a$1@post.home.lunix>
51531              
51532              A new test.
51533      Branch: perl
51534            ! t/op/pack.t
51535 ____________________________________________________________________________
51536 [ 24030] By: rgs                                   on 2005/03/12  22:01:21
51537         Log: Indentation patch by Ton Hospel for pp_pack
51538      Branch: perl
51539            ! pp_pack.c
51540 ____________________________________________________________________________
51541 [ 24029] By: rgs                                   on 2005/03/12  20:49:00
51542         Log: Change my email, put real name of Pixel
51543      Branch: perl
51544            ! AUTHORS
51545 ____________________________________________________________________________
51546 [ 24028] By: rgs                                   on 2005/03/12  17:15:23
51547         Log: Upgrade to DB_File 1.811, by Paul Marquess
51548      Branch: perl
51549            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
51550            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
51551            ! ext/DB_File/typemap
51552 ____________________________________________________________________________
51553 [ 24027] By: rgs                                   on 2005/03/11  17:47:41
51554         Log: Add standard core test headers to the Class::ISA new tests
51555      Branch: perl
51556            ! lib/Class/ISA/t/00_about_verbose.t
51557            ! lib/Class/ISA/t/01_old_junk.t
51558 ____________________________________________________________________________
51559 [ 24026] By: rgs                                   on 2005/03/11  17:37:01
51560         Log: Upgrade to Class::ISA 0.33
51561      Branch: perl
51562            + lib/Class/ISA/ChangeLog lib/Class/ISA/t/00_about_verbose.t
51563            + lib/Class/ISA/t/01_old_junk.t
51564            - lib/Class/ISA/test.pl
51565            ! MANIFEST lib/Class/ISA.pm
51566 ____________________________________________________________________________
51567 [ 24025] By: rgs                                   on 2005/03/11  16:55:59
51568         Log: Update Changes
51569      Branch: perl
51570            ! Changes
51571 ____________________________________________________________________________
51572 [ 24024] By: rgs                                   on 2005/03/11  11:12:31
51573         Log: FAQ sync
51574      Branch: perl
51575            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
51576            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
51577            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
51578            ! pod/perlfaq9.pod
51579 ____________________________________________________________________________
51580 [ 24023] By: rgs                                   on 2005/03/11  10:22:28
51581         Log: Subject: [PATCH] pad_push numero three-o
51582              From: Andy Lester <andy@petdance.com>
51583              Date: Thu, 10 Mar 2005 15:17:28 -0600
51584              Message-ID: <20050310211728.GC32386@petdance.com>
51585      Branch: perl
51586            ! embed.fnc embed.h pad.c pod/perlintern.pod pp_ctl.c pp_hot.c
51587            ! proto.h
51588 ____________________________________________________________________________
51589 [ 24022] By: rgs                                   on 2005/03/10  17:42:54
51590         Log: Make the return value of close() depend not only on the success of the
51591              close itself, but also on whether the output stream had a previous
51592              error. From Jim Meyering <jim@meyering.net>, via Debian.
51593      Branch: perl
51594            ! doio.c
51595 ____________________________________________________________________________
51596 [ 24021] By: rgs                                   on 2005/03/10  17:39:56
51597         Log: 8 is not an octal digit. (from Debian)
51598      Branch: perl
51599            ! pod/perlreref.pod
51600 ____________________________________________________________________________
51601 [ 24020] By: rgs                                   on 2005/03/10  17:38:51
51602         Log: Fix a2p manpage (from Debian)
51603      Branch: perl
51604            ! x2p/a2p.pod
51605 ____________________________________________________________________________
51606 [ 24019] By: rgs                                   on 2005/03/10  17:36:37
51607         Log: Remove a spurious undefined warning when using getopts.pl with -w.
51608              (from Debian)
51609      Branch: perl
51610            ! lib/getopts.pl
51611 ____________________________________________________________________________
51612 [ 24018] By: rgs                                   on 2005/03/10  17:34:39
51613         Log: Doc patch for Devel::DProf (from Debian)
51614      Branch: perl
51615            ! ext/Devel/DProf/DProf.pm
51616 ____________________________________________________________________________
51617 [ 24017] By: rgs                                   on 2005/03/10  17:22:25
51618         Log: Add support for Debian GNU/k*BSD
51619      Branch: perl
51620            ! hints/gnukfreebsd.sh hints/gnuknetbsd.sh
51621 ____________________________________________________________________________
51622 [ 24016] By: rgs                                   on 2005/03/10  17:21:05
51623         Log: Patch for Debian bug #258618, compilation under Debian/Hurd
51624      Branch: perl
51625            ! hints/gnu.sh
51626 ____________________________________________________________________________
51627 [ 24015] By: steveh                                on 2005/03/10  15:18:20
51628         Log: Subject: Minor AUTHORS patch
51629              From: "Mike Giroux" <rmgiroux@hotmail.com>
51630              Date: Thu, 10 Mar 2005 08:39:04 -0500
51631              Message-ID: <BAY104-F4B1925432A15287069D3BCE520@phx.gbl>
51632      Branch: perl
51633            ! AUTHORS
51634 ____________________________________________________________________________
51635 [ 24014] By: steveh                                on 2005/03/10  11:25:36
51636         Log: More Win32 dmake fixes
51637
51638              Use $B macro as per change 23991 in more places, and fix some syntax
51639              errors in the subst's (missing trailing ",")
51640
51641              Tested with GCC and MSVC. I don't have BCC available, so those parts
51642              are untested.
51643      Branch: perl
51644            ! win32/makefile.mk
51645 ____________________________________________________________________________
51646 [ 24013] By: rgs                                   on 2005/03/10  10:10:33
51647         Log: Upgrade to CGI.pm 3.06
51648      Branch: perl
51649            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Util.pm
51650            ! lib/CGI/t/form.t lib/CGI/t/html.t
51651 ____________________________________________________________________________
51652 [ 24012] By: rgs                                   on 2005/03/09  22:17:33
51653         Log: Further pack optimisations by Ton Hospel
51654      Branch: perl
51655            ! pp_pack.c
51656 ____________________________________________________________________________
51657 [ 24011] By: rgs                                   on 2005/03/09  18:02:13
51658         Log: Fix memory corruption when growing pack utf8 buffer
51659      Branch: perl
51660            ! pp_pack.c
51661 ____________________________________________________________________________
51662 [ 24010] By: rgs                                   on 2005/03/08  17:53:50
51663         Log: Subject: Encoding neutral unpack
51664              From: perl5-porters@ton.iguana.be (Ton Hospel)
51665              Date: Sun, 6 Mar 2005 18:29:38 +0000 (UTC)
51666              Message-Id: <d0fi6i$k06$1@post.home.lunix>
51667      Branch: perl
51668            ! embed.fnc embed.h genpacksizetables.pl lib/charnames.t perl.h
51669            ! pod/perldiag.pod pod/perlfunc.pod pod/perlunicode.pod
51670            ! pod/perluniintro.pod pp_pack.c proto.h t/op/pack.t
51671            ! t/op/utftaint.t
51672 ____________________________________________________________________________
51673 [ 24009] By: merijn                                on 2005/03/08  15:25:57
51674         Log: Subject: Minor AUTHORS patch
51675              From: Andy Lester <andy@petdance.com>
51676              Date: Tue, 8 Mar 2005 09:44:45 -0600
51677              Message-ID: <20050308154445.GB3213@petdance.com>
51678      Branch: perl
51679            ! AUTHORS
51680 ____________________________________________________________________________
51681 [ 24008] By: merijn                                on 2005/03/08  14:45:17
51682         Log: Some updates to current status
51683      Branch: perl
51684            ! README.hpux
51685 ____________________________________________________________________________
51686 [ 24007] By: steveh                                on 2005/03/07  11:02:12
51687         Log: Include regcomp.h in Win32 makefiles
51688
51689              Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
51690              From: demerphq <demerphq@gmail.com>
51691              Date: Sun, 6 Mar 2005 09:16:12 +0100
51692              Message-ID: <9b18b311050306001624012bd@mail.gmail.com>
51693      Branch: perl
51694            ! win32/Makefile win32/makefile.mk
51695 ____________________________________________________________________________
51696 [ 24006] By: steveh                                on 2005/03/04  17:19:46
51697         Log: A better fix than change 24005 was ;)
51698
51699              Actually, "@echo." still emits a blank line.  Use "@rem" instead as the
51700              no-op.  This was being used in the Win95 case, but works fine on WinNT
51701              too, and is actually what ExtUtils-MakeMaker uses.
51702
51703              Also change the nmake Makefile.
51704      Branch: perl
51705            ! win32/Makefile win32/makefile.mk
51706 ____________________________________________________________________________
51707 [ 24005] By: steveh                                on 2005/03/04  17:11:56
51708         Log: Suppress "ECHO is on." messages when using dmake on Win32
51709
51710              (The shell's "echo" command displays the current echo setting when
51711              called with no arguments.  Use "echo." to display nothing.)
51712      Branch: perl
51713            ! win32/makefile.mk
51714 ____________________________________________________________________________
51715 [ 24004] By: steveh                                on 2005/03/04  17:01:24
51716         Log: Stop mktables from needlessly re-running when using dmake on Win32
51717      Branch: perl
51718            ! win32/makefile.mk
51719 ____________________________________________________________________________
51720 [ 24003] By: rgs                                   on 2005/03/04  16:02:20
51721         Log: Update -v copyright notice
51722      Branch: perl
51723            ! perl.c
51724 ____________________________________________________________________________
51725 [ 24002] By: rgs                                   on 2005/03/03  18:27:34
51726         Log: Add a regression test for bug #32193, and make the
51727              fix a bit more robust
51728      Branch: perl
51729            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
51730 ____________________________________________________________________________
51731 [ 24001] By: rgs                                   on 2005/03/03  18:03:15
51732         Log: Subject: [perl #32193] Tie::RefHash DELETE does not return value for ref keys
51733              From: Yuval Kojman (via RT) <perlbug-followup@perl.org>
51734              Date: 28 Oct 2004 12:16:37 -0000
51735              Message-ID: <rt-3.0.11-32193-98805.8.56634266171625@perl.org>
51736      Branch: perl
51737            ! lib/Tie/RefHash.pm
51738 ____________________________________________________________________________
51739 [ 24000] By: rgs                                   on 2005/03/03  15:43:43
51740         Log: do "filename" is not really used with perl subroutine librairies
51741              anymore.
51742      Branch: perl
51743            ! pod/perlfunc.pod
51744 ____________________________________________________________________________
51745 [ 23999] By: merijn                                on 2005/02/27  11:28:27
51746         Log: Fix for bug [ID 20020227.005] format bug with undefined _TOP
51747              http://rt.perl.org/rt3/Ticket/Display.html?id=8698
51748              If there was no TOP format the lines left on page was set
51749              to fixed number, now set to the current page length of the
51750              IO channel used. More debugging for yet another bug needed.
51751      Branch: perl
51752            ! pp_sys.c
51753 ____________________________________________________________________________
51754 [ 23998] By: davem                                 on 2005/02/26  11:32:59
51755         Log: ithreads: cond_signal() on a non-shared object coredumped
51756      Branch: perl
51757            ! ext/threads/shared/shared.xs
51758 ____________________________________________________________________________
51759 [ 23997] By: nicholas                              on 2005/02/26  09:33:30
51760         Log: SvUTF8 can be present on scalars other than PVs
51761              (specifically references with overloaded stringification)
51762      Branch: perl
51763            ! dump.c
51764 ____________________________________________________________________________
51765 [ 23996] By: davem                                 on 2005/02/26  00:47:03
51766         Log: Fix leaks in List::Util::reduce,first
51767              When the block is a closure, the cloned CV created on each call
51768              was never freed
51769      Branch: perl
51770            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
51771 ____________________________________________________________________________
51772 [ 23995] By: steveh                                on 2005/02/24  15:52:01
51773         Log: Subject: Re: (patch blead) Extend t/harness to allow filtering of the file list by regex.
51774              From: demerphq <demerphq@gmail.com>
51775              Date: Wed, 23 Feb 2005 17:49:50 +0100
51776              Message-ID: <9b18b311050223084917d7ef59@mail.gmail.com>
51777      Branch: perl
51778            ! pod/perlhack.pod
51779 ____________________________________________________________________________
51780 [ 23994] By: merijn                                on 2005/02/24  10:12:26
51781         Log: Subject: [PATCH] dprofpp help
51782              From: Andy Lester <andy@petdance.com>
51783              Date: Thu, 24 Feb 2005 00:10:42 -0600
51784              Message-ID: <20050224061042.GA20259@petdance.com>
51785      Branch: perl
51786            ! utils/dprofpp.PL
51787 ____________________________________________________________________________
51788 [ 23993] By: steveh                                on 2005/02/23  13:36:59
51789         Log: Subject: (patch blead) Extend t/harness to allow filtering of the file list by regex.
51790              From: demerphq <demerphq@gmail.com>
51791              Date: Sat, 19 Feb 2005 11:10:00 +0100
51792              Message-ID: <9b18b3110502190210105decf4@mail.gmail.com>
51793      Branch: perl
51794            ! t/harness
51795 ____________________________________________________________________________
51796 [ 23992] By: steveh                                on 2005/02/23  12:28:55
51797         Log: Subject: Patch Win32 makefiles for blead to allow parameters to be passed to harness:
51798              From: demerphq <demerphq@gmail.com>
51799              Date: Sat, 19 Feb 2005 11:00:08 +0100
51800              Message-ID: <9b18b31105021902003d9c2a95@mail.gmail.com>
51801      Branch: perl
51802            ! win32/Makefile win32/makefile.mk
51803 ____________________________________________________________________________
51804 [ 23991] By: steveh                                on 2005/02/23  09:17:55
51805         Log: Fix Win32's dmake makefile.mk for new dmakes built with Visual C++
51806      Branch: perl
51807            ! win32/makefile.mk
51808 ____________________________________________________________________________
51809 [ 23990] By: rgs                                   on 2005/02/22  18:13:01
51810         Log: Porting/manicheck is not happy when I use spaces instead of tabs.
51811      Branch: perl
51812            ! MANIFEST
51813 ____________________________________________________________________________
51814 [ 23989] By: rgs                                   on 2005/02/21  16:05:22
51815         Log: Subject: IPC::Run test failures with utf8
51816              From: Nicholas Clark <nick@ccl4.org>
51817              Date: Sat, 19 Feb 2005 00:27:57 +0000
51818              Message-ID: <20050219002757.GO13998@plum.flirble.org>
51819      Branch: perl
51820            ! lib/IPC/Run/t/run.t
51821 ____________________________________________________________________________
51822 [ 23988] By: rgs                                   on 2005/02/21  13:51:44
51823         Log: Subject: [PATCH] signed/unsigned help for pp_pack.c
51824              From: "Craig A. Berry" <craigberry@mac.com>
51825              Date: Fri, 18 Feb 2005 09:42:52 -0600
51826              Message-ID: <42160CFC.3080304@mac.com>
51827      Branch: perl
51828            ! pp_pack.c
51829 ____________________________________________________________________________
51830 [ 23987] By: rgs                                   on 2005/02/21  12:56:22
51831         Log: Subject: (blead patch) Skip a torture test under blead, and skip certain torture tests under Win32.
51832              From: demerphq <demerphq@gmail.com>
51833              Date: Sat, 19 Feb 2005 11:04:00 +0100
51834              Message-ID: <9b18b3110502190204641e103c@mail.gmail.com
51835      Branch: perl
51836            ! t/japh/abigail.t
51837 ____________________________________________________________________________
51838 [ 23986] By: rgs                                   on 2005/02/18  18:21:25
51839         Log: Subject: Patch for Perlbug #4253
51840              From: Nikolai Eipel <eipel@web.de>
51841              Date: Sat, 29 Jan 2005 16:52:53 +0100
51842              Message-Id: <200501291652.53841.eipel@web.de>
51843
51844              (-T and -B invalidate _ filehandle when no read permission on file)
51845              plus a regression test
51846      Branch: perl
51847            ! pp_sys.c t/op/stat.t
51848 ____________________________________________________________________________
51849 [ 23985] By: rgs                                   on 2005/02/18  16:18:34
51850         Log: Install and build corelist on VMS, too
51851      Branch: perl
51852            ! vms/descrip_mms.template
51853 ____________________________________________________________________________
51854 [ 23984] By: rgs                                   on 2005/02/18  16:07:54
51855         Log: Add corelist to the win32 makefiles
51856              (noticed by demerphq)
51857      Branch: perl
51858            ! win32/Makefile win32/makefile.mk
51859 ____________________________________________________________________________
51860 [ 23983] By: rgs                                   on 2005/02/18  15:48:51
51861         Log: Subject: [perl #32968] [PATCH] Re: B::walkoptree segfaults
51862              From: Stephen McCamant <smcc@MIT.EDU>
51863              Date: Tue, 28 Dec 2004 10:13:50 -0800
51864              Message-ID: <16849.41566.887352.677148@apocalypse.OCF.Berkeley.EDU>
51865      Branch: perl
51866            ! ext/B/B.xs op.h
51867 ____________________________________________________________________________
51868 [ 23982] By: rgs                                   on 2005/02/18  15:34:59
51869         Log: Subject: Re: Integration of PathTools 3.04
51870              From: demerphq <demerphq@gmail.com>
51871              Date: Fri, 18 Feb 2005 16:31:50 +0100
51872              Message-ID: <9b18b31105021807316af0aed5@mail.gmail.com>
51873      Branch: perl
51874            ! lib/Cwd.pm
51875 ____________________________________________________________________________
51876 [ 23981] By: rgs                                   on 2005/02/18  15:00:12
51877         Log: Subject: Re: Bug in Socket::IO::INET Version 1.27
51878              From: Gisle Aas <gisle@ActiveState.com>
51879              Date: 03 Feb 2005 03:16:46 -0800
51880              Message-ID: <lr7jlpsxk1.fsf@caliper.activestate.com>
51881      Branch: perl
51882            ! ext/IO/lib/IO/Socket/INET.pm
51883 ____________________________________________________________________________
51884 [ 23980] By: rgs                                   on 2005/02/18  14:27:38
51885         Log: Integrate encoding::warnings from Autrijus Tang.
51886      Branch: perl
51887            + lib/encoding/warnings.pm lib/encoding/warnings/t/1-warning.t
51888            + lib/encoding/warnings/t/2-fatal.t
51889            + lib/encoding/warnings/t/3-normal.t
51890            ! MANIFEST
51891 ____________________________________________________________________________
51892 [ 23979] By: rgs                                   on 2005/02/18  09:53:36
51893         Log: Subject: [PATCH] find2perl, new options
51894              From: slaven@rezic.de
51895              Date: Thu, 17 Feb 2005 22:30:13 +0100
51896              Message-Id: <1108675813.24421@devpc01.iconmobile.de>
51897      Branch: perl
51898            ! x2p/find2perl.PL
51899 ____________________________________________________________________________
51900 [ 23978] By: rgs                                   on 2005/02/18  08:54:33
51901         Log: Missing dependencies in x2p makefile, by Slaven Rezic.
51902      Branch: perl
51903            ! x2p/Makefile.SH
51904 ____________________________________________________________________________
51905 [ 23977] By: rgs                                   on 2005/02/17  18:14:19
51906         Log: Upgrade to PathTools 3.04
51907              (plus tweaks to Cwd and cwd.t to run when building perl)
51908      Branch: perl
51909            + ext/Cwd/ppport.h
51910            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
51911            ! ext/Cwd/t/taint.t ext/Cwd/t/win32.t lib/Cwd.pm
51912            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
51913            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
51914            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
51915            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
51916            ! lib/File/Spec/t/Spec.t lib/File/Spec/t/crossplatform.t
51917            ! lib/File/Spec/t/rel2abs2rel.t
51918 ____________________________________________________________________________
51919 [ 23976] By: rgs                                   on 2005/02/17  17:42:59
51920         Log: Upgrade to Pod::LaTeX 0.58
51921      Branch: perl
51922            ! lib/Pod/LaTeX.pm lib/Pod/t/pod2latex.t
51923 ____________________________________________________________________________
51924 [ 23975] By: rgs                                   on 2005/02/17  15:21:55
51925         Log: Upgrade to Time::HiRes 1.66
51926      Branch: perl
51927            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
51928            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
51929 ____________________________________________________________________________
51930 [ 23974] By: rgs                                   on 2005/02/17  14:57:06
51931         Log: Subject: [perl #31730] [PATCH] IO::File reads garbage from directory filehandles
51932              From: "Steve Peters via RT" <perlbug-followup@perl.org>
51933              Date: 1 Feb 2005 16:24:11 -0000
51934              Message-ID: <rt-3.0.11-31730-107010.1.24399823945417@perl.org>
51935      Branch: perl
51936            ! ext/IO/lib/IO/File.pm
51937 ____________________________________________________________________________
51938 [ 23973] By: rgs                                   on 2005/02/16  13:20:55
51939         Log: Subject: Re: [PATCH] Re: perl winpid?
51940              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
51941              Date: Tue, 15 Feb 2005 20:45:13 -0800
51942              Message-ID: <20050216044512.GA2516@efn.org>
51943      Branch: perl
51944            ! ext/B/t/stash.t
51945 ____________________________________________________________________________
51946 [ 23972] By: steveh                                on 2005/02/15  14:47:47
51947         Log: Jan Dubois has taken over maintenance of Win32 stuff from Sarathy
51948      Branch: perl
51949            ! Porting/Maintainers.pl README.win32
51950 ____________________________________________________________________________
51951 [ 23971] By: rgs                                   on 2005/02/15  13:52:15
51952         Log: Fix documentation bug in using Socket's import tags :
51953
51954              Subject: [perl #34141] example in perlbug -f getsockopt incomplete
51955              From: David Dyck (via RT) <perlbug-followup@perl.org>
51956              Date: 15 Feb 2005 07:35:45 -0000
51957              Message-ID: <rt-3.0.11-34141-107730.6.0777451251105@perl.org>
51958      Branch: perl
51959            ! pod/perlfunc.pod
51960 ____________________________________________________________________________
51961 [ 23970] By: steveh                                on 2005/02/15  13:20:40
51962         Log: Fix PERL_MALLOC/DEBUG_MSTATS options in Win32 makefiles
51963
51964              Currently, if USE_IMP_SYS is defined then PERL_MALLOC gets undefined.
51965              We should also undefine DEBUG_MSTATS if PERL_MALLOC is (or has become)
51966              undefined, and we should do all this *before* inspecting DEBUG_MSTATS
51967              to see if we need to add -DPERL_DEBUGGING_MSTATS to BUILDOPT.
51968      Branch: perl
51969            ! win32/Makefile win32/makefile.mk
51970 ____________________________________________________________________________
51971 [ 23969] By: steveh                                on 2005/02/15  11:40:03
51972         Log: Fix definition of DEBUG_MSTATS for Win32 dmake builds
51973      Branch: perl
51974            ! win32/makefile.mk
51975 ____________________________________________________________________________
51976 [ 23968] By: rgs                                   on 2005/02/15  08:29:13
51977         Log: Use strl* functions in doio.c when available
51978              Based on :
51979              Subject: [PATCH] Changes to doio.c to use strlcpy() and strlcat()
51980              From: Steve Peters <steve@fisharerojo.org>
51981              Date: Wed, 1 Dec 2004 19:42:14 -0600
51982              Message-ID: <20041202014214.GA20907@mccoy.peters.homeunix.org>
51983      Branch: perl
51984            ! doio.c
51985 ____________________________________________________________________________
51986 [ 23967] By: mhx                                   on 2005/02/15  04:58:48
51987         Log: Subject: [PATCH] Additional tests for t/op/not.t
51988              From: Steve Peters <steve@fisharerojo.org>
51989              Date: Mon, 14 Feb 2005 19:54:17 -0600
51990              Message-ID: <20050215015417.GA30368@mccoy.peters.homeunix.org>
51991      Branch: perl
51992            ! t/op/not.t
51993 ____________________________________________________________________________
51994 [ 23966] By: rgs                                   on 2005/02/14  21:05:17
51995         Log: Subject: Re: encoding neutral unpack
51996              From: perl5-porters@ton.iguana.be (Ton Hospel)
51997              Date: Sat, 5 Feb 2005 01:34:44 +0000 (UTC)
51998              Message-ID: <cu17rk$k78$1@post.home.lunix>
51999
52000              tweaked to remove the 'not supported on this platform'
52001              error messages
52002      Branch: perl
52003            ! genpacksizetables.pl pp_pack.c t/op/pack.t t/uni/case.pl
52004 ____________________________________________________________________________
52005 [ 23965] By: mhx                                   on 2005/02/14  17:26:02
52006         Log: Regenerate Perl_keyword() to remove superfluous goto statements.
52007      Branch: perl
52008            ! toke.c
52009 ____________________________________________________________________________
52010 [ 23964] By: mhx                                   on 2005/02/14  17:21:29
52011         Log: Require version 0.05 of Devel::Tokenizer::C.
52012      Branch: perl
52013            ! perl_keyword.pl
52014 ____________________________________________________________________________
52015 [ 23963] By: rgs                                   on 2005/02/12  16:26:47
52016         Log: Mac OS Classic vs Mac OS X clarications
52017              by Sherm Pendley
52018      Branch: perl
52019            ! pod/perlfaq3.pod pod/perlmodinstall.pod pod/perlopentut.pod
52020            ! pod/perlrun.pod
52021 ____________________________________________________________________________
52022 [ 23962] By: rgs                                   on 2005/02/12  16:14:56
52023         Log: README.cygwin additions by Reini Urban
52024      Branch: perl
52025            ! README.cygwin
52026 ____________________________________________________________________________
52027 [ 23961] By: merijn                                on 2005/02/11  09:32:50
52028         Log: Subject: Re: [PATCH] Re: perl winpid?
52029              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
52030              Date: Thu, 10 Feb 2005 20:04:35 -0800
52031              Message-ID: <20050211040434.GA3824@efn.org>
52032      Branch: perl
52033            + t/lib/cygwin.t
52034            ! MANIFEST README.cygwin cygwin/cygwin.c
52035 ____________________________________________________________________________
52036 [ 23960] By: mhx                                   on 2005/02/10  20:50:31
52037         Log: not() || 1 produces segmentation fault
52038
52039              Fixed by making not() behave like not(0). This is also the
52040              way not() behaved before it started segfaulting in 5.6.0.
52041      Branch: perl
52042            + t/op/not.t
52043            ! MANIFEST perly.act perly.h perly.tab perly.y
52044 ____________________________________________________________________________
52045 [ 23959] By: mhx                                   on 2005/02/10  20:36:13
52046         Log: regen_perly.pl runs fine with bison 2.0.
52047      Branch: perl
52048            ! regen_perly.pl
52049 ____________________________________________________________________________
52050 [ 23958] By: merijn                                on 2005/02/10  15:56:04
52051         Log: 'what' cannot find ccversion if `which cc` is a symlink to ccache
52052              ccversion is important enough to jump through some hoops to get it
52053      Branch: perl
52054            ! hints/hpux.sh
52055 ____________________________________________________________________________
52056 [ 23957] By: merijn                                on 2005/02/10  14:19:51
52057         Log: Swap logic in BEGIN blocks to have Cwd's abs_path do the
52058              translation *before* the chdir (), so it now DTRT
52059      Branch: perl
52060            ! lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
52061            ! lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
52062            ! lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
52063            ! lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
52064            ! lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
52065            ! lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
52066            ! lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
52067 ____________________________________________________________________________
52068 [ 23956] By: rgs                                   on 2005/02/10  10:58:26
52069         Log: Upgrade to Time::Local 1.11
52070      Branch: perl
52071            ! lib/Time/Local.pm lib/Time/Local.t
52072 ____________________________________________________________________________
52073 [ 23955] By: rgs                                   on 2005/02/10  10:51:59
52074         Log: Subject: Re: [PATCH] BigInt mbi_rand.t failings (solved now)
52075              From: Tels <nospam-abuse@bloodgate.com>
52076              Date: Wed, 9 Feb 2005 21:44:22 +0100
52077              Message-Id: <200502092144.24051@bloodgate.com>
52078      Branch: perl
52079            ! lib/Math/BigInt/Calc.pm
52080 ____________________________________________________________________________
52081 [ 23954] By: rgs                                   on 2005/02/09  18:06:39
52082         Log: Add IPC::Run 0.80.
52083
52084              Subject: [PATCH] IPC::Run 0.80 integration (was Re: [RFC] More core integration)
52085              From: "Jos I. Boumans" <kane@xs4all.net>
52086              Date: Fri, 28 Jan 2005 18:32:44 +0100
52087              Message-Id: <9E6ECDBE-7152-11D9-B82E-000A956B0E06@xs4all.net>
52088
52089              with PERL_CORE test premables hacked for better $^X portability
52090              (we hope.)
52091      Branch: perl
52092            + lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
52093            + lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
52094            + lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
52095            + lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
52096            + lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
52097            + lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
52098            + lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
52099            + lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
52100            + lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
52101            + lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
52102            ! MANIFEST
52103 ____________________________________________________________________________
52104 [ 23953] By: rgs                                   on 2005/02/09  09:28:19
52105         Log: Patch for CAN-2004-0452 by Jeroen van Wolffelaar.
52106              The rmtree() function in the perl File::Path module would remove
52107              directories in an insecure manner which could lead to the removal
52108              of arbitrary files and directories via a symlink attack.
52109      Branch: perl
52110            ! lib/File/Path.pm
52111 ____________________________________________________________________________
52112 [ 23952] By: merijn                                on 2005/02/08  16:30:43
52113         Log: IBM Released vac.C version 7, and changed the naming convention (again)
52114              Thanks to Campo for spotting, testing and the fix
52115      Branch: perl
52116            ! hints/aix.sh
52117 ____________________________________________________________________________
52118 [ 23951] By: rgs                                   on 2005/02/08  14:02:56
52119         Log: Subject: [perl #34076] P/p pack formats only recognize literal undef
52120              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
52121              Date: 6 Feb 2005 22:03:20 -0000
52122              Message-ID: <rt-3.0.11-34076-107344.19.3123360602169@perl.org>
52123      Branch: perl
52124            ! pp_pack.c
52125 ____________________________________________________________________________
52126 [ 23950] By: rgs                                   on 2005/02/08  11:09:03
52127         Log: Remove mention of sub-packages in the Symbol manpage.
52128      Branch: perl
52129            ! lib/Symbol.pm
52130 ____________________________________________________________________________
52131 [ 23949] By: rgs                                   on 2005/02/08  10:44:09
52132         Log: Add Module::CoreList in the maintainers list
52133      Branch: perl
52134            ! Porting/Maintainers.pl
52135 ____________________________________________________________________________
52136 [ 23948] By: rgs                                   on 2005/02/08  10:39:21
52137         Log: Fix typo in corelist
52138      Branch: perl
52139            ! lib/Module/CoreList/bin/corelist
52140 ____________________________________________________________________________
52141 [ 23947] By: rgs                                   on 2005/02/08  10:22:22
52142         Log: Add Module::CoreList to bleadperl.
52143
52144              Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration)
52145              From: "Jos I. Boumans" <kane@xs4all.net>
52146              Date: Fri, 28 Jan 2005 17:38:27 +0100
52147              Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net>
52148      Branch: perl
52149            + lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
52150            + lib/Module/CoreList/t/corelist.t utils/corelist.PL
52151            ! MANIFEST installperl utils.lst utils/Makefile
52152 ____________________________________________________________________________
52153 [ 23946] By: rgs                                   on 2005/02/08  09:31:45
52154         Log: Subject: [perl #34062] pack Z0 destroys the character before
52155              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
52156              Date: 5 Feb 2005 18:09:00 -0000
52157              Message-ID: <rt-3.0.11-34062-107199.19.360569328007@perl.org>
52158              (plus a regression test)
52159      Branch: perl
52160            ! pp_pack.c t/op/pack.t
52161 ____________________________________________________________________________
52162 [ 23945] By: rgs                                   on 2005/02/08  09:25:29
52163         Log: A small precision in the docs for overloaded regexp escapes
52164              (see bug #33906)
52165      Branch: perl
52166            ! pod/perlre.pod
52167 ____________________________________________________________________________
52168 [ 23943] By: rgs                                   on 2005/02/06  22:18:48
52169         Log: Avoid evaluating a strlen twice due the new implementation
52170              of New() with PERL_MALLOC_WRAP
52171      Branch: perl
52172            ! util.c
52173 ____________________________________________________________________________
52174 [ 23942] By: nicholas                              on 2005/02/05  22:02:50
52175         Log: Stop lib/h2xs.t failing needlessly if it failed to clear up behind
52176              itself on a previous run.
52177      Branch: perl
52178            ! lib/h2xs.t
52179 ____________________________________________________________________________
52180 [ 23941] By: nicholas                              on 2005/02/05  21:47:35
52181         Log: With mallocwrap New() evaluates its arguments more than once, so they
52182              had better not have any side effects.
52183              :-(
52184      Branch: perl
52185            ! util.c
52186 ____________________________________________________________________________
52187 [ 23935] By: nicholas                              on 2005/02/05  15:05:08
52188         Log: Let's (un)do the timewarp, again.
52189              Attempt to bodge round Makefile sometimes being older than Makefile.PL
52190              Pesky filesystems.
52191      Branch: perl
52192            ! lib/ExtUtils/t/Constant.t
52193 ____________________________________________________________________________
52194 [ 23928] By: rgs                                   on 2005/02/04  10:41:43
52195         Log: Upgrade to Digest 1.10
52196      Branch: perl
52197            + lib/Digest/Changes lib/Digest/file.pm lib/Digest/t/file.t
52198            ! MANIFEST lib/Digest.pm lib/Digest/base.pm
52199 ____________________________________________________________________________
52200 [ 23927] By: mhx                                   on 2005/02/02  21:33:12
52201         Log: Remove 2 unused variables from APItest.xs.
52202      Branch: perl
52203            ! ext/XS/APItest/APItest.xs
52204 ____________________________________________________________________________
52205 [ 23926] By: mhx                                   on 2005/02/02  21:29:40
52206         Log: Upgrade to Devel::PPPort 3.06.
52207      Branch: perl
52208            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
52209            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
52210            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/module3.c
52211            ! ext/Devel/PPPort/parts/inc/exception
52212            ! ext/Devel/PPPort/parts/inc/misc
52213 ____________________________________________________________________________
52214 [ 23925] By: mhx                                   on 2005/02/02  21:26:14
52215         Log: Attempt to fix problems with new exception handling macros.
52216      Branch: perl
52217            + ext/XS/APItest/exception.c
52218            ! MANIFEST XSUB.h ext/XS/APItest/APItest.xs
52219            ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
52220            ! pod/perlguts.pod
52221 ____________________________________________________________________________
52222 [ 23924] By: rgs                                   on 2005/02/02  19:50:53
52223         Log: Subject: Re: encoding neutral unpack
52224              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
52225              Date: Sat, 29 Jan 2005 12:54:34 +0000 (UTC)
52226              Message-ID: <ctg12a$j0e$2[at]post.home.lunix>
52227
52228              Counted length prefixes shouldn't change C0/U0 mode
52229              in pack/unpack (plus a regression test)
52230      Branch: perl
52231            ! pp_pack.c t/op/pack.t
52232 ____________________________________________________________________________
52233 [ 23923] By: rgs                                   on 2005/02/02  19:35:47
52234         Log: Subject: Re: encoding neutral unpack
52235              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
52236              Date: Sat, 29 Jan 2005 13:07:38 +0000 (UTC)
52237              Message-ID: <ctg1qq$j0e$3[at]post.home.lunix>
52238
52239              Make U0 and C0 scoped to () pack subtemplates.
52240              (plus a regression test)
52241      Branch: perl
52242            ! pp_pack.c t/op/pack.t
52243 ____________________________________________________________________________
52244 [ 23922] By: rgs                                   on 2005/02/02  19:23:46
52245         Log: Subject: Re: encoding neutral unpack
52246              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
52247              Date: Sat, 29 Jan 2005 13:24:55 +0000 (UTC)
52248              Message-ID: <ctg2r7$j0e$4[at]post.home.lunix>
52249
52250              Ensure that with the C format, unpack checksums
52251              don't get overflowed. (plus a regression test)
52252      Branch: perl
52253            ! pp_pack.c t/op/pack.t
52254 ____________________________________________________________________________
52255 [ 23921] By: davem                                 on 2005/02/02  18:25:00
52256         Log: fix POSIX::strtod error handling documentation
52257      Branch: perl
52258            ! ext/POSIX/POSIX.pod
52259 ____________________________________________________________________________
52260 [ 23920] By: merijn                                on 2005/02/02  13:12:17
52261         Log: Subject: [PATCH pod/perlfunc.pod] POD nit @ sysseek
52262              From: Abigail <abigail@abigail.nl>
52263              Date: Tue, 1 Feb 2005 21:33:14 +0100
52264              Message-ID: <20050201203314.GC335@abigail.nl>
52265      Branch: perl
52266            ! pod/perlfunc.pod
52267 ____________________________________________________________________________
52268 [ 23919] By: merijn                                on 2005/02/02  12:49:46
52269         Log: Picky compilers (e.g. vac on AIX 5.2) do not accept statements
52270              between declarations
52271      Branch: perl
52272            ! ext/Devel/PPPort/PPPort.xs
52273 ____________________________________________________________________________
52274 [ 23917] By: nicholas                              on 2005/02/01  11:46:31
52275         Log: "All" "all?" Who said all? There were 2 more missing gnuk{free,net}bsd
52276              hints files to add to MANIFEST. Sort MANIFEST
52277              while I'm in the area.
52278      Branch: perl
52279            ! MANIFEST
52280 ____________________________________________________________________________
52281 [ 23916] By: rgs                                   on 2005/02/01  10:02:51
52282         Log: Subject: Re: [perl #34010] localtime docs
52283              From: Andy Lester <andy@petdance.com>
52284              Date: Mon, 31 Jan 2005 21:24:29 -0600
52285              Message-ID: <20050201032429.GA29354@petdance.com>
52286      Branch: perl
52287            ! pod/perlfunc.pod
52288 ____________________________________________________________________________
52289 [ 23915] By: rgs                                   on 2005/01/31  23:08:59
52290         Log: Subject: Re: encoding neutral unpack
52291              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
52292              Date: Sat, 29 Jan 2005 12:41:20 +0000 (UTC)
52293              Message-ID: <ctg09g$j0e$1[at]post.home.lunix>
52294
52295              Forgotten character progress while checksumming over partial
52296              b or B format. (plus a regression test)
52297      Branch: perl
52298            ! pp_pack.c t/op/pack.t
52299 ____________________________________________________________________________
52300 [ 23914] By: mhx                                   on 2005/01/31  19:22:41
52301         Log: Make Perl_keyword() another 30% faster.
52302      Branch: perl
52303            ! perl_keyword.pl toke.c
52304 ____________________________________________________________________________
52305 [ 23913] By: mhx                                   on 2005/01/31  18:14:44
52306         Log: Regenerate perlapi.pod.
52307      Branch: perl
52308            ! pod/perlapi.pod
52309 ____________________________________________________________________________
52310 [ 23912] By: mhx                                   on 2005/01/31  18:07:29
52311         Log: Upgrade to Devel::PPPort 3.05.
52312      Branch: perl
52313            + ext/Devel/PPPort/parts/base/5008006
52314            + ext/Devel/PPPort/parts/inc/exception
52315            + ext/Devel/PPPort/parts/todo/5008006
52316            + ext/Devel/PPPort/t/exception.t
52317            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
52318            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/MANIFEST.SKIP
52319            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/Makefile.PL
52320            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
52321            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
52322            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
52323            ! ext/Devel/PPPort/apicheck_c.PL
52324            ! ext/Devel/PPPort/devel/buildperl.pl
52325            ! ext/Devel/PPPort/devel/mkapidoc.sh
52326            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
52327            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
52328            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
52329            ! ext/Devel/PPPort/parts/apicheck.pl
52330            ! ext/Devel/PPPort/parts/base/5004000
52331            ! ext/Devel/PPPort/parts/base/5004050
52332            ! ext/Devel/PPPort/parts/base/5005000
52333            ! ext/Devel/PPPort/parts/base/5006000
52334            ! ext/Devel/PPPort/parts/base/5008001
52335            ! ext/Devel/PPPort/parts/base/5009002
52336            ! ext/Devel/PPPort/parts/embed.fnc
52337            ! ext/Devel/PPPort/parts/inc/MY_CXT
52338            ! ext/Devel/PPPort/parts/inc/SvPV
52339            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
52340            ! ext/Devel/PPPort/parts/inc/format
52341            ! ext/Devel/PPPort/parts/inc/grok
52342            ! ext/Devel/PPPort/parts/inc/limits
52343            ! ext/Devel/PPPort/parts/inc/mPUSH
52344            ! ext/Devel/PPPort/parts/inc/magic
52345            ! ext/Devel/PPPort/parts/inc/misc
52346            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
52347            ! ext/Devel/PPPort/parts/inc/newRV
52348            ! ext/Devel/PPPort/parts/inc/ppphbin
52349            ! ext/Devel/PPPort/parts/inc/ppphdoc
52350            ! ext/Devel/PPPort/parts/inc/ppphtest
52351            ! ext/Devel/PPPort/parts/inc/sv_xpvf
52352            ! ext/Devel/PPPort/parts/inc/threads
52353            ! ext/Devel/PPPort/parts/inc/uv
52354            ! ext/Devel/PPPort/parts/inc/version
52355            ! ext/Devel/PPPort/parts/ppptools.pl
52356            ! ext/Devel/PPPort/parts/todo/5009002
52357            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
52358            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/misc.t
52359            ! ext/Devel/PPPort/typemap
52360 ____________________________________________________________________________
52361 [ 23911] By: mhx                                   on 2005/01/31  18:00:31
52362         Log: Add simple exception handling macros for XS writers.
52363      Branch: perl
52364            + ext/XS/APItest/t/exception.t
52365            ! MANIFEST XSUB.h ext/XS/APItest/APItest.pm
52366            ! ext/XS/APItest/APItest.xs pod/perlguts.pod
52367 ____________________________________________________________________________
52368 [ 23910] By: nicholas                              on 2005/01/31  17:46:03
52369         Log: Add all the missing gnuk{free,net}bsd hints files to MANIFEST
52370      Branch: perl
52371            ! MANIFEST
52372 ____________________________________________________________________________
52373 [ 23909] By: merijn                                on 2005/01/31  11:33:14
52374         Log: Subject: [perl #33998] [PATCH] Support for GNU/kFreeBSD
52375              From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org>
52376              Date: 31 Jan 2005 07:37:55 -0000
52377              Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org>
52378      Branch: perl
52379            + ext/DynaLoader/hints/gnukfreebsd.pl
52380            + ext/DynaLoader/hints/gnuknetbsd.pl
52381            + ext/NDBM_File/hints/gnukfreebsd.pl
52382            + ext/NDBM_File/hints/gnuknetbsd.pl
52383            + ext/ODBM_File/hints/gnukfreebsd.pl
52384            + ext/ODBM_File/hints/gnuknetbsd.pl
52385            + ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl
52386            + ext/Storable/hints/gnukfreebsd.pl
52387            + ext/Storable/hints/gnuknetbsd.pl hints/gnukfreebsd.sh
52388            + hints/gnuknetbsd.sh
52389            ! Configure
52390 ____________________________________________________________________________
52391 [ 23907] By: rgs                                   on 2005/01/31  11:17:26
52392         Log: Document the changes to PERLIO_DEBUG.
52393      Branch: perl
52394            ! pod/perlrun.pod
52395 ____________________________________________________________________________
52396 [ 23906] By: rgs                                   on 2005/01/31  10:53:14
52397         Log: Really fix the bug [perl #33990].
52398              NB. -DIAMSUID is only set to compile sperl.o.
52399      Branch: perl
52400            ! perlio.c
52401 ____________________________________________________________________________
52402 [ 23905] By: steveh                                on 2005/01/31  10:03:56
52403         Log: Fix test suite hang on Win32 caused by change #23898
52404
52405              ("perl -e sleep 3" does an indefinite sleep!)
52406      Branch: perl
52407            ! t/op/alarm.t
52408 ____________________________________________________________________________
52409 [ 23904] By: rgs                                   on 2005/01/31  08:35:51
52410         Log: Avoid a buffer overflow with threads and PERLIO_DEBUG
52411      Branch: perl
52412            ! perlio.c
52413 ____________________________________________________________________________
52414 [ 23903] By: rgs                                   on 2005/01/31  08:19:10
52415         Log: Don't write to $PERLIO_DEBUG when setuid ([perl #33990])
52416      Branch: perl
52417            ! perlio.c
52418 ____________________________________________________________________________
52419 [ 23900] By: davem                                 on 2005/01/30  17:46:35
52420         Log: minor corrections to comments in perly.y
52421      Branch: perl
52422            ! perly.y
52423 ____________________________________________________________________________
52424 [ 23899] By: rgs                                   on 2005/01/30  14:50:15
52425         Log: Subject: h2hp: 2 fix
52426              From: Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
52427              Date: Fri, 28 Jan 2005 16:53:11 +0100
52428              Message-Id: <200501281653.15708.olivier.thauvin@aerov.jussieu.fr>
52429      Branch: perl
52430            ! utils/h2ph.PL
52431 ____________________________________________________________________________
52432 [ 23898] By: davem                                 on 2005/01/29  16:14:20
52433         Log: chomp() fails after alarm(), `sleep`
52434
52435              PP_backtick's temp altering of PL_rs didn't restore after
52436              an exception
52437      Branch: perl
52438            ! pp_sys.c t/op/alarm.t
52439 ____________________________________________________________________________
52440 [ 23897] By: nicholas                              on 2005/01/28  21:01:04
52441         Log: More consistent names for all the parameter name/declaration methods
52442      Branch: perl
52443            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
52444            ! perl_keyword.pl
52445 ____________________________________________________________________________
52446 [ 23894] By: nicholas                              on 2005/01/28  13:59:40
52447         Log: Calculate the number of tests in one place, so that the skip()s will
52448              always agree with the plan()s
52449      Branch: perl
52450            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
52451 ____________________________________________________________________________
52452 [ 23893] By: rgs                                   on 2005/01/28  08:53:47
52453         Log: Add a reference to books.perl.org.
52454      Branch: perl
52455            ! pod/perlbook.pod
52456 ____________________________________________________________________________
52457 [ 23892] By: nicholas                              on 2005/01/27  19:26:21
52458         Log: Retrieve the flag bit that only 'p' uses, so that it is spare for
52459              future use.
52460      Branch: perl
52461            ! genpacksizetables.pl pp_pack.c
52462 ____________________________________________________________________________
52463 [ 23891] By: rgs                                   on 2005/01/27  18:29:51
52464         Log: Subject: Re: [patch] decrufting OptreeCheck stuff
52465              From: Jim Cromie <jcromie@divsol.com>
52466              Date: Sun, 16 Jan 2005 17:16:00 -0700
52467              Message-ID: <41EB03C0.7030509@divsol.com>
52468              (with minor typos fixed)
52469      Branch: perl
52470            ! ext/B/B/Concise.pm ext/B/t/OptreeCheck.pm ext/B/t/f_map.t
52471            ! ext/B/t/f_sort.t ext/B/t/optree_check.t
52472            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
52473            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
52474            ! ext/B/t/optree_varinit.t
52475 ____________________________________________________________________________
52476 [ 23890] By: rgs                                   on 2005/01/27  17:49:50
52477         Log: Subject: [PATCH] libperl leaks a THREAD_KEY each time it is reloaded
52478              From: Gisle Aas <gisle@ActiveState.com>
52479              Date: 05 Jan 2005 03:21:06 -0800
52480              Message-ID: <lris6cxgt9.fsf@caliper.activestate.com>
52481      Branch: perl
52482            ! perl.c
52483 ____________________________________________________________________________
52484 [ 23889] By: nicholas                              on 2005/01/27  17:29:04
52485         Log: Make the byte order modifers < and > and the sign modifier ! (for
52486              n N v V) conditionally compile. This means that the refactored
52487              pp_pack/pp_unpack code can now be used in maint.
52488      Branch: perl
52489            ! genpacksizetables.pl pp_pack.c
52490 ____________________________________________________________________________
52491 [ 23888] By: nicholas                              on 2005/01/27  16:40:07
52492         Log: Oops. Was forgetting to test n! N! v! V! in pack
52493      Branch: perl
52494            ! t/op/pack.t
52495 ____________________________________________________________________________
52496 [ 23886] By: nicholas                              on 2005/01/27  14:42:28
52497         Log: Check that the warning behaviour on the modifiers !, < and > is as we
52498              expect it for this perl.
52499      Branch: perl
52500            ! t/op/pack.t
52501 ____________________________________________________________________________
52502 [ 23884] By: nicholas                              on 2005/01/27  11:27:12
52503         Log: Make the tests for the endianness modifiers < and >, and the
52504              signnedness modifier ! conditional on perl version. Surprisingly
52505              little change needed.
52506      Branch: perl
52507            ! t/op/pack.t
52508 ____________________________________________________________________________
52509 [ 23883] By: nicholas                              on 2005/01/27  11:12:34
52510         Log: &_q needs to *globally* escape ' and \ in its substitution.
52511      Branch: perl
52512            ! t/test.pl
52513 ____________________________________________________________________________
52514 [ 23882] By: rgs                                   on 2005/01/25  16:53:08
52515         Log: Subject: [PATCH] BigInt mbi_rand.t failings
52516              From: Tels <nospam-abuse@bloodgate.com>
52517              Date: Tue, 25 Jan 2005 18:06:58 +0100
52518              Message-Id: <200501251806.59782@bloodgate.com>
52519      Branch: perl
52520            ! lib/Math/BigInt/Calc.pm
52521 ____________________________________________________________________________
52522 [ 23881] By: rgs                                   on 2005/01/25  16:12:08
52523         Log: Integrate change #23880 in original comment
52524      Branch: perl
52525            ! util.c
52526 ____________________________________________________________________________
52527 [ 23880] By: merijn                                on 2005/01/25  15:41:30
52528         Log: Subject: [PATCH] perlapi.pod has pod errors
52529              From: "Jos I. Boumans" <kane@xs4all.net>
52530              Date: Tue, 25 Jan 2005 16:42:38 +0100
52531              Message-Id: <BDA482F7-6EE7-11D9-8AA7-000A95EF62E2@xs4all.net>
52532      Branch: perl
52533            ! pod/perlapi.pod
52534 ____________________________________________________________________________
52535 [ 23879] By: nicholas                              on 2005/01/24  23:16:04
52536         Log: Correct and update comments (before anyone writes in)
52537              Remove a temporary variable.
52538      Branch: perl
52539            ! lib/ExtUtils/Constant/Base.pm
52540 ____________________________________________________________________________
52541 [ 23878] By: nicholas                              on 2005/01/24  22:10:36
52542         Log: Ooops. It was 190M when I was using 4 bytes per entry for lengths in
52543              the dump file. The newer format is only 135M
52544      Branch: perl
52545            ! toke.c
52546 ____________________________________________________________________________
52547 [ 23877] By: nicholas                              on 2005/01/24  22:06:05
52548         Log: A script to regenerate Perl_keyword()
52549      Branch: perl
52550            + perl_keyword.pl
52551            ! MANIFEST
52552 ____________________________________________________________________________
52553 [ 23876] By: nicholas                              on 2005/01/24  22:05:29
52554         Log: Add weights to ExtUtils::Constant to allow sorting by expected
52555              frequency. This makes the Perl_keyword() replacement 20% faster,
52556              rather than just 12%
52557      Branch: perl
52558            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
52559 ____________________________________________________________________________
52560 [ 23875] By: nicholas                              on 2005/01/24  21:43:52
52561         Log: Replace Perl_keyword() with a version that's 20% faster on typical
52562              input, generated by subclassing ExtUtils::Constant. (Typical input
52563              being about 135M of input from running a lot of perl scripts)
52564      Branch: perl
52565            ! toke.c
52566 ____________________________________________________________________________
52567 [ 23874] By: merijn                                on 2005/01/24  15:10:55
52568         Log: Subject: [PATCH] assorted tempfile clean-up in the test suite
52569              From: "Craig A. Berry" <craigberry@mac.com>
52570              Date: Sun, 23 Jan 2005 14:23:17 -0600
52571              Message-ID: <41F407B5.7020106@mac.com>
52572      Branch: perl
52573            ! lib/Test/Simple/t/reset.t t/io/fs.t t/io/tell.t
52574 ____________________________________________________________________________
52575 [ 23873] By: rgs                                   on 2005/01/24  13:14:21
52576         Log: Revert change 23843.
52577              (See discussion for bug [perl #31924])
52578      Branch: perl
52579            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
52580            ! pp_ctl.c proto.h t/comp/require.t
52581 ____________________________________________________________________________
52582 [ 23872] By: rgs                                   on 2005/01/24  10:27:10
52583         Log: Subject: [perl #33906] Missing \\ in perlre
52584              From: Andrew (via RT) <perlbug-followup@perl.org>
52585              Date: 23 Jan 2005 20:52:51 -0000
52586              Message-ID: <rt-3.0.11-33906-106339.17.5527961922343@perl.org>
52587      Branch: perl
52588            ! pod/perlre.pod
52589 ____________________________________________________________________________
52590 [ 23871] By: rgs                                   on 2005/01/24  10:10:47
52591         Log: Subject: [PATCH] Test::Harness::Straps::_default_inc shell problem
52592              From: "Craig A. Berry" <craigberry@mac.com>
52593              Date: Sun, 23 Jan 2005 13:44:49 -0600
52594              Message-ID: <41F3FEB1.9020102@mac.com>
52595      Branch: perl
52596            ! lib/Test/Harness/Straps.pm
52597 ____________________________________________________________________________
52598 [ 23870] By: rgs                                   on 2005/01/24  09:40:35
52599         Log: Subject: Re: [perl #33892] Add Interix support
52600              From: Todd Vierling <tv@duh.org>
52601              Date: Fri, 21 Jan 2005 15:16:16 -0500 (EST)
52602              Message-ID: <Pine.NEB.4.61.0501211424350.13373@duh.net.dhis.org>
52603      Branch: perl
52604            ! hints/interix.sh
52605 ____________________________________________________________________________
52606 [ 23869] By: davem                                 on 2005/01/23  22:20:10
52607         Log: Subject:  Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
52608              From:  Jarkko Hietaniemi <jhi@iki.fi>
52609              Date:  Sun, 23 Jan 2005 21:25:01 +0200
52610              Message-Id:  <41F3FA0D.4010301@iki.fi>
52611
52612              The uc() memory reduction patch had a memory leak...
52613      Branch: perl
52614            ! pp.c
52615 ____________________________________________________________________________
52616 [ 23868] By: nicholas                              on 2005/01/23  22:06:01
52617         Log: Tidy up 2 comments
52618      Branch: perl
52619            ! regcomp.c
52620 ____________________________________________________________________________
52621 [ 23867] By: nicholas                              on 2005/01/23  22:05:12
52622         Log: Assimilate ExtUtils::Constant 0.16
52623      Branch: perl
52624            + lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/Utils.pm
52625            + lib/ExtUtils/Constant/XS.pm
52626            ! MANIFEST lib/ExtUtils/Constant.pm
52627 ____________________________________________________________________________
52628 [ 23866] By: nicholas                              on 2005/01/23  21:43:17
52629         Log: Slightly terser code in S_regpposixcc (names inside [:*here*:])
52630      Branch: perl
52631            ! regcomp.c
52632 ____________________________________________________________________________
52633 [ 23864] By: nicholas                              on 2005/01/22  22:30:12
52634         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
52635              From: Jarkko Hietaniemi <jhi@iki.fi>
52636              Message-ID: <41F2C427.7020003@iki.fi>
52637              Date: Sat, 22 Jan 2005 23:22:47 +0200
52638      Branch: perl
52639            ! hints/dec_osf.sh
52640 ____________________________________________________________________________
52641 [ 23863] By: davem                                 on 2005/01/22  18:27:58
52642         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
52643              From:  Jarkko Hietaniemi <jhi@iki.fi>
52644              Date:  Sat, 22 Jan 2005 11:33:12 +0200
52645              Message-Id:  <41F21DD8.3050500@iki.fi>
52646
52647              change #23857 miscalculated the SvGROW size
52648      Branch: perl
52649            ! pp.c
52650 ____________________________________________________________________________
52651 [ 23862] By: nicholas                              on 2005/01/22  17:51:13
52652         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
52653              From: Jarkko Hietaniemi <jhi@iki.fi>
52654              Message-ID: <41F2911E.8090204@iki.fi>
52655              Date: Sat, 22 Jan 2005 19:45:02 +0200
52656
52657              (drop optimisation on pp_pack.c for gcc on osf1 to -O1)
52658      Branch: perl
52659            ! hints/dec_osf.sh
52660 ____________________________________________________________________________
52661 [ 23861] By: nicholas                              on 2005/01/22  14:15:58
52662         Log: Update copyright years and add editor blocks
52663      Branch: perl
52664            ! doop.c hv.c utf8.c
52665 ____________________________________________________________________________
52666 [ 23860] By: nicholas                              on 2005/01/22  12:03:00
52667         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
52668              Subject: Re: [PATCH] do not assume quads or long doubles
52669              Message-ID: <41F21B0A.2050301@iki.fi>
52670              Date: Sat, 22 Jan 2005 11:21:14 +0200
52671      Branch: perl
52672            ! pp_pack.c
52673 ____________________________________________________________________________
52674 [ 23858] By: nicholas                              on 2005/01/22  00:39:41
52675         Log: Remove now-unnecessary check. (It's done earlier)
52676      Branch: perl
52677            ! pp_pack.c
52678 ____________________________________________________________________________
52679 [ 23857] By: davem                                 on 2005/01/22  00:17:40
52680         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
52681              From:  Jarkko Hietaniemi <jhi@iki.fi>
52682              Date:  Sat, 22 Jan 2005 00:20:12 +0200
52683              Message-Id:  <41F1801C.3080201@iki.fi>
52684
52685              Make buffer size estimates for utf8 case conversion less maximally
52686              pessimistic
52687      Branch: perl
52688            ! doop.c op.c pp.c pp_pack.c regcomp.c regexec.c sv.c t/op/lc.t
52689            ! toke.c utf8.c utf8.h
52690 ____________________________________________________________________________
52691 [ 23854] By: nicholas                              on 2005/01/21  22:15:43
52692         Log: Shrink a switch() statment by driving the size calculations from the
52693              size table. This requires #ifdef()s in the size table initialiser.
52694              Astoundingly this shaves over 6K of the object size with -Os on OS X.
52695              I was expecting about 1K (due to shrinking a branch table). Mind you,
52696              I'm not going to argue with what I got. :-)
52697      Branch: perl
52698            ! genpacksizetables.pl pp_pack.c
52699 ____________________________________________________________________________
52700 [ 23853] By: nicholas                              on 2005/01/21  16:46:49
52701         Log: Make the length overrun checking and stack extension table driven.
52702              (Shaves about 3k off pp_pack.o)
52703      Branch: perl
52704            + genpacksizetables.pl
52705            ! MANIFEST pp_pack.c
52706 ____________________________________________________________________________
52707 [ 23852] By: rgs                                   on 2005/01/21  16:29:53
52708         Log: Subject: [perl #32503] Fix for Storable module
52709              From: "Steven N. Hirsch" (via RT) <perlbug-followup@perl.org>
52710              Date: 19 Nov 2004 13:06:57 -0000
52711              Message-ID: <rt-3.0.11-32503-100597.6.46123979926323@perl.org>
52712      Branch: perl
52713            ! ext/Storable/Storable.xs
52714 ____________________________________________________________________________
52715 [ 23851] By: rgs                                   on 2005/01/21  15:51:54
52716         Log: Fix spurious warnings emitted by XSLoader via Data::Dumper
52717      Branch: perl
52718            ! ext/Data/Dumper/Dumper.pm
52719 ____________________________________________________________________________
52720 [ 23850] By: nicholas                              on 2005/01/21  15:43:24
52721         Log: Name another pack test
52722      Branch: perl
52723            ! t/op/pack.t
52724 ____________________________________________________________________________
52725 [ 23849] By: rgs                                   on 2005/01/21  15:26:10
52726         Log: Subject: [perl #33892] Add Interix support
52727              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
52728              Date: 21 Jan 2005 14:36:31 -0000
52729              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
52730
52731              (except the Configure chunk)
52732              (and bump version numbers of modules)
52733      Branch: perl
52734            + hints/interix.sh
52735            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm lib/File/Find.pm
52736            ! lib/File/Temp.pm t/io/openpid.t t/op/groups.t
52737 ____________________________________________________________________________
52738 [ 23848] By: merijn                                on 2005/01/21  14:47:31
52739         Log: Subject: [perl #33892] Add Interix support
52740              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
52741              Date: 21 Jan 2005 14:36:31 -0000
52742              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
52743      Branch: perl
52744            ! Configure
52745 ____________________________________________________________________________
52746 [ 23847] By: rgs                                   on 2005/01/21  14:46:38
52747         Log: Upgrade to Test::Harness 2.46
52748      Branch: perl
52749            + lib/Test/Harness/TAP.pod lib/Test/Harness/t/harness.t
52750            + lib/Test/Harness/t/prove-globbing.t
52751            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
52752            ! lib/Test/Harness/Changes lib/Test/Harness/Iterator.pm
52753            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/prove-switches.t
52754            ! lib/Test/Harness/t/strap.t
52755 ____________________________________________________________________________
52756 [ 23845] By: rgs                                   on 2005/01/21  14:09:19
52757         Log: Subject: [perl #32967] [PATCH] Re: More B bugs: svref_2object
52758              From: Stephen McCamant <smcc@OCF.Berkeley.EDU>
52759              Date: Tue, 28 Dec 2004 16:01:49 -0800
52760              Message-ID: <16849.62445.116153.489478@apocalypse.OCF.Berkeley.EDU>
52761      Branch: perl
52762            ! ext/B/B.pm
52763 ____________________________________________________________________________
52764 [ 23844] By: rgs                                   on 2005/01/21  13:49:46
52765         Log: Subject: [Patch] [perl #32446]  close leaves fd open
52766              From: Steffen Ullrich <coyote.frank@gmx.net>
52767              Date: Wed, 01 Dec 2004 15:22:34 +0100
52768              Message-ID: <20041201142236.4273.qmail@lists.develooper.com>
52769      Branch: perl
52770            ! perlio.c
52771 ____________________________________________________________________________
52772 [ 23843] By: rgs                                   on 2005/01/21  13:35:49
52773         Log: Subject: [PATCH bleadperl] Re: [perl #31924] %INC caching failure-case problem
52774              From: Rick Delaney <rick@bort.ca>
52775              Date: Wed, 13 Oct 2004 12:40:18 -0400
52776              Message-ID: <20041013164018.GA32174@biff.bort.ca>
52777      Branch: perl
52778            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
52779            ! pp_ctl.c proto.h t/comp/require.t
52780 ____________________________________________________________________________
52781 [ 23842] By: rgs                                   on 2005/01/21  10:57:48
52782         Log: Subject: Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32
52783              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
52784              Date: Mon, 20 Dec 2004 16:08:56 -0800
52785              Message-ID: <20041221000856.GA2924@efn.org>
52786      Branch: perl
52787            ! pp_sys.c t/op/stat.t
52788 ____________________________________________________________________________
52789 [ 23841] By: rgs                                   on 2005/01/21  10:26:17
52790         Log: Subject: [PATCH] doc SVt_PVLV <=> SVt_PVGV change version in B.pm
52791              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
52792              Date: Sun, 19 Dec 2004 23:57:56 -0800
52793              Message-ID: <20041220075754.GA800@efn.org>
52794      Branch: perl
52795            ! ext/B/B.pm
52796 ____________________________________________________________________________
52797 [ 23840] By: rgs                                   on 2005/01/20  18:45:55
52798         Log: Subject: [patch] cleanup perlsfio.h
52799              From: Stas Bekman <stas@stason.org>
52800              Date: Thu, 13 Jan 2005 16:14:23 -0500
52801              Message-ID: <41E6E4AF.8070303@stason.org>
52802      Branch: perl
52803            ! perlsfio.h
52804 ____________________________________________________________________________
52805 [ 23839] By: rgs                                   on 2005/01/20  18:33:00
52806         Log: VERSION++
52807      Branch: perl
52808            ! lib/Text/ParseWords.pm
52809 ____________________________________________________________________________
52810 [ 23838] By: rgs                                   on 2005/01/20  18:21:36
52811         Log: Subject: Re: [perl #33173] shellwords.pl and tainting
52812              From: Alexey Tourbin <at@altlinux.ru>
52813              Date: Tue, 28 Dec 2004 22:29:37 +0300
52814              Message-ID: <20041228192937.GB7824@solemn.turbinal.org>
52815      Branch: perl
52816            + lib/Text/ParseWords/taint.t
52817            ! MANIFEST lib/Text/ParseWords.pm lib/shellwords.pl
52818 ____________________________________________________________________________
52819 [ 23836] By: nicholas                              on 2005/01/20  13:21:14
52820         Log: Run regen.pl and pod/buildtoc --build-all
52821      Branch: perl
52822            ! MANIFEST pod/perlapi.pod pod/perltoc.pod
52823 ____________________________________________________________________________
52824 [ 23835] By: nicholas                              on 2005/01/20  13:20:50
52825         Log: A little more determinacy in our sorting
52826      Branch: perl
52827            ! autodoc.pl
52828 ____________________________________________________________________________
52829 [ 23827] By: nicholas                              on 2005/01/19  21:22:30
52830         Log: Make "assertion" attribute code and test conditional
52831      Branch: perl
52832            ! t/op/attrs.t xsutils.c
52833 ____________________________________________________________________________
52834 [ 23824] By: merijn                                on 2005/01/19  18:32:41
52835         Log: Subject: [PATCH] Further follow-up to 23767
52836              From: Robin Barker <Robin.Barker@npl.co.uk>
52837              Date: Wed, 19 Jan 2005 18:30:31 -0000
52838              Message-ID: <533D273D4014D411AB1D00062938C4D90849C57D@hotel.npl.co.uk>
52839      Branch: perl
52840            ! XSUB.h gv.c perl.c perl.h pp_ctl.c sv.c utf8.c
52841 ____________________________________________________________________________
52842 [ 23822] By: rgs                                   on 2005/01/19  17:19:04
52843         Log: Subject: Re: [perl #32498] h2xs generates incorrect code for Makefile.PL for enums
52844              From: Noah <sitz@onastick.net>
52845              Date: Wed, 19 Jan 2005 12:33:52 -0500
52846              Message-ID: <20050119173352.GA15592@radu.onastick.net>
52847      Branch: perl
52848            ! utils/h2xs.PL
52849 ____________________________________________________________________________
52850 [ 23821] By: rgs                                   on 2005/01/19  11:30:38
52851         Log: Subject: [PATCH] op/stat.t test 9 failing on recent cygwin snapshots
52852              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
52853              Date: Sun, 16 Jan 2005 10:30:45 -0800
52854              Message-ID: <20050116183045.GA2768@efn.org>
52855      Branch: perl
52856            ! t/op/stat.t
52857 ____________________________________________________________________________
52858 [ 23820] By: rgs                                   on 2005/01/19  11:20:10
52859         Log: Subject: [PATCH] Make Data::Dumper work when dynamic extensions are not available
52860              From: "Jos I. Boumans" <kane@xs4all.net>
52861              Date: Tue, 18 Jan 2005 15:12:03 +0100
52862              Message-Id: <ED6BA2C4-695A-11D9-B09C-000A95EF62E2@xs4all.net>
52863      Branch: perl
52864            ! ext/Data/Dumper/Dumper.pm
52865 ____________________________________________________________________________
52866 [ 23819] By: rgs                                   on 2005/01/19  11:15:14
52867         Log: Fix dependencies in ext/B/Makefile.PL
52868              (bug #8254, fix by Alan Burlison)
52869      Branch: perl
52870            ! ext/B/Makefile.PL
52871 ____________________________________________________________________________
52872 [ 23817] By: steveh                                on 2005/01/19  09:33:27
52873         Log: Exclude "Thread" from $Config{extensions}
52874
52875              It is already excluded from $Config{dynamic_ext}, so should not be
52876              in $Config{extensions} either. (Note that Thread is actually still
52877              built, though. This is just for consistency with Unix builds.)
52878      Branch: perl
52879            ! win32/config_sh.PL
52880 ____________________________________________________________________________
52881 [ 23816] By: steveh                                on 2005/01/19  08:55:06
52882         Log: Exclude "Thread" from $Config{dynamic_ext}
52883
52884              This was accidentally broken by change 23757.  It has already been
52885              fixed in maint-5.8 when resolving conflicts during integration of
52886              23757, so this one does NOT need integrating itself!
52887
52888              For more details see:
52889              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-01/msg00477.html
52890      Branch: perl
52891            ! win32/config_sh.PL
52892 ____________________________________________________________________________
52893 [ 23807] By: steveh                                on 2005/01/17  17:55:02
52894         Log: Fix for building with MinGW under Cygwin
52895
52896              Subject: [PATCH] building win32 perl with cygwin's mingw (was: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32)
52897              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
52898              Date: Thu, 13 Jan 2005 16:11:36 -0800
52899              Message-ID: <20050114001136.GC2516@efn.org>
52900      Branch: perl
52901            ! ext/Errno/Errno_pm.PL
52902 ____________________________________________________________________________
52903 [ 23806] By: steveh                                on 2005/01/17  16:57:10
52904         Log: Get $Config{ccversion} or $Config{gccversion} filled in on Win32
52905      Branch: perl
52906            ! win32/config_sh.PL
52907 ____________________________________________________________________________
52908 [ 23805] By: nicholas                              on 2005/01/14  19:56:42
52909         Log: Better test diagnostics for the numbers tests.
52910              (Failure diagnostics were always good, but now the tests have names,
52911              which show even when they pass)
52912      Branch: perl
52913            ! t/op/pack.t
52914 ____________________________________________________________________________
52915 [ 23803] By: nicholas                              on 2005/01/14  12:06:31
52916         Log: Correct the editor block to match the perl 5 policy on tabs
52917      Branch: perl
52918            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c scope.c
52919            ! sv.c universal.c
52920 ____________________________________________________________________________
52921 [ 23802] By: nicholas                              on 2005/01/14  10:58:47
52922         Log: Refactor S_regclass to generate slightly smaller object code
52923      Branch: perl
52924            ! regcomp.c
52925 ____________________________________________________________________________
52926 [ 23801] By: nicholas                              on 2005/01/14  10:32:08
52927         Log: A terser way to write the \-ing code in pv_uni_display
52928              Plus drive-by insert of a more correct editor block. (thanks Dave)
52929      Branch: perl
52930            ! utf8.c
52931 ____________________________________________________________________________
52932 [ 23800] By: nicholas                              on 2005/01/14  09:55:16
52933         Log: Improve documentation for sv_catpvf, to note that pattern's UTF-8ness
52934              is taken from the SV's UTF-8ness
52935      Branch: perl
52936            ! pod/perlapi.pod sv.c
52937 ____________________________________________________________________________
52938 [ 23799] By: nicholas                              on 2005/01/14  09:52:51
52939         Log: SvUTF8_off() in do_join can be unconditional.
52940      Branch: perl
52941            ! doop.c
52942 ____________________________________________________________________________
52943 [ 23798] By: nicholas                              on 2005/01/14  09:28:14
52944         Log: sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't.
52945      Branch: perl
52946            ! op.c regcomp.c toke.c utf8.c
52947 ____________________________________________________________________________
52948 [ 23797] By: nicholas                              on 2005/01/13  23:13:05
52949         Log: Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsv
52950      Branch: perl
52951            ! sv.c
52952 ____________________________________________________________________________
52953 [ 23796] By: nicholas                              on 2005/01/13  23:10:38
52954         Log: sv_2mortal(NEWSV(0,0)) better written as sv_newmortal()
52955      Branch: perl
52956            ! utf8.c
52957 ____________________________________________________________________________
52958 [ 23795] By: nicholas                              on 2005/01/13  22:54:10
52959         Log: replace NEWSV(), SvSetSV() with newSVsv()
52960      Branch: perl
52961            ! pp.c pp_hot.c pp_sort.c regexec.c scope.c toke.c
52962 ____________________________________________________________________________
52963 [ 23794] By: nicholas                              on 2005/01/13  22:39:58
52964         Log: Turn the unreachable code into assertions. (So prove me wrong...)
52965      Branch: perl
52966            ! pp_pack.c
52967 ____________________________________________________________________________
52968 [ 23793] By: nicholas                              on 2005/01/13  22:07:20
52969         Log: Source code tidy up - avoid assigning to sv.
52970      Branch: perl
52971            ! pp_pack.c
52972 ____________________________________________________________________________
52973 [ 23792] By: nicholas                              on 2005/01/13  21:54:21
52974         Log: Avoid dogfood problems when an empty string accidentally ends up
52975              as a constant name. [They don't work in qw(), strangely]
52976      Branch: perl
52977            ! lib/ExtUtils/Constant.pm
52978 ____________________________________________________________________________
52979 [ 23791] By: nicholas                              on 2005/01/13  21:44:53
52980         Log: The leaktesting of NEWSV() is long dead, so create and initialise
52981              SV values in one, to simplify source code and shrink object code
52982              by about 1%
52983      Branch: perl
52984            ! pp_pack.c
52985 ____________________________________________________________________________
52986 [ 23790] By: nicholas                              on 2005/01/13  20:55:37
52987         Log: Not a good idea to use unpack "H*" to peek at a scalar's internal
52988              representation.
52989      Branch: perl
52990            ! t/op/join.t
52991 ____________________________________________________________________________
52992 [ 23789] By: nicholas                              on 2005/01/13  14:05:08
52993         Log: Update copyright years. Add an editor block while passing by.
52994      Branch: perl
52995            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
52996            ! universal.c
52997 ____________________________________________________________________________
52998 [ 23788] By: nicholas                              on 2005/01/13  13:50:40
52999         Log: utf.pm needs to require Carp before croak()ing
53000      Branch: perl
53001            ! lib/utf8.pm lib/utf8.t
53002 ____________________________________________________________________________
53003 [ 23787] By: nicholas                              on 2005/01/13  13:21:11
53004         Log: Refactor all the unpack checksum-or-not logic to avoid massive
53005              duplication.
53006      Branch: perl
53007            ! pp_pack.c
53008 ____________________________________________________________________________
53009 [ 23786] By: merijn                                on 2005/01/13  11:28:31
53010         Log: Subject: Re: killing USE_5005THREADS in blead?
53011              From: Stas Bekman <stas@stason.org>
53012              Date: Wed, 12 Jan 2005 16:32:42 -0500
53013              Message-ID: <41E5977A.3060306@stason.org>
53014      Branch: perl
53015            ! perl.c
53016 ____________________________________________________________________________
53017 [ 23785] By: steveh                                on 2005/01/13  10:24:13
53018         Log: Fix Win32 build problem caused by change 23757
53019
53020              Change 23757 added a glob() call to win32/FindExt.pm.  That code is
53021              run by miniperl.exe when making the ..\config.sh target, but
53022              miniperl.exe is built with -D PERL_EXTERNAL_GLOB so it requires
53023              perlglob.exe to do the glob().  perlglob.exe has been built, but is
53024              in the top-level of the source tree so is not found when miniperl.exe
53025              is executed from within the win32/ sub-directory.
53026
53027              This was causing smokes to fail on t/lib/commonsense.t because the
53028              "extensions" field in lib/Config_heavy.pl only contained
53029              "threads/shared" as a result of the glob() not finding anything.
53030
53031              Manual builds had been working fine for me because I had an installed
53032              perl in my PATH so perlglob.exe was being found there instead!
53033      Branch: perl
53034            ! win32/FindExt.pm
53035 ____________________________________________________________________________
53036 [ 23783] By: rgs                                   on 2005/01/12  18:04:17
53037         Log: Subject: [PATCH] follow-up to #23765
53038              From: "Craig A. Berry" <craigberry@mac.com>
53039              Date: Tue, 11 Jan 2005 21:01:27 -0600
53040              Message-ID: <41E49307.7080900@mac.com>
53041      Branch: perl
53042            ! lib/warnings.t
53043 ____________________________________________________________________________
53044 [ 23782] By: nicholas                              on 2005/01/11  19:10:20
53045         Log: Fix bug 32294 - index()/rindex() ignore UTF8 flag
53046              (for cases of mixed UTF8/bytes)
53047              Test code based on bug report by John Gardiner Myers
53048      Branch: perl
53049            ! pp.c t/op/index.t
53050 ____________________________________________________________________________
53051 [ 23781] By: rgs                                   on 2005/01/11  17:04:24
53052         Log: Subject: [PATCH] follow-up to 23767
53053              From: Robin Barker <Robin.Barker@npl.co.uk>
53054              Date: Tue, 11 Jan 2005 15:48:49 -0000
53055              Message-ID: <533D273D4014D411AB1D00062938C4D90849C56A@hotel.npl.co.uk>
53056      Branch: perl
53057            ! Porting/pumpkin.pod sv.c
53058 ____________________________________________________________________________
53059 [ 23780] By: mhx                                   on 2005/01/10  19:25:27
53060         Log: Remove PERL_FLEXIBLE_EXCEPTIONS code.
53061      Branch: perl
53062            ! embed.fnc embed.h embedvar.h global.sym makedef.pl perl.c
53063            ! perl.h perlapi.h pod/perlapi.pod pod/perlintern.pod pp_ctl.c
53064            ! proto.h scope.c scope.h sv.c thrdvar.h
53065 ____________________________________________________________________________
53066 [ 23779] By: nicholas                              on 2005/01/10  17:07:03
53067         Log: Subject: [PATCH] t/op/split.t #11 nit on VMS
53068              From: "Craig A. Berry" <craigberry@mac.com>
53069              Message-ID: <41E1C261.5020100@mac.com>
53070              Date: Sun, 09 Jan 2005 17:46:41 -0600
53071      Branch: perl
53072            ! t/op/split.t
53073 ____________________________________________________________________________
53074 [ 23778] By: steveh                                on 2005/01/10  11:53:10
53075         Log: Need to close files before unlinking them on Win32
53076
53077              (Various files created by test programs are left behind otherwise,
53078              and distclean doesn't clean them up)
53079      Branch: perl
53080            ! lib/FileCache/t/01open.t lib/FileCache/t/04twoarg.t
53081            ! lib/FileCache/t/07noimport.t t/op/read.t
53082 ____________________________________________________________________________
53083 [ 23777] By: steveh                                on 2005/01/10  10:28:00
53084         Log: Make Win32's distclean target clean up properly
53085      Branch: perl
53086            ! win32/Makefile win32/makefile.mk
53087 ____________________________________________________________________________
53088 [ 23776] By: steveh                                on 2005/01/10  09:45:50
53089         Log: Get $Config{osvers} filled in on Win32
53090      Branch: perl
53091            ! win32/config_sh.PL
53092 ____________________________________________________________________________
53093 [ 23775] By: merijn                                on 2005/01/10  08:54:00
53094         Log: Subject: [PATCH] follow-up to #23748, -Duselargefiles on VMS
53095              Date: Sun, 09 Jan 2005 17:52:09 -0600
53096              From: "Craig A. Berry" <craigberry@mac.com>
53097              Message-ID: <41E1C3A9.9080900@mac.com>
53098      Branch: perl
53099            ! configure.com
53100 ____________________________________________________________________________
53101 [ 23774] By: nicholas                              on 2005/01/09  23:42:25
53102         Log: Shorter source code in pp_gelem. (But it compiles to the same size)
53103      Branch: perl
53104            ! pp.c
53105 ____________________________________________________________________________
53106 [ 23773] By: nicholas                              on 2005/01/09  21:50:28
53107         Log: If we know the length of the string constant, save a strlen()
53108      Branch: perl
53109            ! perl.c pp_sys.c
53110 ____________________________________________________________________________
53111 [ 23772] By: nicholas                              on 2005/01/09  21:26:40
53112         Log: savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to
53113              strlen(). Add savesvpv(sv), which gets the length from the SV,
53114              and returns a copy of its PV.
53115      Branch: perl
53116            ! embed.fnc embed.h global.sym mg.c pp_sys.c proto.h regcomp.c
53117            ! universal.c util.c
53118 ____________________________________________________________________________
53119 [ 23771] By: nicholas                              on 2005/01/09  19:42:30
53120         Log: Can pass in a length here without introducing a bug. Might save
53121              a strlen()
53122      Branch: perl
53123            ! toke.c
53124 ____________________________________________________________________________
53125 [ 23770] By: nicholas                              on 2005/01/09  15:05:33
53126         Log: Pull the am-I-utf8-or-not logic into one place (S_newSV_maybe_utf8)
53127              as I think that it will be needed for utf8 soft references.
53128      Branch: perl
53129            ! toke.c
53130 ____________________________________________________________________________
53131 [ 23769] By: steveh                                on 2005/01/07  17:25:35
53132         Log: Disable PERL_MALLOC and DEBUG_MSTATS in win32/makefile.mk by default
53133              and force PERL_MALLOC off if USE_IMP_SYS is on
53134
53135              This brings makefile.mk into line with Makefile in this regard
53136
53137              (PERL_MALLOC cannot currently be used with USE_IMP_SYS, e.g. see:
53138              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-07/msg00465.html
53139              so it is sensible to enforce this, and to not have the default set
53140              to a configuration that isn't allowed)
53141      Branch: perl
53142            ! win32/makefile.mk
53143 ____________________________________________________________________________
53144 [ 23768] By: rgs                                   on 2005/01/07  14:30:51
53145         Log: Subject: Re: [PATCH] Remove Carp from warnings.pm
53146              From: Jim Cromie <jim.cromie@gmail.com>
53147              Date: Mon, 3 Jan 2005 06:36:16 -0700
53148              Message-ID: <cfe85dfa05010305367445dee6@mail.gmail.com>
53149      Branch: perl
53150            + lib/vars_carp.t
53151            ! MANIFEST ext/B/t/optree_specials.t ext/B/t/stash.t lib/Carp.pm
53152            ! lib/English.pm lib/Exporter.pm lib/Exporter.t
53153            ! lib/Exporter/Heavy.pm lib/warnings.pm warnings.pl
53154 ____________________________________________________________________________
53155 [ 23767] By: rgs                                   on 2005/01/07  13:41:47
53156         Log: Subject: [PATCH] to improve -DCHECK_FORMAT
53157              From: Robin Barker <Robin.Barker@npl.co.uk>
53158              Date: Wed, 5 Jan 2005 11:55:09 -0000
53159              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55A@hotel.npl.co.uk>
53160      Branch: perl
53161            ! mg.c perl.h pp.h pp_sys.c sv.c
53162 ____________________________________________________________________________
53163 [ 23766] By: nicholas                              on 2005/01/07  12:46:07
53164         Log: Stage 1 of utf8 support for soft references.
53165              Change gv_fetchpv to take a UTF8 flag, as gv_fetchpvn_flags
53166              Add gv_fetchsv to look up a GV by SV rather than a char * pointer
53167              Provide a backwards compatability gv_fetchpv
53168              Migrate from gv_fetchpv to gv_fetchsv where the caller was grabbing
53169              the pointer from an SV
53170              All tests still pass.
53171      Branch: perl
53172            ! embed.fnc embed.h global.sym gv.c gv.h mg.c op.c perl.h pp.c
53173            ! pp_hot.c pp_sys.c proto.h sv.c sv.h toke.c universal.c
53174 ____________________________________________________________________________
53175 [ 23765] By: nicholas                              on 2005/01/07  11:23:48
53176         Log: Subject: [PATCH] make lib/warnings.t use t/test.pl
53177              From: "Craig A. Berry" <craigberry@mac.com>
53178              Message-ID: <41DDCA71.1080704@mac.com>
53179              Date: Thu, 06 Jan 2005 17:32:01 -0600
53180      Branch: perl
53181            ! lib/warnings.t
53182 ____________________________________________________________________________
53183 [ 23764] By: steveh                                on 2005/01/07  08:35:29
53184         Log: Fix win32/config.*'s cc, ld and other related values
53185
53186              cc and ld themselves always get replaced with correct values anyway
53187              so we just provide example values as per other similar settings
53188
53189              Other related values (ccname, cpp, cpprun, cppstdin) need to use the
53190              correct ~keyword~, namely ~cc~, not ~CC~, otherwise they do not get set
53191
53192              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
53193              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
53194              Date: Wed, 5 Jan 2005 10:01:41 -0800
53195              Message-ID: <20050105180141.GA676@efn.org>
53196
53197              Subject: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32
53198              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
53199              Date: Thu, 6 Jan 2005 11:53:11 -0800
53200              Message-ID: <20050106195311.GC1300@efn.org>
53201      Branch: perl
53202            ! win32/config.bc win32/config.gc win32/config.vc
53203            ! win32/config.vc64
53204 ____________________________________________________________________________
53205 [ 23763] By: nicholas                              on 2005/01/06  17:42:59
53206         Log: Add TODO tests for UTF8 encoded soft references
53207      Branch: perl
53208            ! t/op/ref.t
53209 ____________________________________________________________________________
53210 [ 23762] By: steveh                                on 2005/01/06  16:50:10
53211         Log: Allow static linking core extensions on Win32 with MinGW
53212
53213              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
53214              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
53215              Date: Wed, 5 Jan 2005 10:01:41 -0800
53216              Message-ID: <20050105180141.GA676@efn.org>
53217      Branch: perl
53218            ! win32/buildext.pl win32/makefile.mk
53219 ____________________________________________________________________________
53220 [ 23761] By: rgs                                   on 2005/01/06  15:49:39
53221         Log: Silence a compilation warning
53222      Branch: perl
53223            ! pp_sort.c
53224 ____________________________________________________________________________
53225 [ 23760] By: nicholas                              on 2005/01/06  14:59:17
53226         Log: Turn barewords into strings to run under strict subs.
53227              Run under strict refs outside the soft reference tests.
53228      Branch: perl
53229            ! t/op/ref.t
53230 ____________________________________________________________________________
53231 [ 23759] By: nicholas                              on 2005/01/06  14:34:24
53232         Log: All tests now use test.pl
53233      Branch: perl
53234            ! t/op/ref.t
53235 ____________________________________________________________________________
53236 [ 23758] By: nicholas                              on 2005/01/06  11:44:08
53237         Log: Start converting t/op/ref.t to use test.pl
53238      Branch: perl
53239            ! t/op/ref.t
53240 ____________________________________________________________________________
53241 [ 23757] By: steveh                                on 2005/01/06  11:26:12
53242         Log: Fix extensions config fields on Win32 to be as they are on Unix
53243
53244              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
53245              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
53246              Date: Wed, 5 Jan 2005 10:01:41 -0800
53247              Message-ID: <20050105180141.GA676@efn.org>
53248      Branch: perl
53249            ! win32/FindExt.pm win32/config_sh.PL
53250 ____________________________________________________________________________
53251 [ 23756] By: nicholas                              on 2005/01/05  21:58:15
53252         Log: Correct a Greengrocer's apostrophe.
53253      Branch: perl
53254            ! ext/DynaLoader/dl_dyld.xs
53255 ____________________________________________________________________________
53256 [ 23755] By: nicholas                              on 2005/01/05  21:36:26
53257         Log: Foolishly I committed change 23753 before remembering to test without
53258              ithreads. No tests => bugs. This should fix them.
53259      Branch: perl
53260            ! perl.c
53261 ____________________________________________________________________________
53262 [ 23754] By: nicholas                              on 2005/01/05  20:14:02
53263         Log: Error-free constant folding is a TODO
53264      Branch: perl
53265            ! pod/perltodo.pod
53266 ____________________________________________________________________________
53267 [ 23753] By: nicholas                              on 2005/01/05  19:44:28
53268         Log: Turn INIT_TLS_AND_INTERP into a static function
53269      Branch: perl
53270            ! perl.c
53271 ____________________________________________________________________________
53272 [ 23752] By: nicholas                              on 2005/01/05  16:27:19
53273         Log: Shave off the explict 1; from the end of lib/Config.pm
53274      Branch: perl
53275            ! configpm
53276 ____________________________________________________________________________
53277 [ 23751] By: rgs                                   on 2005/01/05  13:31:51
53278         Log: Subject: [PATCH] unnecessary rmdir in Makefile
53279              From: Robin Barker <Robin.Barker@npl.co.uk>
53280              Date: Wed, 5 Jan 2005 11:58:54 -0000
53281              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55C@hotel.npl.co.uk>
53282      Branch: perl
53283            ! Makefile.SH
53284 ____________________________________________________________________________
53285 [ 23750] By: merijn                                on 2005/01/05  11:44:11
53286         Log: Subject: [PATCH] gcc and ld in Configure
53287              From: Robin Barker <Robin.Barker@npl.co.uk>
53288              Date: Wed, 5 Jan 2005 12:04:25 -0000
53289              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55D@hotel.npl.co.uk>
53290      Branch: perl
53291            ! hints/solaris_2.sh
53292 ____________________________________________________________________________
53293 [ 23749] By: nicholas                              on 2005/01/05  11:25:29
53294         Log: Subject: [PATCH] Avoid segfault when pthread_key_create fails
53295              From: Gisle Aas <gisle@ActiveState.com>
53296              Date: 05 Jan 2005 01:09:51 -0800
53297              Message-ID: <lracroz1gg.fsf@caliper.activestate.com>
53298      Branch: perl
53299            ! thread.h
53300 ____________________________________________________________________________
53301 [ 23748] By: nicholas                              on 2005/01/05  10:44:59
53302         Log: Subject: [PATCH] -Duselargefiles for VMS
53303              From: "Craig A. Berry" <craigberry@mac.com>
53304              Message-ID: <41DB63A6.7040504@mac.com>
53305              Date: Tue, 04 Jan 2005 21:48:54 -0600
53306      Branch: perl
53307            ! configure.com vms/descrip_mms.template vms/vmsish.h
53308 ____________________________________________________________________________
53309 [ 23747] By: nicholas                              on 2005/01/05  10:10:14
53310         Log: Rafael spotted that my changes caused warnings. So clean up.
53311      Branch: perl
53312            ! t/op/attrs.t
53313 ____________________________________________________________________________
53314 [ 23746] By: nicholas                              on 2005/01/04  23:07:25
53315         Log: Update copyright years.
53316      Branch: perl
53317            ! mg.c miniperlmain.c op.c perlio.c xsutils.c
53318 ____________________________________________________________________________
53319 [ 23745] By: nicholas                              on 2005/01/04  19:32:01
53320         Log: Make the switch statement discriminate similar names more
53321              efficiently.
53322      Branch: perl
53323            ! xsutils.c
53324 ____________________________________________________________________________
53325 [ 23744] By: nicholas                              on 2005/01/04  16:20:43
53326         Log: Check all attributes in modify_SV_attributes are recognised.
53327              Fix bug where 'assertion' was always rejected as invalid.
53328      Branch: perl
53329            ! t/op/attrs.t xsutils.c
53330 ____________________________________________________________________________
53331 [ 23743] By: nicholas                              on 2005/01/04  12:46:56
53332         Log: Use the new ${^UTF8LOCALE} to make the test reliable.
53333      Branch: perl
53334            ! t/io/layers.t
53335 ____________________________________________________________________________
53336 [ 23742] By: merijn                                on 2005/01/04  12:38:03
53337         Log: Subject: [PATCH pod/perlxs.pod] RE: [perl #32660] INT2PTR not mentioned in perlxs(1)
53338              From: Robin Barker <Robin.Barker@npl.co.uk>
53339              Date: Tue, 4 Jan 2005 12:32:29 -0000
53340              Message-ID: <533D273D4014D411AB1D00062938C4D90849C553@hotel.npl.co.uk>
53341      Branch: perl
53342            ! pod/perlxs.pod
53343 ____________________________________________________________________________
53344 [ 23741] By: nicholas                              on 2005/01/04  11:27:57
53345         Log: Add ${^UTF8LOCALE} to give perl space access to PL_utf8locale
53346      Branch: perl
53347            ! gv.c mg.c
53348 ____________________________________________________________________________
53349 [ 23740] By: steveh                                on 2005/01/04  10:56:55
53350         Log: Bring win32/config.* into line with win32/config_H.*
53351              so that "perl -V:usemallocwrap" tells us what the configuration is
53352              instead of saying 'UNKNOWN'.
53353      Branch: perl
53354            ! win32/config.bc win32/config.gc win32/config.vc
53355            ! win32/config.vc64
53356 ____________________________________________________________________________
53357 [ 23739] By: rgs                                   on 2005/01/04  08:36:50
53358         Log: Subject: [PATCH] Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16
53359              From: Tels <nospam-abuse@bloodgate.com>
53360              Date: Sat, 1 Jan 2005 18:59:51 +0100
53361              Message-Id: <200501011859.52858@bloodgate.com>
53362      Branch: perl
53363            + lib/Math/BigInt/t/lib_load.t lib/bignum/t/ratopt_a.t
53364            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
53365            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
53366            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
53367            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
53368            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
53369            ! lib/Math/BigInt/t/inf_nan.t lib/Math/BigInt/t/sub_mbf.t
53370            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
53371            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
53372            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
53373            ! lib/Math/BigRat/t/bigratpm.t lib/bigint.pm lib/bignum.pm
53374            ! lib/bignum/t/option_a.t lib/bignum/t/option_l.t
53375            ! lib/bignum/t/option_p.t lib/bigrat.pm
53376            ! t/lib/Math/BigFloat/Subclass.pm
53377 ____________________________________________________________________________
53378 [ 23738] By: rgs                                   on 2005/01/04  08:05:16
53379         Log: Happy new year
53380      Branch: perl
53381            ! README
53382 ____________________________________________________________________________
53383 [ 23736] By: nicholas                              on 2005/01/03  21:17:28
53384         Log: Return an immortal from attributes::_warn_reserved (a private
53385              function). (saves creating a new IV)
53386      Branch: perl
53387            ! xsutils.c
53388 ____________________________________________________________________________
53389 [ 23735] By: nicholas                              on 2005/01/03  20:58:09
53390         Log: Change dXSTARGET to dXSTARG as recommended by Spider Boardman.
53391      Branch: perl
53392            ! xsutils.c
53393 ____________________________________________________________________________
53394 [ 23733] By: nicholas                              on 2005/01/03  18:54:22
53395         Log: D'oh! Spurious aTHX_. Here was I thinking that my test build was
53396              threaded, but "oh no it isn't!" :-(
53397      Branch: perl
53398            ! toke.c
53399 ____________________________________________________________________________
53400 [ 23732] By: rgs                                   on 2005/01/03  17:24:24
53401         Log: Integrate a patch from Gentoo for uclibc support.
53402              See :
53403              Subject: Re: Static linking notes --- perl5.8.6 and uClibc
53404              From: Alexey Tourbin <at@altlinux.ru>
53405              Date: Tue, 28 Dec 2004 14:25:42 +0300
53406              Message-ID: <20041228112542.GB21037@solemn.turbinal.org>
53407      Branch: perl
53408            ! perlio.c
53409 ____________________________________________________________________________
53410 [ 23731] By: nicholas                              on 2005/01/02  23:18:07
53411         Log: Remove compiler warnings.
53412      Branch: perl
53413            ! toke.c
53414 ____________________________________________________________________________
53415 [ 23730] By: nicholas                              on 2005/01/02  22:49:49
53416         Log: Change 23727 broke code that relied on \ being escaped.
53417              Fix this. *Everything* should work now.
53418      Branch: perl
53419            + t/run/switchF1.t
53420            ! MANIFEST toke.c
53421 ____________________________________________________________________________
53422 [ 23729] By: nicholas                              on 2005/01/02  07:46:12
53423         Log: Splitting the -n/-p code and concatenating strings generates
53424              smaller object code.
53425      Branch: perl
53426            ! toke.c
53427 ____________________________________________________________________________
53428 [ 23728] By: nicholas                              on 2005/01/01  21:34:52
53429         Log: Concatenate some string constants
53430      Branch: perl
53431            ! toke.c
53432 ____________________________________________________________________________
53433 [ 23727] By: nicholas                              on 2005/01/01  21:13:53
53434         Log: Use Rafael's sick trick of ASCII NUL as a q'' delimiter to save a
53435              lot of quoting code
53436      Branch: perl
53437            ! toke.c
53438 ____________________________________________________________________________
53439 [ 23726] By: nicholas                              on 2005/01/01  20:48:31
53440         Log: Probably should be using *pvn rather than *pv forms for speed in
53441              toke.c (to save a strlen())
53442      Branch: perl
53443            ! toke.c
53444 ____________________________________________________________________________
53445 [ 23725] By: nicholas                              on 2005/01/01  20:26:27
53446         Log: strEQ/strNE of 1 character strings seems better hand inlined,
53447              because it generates smaller object code (as well as being
53448              faster than a true function call)
53449      Branch: perl
53450            ! doio.c locale.c op.c perl.c pp.c toke.c util.c
53451 ____________________________________________________________________________
53452 [ 23724] By: nicholas                              on 2005/01/01  17:15:58
53453         Log: Not all the world's a VAX, er ASCII, so don't make assumptions.
53454              Tweak is_gv_magical's string comparisons to produce smaller object
53455              code.
53456              First 2005 copyright notice.
53457      Branch: perl
53458            ! gv.c
53459 ____________________________________________________________________________
53460 [ 23723] By: nicholas                              on 2005/01/01  13:54:33
53461         Log: Change 23714 accidentally broke t/io/layers.t when testing with
53462              UTF8 locales and the -C flag. When UTF8 is flagged as enabled
53463              based on the locale, we have no perl space access to PL_utf8locale
53464              so assume for the moment that UTF8 is never conditionally enabled.
53465      Branch: perl
53466            ! t/io/layers.t
53467 ____________________________________________________________________________
53468 [ 23722] By: nicholas                              on 2004/12/31  23:04:47
53469         Log: Skip the switch statement entirely if the pointer is null, rather
53470              than the old pointless switch on '\0'. Also skip re-comparing the
53471              first character. Faster, and generates terser object code.
53472      Branch: perl
53473            ! pp.c
53474 ____________________________________________________________________________
53475 [ 23721] By: nicholas                              on 2004/12/31  22:46:25
53476         Log: Doing the strnEQ char by char for 2 and 3 character strings
53477              generates a smaller object file, and will be faster.
53478      Branch: perl
53479            ! doio.c
53480 ____________________________________________________________________________
53481 [ 23720] By: nicholas                              on 2004/12/31  21:41:25
53482         Log: Improve documentation for is_gv_magical, and split the switch
53483              statement into 2 parts, lengths > 1 and lengths <= 1
53484              This should cause most variables (lower case, multicharacter)
53485              to escape the function without passing through a switch table.
53486      Branch: perl
53487            ! gv.c
53488 ____________________________________________________________________________
53489 [ 23719] By: nicholas                              on 2004/12/31  21:02:59
53490         Log: Because name is always NUL terminated we can incorporate length
53491              0 names in the switch statement for length 1.
53492      Branch: perl
53493            ! gv.c
53494 ____________________________________________________________________________
53495 [ 23718] By: nicholas                              on 2004/12/31  20:25:52
53496         Log: Generate smaller object code by using a single switch statement
53497              for determining which names are forced into main::
53498      Branch: perl
53499            ! gv.c
53500 ____________________________________________________________________________
53501 [ 23717] By: nicholas                              on 2004/12/31  18:31:18
53502         Log: Tidy up comments in change 23716
53503      Branch: perl
53504            ! gv.c
53505 ____________________________________________________________________________
53506 [ 23716] By: nicholas                              on 2004/12/31  18:22:54
53507         Log: Refactor gv_fetchpv so that the overwhelmingly common case
53508              (variable names starting with a lower case letter or _, longer
53509              than one character) get out of the function very quickly.
53510              (Without even passing through a switch statement jump table)
53511              Also fixes bug 33631
53512      Branch: perl
53513            ! gv.c
53514 ____________________________________________________________________________
53515 [ 23715] By: nicholas                              on 2004/12/31  15:43:07
53516         Log: Subject: [PATCH] randbits and randfunc for VMS
53517              From: "Craig A. Berry" <craigberry@mac.com>
53518              Message-ID: <41D570BF.8010409@mac.com>
53519              Date: Fri, 31 Dec 2004 09:31:11 -0600
53520      Branch: perl
53521            ! configure.com
53522 ____________________________________________________________________________
53523 [ 23714] By: nicholas                              on 2004/12/31  13:14:18
53524         Log: Bug in t/io/layers.t spotted by Ignasi Roca Carrió
53525      Branch: perl
53526            ! AUTHORS t/io/layers.t
53527 ____________________________________________________________________________
53528 [ 23712] By: mhx                                   on 2004/12/30  18:29:02
53529         Log: Mention ppport.h and its --api-info switch in perlguts.
53530      Branch: perl
53531            ! pod/perlguts.pod
53532 ____________________________________________________________________________
53533 [ 23711] By: merijn                                on 2004/12/30  13:10:20
53534         Log: Subject: [PATCH] Allow Configure's d_attribut to be set from the command line
53535              From: Gisle Aas <gisle@ActiveState.com>
53536              Date: 30 Dec 2004 03:39:36 -0800
53537              Message-ID: <lrllbgypzb.fsf@caliper.activestate.com>
53538      Branch: perl
53539            ! Configure
53540 ____________________________________________________________________________
53541 [ 23708] By: nicholas                              on 2004/12/29  21:41:04
53542         Log: Thinko in the description of Config::Extensions
53543      Branch: perl
53544            ! MANIFEST
53545 ____________________________________________________________________________
53546 [ 23707] By: nicholas                              on 2004/12/29  21:25:29
53547         Log: Experimental module intended to simplify core regression tests
53548      Branch: perl
53549            + lib/Config/Extensions.pm lib/Config/Extensions.t
53550            ! MANIFEST
53551 ____________________________________________________________________________
53552 [ 23706] By: nicholas                              on 2004/12/29  21:24:30
53553         Log: Skip tests that binmode :utf8 if there is no perlio
53554      Branch: perl
53555            ! t/op/read.t
53556 ____________________________________________________________________________
53557 [ 23705] By: nicholas                              on 2004/12/29  21:04:43
53558         Log: Ooops. Fix unitialised variable
53559      Branch: perl
53560            ! pp_sys.c
53561 ____________________________________________________________________________
53562 [ 23704] By: nicholas                              on 2004/12/29  19:47:12
53563         Log: Oops. Forgot to uncomment the last set of Unicode values for
53564              testing.
53565      Branch: perl
53566            ! t/op/read.t
53567 ____________________________________________________________________________
53568 [ 23703] By: nicholas                              on 2004/12/29  19:00:12
53569         Log: read (and presuambly sysread) would expose the UTF8 internals when
53570              reading from a byte orientated file handle into a UTF8 scalar.
53571      Branch: perl
53572            ! pp_sys.c t/op/read.t
53573 ____________________________________________________________________________
53574 [ 23702] By: nicholas                              on 2004/12/29  17:20:29
53575         Log: Add a lot of tests for combinations of values, offsets and lengths
53576      Branch: perl
53577            ! t/op/read.t
53578 ____________________________________________________________________________
53579 [ 23701] By: nicholas                              on 2004/12/29  16:28:58
53580         Log: Convert op/read.t to use test.pl and make it stricture compliant.
53581      Branch: perl
53582            ! t/op/read.t
53583 ____________________________________________________________________________
53584 [ 23700] By: mhx                                   on 2004/12/29  13:46:36
53585         Log: Upgrade to Devel::PPPort 3.04
53586      Branch: perl
53587            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
53588            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
53589            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/inc/SvPV
53590            ! ext/Devel/PPPort/parts/inc/ppphbin
53591            ! ext/Devel/PPPort/parts/inc/ppphdoc
53592            ! ext/Devel/PPPort/parts/inc/ppphtest
53593 ____________________________________________________________________________
53594 [ 23696] By: merijn                                on 2004/12/29  12:41:14
53595         Log: Rebuilt after backport start for 23674, 23675, and 23676
53596      Branch: perl
53597            ! Configure
53598 ____________________________________________________________________________
53599 [ 23691] By: merijn                                on 2004/12/29  11:57:57
53600         Log: Subject: [PATCH] Cleanup ext/B tests for -w and to run separately
53601              Date: Tue, 28 Dec 2004 13:49:19 -0800
53602              From: Stephen McCamant <smcc@MIT.EDU>
53603              Message-ID: <16849.54495.424654.896889@apocalypse.OCF.Berkeley.EDU>
53604      Branch: perl
53605            ! ext/B/B/Terse.pm ext/B/t/asmdata.t ext/B/t/b.t
53606            ! ext/B/t/bblock.t ext/B/t/bytecode.t ext/B/t/concise.t
53607            ! ext/B/t/debug.t ext/B/t/deparse.t ext/B/t/f_map.t
53608            ! ext/B/t/f_sort.t ext/B/t/lint.t ext/B/t/o.t
53609            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
53610            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
53611            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
53612            ! ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
53613            ! ext/B/t/xref.t
53614 ____________________________________________________________________________
53615 [ 23688] By: nicholas                              on 2004/12/28  10:25:28
53616         Log: Make Config.t warnings and strictures clean
53617      Branch: perl
53618            ! lib/Config.t
53619 ____________________________________________________________________________
53620 [ 23683] By: nicholas                              on 2004/12/27  16:03:59
53621         Log: Subject: [patch sv.c] comment fix
53622              From: Stas Bekman <stas@stason.org>
53623              Message-ID: <41CF50FE.5070307@stason.org>
53624              Date: Sun, 26 Dec 2004 19:02:06 -0500
53625      Branch: perl
53626            ! sv.c
53627 ____________________________________________________________________________
53628 [ 23682] By: nicholas                              on 2004/12/27  15:48:24
53629         Log: Add investigating self tie segfaults to the TODO
53630      Branch: perl
53631            ! pod/perltodo.pod
53632 ____________________________________________________________________________
53633 [ 23681] By: rgs                                   on 2004/12/24  13:51:59
53634         Log: Subject: [perl #33173] shellwords.pl and tainting
53635              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
53636              Date: 24 Dec 2004 00:14:19 -0000
53637              Message-ID: <rt-3.0.11-33173-103504.3.54366755060383@perl.org>
53638      Branch: perl
53639            ! lib/shellwords.pl
53640 ____________________________________________________________________________
53641 [ 23680] By: rgs                                   on 2004/12/24  13:42:08
53642         Log: Subject: Missign STATEMENT brackets in PUSHMARK
53643              From: perl5-porters@ton.iguana.be (Ton Hospel)
53644              Date: Thu, 23 Dec 2004 17:55:13 +0000 (UTC)
53645              Message-Id: <cqf0q1$9cc$1@post.home.lunix>
53646      Branch: perl
53647            ! pp.h
53648 ____________________________________________________________________________
53649 [ 23679] By: nicholas                              on 2004/12/24  10:33:32
53650         Log: Don't do the ... expansion on archlib, sitelib etc, given that
53651              everyone should already be using archlibext etc
53652              Add the extra special case code for otherlibdirs
53653      Branch: perl
53654            ! configpm
53655 ____________________________________________________________________________
53656 [ 23678] By: rgs                                   on 2004/12/24  08:57:56
53657         Log: Subject: Re: [patch perlapi doc] sv_magic
53658              From: Stas Bekman <stas@stason.org>
53659              Date: Thu, 23 Dec 2004 16:28:06 -0500
53660              Message-ID: <41CB3866.1080307@stason.org>
53661      Branch: perl
53662            ! pod/perlapi.pod sv.c
53663 ____________________________________________________________________________
53664 [ 23677] By: nicholas                              on 2004/12/24  08:54:58
53665         Log: Subject: [PATCH] Re: Smoke [5.9.2] 23675 FAIL(m) openvms E8.2 (Alpha/4 cpu)
53666              From: "Craig A. Berry" <craigberry@mac.com>
53667              Message-ID: <41CB6BD1.8030207@mac.com>
53668              Date: Thu, 23 Dec 2004 19:07:29 -0600
53669      Branch: perl
53670            ! configure.com
53671 ____________________________________________________________________________
53672 [ 23676] By: nicholas                              on 2004/12/23  23:15:24
53673         Log: Bother. It helps if you also propagate the new entry to config.sh
53674      Branch: perl
53675            ! Configure
53676 ____________________________________________________________________________
53677 [ 23675] By: nicholas                              on 2004/12/23  22:14:42
53678         Log: Oops. You can't add new entries to config_h.SH without making some
53679              sort of corresponding defined/undefined value in config.sh somehow.
53680      Branch: perl
53681            ! Configure
53682 ____________________________________________________________________________
53683 [ 23674] By: nicholas                              on 2004/12/23  21:38:59
53684         Log: Relocatable @INC entries for Unix.
53685              (With appropriate fixups in Config.pm to complete the illusion)
53686              Currently can only be enabled with hackery to config.sh
53687              TODO - proper Configure support, and support for otherlibdirs in
53688              Config.pm
53689      Branch: perl
53690            ! Porting/Glossary config_h.SH configpm embed.fnc embed.h perl.c
53691            ! proto.h
53692 ____________________________________________________________________________
53693 [ 23673] By: merijn                                on 2004/12/23  21:04:37
53694         Log: 23669 was not such a good idea. More research needed.
53695      Branch: perl
53696            ! config_h.SH
53697 ____________________________________________________________________________
53698 [ 23672] By: rgs                                   on 2004/12/23  17:21:37
53699         Log: The "Setuid script not plain file" error wasn't documented.
53700      Branch: perl
53701            ! pod/perldiag.pod
53702 ____________________________________________________________________________
53703 [ 23671] By: rgs                                   on 2004/12/23  15:21:58
53704         Log: Subject: [PATCH] Data::Dumper Freezer fixes
53705              From: Sam Tregar <sam@tregar.com>
53706              Date: Sun, 19 Dec 2004 14:40:25 -0500 (EST)
53707              Message-ID: <Pine.LNX.4.61.0412191434490.7660@hillmont.dreamhost.com>
53708
53709              and bump Data::Dumper's VERSION
53710      Branch: perl
53711            + ext/Data/Dumper/t/freezer.t
53712            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
53713 ____________________________________________________________________________
53714 [ 23670] By: nicholas                              on 2004/12/22  23:15:07
53715         Log: Fix typo
53716      Branch: perl
53717            ! ext/Storable/Storable.xs
53718 ____________________________________________________________________________
53719 [ 23669] By: merijn                                on 2004/12/22  20:16:53
53720         Log: Just to re-sync with metaconfig output. No real changes.
53721      Branch: perl
53722            ! config_h.SH
53723 ____________________________________________________________________________
53724 [ 23668] By: rgs                                   on 2004/12/22  08:46:21
53725         Log: Move the definition of the S_procself_val() function before
53726              the point where it's used
53727      Branch: perl
53728            ! perl.c
53729 ____________________________________________________________________________
53730 [ 23667] By: nicholas                              on 2004/12/21  20:56:58
53731         Log: Move the setting of $^X ahead of the initialisation of @INC
53732      Branch: perl
53733            ! perl.c
53734 ____________________________________________________________________________
53735 [ 23666] By: nicholas                              on 2004/12/21  20:31:57
53736         Log: $#a>>=1 relies on malloc wrap to avoid the segfault, so need to
53737              skip the test on platforms where it's not available
53738      Branch: perl
53739            ! t/op/bop.t
53740 ____________________________________________________________________________
53741 [ 23663] By: nicholas                              on 2004/12/21  11:58:53
53742         Log: Note that the shell's test uses eq etc for numbers, = etc for
53743              strings, the reverse of Perl, which is definitely a trap.
53744              Spotted by Alexei Alexandrov.
53745      Branch: perl
53746            ! AUTHORS pod/perltrap.pod
53747 ____________________________________________________________________________
53748 [ 23662] By: merijn                                on 2004/12/20  13:38:45
53749         Log: Subject: [PATCH] AUTHORS
53750              From: Tels <nospam-abuse@bloodgate.com>
53751              Date: Sun, 19 Dec 2004 14:28:44 +0100
53752              Message-Id: <200412191428.45898@bloodgate.com>
53753      Branch: perl
53754            ! AUTHORS
53755 ____________________________________________________________________________
53756 [ 23661] By: rgs                                   on 2004/12/17  09:08:23
53757         Log: Subject: Re: [perl #32717] BeOS specific Updates
53758              From: bonefish@cs.tu-berlin.de
53759              Date: Fri, 17 Dec 2004 01:17:40 +0100
53760              Message-Id: <20041217011740.14398.1@cs.tu-berlin.de>
53761      Branch: perl
53762            - beos/beos_flock_server.cpp beos/beos_flock_server.h
53763            ! MANIFEST Makefile.SH README.beos beos/beos.c beos/beosish.h
53764            ! hints/beos.sh
53765 ____________________________________________________________________________
53766 [ 23660] By: rgs                                   on 2004/12/16  16:09:20
53767         Log: Subject: [PATCH] bop.t follow-up to #23645
53768              From: "Craig A. Berry" <craigberry@mac.com>
53769              Date: Thu, 16 Dec 2004 08:53:32 -0600
53770              Message-ID: <41C1A16C.9040700@mac.com>
53771      Branch: perl
53772            ! t/op/bop.t
53773 ____________________________________________________________________________
53774 [ 23659] By: rgs                                   on 2004/12/16  16:05:49
53775         Log: Subject: Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH]
53776              From: Andy Dougherty <doughera@lafayette.edu>
53777              Date: Thu, 16 Dec 2004 09:57:44 -0500 (EST)
53778              Message-ID: <Pine.SOL.4.58.0412160953470.20202@maxwell.phys.lafayette.edu>
53779      Branch: perl
53780            ! ext/POSIX/Makefile.PL
53781 ____________________________________________________________________________
53782 [ 23658] By: rgs                                   on 2004/12/16  15:58:06
53783         Log: Two pod2html patches from Dave Sparks :
53784
53785              Fix anchors for some function names
53786              Subject: pod2html fragment fix [PATCH]
53787              From: Gisle Aas <gisle@ActiveState.com>
53788              Date: 11 Nov 2004 14:36:46 +0100
53789              Message-ID: <lrk6sso6c1.fsf@caliper.activestate.com>
53790
53791              Subject: Make 'pod2html --quiet' be quiet [PATCH]
53792              From: Gisle Aas <gisle@ActiveState.com>
53793              Date: 11 Nov 2004 15:19:58 +0100
53794              Message-ID: <lrbre4o4c1.fsf@caliper.activestate.com>
53795      Branch: perl
53796            ! lib/Pod/Html.pm
53797 ____________________________________________________________________________
53798 [ 23657] By: rgs                                   on 2004/12/16  15:43:02
53799         Log: Pod::Html is not part of the podlators distribution
53800      Branch: perl
53801            ! Porting/Maintainers.pl
53802 ____________________________________________________________________________
53803 [ 23656] By: rgs                                   on 2004/12/15  16:39:29
53804         Log: Security fix from Debian in the debugger (in the setterm()
53805              function), from:
53806              Subject: Re: Security patch from Debian?
53807              From: Brendan O'Dea <bod@debian.org>
53808              Date: Thu, 2 Dec 2004 13:42:17 +1100
53809              Message-ID: <20041202024217.GA12670@londo.c47.org>
53810      Branch: perl
53811            ! lib/perl5db.pl
53812 ____________________________________________________________________________
53813 [ 23655] By: rgs                                   on 2004/12/15  15:14:05
53814         Log: A couple of SCO compilation patches
53815
53816              Subject: [perl #3097] Re: SCO5 XS dyn loading fails
53817              From: "Ilya N. Golubev" <gin@mo.msk.ru>
53818              Date: Tue, 14 Dec 2004 22:37:27 +0300
53819              Message-ID: <028941bf40f648-gin@mo.msk.ru>
53820
53821              Subject: Re: [perl #3100] NaN passed to gcvt [PATCH]
53822              From: Andy Dougherty <doughera@lafayette.edu>
53823              Date: Wed, 15 Dec 2004 10:29:22 -0500 (EST)
53824              Message-ID: <Pine.SOL.4.58.0412150956360.3441@maxwell.phys.lafayette.edu>
53825      Branch: perl
53826            ! hints/sco.sh
53827 ____________________________________________________________________________
53828 [ 23654] By: rgs                                   on 2004/12/15  13:16:06
53829         Log: Upgrade to Test::Simple 0.54
53830      Branch: perl
53831            + lib/Test/Simple/t/is_fh.t
53832            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
53833            ! lib/Test/Simple.pm lib/Test/Simple/Changes
53834            ! lib/Test/Simple/t/details.t lib/Test/Simple/t/fail-more.t
53835            ! lib/Test/Simple/t/harness_active.t
53836            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/maybe_regex.t
53837            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/sort_bug.t
53838            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
53839 ____________________________________________________________________________
53840 [ 23653] By: rgs                                   on 2004/12/15  12:43:37
53841         Log: Upgrade to ExtUtils::MakeMaker 6.25
53842      Branch: perl
53843            + lib/ExtUtils/t/dir_target.t
53844            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
53845            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
53846            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
53847            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
53848            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
53849            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
53850            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
53851            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
53852            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
53853            ! lib/ExtUtils/NOTES lib/ExtUtils/README lib/ExtUtils/instmodsh
53854            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST_PREFIX.t
53855            ! lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/MM_Unix.t
53856            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/hints.t
53857            ! lib/ExtUtils/t/oneliner.t lib/ExtUtils/t/parse_version.t
53858            ! lib/ExtUtils/t/prereq_print.t lib/ExtUtils/t/split_command.t
53859 ____________________________________________________________________________
53860 [ 23652] By: rgs                                   on 2004/12/14  16:22:42
53861         Log: Fix for [perl #32491] h2xs incorrectly parses enums with implicit values
53862      Branch: perl
53863            ! utils/h2xs.PL
53864 ____________________________________________________________________________
53865 [ 23651] By: rgs                                   on 2004/12/14  12:17:25
53866         Log: Subject: Re: B::walkoptree segfaults
53867              From: Alexey Tourbin <at@altlinux.ru>
53868              Date: Fri, 3 Dec 2004 05:06:49 +0300
53869              Message-ID: <20041203020649.GD3898@solemn.turbinal.org>
53870      Branch: perl
53871            ! ext/B/B.pm
53872 ____________________________________________________________________________
53873 [ 23650] By: rgs                                   on 2004/12/14  11:21:53
53874         Log: Make Sys::Syslog stricture-compliant
53875      Branch: perl
53876            ! ext/Sys/Syslog/Syslog.pm
53877 ____________________________________________________________________________
53878 [ 23649] By: rgs                                   on 2004/12/14  10:35:57
53879         Log: Allow escaping %m as %%m in Sys::Syslog format strings
53880              (suggested by Joshua Richardson <jric@yahoo-inc.com>
53881              and Yitzchak Scott-Thoennes)
53882      Branch: perl
53883            ! ext/Sys/Syslog/Syslog.pm
53884 ____________________________________________________________________________
53885 [ 23648] By: rgs                                   on 2004/12/14  10:22:48
53886         Log: Subject: [perl #24343] [PATCH] -w vs. -s
53887              From: "Steve Peters via RT" <perlbug-followup@perl.org>
53888              Date: 14 Dec 2004 06:41:34 -0000
53889              Message-ID: <rt-3.0.11-24343-103027.13.3005637364295@perl.org>
53890      Branch: perl
53891            ! pod/perlrun.pod
53892 ____________________________________________________________________________
53893 [ 23647] By: merijn                                on 2004/12/14  07:51:43
53894         Log: Subject: [perl #3274] [PATCH] Documentation for utime should be improved
53895              Date: 14 Dec 2004 06:29:23 -0000
53896              From: "Steve Peters via RT" <perlbug-followup@perl.org>
53897              Message-ID: <rt-3.0.11-3274-103026.2.21000805211489@perl.org>
53898      Branch: perl
53899            ! pod/perlfaq5.pod
53900 ____________________________________________________________________________
53901 [ 23646] By: rgs                                   on 2004/12/14  07:41:08
53902         Log: Fix test added in change 23645 with an eval()
53903      Branch: perl
53904            ! t/op/bop.t
53905 ____________________________________________________________________________
53906 [ 23645] By: rgs                                   on 2004/12/14  07:28:57
53907         Log: Test patch for already-solved bug #33003,
53908              by Michael G Schwern.
53909      Branch: perl
53910            ! t/op/bop.t
53911 ____________________________________________________________________________
53912 [ 23644] By: steveh                                on 2004/12/13  17:26:46
53913         Log: Document gv_stashpvn
53914
53915              This is already in the API supported by Devel::PPPort, and is
53916              more efficient than gv_stashpv if the length is already known.
53917      Branch: perl
53918            ! embed.fnc gv.c pod/perlapi.pod
53919 ____________________________________________________________________________
53920 [ 23643] By: rgs                                   on 2004/12/13  10:02:57
53921         Log: Subject: [PATCH] FileCache without import
53922              From: Michael G Schwern <schwern@pobox.com>
53923              Date: Sat, 11 Dec 2004 18:58:32 -0500
53924              Message-ID: <20041211235832.GA13462@windhund.schwern.org>
53925      Branch: perl
53926            + lib/FileCache/t/07noimport.t
53927            ! MANIFEST lib/FileCache.pm
53928 ____________________________________________________________________________
53929 [ 23642] By: rgs                                   on 2004/12/13  09:54:23
53930         Log: Subject: [PATCH] perlipc typo
53931              From: Brendan O'Dea <bod@debian.org>
53932              Date: Sun, 12 Dec 2004 10:25:04 +1100
53933              Message-ID: <20041211232504.GA8380@londo.c47.org>
53934      Branch: perl
53935            ! pod/perlipc.pod
53936 ____________________________________________________________________________
53937 [ 23641] By: rgs                                   on 2004/12/13  09:41:21
53938         Log: Subject: [PATCH] t/op/taint.t follow-up to #23635
53939              From: "Craig A. Berry" <craigberry@mac.com>
53940              Date: Sat, 11 Dec 2004 11:03:57 -0600
53941              Message-ID: <41BB287D.6090001@mac.com>
53942      Branch: perl
53943            ! t/op/taint.t
53944 ____________________________________________________________________________
53945 [ 23640] By: rgs                                   on 2004/12/13  08:39:34
53946         Log: Subject: Re: Smoke [5.9.2] 23634 FAIL(F) openbsd 3.6 (i386/1 cpu) [PATCH]
53947              From: Gisle Aas <gisle@ActiveState.com>
53948              Date: 11 Dec 2004 02:57:19 -0800
53949              Message-ID: <lrr7lxje5s.fsf_-_@caliper.activestate.com>
53950      Branch: perl
53951            ! utf8.c
53952 ____________________________________________________________________________
53953 [ 23639] By: rgs                                   on 2004/12/10  22:02:52
53954         Log: Subject: [PATCH] Re: [perl #2562] wantarray fails in END, INIT, and CHECK blocks
53955              From: mjtg@cam.ac.uk (Mike Guy)
53956              Date: Fri, 10 Dec 2004 19:08:01 +0000
53957              Message-ID: <E1Ccq7V-00057s-9s@virgo.cus.cam.ac.uk>
53958      Branch: perl
53959            ! pod/perlfunc.pod
53960 ____________________________________________________________________________
53961 [ 23638] By: steveh                                on 2004/12/10  14:58:59
53962         Log: Fix Win32 breakage caused by change 23610
53963
53964              Simply skip the offending tests on Win32.  There is no sense in testing
53965              that $Config dir entries appear in @INC because the $Config entries
53966              relate to where perl.exe will be installed (as per INST_DRV/INST_TOP in
53967              win32/Makefile), whereas @INC entries are dynamic, based on where
53968              perlXX.dll is currently located.
53969      Branch: perl
53970            ! lib/Config.t
53971 ____________________________________________________________________________
53972 [ 23637] By: rgs                                   on 2004/12/10  10:17:47
53973         Log: Pod nit ([perl #32800])
53974      Branch: perl
53975            ! pod/perlfunc.pod
53976 ____________________________________________________________________________
53977 [ 23636] By: rgs                                   on 2004/12/10  10:02:12
53978         Log: Subject: [PATCH] Test rt.perl.org 5900
53979              From: Michael G Schwern <schwern@pobox.com>
53980              Date: Thu, 9 Dec 2004 22:11:59 -0500
53981              Message-ID: <20041210031159.GA7629@windhund.schwern.org>
53982      Branch: perl
53983            ! t/op/taint.t
53984 ____________________________________________________________________________
53985 [ 23635] By: rgs                                   on 2004/12/10  09:51:44
53986         Log: Subject: [PATCH] cleanup t/op/taint.t
53987              From: Michael G Schwern <schwern@pobox.com>
53988              Date: Fri, 10 Dec 2004 02:04:49 -0500
53989              Message-ID: <20041210070448.GA22347@windhund.schwern.org>
53990
53991              Subject: [PATCH] Add todo_skip() to test.pl
53992              From: Michael G Schwern <schwern@pobox.com>
53993              Date: Fri, 10 Dec 2004 04:27:06 -0500
53994              Message-ID: <20041210092706.GA23378@windhund.schwern.org>
53995      Branch: perl
53996            ! t/op/taint.t t/test.pl
53997 ____________________________________________________________________________
53998 [ 23634] By: nicholas                              on 2004/12/09  22:51:03
53999         Log: Evade using @ in the 1 liner with some perl 1 syntax.
54000      Branch: perl
54001            ! lib/Config.t
54002 ____________________________________________________________________________
54003 [ 23633] By: rgs                                   on 2004/12/09  18:50:16
54004         Log: Subject: RE: [PATCH perl.h toke.c utf8.c] minor format clean up
54005              From: Robin Barker <Robin.Barker@npl.co.uk>
54006              Date: Wed, 1 Dec 2004 15:15:44 -0000
54007              Message-ID: <533D273D4014D411AB1D00062938C4D90849C521@hotel.npl.co.uk>
54008      Branch: perl
54009            ! perl.h
54010 ____________________________________________________________________________
54011 [ 23632] By: rgs                                   on 2004/12/09  17:12:12
54012         Log: Subject: UTF8_ALLOW_ANYUV should not allow overlong sequences [PATCH]
54013              From: Gisle Aas <gisle@activestate.com>
54014              Date: 06 Dec 2004 02:59:24 -0800
54015              Message-ID: <lrmzwrae0j.fsf_-_@caliper.activestate.com>
54016      Branch: perl
54017            ! utf8.h
54018 ____________________________________________________________________________
54019 [ 23631] By: rgs                                   on 2004/12/09  16:03:01
54020         Log: Subject: [PATCH] :encoding(utf8) broken in perl-5.8.6
54021              From: Gisle Aas <gisle@ActiveState.com>
54022              Date: 03 Dec 2004 06:09:19 -0800
54023              Message-ID: <lrllcfeank.fsf_-_@caliper.activestate.com>
54024      Branch: perl
54025            ! ext/PerlIO/t/encoding.t
54026 ____________________________________________________________________________
54027 [ 23630] By: rgs                                   on 2004/12/09  15:49:07
54028         Log: Upgrade to perldoc 3.14
54029      Branch: perl
54030            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
54031 ____________________________________________________________________________
54032 [ 23629] By: rgs                                   on 2004/12/09  09:57:42
54033         Log: Fix test to cope with the previous h2ph change.
54034      Branch: perl
54035            ! t/lib/h2ph.pht
54036 ____________________________________________________________________________
54037 [ 23628] By: rgs                                   on 2004/12/08  16:50:30
54038         Log: Subject: [perl #32962] h2ph - use of local() in generated code
54039              From: Peter.Dintelmann@dresdner-bank.com (via RT)
54040              Date: 8 Dec 2004 15:49:32 -0000
54041              Message-ID: <rt-3.0.11-32962-102394.11.065973521948@perl.org>
54042      Branch: perl
54043            ! utils/h2ph.PL
54044 ____________________________________________________________________________
54045 [ 23627] By: rgs                                   on 2004/12/08  16:19:38
54046         Log: Subject: [PATCH] Re: [perl #32949] FileCache only works in "main" package
54047              From: "Jos I. Boumans" <kane@xs4all.net>
54048              Date: Wed, 8 Dec 2004 14:24:19 +0100
54049              Message-Id: <7728A4F5-491C-11D9-9CA3-000A95EF62E2@xs4all.net>
54050      Branch: perl
54051            + lib/FileCache/t/06export.t
54052            ! MANIFEST lib/FileCache.pm
54053 ____________________________________________________________________________
54054 [ 23626] By: nicholas                              on 2004/12/07  23:39:46
54055         Log: Avoid getting the stash name twice (at least visually, if not also
54056              in the generated code)
54057      Branch: perl
54058            ! sv.c
54059 ____________________________________________________________________________
54060 [ 23624] By: rgs                                   on 2004/12/07  18:26:48
54061         Log: Upgrade to Encode 2.09
54062      Branch: perl
54063            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
54064            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.xs
54065            ! ext/Encode/t/Encode.t ext/Encode/t/fallback.t
54066 ____________________________________________________________________________
54067 [ 23623] By: nicholas                              on 2004/12/07  15:27:09
54068         Log: Revert part of the change to gv_fullname4(), as the change seems to
54069              be fractionally slower. Re-investigation prompted by a comment from
54070              Tim Bunce, who seems to be more on the ball than I am.
54071      Branch: perl
54072            ! gv.c
54073 ____________________________________________________________________________
54074 [ 23622] By: steveh                                on 2004/12/07  10:50:26
54075         Log: Update AUTHORS (for changes #23200 and #23621)
54076      Branch: perl
54077            ! AUTHORS
54078 ____________________________________________________________________________
54079 [ 23621] By: steveh                                on 2004/12/07  10:35:59
54080         Log: Updates to README.win32 (aka perlwin32), with some changes.
54081
54082              Subject: Patch to README.win32 distributed with 5.8.6 for building under .net / MSVC7 (free)
54083              From: Max Maischein <corion@corion.net>
54084              Date: Sun, 05 Dec 2004 19:39:40 +0100
54085              Message-ID: <41B355EC.9010505@corion.net>
54086      Branch: perl
54087            ! README.win32
54088 ____________________________________________________________________________
54089 [ 23620] By: rgs                                   on 2004/12/06  22:22:11
54090         Log: Upgrade to Term::ANSIColor 1.09
54091      Branch: perl
54092            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
54093            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
54094 ____________________________________________________________________________
54095 [ 23619] By: rgs                                   on 2004/12/06  21:54:55
54096         Log: Small addition to perlsec by Stas Bekman.
54097      Branch: perl
54098            ! pod/perlsec.pod
54099 ____________________________________________________________________________
54100 [ 23618] By: steveh                                on 2004/12/06  15:54:30
54101         Log: Fix another Win32 breakage caused by change 23554
54102      Branch: perl
54103            ! t/win32/system.t
54104 ____________________________________________________________________________
54105 [ 23617] By: nicholas                              on 2004/12/06  15:35:39
54106         Log: Break out setting $^X into its own static function S_set_caret_X
54107      Branch: perl
54108            ! perl.c
54109 ____________________________________________________________________________
54110 [ 23616] By: steveh                                on 2004/12/06  14:42:32
54111         Log: Fix typo from change 23554 which screwed up Windows smokes
54112      Branch: perl
54113            ! win32/Makefile
54114 ____________________________________________________________________________
54115 [ 23615] By: nicholas                              on 2004/12/06  14:39:59
54116         Log: sanity check the arguments to runperl(), to try to avoid it
54117              hanging waiting on STDIN for a script.
54118      Branch: perl
54119            ! t/test.pl
54120 ____________________________________________________________________________
54121 [ 23614] By: nicholas                              on 2004/12/06  13:41:45
54122         Log: Remove spurious semicolons
54123              (As these 2 are spare, I guess I should send them to Mark Rhodes
54124              (former office mate) as he often said that he kept mislaying his)
54125      Branch: perl
54126            ! gv.h
54127 ____________________________________________________________________________
54128 [ 23613] By: nicholas                              on 2004/12/06  13:10:24
54129         Log: Tests for Config.pm much better now - toDONE
54130      Branch: perl
54131            ! pod/perltodo.pod
54132 ____________________________________________________________________________
54133 [ 23612] By: nicholas                              on 2004/12/06  13:01:36
54134         Log: Turn gv_fullname3 and gv_efullname3 into macros that call
54135              gv_fullname4 and gv_efullname4 directly, saving overhead.
54136      Branch: perl
54137            ! embed.fnc embed.h gv.h proto.h
54138 ____________________________________________________________________________
54139 [ 23611] By: merijn                                on 2004/12/06  12:00:10
54140         Log: New Itanium servers
54141      Branch: perl
54142            ! README.hpux
54143 ____________________________________________________________________________
54144 [ 23610] By: nicholas                              on 2004/12/06  10:35:00
54145         Log: Check that @INC entries and %Config path entries are consistent.
54146      Branch: perl
54147            ! lib/Config.t
54148 ____________________________________________________________________________
54149 [ 23609] By: nicholas                              on 2004/12/03  22:17:32
54150         Log: gv_fullname4() can get rid of the main:: for us.
54151              (well, actually, it never puts it in)
54152      Branch: perl
54153            ! op.c
54154 ____________________________________________________________________________
54155 [ 23608] By: rgs                                   on 2004/12/03  21:51:45
54156         Log: $foo::_ was wrongly forced as $main::_.
54157              Since we still want "our $_" to be always forced to $main::_,
54158              deplace the forcing code at our-pad allocation time.
54159              (Making execution probably a tiny bit faster)
54160      Branch: perl
54161            ! gv.c op.c t/op/mydef.t
54162 ____________________________________________________________________________
54163 [ 23607] By: nicholas                              on 2004/12/03  20:38:37
54164         Log: Remove double checking of acceptable switches on tr/// ops.
54165      Branch: perl
54166            ! toke.c
54167 ____________________________________________________________________________
54168 [ 23606] By: nicholas                              on 2004/12/03  20:07:31
54169         Log: use (c == '$' || c == '@' || c == '%') instead of strchr("$@%", c)
54170              The latter gives larger code, is less clear and can't be any faster
54171      Branch: perl
54172            ! perl.c toke.c
54173 ____________________________________________________________________________
54174 [ 23605] By: nicholas                              on 2004/12/03  18:56:31
54175         Log: Small code tidy up in gv_fullname4
54176      Branch: perl
54177            ! gv.c
54178 ____________________________________________________________________________
54179 [ 23604] By: nicholas                              on 2004/12/03  18:26:43
54180         Log: There are clearer ways of saying m/^[ab]$/ than strchr("ab", c)
54181              They seem to produce slightly smaller object code too.
54182      Branch: perl
54183            ! gv.c
54184 ____________________________________________________________________________
54185 [ 23603] By: nicholas                              on 2004/12/03  17:02:43
54186         Log: Fix a typo in an assert(). It helps to compile with -DDEBUGGING
54187      Branch: perl
54188            ! perl.c
54189 ____________________________________________________________________________
54190 [ 23602] By: nicholas                              on 2004/12/03  15:50:15
54191         Log: Pull out the duplicateded push @INC, $_ if -e $_ code from
54192              S_pushinc into a new function S_pushinc_if_exists
54193              Avoid the SV copy when pushing onto @INC by creating a new scratch
54194              SV each time a push is done.
54195      Branch: perl
54196            ! perl.c
54197 ____________________________________________________________________________
54198 [ 23601] By: nicholas                              on 2004/12/02  22:35:34
54199         Log: Subject: [PATCH] configure.com: no more CONFIG=true
54200              From: "Craig A. Berry" <craigberry@mac.com>
54201              Message-ID: <41AF87BA.1080108@mac.com>
54202              Date: Thu, 02 Dec 2004 15:23:06 -0600
54203      Branch: perl
54204            ! configure.com
54205 ____________________________________________________________________________
54206 [ 23598] By: nicholas                              on 2004/12/01  23:13:32
54207         Log: 2 new BeOS files were missing
54208      Branch: perl
54209            ! MANIFEST
54210 ____________________________________________________________________________
54211 [ 23592] By: nicholas                              on 2004/12/01  18:54:14
54212         Log: Subject: [PATCH] Makefile.SH: de-parallelise mktables
54213              From: Jarkko Hietaniemi <jhi@iki.fi>
54214              Message-ID: <41ADFD95.4030007@iki.fi>
54215              Date: Wed, 01 Dec 2004 19:21:25 +0200
54216      Branch: perl
54217            ! Makefile.SH
54218 ____________________________________________________________________________
54219 [ 23588] By: nicholas                              on 2004/12/01  16:52:45
54220         Log: &test in constant.t is vestigial, so amputate it.
54221      Branch: perl
54222            ! lib/constant.t
54223 ____________________________________________________________________________
54224 [ 23587] By: nicholas                              on 2004/12/01  16:35:10
54225         Log: Tidy up the reference name stringification to save getting the
54226              hash name twice. Pleasant side effect is 44 byte smaller object
54227              file. (A small win is still a win)
54228      Branch: perl
54229            ! sv.c
54230 ____________________________________________________________________________
54231 [ 23584] By: merijn                                on 2004/12/01  13:44:24
54232         Log: Subject: [perl #32717] BeOS specific Updates
54233              Date: 30 Nov 2004 15:38:32 -0000
54234              From: Ingo Weinhold (via RT) <perlbug-followup@perl.org>
54235              Message-ID: <rt-3.0.11-32717-101307.19.7097750538509@perl.org>
54236      Branch: perl
54237            + beos/beos_flock_server.cpp beos/beos_flock_server.h
54238            ! beos/beos.c beos/beosish.h ext/Errno/Errno_pm.PL
54239            ! ext/File/Glob/t/basic.t hints/beos.sh lib/ExtUtils/t/MM_BeOS.t
54240            ! lib/Tie/File/t/16_handle.t perl.c t/op/magic.t
54241 ____________________________________________________________________________
54242 [ 23583] By: merijn                                on 2004/12/01  13:29:18
54243         Log: Subject: [PATCH] add -I../lib to VMS build to find Config_heavy.pl
54244              Date: Wed, 01 Dec 2004 07:24:45 -0600
54245              From: "Craig A. Berry" <craigberry@mac.com>
54246              Message-ID: <41ADC61D.8010407@mac.com>
54247      Branch: perl
54248            ! vms/descrip_mms.template
54249 ____________________________________________________________________________
54250 [ 23581] By: rgs                                   on 2004/12/01  13:01:55
54251         Log: MANIFEST.SKIP is missing from the list of files that come
54252              with MakeMaker
54253      Branch: perl
54254            ! Porting/Maintainers.pl
54255 ____________________________________________________________________________
54256 [ 23577] By: nicholas                              on 2004/11/30  16:40:06
54257         Log: Add placeholders for the new strlcat and strlcpy entries in
54258              config.sh, to ensure that the config.h generated for cross-
54259              compilation will still work.
54260      Branch: perl
54261            ! Cross/config.sh-arm-linux
54262 ____________________________________________________________________________
54263 [ 23575] By: nicholas                              on 2004/11/30  15:32:17
54264         Log: Let pod/buildtoc resort the MANIFEST the way it wants it
54265      Branch: perl
54266            ! MANIFEST
54267 ____________________________________________________________________________
54268 [ 23574] By: nicholas                              on 2004/11/30  15:31:14
54269         Log: Add perl586delta.pod to all the necessary makefiles and tables of
54270              contents.
54271      Branch: perl
54272            ! pod.lst pod/perl.pod pod/perltoc.pod vms/descrip_mms.template
54273            ! win32/pod.mak
54274 ____________________________________________________________________________
54275 [ 23571] By: merijn                                on 2004/11/30  15:11:01
54276         Log: Subject: Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)
54277              Date: Tue, 30 Nov 2004 09:29:06 -0600
54278              From: Steve Peters <steve@fisharerojo.org>
54279              Message-ID: <20041130152906.GA555@mccoy.peters.homeunix.org>
54280      Branch: perl
54281            ! hints/openbsd.sh
54282 ____________________________________________________________________________
54283 [ 23570] By: nicholas                              on 2004/11/30  14:57:53
54284         Log: Integrate perlhist entries for 5.8.6 and its perldelta to blead
54285      Branch: perl
54286           +> pod/perl586delta.pod
54287            ! MANIFEST
54288           !> pod/perlhist.pod
54289 ____________________________________________________________________________
54290 [ 23568] By: rgs                                   on 2004/11/30  13:02:16
54291         Log: Protection against trailing spaces in embed.fnc
54292      Branch: perl
54293            ! autodoc.pl embed.pl
54294 ____________________________________________________________________________
54295 [ 23567] By: rgs                                   on 2004/11/30  12:57:30
54296         Log: Remove trailing whitespace that found their way in the docs
54297              (spotted by Stas Bekman)
54298      Branch: perl
54299            ! embed.fnc pod/perlapi.pod proto.h
54300 ____________________________________________________________________________
54301 [ 23566] By: rgs                                   on 2004/11/29  12:30:31
54302         Log: Upgrade to Test::Simple 0.53
54303      Branch: perl
54304            + lib/Test/Simple/t/circular_data.t
54305            + lib/Test/Simple/t/overload_threads.t
54306            + lib/Test/Simple/t/plan_bad.t
54307            + lib/Test/Simple/t/plan_shouldnt_import.t
54308            + lib/Test/Simple/t/require_ok.t lib/Test/Simple/t/sort_bug.t
54309            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
54310            ! lib/Test/Simple.pm lib/Test/Simple/Changes
54311            ! lib/Test/Simple/README lib/Test/Simple/TODO
54312            ! lib/Test/Simple/t/00signature.t lib/Test/Simple/t/More.t
54313            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/fail_one.t
54314            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/overload.t
54315            ! lib/Test/Simple/t/todo.t t/lib/TieOut.pm
54316 ____________________________________________________________________________
54317 [ 23564] By: nicholas                              on 2004/11/28  16:13:56
54318         Log: Skip generating all the code to deal with "" strings in config.sh
54319              if there aren't any. '' only code is much simpler.
54320      Branch: perl
54321            ! configpm
54322 ____________________________________________________________________________
54323 [ 23563] By: nicholas                              on 2004/11/28  15:00:15
54324         Log: Given that there is a pre-built cache, no need for @v_fast
54325      Branch: perl
54326            ! configpm
54327 ____________________________________________________________________________
54328 [ 23562] By: nicholas                              on 2004/11/28  13:56:30
54329         Log: The byteorder code doesn't need to be in Config.pm if byteorder
54330              isn't actually a frequently looked up value.
54331      Branch: perl
54332            ! configpm
54333 ____________________________________________________________________________
54334 [ 23561] By: nicholas                              on 2004/11/28  13:20:39
54335         Log: Need to stub the public functions to keep some existing code
54336              working.
54337              No need to keep $Config_SH around in memory when we can easily
54338              re-create it.
54339      Branch: perl
54340            ! configpm
54341 ____________________________________________________________________________
54342 [ 23558] By: nicholas                              on 2004/11/27  23:06:41
54343         Log: Generate the precached %Config entries based on some empirical
54344              data, rather than just guesswork.
54345      Branch: perl
54346            ! Makefile.SH configpm
54347 ____________________________________________________________________________
54348 [ 23557] By: nicholas                              on 2004/11/27  21:26:42
54349         Log: Subject: [PATCH] Re: getting Config.pm on a diet
54350              From: "Craig A. Berry" <craigberry@mac.com>
54351              Message-ID: <41A8F225.7080902@mac.com>
54352              Date: Sat, 27 Nov 2004 15:31:17 -0600
54353      Branch: perl
54354            ! vms/descrip_mms.template
54355 ____________________________________________________________________________
54356 [ 23555] By: nicholas                              on 2004/11/27  17:28:47
54357         Log: Hateful cAsE iNsEnSiTiVe file systems
54358      Branch: perl
54359            ! configpm
54360 ____________________________________________________________________________
54361 [ 23554] By: nicholas                              on 2004/11/27  16:56:35
54362         Log: Put Config.pm on a diet. 3K rather than 32K
54363              configpm now generates 2 files, a small Config.pm containing the
54364              commonly used functions and values, which AUTOLOADs a
54365              Config_heavy.pl containing anything else needed.
54366              The "common" values in the small Config.pm may need some
54367              tweaking, based on real world data.
54368      Branch: perl
54369            ! Makefile.SH configpm vms/descrip_mms.template win32/Makefile
54370            ! win32/makefile.mk
54371 ____________________________________________________________________________
54372 [ 23550] By: nicholas                              on 2004/11/27  14:43:37
54373         Log: Clarify the return values of pos, particularly 0 and undef, as
54374              suggested by Stas Bekman
54375      Branch: perl
54376            ! pod/perlfunc.pod
54377 ____________________________________________________________________________
54378 [ 23549] By: nicholas                              on 2004/11/27  14:24:21
54379         Log: Document the interaction of PERL_USE_SAVE_PUTENV and
54380              PL_use_safe_putenv, based on text by Stas Bekman
54381      Branch: perl
54382            ! INSTALL
54383 ____________________________________________________________________________
54384 [ 23548] By: rgs                                   on 2004/11/26  17:20:46
54385         Log: Subject: [perl #32639] [PATCH] Bug in Term::Complete Module with $_ Usage
54386              From: "Steve Peters via RT" <perlbug-followup@perl.org>
54387              Date: 26 Nov 2004 17:14:33 -0000
54388              Message-ID: <rt-3.0.11-32639-101066.11.6172971744206@perl.org>
54389      Branch: perl
54390            ! lib/Term/Complete.pm
54391 ____________________________________________________________________________
54392 [ 23547] By: rgs                                   on 2004/11/26  15:16:59
54393         Log: Freak out if h2ph has to translate a macro that    contains assembly code.
54394
54395              Subject: [PATCH] h2ph vs __asm__
54396              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
54397              Date: Thu, 25 Nov 2004 17:24:43 +0100
54398              Message-ID: <20041125172443.757a4833@dhcp123.mandrakesoft.com>
54399      Branch: perl
54400            ! utils/h2ph.PL
54401 ____________________________________________________________________________
54402 [ 23546] By: rgs                                   on 2004/11/26  15:07:47
54403         Log: Doc nit for B::Lint
54404              Subject: [PATCH] B::Lint
54405              From: Andy Lester <andy@petdance.com>
54406              Date: Fri, 26 Nov 2004 00:30:48 -0600
54407              Message-ID: <20041126063048.GA10161@petdance.com>
54408      Branch: perl
54409            ! ext/B/B/Lint.pm
54410 ____________________________________________________________________________
54411 [ 23545] By: nicholas                              on 2004/11/26  12:33:34
54412         Log: The change to the internal representation introduced a bug whereby
54413              the key returned by FIRSTKEY had an erroneous leading newline.
54414              EXISTS was also buggy.
54415      Branch: perl
54416            ! configpm lib/Config.t
54417 ____________________________________________________________________________
54418 [ 23544] By: nicholas                              on 2004/11/26  11:29:21
54419         Log: Make configpm and the generated Config.pm strict and warnings
54420              clean.
54421      Branch: perl
54422            ! configpm
54423 ____________________________________________________________________________
54424 [ 23543] By: steveh                                on 2004/11/26  10:56:12
54425         Log: Fix Win32 breakage caused by changes 23535/23542.
54426      Branch: perl
54427            ! lib/Config.t
54428 ____________________________________________________________________________
54429 [ 23542] By: nicholas                              on 2004/11/25  23:41:05
54430         Log: Generate the virtual entries at Config.pm build time, as they
54431              don't change. This lets us get rid of the entire "fetch_virtual"
54432              baggage, and makes the config_re lookup work for the virtual
54433              entries.
54434      Branch: perl
54435            ! configpm lib/Config.t
54436 ____________________________________________________________________________
54437 [ 23541] By: nicholas                              on 2004/11/25  22:50:15
54438         Log: Cheat. (Add a leading newline, and so remove all the special
54439              casing for "if we're at the start of $Config_SH")
54440      Branch: perl
54441            ! configpm lib/Config.t
54442 ____________________________________________________________________________
54443 [ 23538] By: nicholas                              on 2004/11/25  21:37:23
54444         Log: Add an exists test for the things we loop over
54445      Branch: perl
54446            ! lib/Config.t
54447 ____________________________________________________________________________
54448 [ 23537] By: nicholas                              on 2004/11/25  21:33:23
54449         Log: The first entry in the virtual config.sh is special cased. So
54450              test it.
54451      Branch: perl
54452            ! lib/Config.t
54453 ____________________________________________________________________________
54454 [ 23536] By: nicholas                              on 2004/11/25  21:00:56
54455         Log: Make $Config{libs_nolargefiles} and
54456              $Config{libswanted_nolargefiles} work. (For the first time)
54457      Branch: perl
54458            ! configpm lib/Config.t
54459 ____________________________________________________________________________
54460 [ 23535] By: nicholas                              on 2004/11/25  20:10:43
54461         Log: Test the currently working virtual %Config entries
54462      Branch: perl
54463            ! lib/Config.t
54464 ____________________________________________________________________________
54465 [ 23534] By: rgs                                   on 2004/11/24  16:09:42
54466         Log: Subject: RC1 pod fix #anchor
54467              From: Stas Bekman <stas@stason.org>
54468              Date: Wed, 24 Nov 2004 10:57:21 -0500
54469              Message-ID: <41A4AF61.9080408@stason.org>
54470      Branch: perl
54471            ! pod/perlrun.pod
54472 ____________________________________________________________________________
54473 [ 23533] By: rgs                                   on 2004/11/24  16:07:38
54474         Log: Subject: [patch pod/perlipc] use POSIX; w/o () is a bad idea
54475              From: Stas Bekman <stas@stason.org>
54476              Date: Wed, 24 Nov 2004 11:25:14 -0500
54477              Message-ID: <41A4B5EA.3020804@stason.org>
54478      Branch: perl
54479            ! pod/perlipc.pod
54480 ____________________________________________________________________________
54481 [ 23532] By: rgs                                   on 2004/11/24  14:47:31
54482         Log: Subject: [perl #3242] [PATCH]No error on assignment to $>
54483              From: "Steve Peters via RT" <perlbug-followup@perl.org>
54484              Date: 21 Nov 2004 04:38:09 -0000
54485              Message-ID: <rt-3.0.11-3242-100676.6.32723019025057@perl.org>
54486      Branch: perl
54487            ! pod/perlvar.pod
54488 ____________________________________________________________________________
54489 [ 23531] By: nicholas                              on 2004/11/24  11:50:28
54490         Log: Wrap some long lines
54491      Branch: perl
54492            ! lib/Config.t
54493 ____________________________________________________________________________
54494 [ 23528] By: rgs                                   on 2004/11/23  13:35:34
54495         Log: Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong value
54496              after eval or require
54497      Branch: perl
54498            ! t/comp/package.t toke.c
54499 ____________________________________________________________________________
54500 [ 23527] By: rgs                                   on 2004/11/23  10:20:02
54501         Log: Subject: Re: [perl #32486] error in documentation for POSIX::pipe
54502              From: Michael G Schwern <schwern@pobox.com>
54503              Date: Fri, 19 Nov 2004 14:28:56 -0500
54504              Message-ID: <20041119192856.GA4769@windhund.schwern.org>
54505      Branch: perl
54506            ! ext/POSIX/POSIX.pod
54507 ____________________________________________________________________________
54508 [ 23526] By: rgs                                   on 2004/11/23  09:26:03
54509         Log: Subject: [perl #3422] [PATCH] CHECK routine called after syntax error
54510              From: "Steve Peters via RT" <perlbug-followup@perl.org>
54511              Date: 23 Nov 2004 00:04:24 -0000
54512              Message-ID: <rt-3.0.11-3422-100830.4.45764701781506@perl.org>
54513      Branch: perl
54514            ! ext/B/B/Deparse.pm
54515 ____________________________________________________________________________
54516 [ 23525] By: rgs                                   on 2004/11/23  09:09:57
54517         Log: Subject: [PATCH] warnings.t portability tweaks
54518              From: "Craig A. Berry" <craigberry@mac.com>
54519              Date: Sat, 20 Nov 2004 10:29:47 -0600
54520              Message-ID: <419F70FB.7000100@mac.com>
54521      Branch: perl
54522            ! t/lib/warnings/9uninit t/lib/warnings/perlio
54523 ____________________________________________________________________________
54524 [ 23523] By: nicholas                              on 2004/11/20  22:17:18
54525         Log: Assimilate Test-Simple 0.50
54526      Branch: perl
54527            + lib/Test/Simple/TODO lib/Test/Simple/t/00signature.t
54528            + lib/Test/Simple/t/00test_harness_check.t
54529            + lib/Test/Simple/t/eq_set.t lib/Test/Simple/t/extra_one.t
54530            + lib/Test/Simple/t/fail_one.t
54531            + lib/Test/Simple/t/harness_active.t lib/Test/Simple/t/no_diag.t
54532            + lib/Test/Simple/t/overload.t lib/Test/Simple/t/reset.t
54533            + lib/Test/Simple/t/thread_taint.t t/lib/NoExporter.pm
54534            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
54535            ! lib/Test/Simple.pm lib/Test/Simple/Changes
54536            ! lib/Test/Simple/README lib/Test/Simple/t/More.t
54537            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
54538            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
54539            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/has_plan2.t
54540            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/missing.t
54541            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan_is_noplan.t
54542            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/threads.t
54543            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/use_ok.t
54544            ! lib/Test/Tutorial.pod t/lib/Test/Simple/Catch.pm
54545            ! t/lib/TieOut.pm
54546 ____________________________________________________________________________
54547 [ 23520] By: nicholas                              on 2004/11/20  14:21:28
54548         Log: genuine possible buffer problems spotted by flawfinder
54549      Branch: perl
54550            ! regcomp.c util.c
54551 ____________________________________________________________________________
54552 [ 23519] By: rgs                                   on 2004/11/19  14:48:35
54553         Log: Make "err" a weak keyword;
54554              that is, it will be overriden by any sub named "err", except when
54555              really an operator is expected at this point. ([perl #32347])
54556      Branch: perl
54557            ! t/op/dor.t toke.c
54558 ____________________________________________________________________________
54559 [ 23518] By: rgs                                   on 2004/11/19  09:22:33
54560         Log: Subject: [perl #32486] error in documentation for POSIX::pipe
54561              From: chris@ex-parrot.com (via RT) <perlbug-followup@perl.org>
54562              Date: 18 Nov 2004 18:09:54 -0000
54563              Message-ID: <rt-3.0.11-32486-100537.1.04456486825399@perl.org>
54564      Branch: perl
54565            ! ext/POSIX/POSIX.pod
54566 ____________________________________________________________________________
54567 [ 23517] By: nicholas                              on 2004/11/18  23:32:20
54568         Log: Bump version number
54569      Branch: perl
54570            ! lib/ExtUtils/Constant.pm
54571 ____________________________________________________________________________
54572 [ 23516] By: rgs                                   on 2004/11/18  22:06:21
54573         Log: Remaining nit in the deparsing of reversed foreach loops
54574      Branch: perl
54575            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
54576 ____________________________________________________________________________
54577 [ 23514] By: rgs                                   on 2004/11/18  18:01:52
54578         Log: Fix deparsing of reversed foreach loops,
54579              plus a bug in the previous commit
54580      Branch: perl
54581            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
54582 ____________________________________________________________________________
54583 [ 23513] By: rgs                                   on 2004/11/18  17:25:19
54584         Log: Fix deparsing of reversed sort and descending sorts,
54585              due to the recent optimisations on this part of the optree.
54586      Branch: perl
54587            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
54588 ____________________________________________________________________________
54589 [ 23510] By: rgs                                   on 2004/11/17  10:41:56
54590         Log: Subject: [perl #28929] File::Find follow_fast => 1 loses dangling symlink
54591              From: "Steve Peters via RT" <perlbug-followup@perl.org>
54592              Date: 12 Nov 2004 02:47:36 -0000
54593              Message-ID: <rt-3.0.11-28929-100158.11.3214775505644@perl.org>
54594      Branch: perl
54595            ! lib/File/Find.pm lib/File/Find/t/find.t
54596 ____________________________________________________________________________
54597 [ 23509] By: rgs                                   on 2004/11/17  10:22:52
54598         Log: PerlFAQ sync.
54599      Branch: perl
54600            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq6.pod
54601            ! pod/perlfaq7.pod
54602 ____________________________________________________________________________
54603 [ 23508] By: rgs                                   on 2004/11/17  10:14:58
54604         Log: Fix a couple of typos.
54605      Branch: perl
54606            ! hv.c utf8.c
54607 ____________________________________________________________________________
54608 [ 23507] By: rgs                                   on 2004/11/17  10:11:20
54609         Log: Subject: SuSE's perl safe_putenf diff
54610              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
54611              Date: Thu, 11 Nov 2004 15:54:43 +0100
54612              Message-ID: <20041111145443.GA1854@immd4.informatik.uni-erlangen.de>
54613
54614              slightly reworked to make the PL_use_safe_putenv variable fit in
54615              the current framework. This patch turns on the use of safe putenv
54616              for any application that embeds a perl interpreter.
54617      Branch: perl
54618            ! embedvar.h mg.c miniperlmain.c perl.c perlapi.h perlvars.h
54619            ! util.c
54620 ____________________________________________________________________________
54621 [ 23506] By: rgs                                   on 2004/11/17  08:57:17
54622         Log: Subject: [PATCH] perl5db.pl POD cleanup
54623              From: Autrijus Tang <autrijus@autrijus.org>
54624              Date: Fri, 12 Nov 2004 12:41:33 +0800
54625              Message-ID: <20041112044133.GA92924@aut.dyndns.org>
54626      Branch: perl
54627            ! lib/perl5db.pl
54628 ____________________________________________________________________________
54629 [ 23505] By: rgs                                   on 2004/11/17  08:31:39
54630         Log: Subject: [PATCH 5.8.x] Allow more tries for t/op/time.t test 2.
54631              From: Andy Dougherty <doughera@lafayette.edu>
54632              Date: Tue, 16 Nov 2004 12:11:00 -0500 (EST)
54633              Message-ID: <Pine.SOL.4.58.0411161149170.5639@maxwell.phys.lafayette.edu>
54634      Branch: perl
54635            ! t/op/time.t
54636 ____________________________________________________________________________
54637 [ 23501] By: steveh                                on 2004/11/16  10:55:20
54638         Log: Make all scripts run by regen.pl write output with UNIX style EOL's.
54639
54640              (autodoc.pl was already done by change 23371.)
54641      Branch: perl
54642            ! bytecode.pl embed.pl keywords.pl opcode.pl regcomp.pl
54643            ! warnings.pl
54644 ____________________________________________________________________________
54645 [ 23500] By: merijn                                on 2004/11/16  10:49:35
54646         Log: Subject: [PATCH] s/hierachy/hierarchy/
54647              Date: Mon, 15 Nov 2004 15:59:14 -0700
54648              From: "Larry Shatzer Jr." <larrysh@cpan.org>
54649              Message-ID: <20041115225913.GA22373@zippy.zyx.net>
54650      Branch: perl
54651            ! ext/B/B.pm ext/Time/HiRes/Makefile.PL perlio.h
54652 ____________________________________________________________________________
54653 [ 23499] By: steveh                                on 2004/11/16  09:42:50
54654         Log: Fix Win32 breakage caused by changes to op.c in change 23433.
54655
54656              Also limit the scope of the locks in a couple of places, as suggested
54657              by Hugo in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-11/msg00286.html.
54658      Branch: perl
54659            ! embed.fnc embed.h global.sym op.c op.h proto.h regcomp.c
54660 ____________________________________________________________________________
54661 [ 23498] By: merijn                                on 2004/11/14  07:02:20
54662         Log: Subject: [PATCH] Add the minitest target to vms buildsystem
54663              From: Abe Timmerman <abe@ztreet.demon.nl>
54664              Date: Sun, 14 Nov 2004 00:48:17 +0100
54665              Message-Id: <200411140048.17035.abe@ztreet.demon.nl>
54666      Branch: perl
54667            ! vms/descrip_mms.template vms/test.com
54668 ____________________________________________________________________________
54669 [ 23497] By: rgs                                   on 2004/11/12  21:11:48
54670         Log: Subject: [perl #32400] Unnecessary warning from constant.pm
54671              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
54672              Date: 10 Nov 2004 18:30:38 -0000
54673              Message-ID: <rt-3.0.11-32400-100099.4.31094423840584@perl.org>
54674      Branch: perl
54675            ! lib/constant.pm lib/constant.t
54676 ____________________________________________________________________________
54677 [ 23496] By: merijn                                on 2004/11/12  20:47:19
54678         Log: Subject: [perl #32419] Spelling fixes for perl@23492
54679              Date: 12 Nov 2004 16:14:49 -0000
54680              From: Richard Soderberg (via RT) <perlbug-followup@perl.org>
54681              Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org>
54682      Branch: perl
54683            ! pod/perl573delta.pod pod/perl58delta.pod pod/perl590delta.pod
54684            ! pod/perl591delta.pod pod/perl592delta.pod pod/perlapi.pod
54685            ! pod/perlapio.pod pod/perldata.pod pod/perldebtut.pod
54686            ! pod/perlipc.pod pod/perlport.pod pod/perlre.pod
54687            ! pod/perlretut.pod pod/perlrun.pod pod/perlsub.pod
54688            ! pod/perlthrtut.pod pod/perltodo.pod pod/perltooc.pod
54689 ____________________________________________________________________________
54690 [ 23495] By: merijn                                on 2004/11/12  20:26:17
54691         Log: Subject: [PATCH] Small documentation fix to ExtUtils::Constant
54692              Date: Fri, 12 Nov 2004 11:15:47 -0600
54693              From: steve@fisharerojo.org
54694              Message-ID: <20041112171547.GA8011@kirk.dsl-verizon.net>
54695      Branch: perl
54696            ! lib/ExtUtils/Constant.pm
54697 ____________________________________________________________________________
54698 [ 23494] By: davem                                 on 2004/11/12  18:59:06
54699         Log: Add some descriptive text from Larry to op.c on how optrees are built
54700      Branch: perl
54701            ! op.c
54702 ____________________________________________________________________________
54703 [ 23492] By: rgs                                   on 2004/11/10  09:32:39
54704         Log: Replace a skip by a todo.
54705              Subject: Re: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
54706              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
54707              Date: Wed, 10 Nov 2004 01:30:14 -0800
54708              Message-ID: <20041110093014.GA1676@efn.org>
54709      Branch: perl
54710            ! t/io/tell.t
54711 ____________________________________________________________________________
54712 [ 23491] By: rgs                                   on 2004/11/10  07:40:31
54713         Log: Subject: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
54714              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
54715              Date: Tue, 9 Nov 2004 17:40:13 -0800
54716              Message-ID: <20041110014012.GA2796@efn.org>
54717      Branch: perl
54718            ! t/io/tell.t
54719 ____________________________________________________________________________
54720 [ 23490] By: rgs                                   on 2004/11/09  18:17:07
54721         Log: Adjust test count for non-windows machines
54722      Branch: perl
54723            ! ext/IO/t/io_file.t
54724 ____________________________________________________________________________
54725 [ 23489] By: merijn                                on 2004/11/09  17:53:53
54726         Log: Subject: [PATCH] fix IO::File to support binmode
54727              From: "Jos I. Boumans" <kane@dwim.org>
54728              Date: Tue, 9 Nov 2004 16:59:27 +0100
54729              Message-Id: <559E356E-3268-11D9-A2E6-000A95EF62E2@dwim.org>
54730      Branch: perl
54731            + ext/IO/t/io_file.t
54732            ! MANIFEST ext/IO/lib/IO/File.pm
54733 ____________________________________________________________________________
54734 [ 23487] By: nicholas                              on 2004/11/08  20:27:42
54735         Log: No more late changes, dammit
54736      Branch: perl
54737            ! ext/B/t/optree_concise.t
54738 ____________________________________________________________________________
54739 [ 23485] By: rgs                                   on 2004/11/08  08:38:03
54740         Log: Subject: Re: optree tests and VMS progress (no really)
54741              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
54742              Date: Sun, 7 Nov 2004 23:24:15 -0800
54743              Message-ID: <20041108072415.GA3928@efn.org>
54744      Branch: perl
54745            ! ext/B/t/OptreeCheck.pm
54746 ____________________________________________________________________________
54747 [ 23482] By: davem                                 on 2004/11/06  11:59:16
54748         Log: document regcomp.c/regexec.c's dual life under ext/re/
54749      Branch: perl
54750            ! regcomp.c regexec.c
54751 ____________________________________________________________________________
54752 [ 23481] By: nicholas                              on 2004/11/06  08:48:50
54753         Log: Subject: Re: optree tests and VMS progress (no really)
54754              From: Jim Cromie <jim.cromie@gmail.com>
54755              Message-ID: <cfe85dfa041105235723398fe2@mail.gmail.com>
54756              Date: Sat, 6 Nov 2004 00:57:13 -0700
54757      Branch: perl
54758            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
54759            ! ext/B/t/optree_concise.t
54760 ____________________________________________________________________________
54761 [ 23475] By: merijn                                on 2004/11/05  14:16:27
54762         Log: Subject: Re: Buidling stable.tar.gz on Unix as non-root [PATCH]
54763              Date: Fri, 5 Nov 2004 10:36:57 -0500 (EST)
54764              From: Andy Dougherty <doughera@lafayette.edu>
54765              Message-ID: <Pine.SOL.4.58.0411051035020.15217@maxwell.phys.lafayette.edu>
54766      Branch: perl
54767            ! INSTALL
54768 ____________________________________________________________________________
54769 [ 23474] By: merijn                                on 2004/11/05  13:07:16
54770         Log: Skip failing thread/wait tests on HP-UX 10.20
54771              These will never ever be fixed, since 10.20 is obsolete
54772              perl583delta describes this. The quote is included in wait.t
54773      Branch: perl
54774            ! ext/threads/shared/t/wait.t
54775 ____________________________________________________________________________
54776 [ 23473] By: rgs                                   on 2004/11/05  08:47:44
54777         Log: Subject: [perl #32327] Benchmark calls coderef with spurious arguments
54778              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
54779              Date: 4 Nov 2004 20:12:36 -0000
54780              Message-ID: <rt-3.0.11-32327-99325.8.9408996026507@perl.org>
54781      Branch: perl
54782            ! lib/Benchmark.pm lib/Benchmark.t
54783 ____________________________________________________________________________
54784 [ 23471] By: rgs                                   on 2004/11/04  09:26:56
54785         Log: Subject: [PATCH blead] [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
54786              From: Rick Delaney <rick@bort.ca>
54787              Date: Sun, 31 Oct 2004 22:40:40 -0500
54788              Message-ID: <20041101034040.GC1232@biff.bort.ca>
54789      Branch: perl
54790            + t/op/regexp_qr.t
54791            ! MANIFEST pp.c pp_hot.c regexec.c t/op/regexp.t
54792 ____________________________________________________________________________
54793 [ 23470] By: rgs                                   on 2004/11/04  08:25:34
54794         Log: Subject: Re: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
54795              From: Rick Delaney <rick@bort.ca>
54796              Date: Wed, 3 Nov 2004 19:46:16 -0500
54797              Message-ID: <20041104004616.GA11214@biff.bort.ca>
54798      Branch: perl
54799            ! lib/overload.pm lib/overload.t
54800 ____________________________________________________________________________
54801 [ 23469] By: rgs                                   on 2004/11/03  11:54:28
54802         Log: Mostly revert change #23347 (keep the test suite, fixed),
54803              having decided that it wasn't a correct fix for bug #31793.
54804      Branch: perl
54805            ! lib/overload.pm lib/overload.t
54806 ____________________________________________________________________________
54807 [ 23468] By: rgs                                   on 2004/11/03  07:39:04
54808         Log: Subject: Re: [perl #30633] Perl's "do" operator with a variety of absolute paths under Cygwin
54809              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
54810              Date: Tue, 2 Nov 2004 17:24:29 -0800
54811              Message-ID: <20041103012429.GA7196@efn.org>
54812      Branch: perl
54813            ! util.h
54814 ____________________________________________________________________________
54815 [ 23467] By: rgs                                   on 2004/11/03  06:38:38
54816         Log: Subject: [PATCH configure.com] Re: [PATCH]  Detecting strlcat() and strlcpy() in Configure
54817              From: "Craig A. Berry" <craigberry@mac.com>
54818              Date: Tue, 02 Nov 2004 20:02:04 -0600
54819              Message-ID: <41883C1C.3080108@mac.com>
54820      Branch: perl
54821            ! configure.com
54822 ____________________________________________________________________________
54823 [ 23466] By: rgs                                   on 2004/11/02  12:33:57
54824         Log: FAQ sync
54825      Branch: perl
54826            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
54827            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
54828            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
54829            ! pod/perlfaq9.pod
54830 ____________________________________________________________________________
54831 [ 23465] By: rgs                                   on 2004/11/02  08:18:15
54832         Log: Reformulate an error
54833              (so the error message given by "perl -M" is a bit more
54834              meaningful, as Jarkko pointed out)
54835      Branch: perl
54836            ! perl.c pod/perldiag.pod
54837 ____________________________________________________________________________
54838 [ 23457] By: merijn                                on 2004/11/01  13:26:43
54839         Log: New Glossary and samples for blead
54840              Glossary now is in line with recent changes to config_h.SH
54841      Branch: perl
54842            ! Porting/Glossary Porting/config.sh Porting/config_H
54843 ____________________________________________________________________________
54844 [ 23455] By: merijn                                on 2004/11/01  12:51:52
54845         Log: Since strlcat/strlcpy are not argument/return value compatible
54846              with strncat/strncpy, replace the misleading defines with comment
54847      Branch: perl
54848            ! handy.h
54849 ____________________________________________________________________________
54850 [ 23450] By: merijn                                on 2004/10/31  16:33:17
54851         Log: The next step in strlcat ()/ strcpy () detection and usage
54852              preparation. Change to handy.h eeded for config_h.SH
54853      Branch: perl
54854            ! config_h.SH handy.h
54855 ____________________________________________________________________________
54856 [ 23448] By: nicholas                              on 2004/10/31  14:37:46
54857         Log: Make TEST and harness skip tests for extensions that were not
54858              configured. Currently this skipping is silent - maybe they should
54859              report what they are skipping.
54860      Branch: perl
54861            ! t/TEST t/harness
54862 ____________________________________________________________________________
54863 [ 23446] By: nicholas                              on 2004/10/31  13:02:01
54864         Log: Subject: [patches] optree_* tests unexpectedly succeeding. + maint-only patch
54865              From: Jim Cromie <jim.cromie@gmail.com>
54866              Message-ID: <cfe85dfa04102515365f11ef10@mail.gmail.com>
54867              Date: Mon, 25 Oct 2004 16:36:40 -0600
54868      Branch: perl
54869            ! ext/B/t/optree_check.t ext/B/t/optree_varinit.t
54870 ____________________________________________________________________________
54871 [ 23445] By: nicholas                              on 2004/10/31  12:24:09
54872         Log: Set the IV values for PL_sv_yes and PL_sv_no at initialisation time.
54873      Branch: perl
54874            ! perl.c sv.c
54875 ____________________________________________________________________________
54876 [ 23444] By: nicholas                              on 2004/10/31  11:20:27
54877         Log: Skip tests if Devel::Peek not built
54878      Branch: perl
54879            ! ext/threads/shared/t/sv_refs.t ext/threads/t/end.t
54880            ! ext/threads/t/join.t lib/base/t/fields-base.t
54881 ____________________________________________________________________________
54882 [ 23443] By: nicholas                              on 2004/10/31  11:19:47
54883         Log: Assimilate PathTools 3.01 (File::Spec and Cwd)
54884      Branch: perl
54885            ! ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
54886            ! lib/File/Spec/VMS.pm
54887 ____________________________________________________________________________
54888 [ 23442] By: nicholas                              on 2004/10/31  11:07:57
54889         Log: Oops. Forgot to add the new test in I18N::LangTags 0.35
54890      Branch: perl
54891            + lib/I18N/LangTags/t/20_locales.t
54892 ____________________________________________________________________________
54893 [ 23441] By: nicholas                              on 2004/10/31  10:41:17
54894         Log: Correct change 23437 - as Config isn't imported, need to use a fully
54895              qualified package
54896      Branch: perl
54897            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
54898            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
54899            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
54900            ! ext/B/t/optree_varinit.t
54901 ____________________________________________________________________________
54902 [ 23440] By: nicholas                              on 2004/10/31  10:40:11
54903         Log: Assimilate I18N::LangTags 0.35
54904      Branch: perl
54905            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
54906            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
54907 ____________________________________________________________________________
54908 [ 23439] By: nicholas                              on 2004/10/31  08:17:57
54909         Log: Subject: [PATCH] Temporary fix for usemallocwrap problems on IRIX (was Re: usemallocwrap problems on IRIX (was Re: Problem and question))
54910              Date: Sun, 31 Oct 2004 04:01:42 -0500
54911              From: Ed Allen Smith <easmith@beatrice.rutgers.edu>
54912              Message-Id: <mid+200410310901.i9V91g1Y519894@dogberry.rutgers.edu>
54913      Branch: perl
54914            ! hints/irix_6.sh
54915 ____________________________________________________________________________
54916 [ 23438] By: davem                                 on 2004/10/30  23:25:37
54917         Log: Using foreach on threads::shared array crashes perl
54918              The FETCH code for shared aggregate elements could leak a shared RV
54919              address into a private SV. RVs are now handled specially, in the
54920              same way that they already were for scalar shared magic.
54921      Branch: perl
54922            ! ext/threads/shared/shared.xs
54923 ____________________________________________________________________________
54924 [ 23437] By: nicholas                              on 2004/10/30  22:49:18
54925         Log: Skip tests that require Data::Dumper if it is not built
54926      Branch: perl
54927            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
54928            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
54929            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
54930            ! ext/B/t/optree_varinit.t lib/ExtUtils/t/Liblist.t
54931            ! lib/ExtUtils/t/prereq_print.t
54932 ____________________________________________________________________________
54933 [ 23436] By: merijn                                on 2004/10/30  16:11:15
54934         Log: Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's
54935      Branch: perl
54936            ! NetWare/config_H.wc Porting/config_H plan9/config_h.sample
54937            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
54938            ! win32/config_H.vc64 wince/config_H.ce
54939 ____________________________________________________________________________
54940 [ 23435] By: merijn                                on 2004/10/30  15:54:48
54941         Log: Added probes for strlcat () and strlcpy () to Configure
54942              Re-ordered config_h.SH
54943      Branch: perl
54944            ! Configure Makefile.SH config_h.SH
54945 ____________________________________________________________________________
54946 [ 23433] By: davem                                 on 2004/10/29  21:04:17
54947         Log: Threading crash with closures
54948              various OpREFCNT_inc() operations weren't doing locking
54949      Branch: perl
54950            ! pad.c regcomp.c sv.c
54951 ____________________________________________________________________________
54952 [ 23432] By: steveh                                on 2004/10/29  14:12:02
54953         Log: Document sv_magic() changes brought about by sv_magicext()
54954
54955              Change 14335 made sv_magic() a wrapper to a new sv_magicext(),
54956              but didn't update the documentation for sv_magic() to reflect
54957              the changed handling of the name/namlen arguments.
54958
54959              Also correct a couple of typos, and mention sv_magicext() in
54960              perlguts.
54961      Branch: perl
54962            ! pod/perlapi.pod pod/perlguts.pod sv.c
54963 ____________________________________________________________________________
54964 [ 23431] By: merijn                                on 2004/10/29  13:56:03
54965         Log: Subject: [PATCH] 36 additional tests for B
54966              From: Steve Peters <steve@fisharerojo.org>
54967              Date: Fri, 29 Oct 2004 00:53:22 -0500
54968              Message-Id: <200410290053.22947.steve@fisharerojo.org>
54969      Branch: perl
54970            ! ext/B/t/b.t
54971 ____________________________________________________________________________
54972 [ 23426] By: davem                                 on 2004/10/27  22:50:57
54973         Log: include flags and refcount in the list of leaked scalars
54974      Branch: perl
54975            ! perl.c
54976 ____________________________________________________________________________
54977 [ 23425] By: ams                                   on 2004/10/27  11:27:27
54978         Log: Subject: [PATCH] lib/Carp.t improvements
54979              From: "Craig A. Berry" <craigberry@mac.com>
54980              Date: Tue, 26 Oct 2004 23:32:25 -0500
54981              Message-Id: <417F24D9.1000904@mac.com>
54982      Branch: perl
54983            ! lib/Carp.t
54984 ____________________________________________________________________________
54985 [ 23424] By: rgs                                   on 2004/10/25  15:31:21
54986         Log: Fix [perl #32130] Errno.pm must not pass references to "prototype"
54987      Branch: perl
54988            ! ext/Errno/Errno_pm.PL ext/Errno/t/Errno.t
54989 ____________________________________________________________________________
54990 [ 23423] By: rgs                                   on 2004/10/25  15:09:27
54991         Log: Small updates to the web addresses for Perl, noticed by Robert Spier
54992      Branch: perl
54993            ! pod/perl.pod pod/perlfaq2.pod
54994 ____________________________________________________________________________
54995 [ 23422] By: rgs                                   on 2004/10/25  14:56:37
54996         Log: Subject: [perl #30227] [PATCH]splain vs. -w
54997              From: "Steve Peters via RT" <perlbug-followup@perl.org>
54998              Date: 23 Oct 2004 13:55:41 -0000
54999              Message-ID: <rt-3.0.11-30227-98375.1.28465791111211@perl.org>
55000      Branch: perl
55001            ! lib/diagnostics.pm
55002 ____________________________________________________________________________
55003 [ 23421] By: rgs                                   on 2004/10/25  07:29:50
55004         Log: Upgrade to Encode 2.08.
55005      Branch: perl
55006            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
55007            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
55008            ! ext/Encode/Unicode/Unicode.xs
55009            ! ext/Encode/lib/Encode/Encoding.pm
55010 ____________________________________________________________________________
55011 [ 23420] By: mhx                                   on 2004/10/24  07:53:45
55012         Log: Subject: Re: [perl #31937] perlop: add basic =~ examples
55013              From: Steve Peters <steve@fisharerojo.org>
55014              Date: Sat, 23 Oct 2004 08:01:51 -0500
55015              Message-Id: <200410230801.51649.steve@fisharerojo.org>
55016      Branch: perl
55017            ! pod/perlop.pod
55018 ____________________________________________________________________________
55019 [ 23419] By: mhx                                   on 2004/10/23  23:39:18
55020         Log: Subject: [PATCH] Re: Devel::Peek: hash quality 125%?
55021              From: Tels <perl_dummy@bloodgate.com>
55022              Date: Sat, 23 Oct 2004 16:56:31 +0200
55023              Message-Id: <200410231656.40995@bloodgate.com>
55024      Branch: perl
55025            ! ext/Devel/Peek/Changes ext/Devel/Peek/Peek.pm
55026 ____________________________________________________________________________
55027 [ 23418] By: davem                                 on 2004/10/23  21:50:19
55028         Log: Chained goto &sub drops data too early.
55029
55030              Change 22373 to stop a memory leak in goto &foo intead caused
55031              the elements of @_ to be freed too early. This revised fix
55032              just transfers the reifiedness of the old @_ to the new @_
55033      Branch: perl
55034            ! pp_ctl.c t/op/goto.t
55035 ____________________________________________________________________________
55036 [ 23417] By: rgs                                   on 2004/10/23  19:58:07
55037         Log: Upgrade to Encode 2.07
55038      Branch: perl
55039            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
55040            ! ext/Encode/Encode.xs ext/Encode/META.yml
55041            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
55042            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/Encode.t
55043            ! ext/Encode/t/fallback.t ext/Encode/ucm/macArabic.ucm
55044            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macChinsimp.ucm
55045            ! ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDingbats.ucm
55046            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macKorean.ucm
55047            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macSymbol.ucm
55048            ! ext/Encode/ucm/macThai.ucm
55049 ____________________________________________________________________________
55050 [ 23416] By: nicholas                              on 2004/10/23  17:15:46
55051         Log: Subject: [PATCH] ext/IO/IO.xs: fix blocking on sparc linux
55052              Message-ID: <20041022033033.GA12362@londo.c47.org>
55053              From: Brendan O'Dea <bod@debian.org>
55054              Date: Fri, 22 Oct 2004 13:30:33 +1000
55055      Branch: perl
55056            ! ext/IO/IO.xs
55057 ____________________________________________________________________________
55058 [ 23410] By: rgs                                   on 2004/10/21  15:51:32
55059         Log: Subject: docpatch for perltie.pod
55060              From: David Cantrell <david@cantrell.org.uk>
55061              Date: Thu, 21 Oct 2004 12:21:52 +0100
55062              Message-ID: <20041021112151.GA22862@bytemark.barnyard.co.uk>
55063      Branch: perl
55064            ! pod/perltie.pod
55065 ____________________________________________________________________________
55066 [ 23396] By: ams                                   on 2004/10/21  01:36:49
55067         Log: Subject: [PATCH] Math::BigInt v1.73 final
55068              From: Tels <perl_dummy@bloodgate.com>
55069              Date: Wed, 20 Oct 2004 21:06:40 +0200
55070              Message-Id: <200410202106.41840@bloodgate.com>
55071
55072              Subject: [PATCH] Math::BigRat v0.13 (pre-release)
55073              From: Tels <tels@bloodgate.com>
55074              Date: Wed, 20 Oct 2004 22:03:55 +0200
55075              Message-Id: <200410202203.56063@bloodgate.com>
55076      Branch: perl
55077            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/BigRat.pm
55078            ! lib/Math/BigRat/t/big_ap.t lib/Math/BigRat/t/bigrat.t
55079            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
55080            ! lib/Math/BigRat/t/bigratup.t
55081 ____________________________________________________________________________
55082 [ 23395] By: nicholas                              on 2004/10/20  22:39:36
55083         Log: Need to skip optree walking tests if perlio not built
55084      Branch: perl
55085            ! ext/B/t/f_map.t ext/B/t/f_sort.t
55086 ____________________________________________________________________________
55087 [ 23394] By: rgs                                   on 2004/10/20  07:42:34
55088         Log: Remove opmini.c when cleaning up.
55089      Branch: perl
55090            ! Makefile.SH
55091 ____________________________________________________________________________
55092 [ 23393] By: rgs                                   on 2004/10/20  07:36:45
55093         Log: Ensure that PVA.pl returns a true value.
55094      Branch: perl
55095            ! lib/unicore/mktables
55096 ____________________________________________________________________________
55097 [ 23392] By: ams                                   on 2004/10/20  06:19:03
55098         Log: Subject: [PATCH perl.c pod/perl.pod pod/perlfaq2.pod]
55099              Rephrase "Perl Home Page" References
55100              From: chromatic <chromatic@wgz.org>
55101              Date: Tue, 19 Oct 2004 22:52:19 -0700
55102              Message-Id: <1098251539.20976.53.camel@localhost>
55103      Branch: perl
55104            ! AUTHORS perl.c pod/perl.pod pod/perlfaq2.pod
55105 ____________________________________________________________________________
55106 [ 23384] By: rgs                                   on 2004/10/19  13:17:01
55107         Log: Upgrade to Encode 2.05
55108      Branch: perl
55109            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
55110            ! ext/Encode/encoding.pm
55111 ____________________________________________________________________________
55112 [ 23383] By: rgs                                   on 2004/10/19  11:38:37
55113         Log: More Data::Dumper docs nits, fix the previous one,
55114              suggested by Yves Orton.
55115      Branch: perl
55116            ! ext/Data/Dumper/Dumper.pm
55117 ____________________________________________________________________________
55118 [ 23382] By: rgs                                   on 2004/10/19  11:21:55
55119         Log: Subject: [PATCH] perlfaq2.pod (add a book)
55120              From: <richard.foley@ubs.com>
55121              Date: Tue, 19 Oct 2004 07:29:31 +0200
55122              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E3A@NZURC900PEX1.ubsgs.ubsgroup.net>
55123      Branch: perl
55124            ! pod/perlfaq2.pod
55125 ____________________________________________________________________________
55126 [ 23381] By: mhx                                   on 2004/10/19  03:51:59
55127         Log: Re-apply the encoding.pm part of:
55128
55129              Subject: [PATCH] encoding and open pragmas
55130              From: Jarkko Hietaniemi <jhi@iki.fi>
55131              Date: Mon, 16 Aug 2004 22:27:00 +0300
55132              Message-ID: <41210A84.6060506@iki.fi>
55133      Branch: perl
55134            ! ext/Encode/encoding.pm
55135 ____________________________________________________________________________
55136 [ 23380] By: mhx                                   on 2004/10/18  21:00:26
55137         Log: Upgrade to Encode 2.04.
55138      Branch: perl
55139            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
55140            ! ext/Encode/JP/JP.pm ext/Encode/META.yml ext/Encode/Makefile.PL
55141            ! ext/Encode/bin/piconv ext/Encode/bin/ucmsort
55142            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
55143            ! ext/Encode/lib/Encode/Supported.pod
55144            ! ext/Encode/ucm/big5-hkscs.ucm
55145 ____________________________________________________________________________
55146 [ 23379] By: mhx                                   on 2004/10/18  15:44:05
55147         Log: Fix a typo.
55148      Branch: perl
55149            ! utils/c2ph.PL
55150 ____________________________________________________________________________
55151 [ 23378] By: rgs                                   on 2004/10/18  11:25:20
55152         Log: Add a missing warning categorisation in perldiag.
55153      Branch: perl
55154            ! pod/perldiag.pod
55155 ____________________________________________________________________________
55156 [ 23377] By: ams                                   on 2004/10/16  23:52:18
55157         Log: Subject: [PATCH] test_harness tweak for VMS
55158              From: "Craig A. Berry" <craigberry@mac.com>
55159              Date: Sat, 16 Oct 2004 12:15:02 -0500
55160              Message-Id: <41715716.5000108@mac.com>
55161      Branch: perl
55162            ! vms/descrip_mms.template vms/test.com
55163 ____________________________________________________________________________
55164 [ 23376] By: nicholas                              on 2004/10/16  18:16:12
55165         Log: Merge code from vdie and vcroak into S_vdie_croak_common
55166      Branch: perl
55167            ! util.c
55168 ____________________________________________________________________________
55169 [ 23375] By: nicholas                              on 2004/10/16  14:39:48
55170         Log: Merge the common code from Perl_vdie and Perl_vwarner into a
55171              S_vdie_common
55172      Branch: perl
55173            ! util.c
55174 ____________________________________________________________________________
55175 [ 23374] By: nicholas                              on 2004/10/16  12:57:39
55176         Log: The second half of Perl_vwarner is actually a straight cut&paste job
55177              from Perl_vwarn, so convert it into a (tail) call to Perl_vwarn.
55178              cut&paste is bad, m'kay.
55179      Branch: perl
55180            ! util.c
55181 ____________________________________________________________________________
55182 [ 23373] By: nicholas                              on 2004/10/15  17:11:08
55183         Log: Implement sv_svset _nosteal variants by passing a flag into
55184              sv_set_flags rather than messing with the SvTEMP() flag on either
55185              side of the call.
55186      Branch: perl
55187            ! sv.c sv.h
55188 ____________________________________________________________________________
55189 [ 23372] By: rgs                                   on 2004/10/15  14:09:54
55190         Log: Implement a new -dt command-line flag, to enable threads under the
55191              debugger (bug #31666).
55192
55193              Subject: RE: [PATCH] debugger handles threads [perl #31666]
55194              From: <richard.foley@ubs.com>
55195              Date: Wed, 13 Oct 2004 13:01:18 +0200
55196              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E12@NZURC900PEX1.ubsgs.ubsgroup.net>
55197
55198              Subject: Re: [PATCH] debugger handles threads [perl #31666]
55199              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
55200              Date: Wed, 13 Oct 2004 02:49:58 -0700
55201              Message-ID: <20041013094957.GA17184@efn.org>
55202      Branch: perl
55203            ! lib/perl5db.pl perl.c pod/perlrun.pod
55204 ____________________________________________________________________________
55205 [ 23371] By: steveh                                on 2004/10/15  12:54:29
55206         Log: Make autodoc.pl write its output with UNIX style EOL's.
55207
55208              This saves the Win32 committer(s?) having to dos2unix the files
55209              before committing.  Maybe Perforce's "LineEnd: share" suffices
55210              anyway, but there's no harm in playing safe.
55211      Branch: perl
55212            ! autodoc.pl
55213 ____________________________________________________________________________
55214 [ 23370] By: nicholas                              on 2004/10/15  11:01:18
55215         Log: Include opmini.c in the dependency generation.
55216      Branch: perl
55217            ! Makefile.SH
55218 ____________________________________________________________________________
55219 [ 23369] By: rgs                                   on 2004/10/15  10:20:16
55220         Log: Doc nit to Data::Dumper, suggested by Peter Kay.
55221      Branch: perl
55222            ! ext/Data/Dumper/Dumper.pm
55223 ____________________________________________________________________________
55224 [ 23368] By: steveh                                on 2004/10/15  10:12:31
55225         Log: Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg.
55226
55227              These are already in the API supported by Devel::PPPort, and are
55228              often more useful than sv_vcatpvfn and sv_vsetpvfn which were
55229              already documented.
55230      Branch: perl
55231            ! embed.fnc pod/perlapi.pod sv.c
55232 ____________________________________________________________________________
55233 [ 23367] By: mhx                                   on 2004/10/14  18:00:04
55234         Log: Subject: [PATCH] Re: [NOT OK] 23353 OpenVMS 7.2 VAX
55235              From: "Craig A. Berry" <craigberry@mac.com>
55236              Date: Thu, 14 Oct 2004 10:09:41 -0500
55237              Message-ID: <416E96B5.5020100@mac.com>
55238      Branch: perl
55239            ! ext/Devel/PPPort/parts/inc/ppphtest
55240            ! ext/Devel/PPPort/t/ppphtest.t
55241 ____________________________________________________________________________
55242 [ 23366] By: rgs                                   on 2004/10/14  15:50:49
55243         Log: Subject: AW: [perl #31864] IO::Poll - undef fd not checked in mask()
55244              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
55245              Date: Mon, 11 Oct 2004 09:54:15 +0200
55246              Message-ID: <8FD9B6A658383E468B55D364D1A9951601857331@ffz00zm6.ffz00e.mail.dresdner.net>
55247      Branch: perl
55248            ! ext/IO/lib/IO/Poll.pm
55249 ____________________________________________________________________________
55250 [ 23365] By: rgs                                   on 2004/10/14  14:58:21
55251         Log: Fix [perl #31971] local $^D gives noise
55252      Branch: perl
55253            ! embed.fnc embed.h mg.c perl.c proto.h
55254 ____________________________________________________________________________
55255 [ 23364] By: rgs                                   on 2004/10/14  14:25:29
55256         Log: A few fixes in the list of -D debugging flags
55257      Branch: perl
55258            ! perl.c pod/perlrun.pod
55259 ____________________________________________________________________________
55260 [ 23363] By: rgs                                   on 2004/10/14  14:01:50
55261         Log: Subject: [PATCH@23361] RE: [PATCH-for-23358] enable statically linked exte nsions for Win32
55262              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
55263              Date: Wed, 13 Oct 2004 09:45:31 +0400
55264              Message-ID: <7DD1BE2C50259746ABB8683672D2089E08133C@itotest-1.spb.lucent.com>
55265      Branch: perl
55266            ! win32/buildext.pl win32/makefile.mk
55267 ____________________________________________________________________________
55268 [ 23362] By: rgs                                   on 2004/10/12  16:49:53
55269         Log: Minor tweaks for the test.utf16 target, by Jarkko
55270      Branch: perl
55271            ! t/TEST
55272 ____________________________________________________________________________
55273 [ 23361] By: rgs                                   on 2004/10/12  16:07:54
55274         Log: Subject: [perl #31843] warnings::warn($obj,...) fails when $obj overloads ""
55275              From: kaminsky@math.huji.ac.il (via RT) <perlbug-followup@perl.org>
55276              Date: 5 Oct 2004 09:52:07 -0000
55277              Message-ID: <rt-3.0.11-31843-97358.2.89612012687236@perl.org>
55278              (with tweaks)
55279      Branch: perl
55280            ! lib/warnings.pm warnings.pl
55281 ____________________________________________________________________________
55282 [ 23360] By: rgs                                   on 2004/10/12  13:02:44
55283         Log: Subject: [PATCH-for-23358] enable statically linked extensions for Win32
55284              From: Vadim Konovalov <konovalo@mail.wplus.net>
55285              Date: Mon, 11 Oct 2004 22:57:00 +0400
55286              Message-ID: <80173417046.20041011225700@vkonovalov.ru>
55287      Branch: perl
55288            ! makedef.pl win32/Makefile win32/buildext.pl win32/dl_win32.xs
55289            ! win32/makefile.mk win32/perllib.c win32/sync_ext.pl
55290 ____________________________________________________________________________
55291 [ 23359] By: rgs                                   on 2004/10/12  12:54:27
55292         Log: Subject: Patch: BigInt v1.73 (pre-release)
55293              From: Tels <perl_dummy@bloodgate.com>
55294              Date: Sun, 10 Oct 2004 22:36:03 +0200
55295              Message-Id: <200410102236.03637@bloodgate.com>
55296      Branch: perl
55297            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
55298            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
55299            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
55300            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
55301            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
55302            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
55303            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
55304 ____________________________________________________________________________
55305 [ 23358] By: rgs                                   on 2004/10/11  07:28:34
55306         Log: Subject: [PATCH] add the 'test_harness' target to vms "makefile"
55307              From: Abe Timmerman <abe@ztreet.demon.nl>
55308              Date: Sat, 9 Oct 2004 18:13:38 +0200
55309              Message-Id: <200410091813.38673.abe@ztreet.demon.nl>
55310      Branch: perl
55311            ! t/harness vms/descrip_mms.template vms/test.com
55312 ____________________________________________________________________________
55313 [ 23357] By: davem                                 on 2004/10/10  19:18:00
55314         Log: Turn regcomp into a list op
55315      Branch: perl
55316            ! embed.fnc ext/B/B/Deparse.pm lib/overload.t op.c perly.act
55317            ! perly.h perly.tab perly.y pp_ctl.c proto.h toke.c
55318 ____________________________________________________________________________
55319 [ 23356] By: nicholas                              on 2004/10/10  15:21:24
55320         Log: Hack to make -Dusethreads -Uuseithreads -Uuse5005threads pass all tests
55321      Branch: perl
55322            ! ext/B/t/OptreeCheck.pm
55323 ____________________________________________________________________________
55324 [ 23355] By: nicholas                              on 2004/10/10  15:03:25
55325         Log: Restore runtime loading of Encode and Encode-related modules, so that
55326              open.pm will work when the Encode extension isn't build.
55327      Branch: perl
55328            ! lib/open.pm
55329 ____________________________________________________________________________
55330 [ 23354] By: merijn                                on 2004/10/09  12:27:39
55331         Log: Make AIX 5 + gcc work in 64bitall
55332      Branch: perl
55333            ! hints/aix.sh
55334 ____________________________________________________________________________
55335 [ 23353] By: merijn                                on 2004/10/08  09:52:59
55336         Log: A new machine type, some reformatting, some reorganization
55337              and a bit of additional info on Sleepycat's db.
55338      Branch: perl
55339            ! README.hpux
55340 ____________________________________________________________________________
55341 [ 23352] By: rgs                                   on 2004/10/08  08:56:49
55342         Log: Briefly document the test.utf16 make target.
55343      Branch: perl
55344            ! pod/perlhack.pod
55345 ____________________________________________________________________________
55346 [ 23351] By: rgs                                   on 2004/10/08  08:52:39
55347         Log: Make the perl interpreter more tolerant of UTF-16-encoded script
55348              (patch by Jarkko Hietaniemi)
55349      Branch: perl
55350            ! Makefile.SH t/TEST toke.c utf8.c
55351 ____________________________________________________________________________
55352 [ 23350] By: rgs                                   on 2004/10/04  16:05:20
55353         Log: Subject: [perl #31697] [PATCH] B::Showlex::newlex enhancement and pod
55354              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
55355              Date: 23 Sep 2004 21:45:42 -0000
55356              Message-ID: <rt-3.0.11-31697-96840.0.810265136907162@perl.org>
55357              (with doc nits)
55358      Branch: perl
55359            ! ext/B/B/Concise.pm ext/B/B/Showlex.pm ext/B/t/showlex.t
55360 ____________________________________________________________________________
55361 [ 23349] By: rgs                                   on 2004/10/04  15:46:28
55362         Log: Increment $overload::VERSION after change #23347
55363      Branch: perl
55364            ! ext/B/B/Concise.pm lib/overload.pm
55365 ____________________________________________________________________________
55366 [ 23348] By: rgs                                   on 2004/10/04  14:00:11
55367         Log: Subject: [PATCH-for-23341] dynaloader improvements and cleanup
55368              From: Vadim Konovalov <vadim@vkonovalov.ru>
55369              Date: Sun, 3 Oct 2004 22:10:06 +0400
55370              Message-ID: <138-1837306906.20041003221006@vkonovalov.ru>
55371      Branch: perl
55372            ! ext/DynaLoader/DynaLoader_pm.PL
55373 ____________________________________________________________________________
55374 [ 23347] By: rgs                                   on 2004/10/04  10:57:15
55375         Log: Subject: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
55376              From: Rick Delaney <rick@bort.ca>
55377              Date: Sat, 2 Oct 2004 01:04:49 -0400
55378              Message-ID: <20041002050448.GB5059@biff.bort.ca>
55379      Branch: perl
55380            ! lib/overload.pm lib/overload.t
55381 ____________________________________________________________________________
55382 [ 23346] By: rgs                                   on 2004/10/04  10:18:49
55383         Log: Subject: [PATCH] vms/t/filespec.t tweak
55384              From: "Craig A. Berry" <craigberry@mac.com>
55385              Date: Fri, 01 Oct 2004 13:18:03 -0500
55386              Message-ID: <415D9F5B.5040306@mac.com>
55387      Branch: perl
55388            ! vms/ext/filespec.t
55389 ____________________________________________________________________________
55390 [ 23345] By: rgs                                   on 2004/10/04  08:53:04
55391         Log: More caveats on the non-portability of stat(), suggested by
55392              Stas Bekman.
55393      Branch: perl
55394            ! pod/perlfunc.pod
55395 ____________________________________________________________________________
55396 [ 23344] By: nicholas                              on 2004/10/02  21:49:15
55397         Log: Perl_sv_recode_to_utf8 shouldn't be returning SvPVX(sv) without
55398              any check on whether it's valid.
55399      Branch: perl
55400            ! sv.c
55401 ____________________________________________________________________________
55402 [ 23343] By: merijn                                on 2004/10/02  11:08:32
55403         Log: Subject: [PATCH] make t/uni/class.t pass on VMS
55404              From: "Craig A. Berry" <craigberry@mac.com>
55405              Date: Fri, 01 Oct 2004 12:57:55 -0500
55406              Message-ID: <415D9AA3.1000908@mac.com>
55407      Branch: perl
55408            ! t/uni/class.t
55409 ____________________________________________________________________________
55410 [ 23342] By: davem                                 on 2004/09/30  20:51:31
55411         Log: open $1, "file" doesn't raise an exception
55412      Branch: perl
55413            ! pp.c t/io/open.t
55414 ____________________________________________________________________________
55415 [ 23341] By: rgs                                   on 2004/09/30  15:41:40
55416         Log: Subject: [patch] Sys::Syslog POD - $Sys::Syslog::host
55417              From: "Jay Hannah" <jhannah@omnihotels.com>
55418              Date: Wed, 15 Sep 2004 14:51:42 -0500
55419              Message-ID: <002001c49b5d$6d0d79c0$4722000a@omarests2>
55420      Branch: perl
55421            ! ext/Sys/Syslog/Syslog.pm
55422 ____________________________________________________________________________
55423 [ 23340] By: rgs                                   on 2004/09/30  15:12:29
55424         Log: A fix for [perl #31692] : as PerlIO::scalar accesses directly the
55425              PV of the scalar it reads from, avoid to read it when it's an
55426              undefined PV.
55427      Branch: perl
55428            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
55429 ____________________________________________________________________________
55430 [ 23339] By: davem                                 on 2004/09/28  18:05:52
55431         Log: the improved -DT output of #23325 could print an uninit stack value
55432      Branch: perl
55433            ! toke.c
55434 ____________________________________________________________________________
55435 [ 23338] By: nicholas                              on 2004/09/28  16:55:08
55436         Log: Spelling correction spotted by Greg McCarroll
55437      Branch: perl
55438            ! README.epoc
55439 ____________________________________________________________________________
55440 [ 23337] By: rgs                                   on 2004/09/28  15:28:58
55441         Log: Subject: Patch for perl.c fixing an obscure environment bug
55442              From: Merijn Broeren <merijnb@iloquent.com>
55443              Date: Thu, 23 Sep 2004 17:18:17 +0200
55444              Message-ID: <20040923151817.GA15782@brugman.iloquent.nl>
55445      Branch: perl
55446            ! perl.c
55447 ____________________________________________________________________________
55448 [ 23336] By: rgs                                   on 2004/09/28  08:08:24
55449         Log: Perl -DT segfaults when parsing a 'use' statement
55450      Branch: perl
55451            ! toke.c
55452 ____________________________________________________________________________
55453 [ 23334] By: rgs                                   on 2004/09/23  07:33:15
55454         Log: Typo fix.
55455              Subject: [PATCH] Re: Smoke [5.9.2] 23330 FAIL(X) hp-ux 11.11/64 (PA-2.0/64/2 cpu)
55456              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
55457              Date: Wed, 22 Sep 2004 11:20:53 +0200
55458              Message-ID: <20040922112053.686562b6@valis.local>
55459      Branch: perl
55460            ! lib/open.pm
55461 ____________________________________________________________________________
55462 [ 23333] By: rgs                                   on 2004/09/23  07:30:16
55463         Log: Remove a couple of C<> to avoid confusing double quotes in text
55464              rendering. [perl #31678]
55465      Branch: perl
55466            ! pod/perlop.pod
55467 ____________________________________________________________________________
55468 [ 23332] By: rgs                                   on 2004/09/22  09:08:04
55469         Log: Document that $ENV{PATH} may not contain relative directories under -T
55470      Branch: perl
55471            ! pod/perldiag.pod pod/perlsec.pod
55472 ____________________________________________________________________________
55473 [ 23331] By: davem                                 on 2004/09/20  22:11:29
55474         Log: Subject:  Re: [perl #31586] utime does not reach expectations [PATCH]
55475              From:  LAUN Wolfgang <wolfgang.laun@alcatel.at>
55476              Date:  Fri, 17 Sep 2004 14:01:11 +0200
55477              Message-Id:  <DF27CDCBD2581D4B88431901094E4B4D02B0C88B@attmsx1.aut.alcatel.at>
55478
55479              Clarify the effect of utime when the file isn't owned by the user
55480      Branch: perl
55481            ! pod/perlfunc.pod
55482 ____________________________________________________________________________
55483 [ 23330] By: rgs                                   on 2004/09/20  17:20:38
55484         Log: Upgrade to MIME::Base64 3.05.
55485      Branch: perl
55486            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
55487            ! ext/MIME/Base64/t/warn.t
55488 ____________________________________________________________________________
55489 [ 23329] By: rgs                                   on 2004/09/20  17:13:20
55490         Log: Upgrade to Time::HiRes 1.65.
55491      Branch: perl
55492            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
55493            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
55494            ! ext/Time/HiRes/ppport.h ext/Time/HiRes/t/HiRes.t
55495 ____________________________________________________________________________
55496 [ 23327] By: rgs                                   on 2004/09/20  08:23:58
55497         Log: Subject: [perl #27576] [PATCH] Pod::Usage -exitvalue => "NOEXIT" requires -output be set (Doc bug)
55498              From: "Steve Peters via RT" <perlbug-followup@perl.org>
55499              Date: 26 Aug 2004 19:06:52 -0000
55500              Message-ID: <rt-3.0.11-27576-94411.2.28321880730803@perl.org>
55501      Branch: perl
55502            ! lib/Pod/Usage.pm
55503 ____________________________________________________________________________
55504 [ 23326] By: rgs                                   on 2004/09/20  08:10:47
55505         Log: Subject: [PATCH] encoding and open pragmas
55506              From: Jarkko Hietaniemi <jhi@iki.fi>
55507              Date: Mon, 16 Aug 2004 22:27:00 +0300
55508              Message-ID: <41210A84.6060506@iki.fi>
55509
55510              Subject: Re: [PATCH] encoding and open pragmas
55511              From: Jarkko Hietaniemi <jhi@iki.fi>
55512              Date: Tue, 17 Aug 2004 11:22:58 +0300 (EEST)
55513              Message-Id: <200408170822.i7H8MwUU016793@vipunen.hut.fi>
55514      Branch: perl
55515            ! ext/Encode/encoding.pm lib/open.pm lib/open.t t/io/layers.t
55516 ____________________________________________________________________________
55517 [ 23325] By: davem                                 on 2004/09/19  21:47:18
55518         Log: improve lexer debugging output (-DT)
55519              Decode yylex() return values, and show lexer state each time
55520              yylex() is called
55521      Branch: perl
55522            ! embed.fnc embed.h proto.h toke.c
55523 ____________________________________________________________________________
55524 [ 23323] By: rgs                                   on 2004/09/15  16:12:42
55525         Log: The XSUB.h patch from:
55526
55527              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
55528              From: John Peacock <jpeacock@rowman.com>
55529              Date: Wed, 18 Aug 2004 08:26:35 -0400
55530              Message-ID: <41234AFB.1020009@rowman.com>
55531
55532              Now it will use version object logic for version comparison
55533              when loading XS modules.
55534      Branch: perl
55535            ! XSUB.h
55536 ____________________________________________________________________________
55537 [ 23322] By: rgs                                   on 2004/09/15  15:48:23
55538         Log: Upgrade to Time::HiRes 1.63.
55539              Note that it includes a ppport.h file. See if the one
55540              previously built in Devel::PPPort can be used instead.
55541      Branch: perl
55542            + ext/Time/HiRes/ppport.h
55543            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
55544            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
55545            ! ext/Time/HiRes/t/HiRes.t
55546 ____________________________________________________________________________
55547 [ 23321] By: davem                                 on 2004/09/14  21:57:10
55548         Log: Subject:  Re: [perl #31459] Bug in read()
55549              From:  Chris Heath <chris@heathens.co.nz>
55550              Date:  06 Sep 2004 00:03:12 -0400
55551              Message-Id:  <1094443392.12379.35.camel@linux.heathens.co.nz>
55552
55553              a read(F) into a UTF8-encoded buffer with an offset off the
55554              end of the buffer, miss-calculated buffer lengths
55555      Branch: perl
55556            ! pp_sys.c
55557 ____________________________________________________________________________
55558 [ 23320] By: davem                                 on 2004/09/12  22:09:51
55559         Log: Memory leak in nested shared data structures in 5.8.4
55560              A pop of an item from a shared array ref causes a leak due to
55561              AVf_REAL not having been set after an sv_upgrade(sv, SVt_PVAV).
55562              Make sv_upgrade() set always this flag.
55563      Branch: perl
55564            ! sv.c
55565 ____________________________________________________________________________
55566 [ 23319] By: nicholas                              on 2004/09/10  16:40:17
55567         Log: Integrate:
55568              [ 23318]
55569              Update the skips for the no perlio case
55570      Branch: perl
55571           !> ext/B/t/optree_check.t ext/B/t/optree_concise.t
55572           !> ext/B/t/showlex.t
55573 ____________________________________________________________________________
55574 [ 23300] By: nicholas                              on 2004/09/09  15:54:18
55575         Log: A single version of B that supports 5.8 and 5.10
55576      Branch: perl
55577            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
55578            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
55579 ____________________________________________________________________________
55580 [ 23283] By: mhx                                   on 2004/09/08  20:33:55
55581         Log: Subject: [PATCH-5.8.5] lib/bigint.pm tiny typo fix
55582              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
55583              Date: Mon, 6 Sep 2004 11:09:51 +0400
55584              Message-ID: <7DD1BE2C50259746ABB8683672D2089E081132@itotest-1.spb.lucent.com>
55585      Branch: perl
55586            ! lib/bigint.pm
55587 ____________________________________________________________________________
55588 [ 23282] By: mhx                                   on 2004/09/08  20:19:18
55589         Log: Upgrade to Devel::PPPort 3.03.
55590      Branch: perl
55591            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
55592            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
55593            ! ext/Devel/PPPort/PPPort_pm.PL
55594            ! ext/Devel/PPPort/parts/inc/MY_CXT ext/Devel/PPPort/t/MY_CXT.t
55595 ____________________________________________________________________________
55596 [ 23281] By: davem                                 on 2004/09/08  19:42:15
55597         Log: Subject:  [perl #21553] Re: Solaris Perl (fwd)
55598              From:  Andy Dougherty <doughera@lafayette.edu>
55599              Date:  Wed, 8 Sep 2004 11:32:26 -0400 (EDT)
55600              Message-Id:  <Pine.SOL.4.58.0409081129180.17582@maxwell.phys.lafayette.edu>
55601              Clarify whether it's safe to replace the perl bundled with Solaris
55602      Branch: perl
55603            ! README.solaris
55604 ____________________________________________________________________________
55605 [ 23280] By: mhx                                   on 2004/09/08  19:18:06
55606         Log: Upgrade to Devel::PPPort 3.02.
55607      Branch: perl
55608            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
55609            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
55610            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
55611            ! ext/Devel/PPPort/parts/base/5004050
55612            ! ext/Devel/PPPort/parts/base/5005000
55613            ! ext/Devel/PPPort/parts/base/5006000
55614            ! ext/Devel/PPPort/parts/base/5008001
55615            ! ext/Devel/PPPort/parts/base/5009002
55616            ! ext/Devel/PPPort/parts/inc/MY_CXT
55617            ! ext/Devel/PPPort/parts/inc/misc ext/Devel/PPPort/t/MY_CXT.t
55618            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/call.t
55619            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/grok.t
55620            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
55621            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/misc.t
55622            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
55623            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/sv_xpvf.t
55624            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
55625 ____________________________________________________________________________
55626 [ 23279] By: mhx                                   on 2004/09/08  18:46:56
55627         Log: Add MY_CXT_CLONE to the core. (Taken from Time::HiRes.) See also:
55628              http://groups.google.com/groups?selm=r5l1vv00ca033k7a06d40fgei1ion91rnp%404ax.com
55629      Branch: perl
55630            ! perl.h
55631 ____________________________________________________________________________
55632 [ 23278] By: nicholas                              on 2004/09/08  16:53:34
55633         Log: backport B to work on 5.8.x, so that a single version of the source
55634              can be maintained, and ultimately dual-lifed on CPAN
55635              (the version conditional changes are actually surprisingly small)
55636      Branch: perl
55637            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
55638            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_samples.t
55639            ! ext/B/t/stash.t
55640 ____________________________________________________________________________
55641 [ 23277] By: mhx                                   on 2004/09/08  16:49:59
55642         Log: Subject: SvO?OK_off()'s return value
55643              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
55644              Date: Sun, 1 Aug 2004 12:46:48 +0200
55645              Message-Id: <20040801124648.7f9b3cee@r2d2>
55646
55647              Move (void) casts into SvOOK_off macro.
55648      Branch: perl
55649            ! gv.c mg.c perl.c pp.c pp_ctl.c pp_hot.c scope.c sv.c sv.h
55650 ____________________________________________________________________________
55651 [ 23276] By: merijn                                on 2004/09/07  12:57:58
55652         Log: Subject: [PATCH] perlintro.pod
55653              From: Paul Johnson <paul@pjcj.net>
55654              Date: Tue, 7 Sep 2004 15:13:51 +0200
55655              Message-ID: <20040907131351.GD2513@pjcj.net>
55656      Branch: perl
55657            ! pod/perlintro.pod
55658 ____________________________________________________________________________
55659 [ 23275] By: steveh                                on 2004/09/06  10:16:12
55660         Log: Implement new environment variable to allow the use of non-IFS
55661              compatible LSP's on Windows to allow Perl to work in conjunction
55662              with a firewall such as McAfee Guardian.
55663
55664              Bug report and possible solutions by Ken Fox <kfox@ford.com>;
55665              further assistance by Artiom Morozov <artiom@phreaker.net>.
55666      Branch: perl
55667            ! pod/perlrun.pod win32/win32sck.c
55668 ____________________________________________________________________________
55669 [ 23274] By: merijn                                on 2004/09/06  08:49:24
55670         Log: Subject: [PATCH] -Dunlink_all_versions for VMS
55671              From: "Craig A. Berry" <craigberry@mac.com>
55672              Date: Sat, 04 Sep 2004 11:58:56 -0500
55673              Message-ID: <4139F450.7040708@mac.com>
55674      Branch: perl
55675            ! configure.com
55676 ____________________________________________________________________________
55677 [ 23271] By: davem                                 on 2004/09/05  21:36:57
55678         Log: only mortalize deleted array elements for AvREAL
55679              (update to change #23158)
55680      Branch: perl
55681            ! av.c
55682 ____________________________________________________________________________
55683 [ 23267] By: davem                                 on 2004/09/05  20:16:55
55684         Log: I somehow managed to omit the base.pm change from #23266
55685      Branch: perl
55686            ! lib/base.pm
55687 ____________________________________________________________________________
55688 [ 23266] By: davem                                 on 2004/09/05  20:04:35
55689         Log: Fields package bug
55690              An intermediate class with no fields messes up private fields
55691              in the base class.
55692      Branch: perl
55693            ! lib/base.pm lib/base/t/fields-base.t
55694 ____________________________________________________________________________
55695 [ 23258] By: rgs                                   on 2004/09/02  15:37:55
55696         Log: Upgrade to Encode 2.02
55697      Branch: perl
55698            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
55699            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
55700            ! ext/Encode/bin/ucmsort ext/Encode/lib/Encode/Alias.pm
55701            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
55702            ! ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
55703            ! ext/Encode/ucm/big5-hkscs.ucm
55704 ____________________________________________________________________________
55705 [ 23257] By: rgs                                   on 2004/09/02  15:01:39
55706         Log: Upgrade to version 0.42.
55707              From:
55708              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
55709              From: John Peacock <jpeacock@rowman.com>
55710              Date: Wed, 18 Aug 2004 08:26:35 -0400
55711              Message-ID: <41234AFB.1020009@rowman.com>
55712      Branch: perl
55713            ! lib/version.pm lib/version.t util.c
55714 ____________________________________________________________________________
55715 [ 23256] By: davem                                 on 2004/09/01  23:41:25
55716         Log: Subject:  [PATCH] fields.pm lost compile-time benefit
55717              From:  Rick Delaney <rick@bort.ca>
55718              Date:  Fri, 13 Aug 2004 19:54:12 -0400
55719              Message-Id:  <20040813235412.GB12980@biff.bort.ca>
55720
55721              restore the compile-time field checking for
55722              my Dog $spot; $spot->{'walkies'};
55723              that was lost when pseudo-hashes were removed
55724      Branch: perl
55725            ! lib/base/t/fields-base.t lib/base/t/fields.t op.c
55726            ! pod/perldiag.pod
55727 ____________________________________________________________________________
55728 [ 23255] By: davem                                 on 2004/09/01  23:37:07
55729         Log: whoops, fix 'formline undef' test broken by change #23251
55730      Branch: perl
55731            ! t/lib/warnings/9uninit
55732 ____________________________________________________________________________
55733 [ 23253] By: davem                                 on 2004/09/01  22:45:07
55734         Log: Subject:  PATCH: Taintedness and ternary conditional
55735              From:  Andy Lester <andy@petdance.com>
55736              Date:  Thu, 26 Aug 2004 23:44:47 -0500
55737              Message-Id:  <20040827044447.GA5268@petdance.com>
55738
55739              add tests and documentation to the effect that ($tainted ? $a : $b)
55740              doesn't necessarily return a tainted value. Also tidy the markup in
55741              perldoc.pod
55742      Branch: perl
55743            ! pod/perlsec.pod t/op/taint.t
55744 ____________________________________________________________________________
55745 [ 23252] By: davem                                 on 2004/09/01  22:20:05
55746         Log: delete spurious blank lines added by change 23251
55747      Branch: perl
55748            ! pp_ctl.c
55749 ____________________________________________________________________________
55750 [ 23251] By: davem                                 on 2004/09/01  22:17:47
55751         Log: Random made scripts crashing perl
55752              fix 'formline undef' coredump
55753      Branch: perl
55754            ! pp_ctl.c t/lib/warnings/9uninit
55755 ____________________________________________________________________________
55756 [ 23250] By: davem                                 on 2004/09/01  20:46:13
55757         Log: From: david nicol <whatever@davidnicol.com>
55758              Subject: [perl #31228] no no-op
55759              Message-Id: 1093659222.1436.70.camel@plaza.davidnicol.com>
55760              Date: 27 Aug 2004 21:13:42 -0500
55761
55762              Document that 0 and 1 can (sort of) be used as no-ops.
55763      Branch: perl
55764            ! pod/perlop.pod
55765 ____________________________________________________________________________
55766 [ 23249] By: davem                                 on 2004/09/01  18:54:25
55767         Log: Subject:  [ PATCH ] 2 added private flags for B::Concise
55768              From:  Jim Cromie <jcromie@divsol.com>
55769              Date:  Tue, 31 Aug 2004 23:19:54 -0600
55770              Message-Id:  <41355BFA.8010900@divsol.com>
55771
55772              The OPpENTERSUB_NOMOD and OPpCONST_SHORTCIRCUIT flags weren't
55773              displayed by B::Concise.
55774      Branch: perl
55775            ! ext/B/B/Concise.pm
55776 ____________________________________________________________________________
55777 [ 23248] By: rgs                                   on 2004/09/01  15:35:20
55778         Log: Upgrade to Cwd 2.21.
55779      Branch: perl
55780            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
55781 ____________________________________________________________________________
55782 [ 23247] By: rgs                                   on 2004/09/01  15:11:45
55783         Log: Update to File::Spec 0.90
55784      Branch: perl
55785            ! lib/File/Spec.pm lib/File/Spec/VMS.pm
55786 ____________________________________________________________________________
55787 [ 23246] By: mhx                                   on 2004/08/30  18:36:18
55788         Log: Skip Time::HiRes tests if configured without that module.
55789      Branch: perl
55790            ! ext/Time/HiRes/t/HiRes.t
55791 ____________________________________________________________________________
55792 [ 23245] By: mhx                                   on 2004/08/30  18:34:58
55793         Log: Fix skipping of a Dumpvalue test when configured without Devel::Peek.
55794      Branch: perl
55795            ! lib/Dumpvalue.t
55796 ____________________________________________________________________________
55797 [ 23244] By: mhx                                   on 2004/08/30  18:33:27
55798         Log: Skip a Data::Dumper test if configured without B module.
55799      Branch: perl
55800            ! ext/Data/Dumper/t/dumper.t
55801 ____________________________________________________________________________
55802 [ 23243] By: mhx                                   on 2004/08/29  13:22:48
55803         Log: Fix typo in B::Assembler.
55804      Branch: perl
55805            ! ext/B/B/Assembler.pm
55806 ____________________________________________________________________________
55807 [ 23242] By: mhx                                   on 2004/08/29  13:21:50
55808         Log: Skip ext/B/t/assembler.t when configured without B.
55809      Branch: perl
55810            ! ext/B/t/assembler.t
55811 ____________________________________________________________________________
55812 [ 23241] By: merijn                                on 2004/08/28  08:05:19
55813         Log: Subject: [PATCH] File::Spec::VMS update
55814              From: "Craig A. Berry" <craigberry@mac.com>
55815              Date: Fri, 27 Aug 2004 18:51:09 -0500
55816              Message-ID: <412FC8ED.1020300@mac.com>
55817      Branch: perl
55818            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
55819 ____________________________________________________________________________
55820 [ 23240] By: merijn                                on 2004/08/28  07:41:47
55821         Log: Pumpkinship updates
55822      Branch: perl
55823            ! pod/perlhack.pod
55824 ____________________________________________________________________________
55825 [ 23239] By: mhx                                   on 2004/08/26  21:57:39
55826         Log: Fix nasty line break in Storable test file.
55827      Branch: perl
55828            ! ext/Storable/t/just_plain_nasty.t
55829 ____________________________________________________________________________
55830 [ 23238] By: rgs                                   on 2004/08/26  13:02:14
55831         Log: Upgrade to MIME::Base64 3.03
55832      Branch: perl
55833            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
55834            ! ext/MIME/Base64/QuotedPrint.pm
55835 ____________________________________________________________________________
55836 [ 23237] By: rgs                                   on 2004/08/25  08:32:41
55837         Log: Upgrade to MIME::Base64 3.02.
55838      Branch: perl
55839            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
55840            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
55841            ! ext/MIME/Base64/t/quoted-print.t
55842 ____________________________________________________________________________
55843 [ 23236] By: rgs                                   on 2004/08/24  17:24:40
55844         Log: Grammatical nit by Hugo.
55845      Branch: perl
55846            ! pod/perlnewmod.pod
55847 ____________________________________________________________________________
55848 [ 23235] By: rgs                                   on 2004/08/23  12:32:33
55849         Log: Subject: [perl #31295] PATCH: Test comp/use.t fails on Tru64
55850              From: Nikola Milutinovic (via RT) <perlbug-followup@perl.org>
55851              Date: 23 Aug 2004 10:37:31 -0000
55852              Message-ID: <rt-3.0.11-31295-94232.1.74127465250315@perl.org>
55853      Branch: perl
55854            ! t/comp/use.t
55855 ____________________________________________________________________________
55856 [ 23234] By: mhx                                   on 2004/08/23  05:33:39
55857         Log: Upgrade to Devel::PPPort 3.01.
55858      Branch: perl
55859            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
55860            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
55861            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/parts/inc/ppphtest
55862            ! ext/Devel/PPPort/parts/inc/version
55863            ! ext/Devel/PPPort/t/ppphtest.t
55864 ____________________________________________________________________________
55865 [ 23233] By: mhx                                   on 2004/08/22  22:18:56
55866         Log: Fix some backwards-compatibility problems with Storable.
55867      Branch: perl
55868            ! ext/Storable/Storable.xs ext/Storable/t/weak.t
55869 ____________________________________________________________________________
55870 [ 23232] By: rgs                                   on 2004/08/22  19:14:57
55871         Log: Upgrade to Time::HiRes 1.61
55872      Branch: perl
55873            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
55874            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
55875            ! ext/Time/HiRes/hints/solaris.pl ext/Time/HiRes/t/HiRes.t
55876 ____________________________________________________________________________
55877 [ 23231] By: mhx                                   on 2004/08/22  15:36:36
55878         Log: Fix Storable's MANIFEST.
55879      Branch: perl
55880            ! ext/Storable/MANIFEST
55881 ____________________________________________________________________________
55882 [ 23230] By: davem                                 on 2004/08/20  21:20:48
55883         Log: a regex in STDOUT destructor coredumped because regex pad already
55884              freed
55885      Branch: perl
55886            ! perl.c t/op/ref.t
55887 ____________________________________________________________________________
55888 [ 23229] By: mhx                                   on 2004/08/20  13:18:08
55889         Log: Upgrade to Devel::PPPort 3.00_03.
55890      Branch: perl
55891            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
55892            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
55893            ! ext/Devel/PPPort/parts/inc/ppphtest
55894            ! ext/Devel/PPPort/t/ppphtest.t
55895 ____________________________________________________________________________
55896 [ 23228] By: mhx                                   on 2004/08/19  23:14:00
55897         Log: Tweak 'h2xs -h' output.
55898      Branch: perl
55899            ! utils/h2xs.PL
55900 ____________________________________________________________________________
55901 [ 23227] By: mhx                                   on 2004/08/19  17:05:48
55902         Log: Delete superfluous "with".
55903      Branch: perl
55904            ! README.win32
55905 ____________________________________________________________________________
55906 [ 23226] By: mhx                                   on 2004/08/19  11:22:15
55907         Log: Upgrade to Devel::PPPort 3.00_02.
55908      Branch: perl
55909            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
55910            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
55911            ! ext/Devel/PPPort/PPPort_pm.PL
55912 ____________________________________________________________________________
55913 [ 23225] By: rgs                                   on 2004/08/19  07:58:59
55914         Log: Mark a test that relies on tainting behavior as TODO on Windows.
55915      Branch: perl
55916            ! t/comp/opsubs.t
55917 ____________________________________________________________________________
55918 [ 23224] By: steveh                                on 2004/08/18  13:44:13
55919         Log: Add notes for building with MS VC++ Toolkit 2003
55920      Branch: perl
55921            ! README.win32
55922 ____________________________________________________________________________
55923 [ 23223] By: mhx                                   on 2004/08/17  21:33:41
55924         Log: Upgrade to Devel::PPPort 3.00_01.
55925      Branch: perl
55926            + ext/Devel/PPPort/parts/inc/sv_xpvf ext/Devel/PPPort/t/cop.t
55927            + ext/Devel/PPPort/t/sv_xpvf.t
55928            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
55929            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
55930            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
55931            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/apicheck.pl
55932            ! ext/Devel/PPPort/parts/inc/misc
55933            ! ext/Devel/PPPort/parts/inc/ppphbin
55934            ! ext/Devel/PPPort/parts/inc/ppphtest
55935            ! ext/Devel/PPPort/parts/inc/uv
55936            ! ext/Devel/PPPort/parts/ppptools.pl
55937            ! ext/Devel/PPPort/parts/todo/5004000
55938            ! ext/Devel/PPPort/parts/todo/5004050
55939            ! ext/Devel/PPPort/parts/todo/5006000
55940            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/uv.t
55941 ____________________________________________________________________________
55942 [ 23222] By: mhx                                   on 2004/08/17  10:14:46
55943         Log: Upgrade to Devel::PPPort 3.00.
55944      Branch: perl
55945            + (add 103 files)
55946            - ext/Devel/PPPort/t/test.t
55947            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
55948            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
55949            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/README
55950            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/module2.c
55951            ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/ppport_h.PL
55952            ! ext/Devel/PPPort/soak
55953 ____________________________________________________________________________
55954 [ 23221] By: rgs                                   on 2004/08/17  08:25:39
55955         Log: Subject: [PATCH] Document Carp's global variables + provide tests
55956              From: "Jos I. Boumans" <kane@dwim.org>
55957              Date: Mon, 16 Aug 2004 15:53:40 +0200
55958              Message-Id: <ADC6DEC6-EF8B-11D8-8425-000A95EF62E2@dwim.org>
55959              (tests a bit reworked)
55960      Branch: perl
55961            ! lib/Carp.pm lib/Carp.t
55962 ____________________________________________________________________________
55963 [ 23220] By: rgs                                   on 2004/08/17  07:29:11
55964         Log: Subject: Updates to modules-related pod
55965              From: Kirrily Skud Robert <skud@infotrope.net>
55966              Date: Mon, 16 Aug 2004 16:00:14 -0400
55967              Message-ID: <20040816200014.GC27764@infotrope.net>
55968      Branch: perl
55969            ! pod/perlnewmod.pod
55970 ____________________________________________________________________________
55971 [ 23219] By: rgs                                   on 2004/08/16  17:59:22
55972         Log: Subject: [PATCH] running mktables on VMS
55973              From: "Craig A. Berry" <craigberry@mac.com>
55974              Date: Tue, 10 Aug 2004 22:28:04 -0500
55975              Message-ID: <41199244.9020706@mac.com>
55976      Branch: perl
55977            ! vms/descrip_mms.template
55978 ____________________________________________________________________________
55979 [ 23218] By: rgs                                   on 2004/08/16  07:23:56
55980         Log: Subject: [PATCH] make cygwin ld2 executable
55981              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
55982              Date: Sun, 15 Aug 2004 17:14:59 -0700
55983              Message-ID: <20040816001252.GA2148@efn.org>
55984      Branch: perl
55985            ! cygwin/Makefile.SHs
55986 ____________________________________________________________________________
55987 [ 23217] By: davem                                 on 2004/08/14  22:32:16
55988         Log: make pp_goto() cope potential stack reallocation in EXTEND
55989              The code for goto &foo had local pointers to the stack that
55990              pointed to the wrong place after a realloc.
55991      Branch: perl
55992            ! pp_ctl.c t/op/goto.t
55993 ____________________________________________________________________________
55994 [ 23216] By: rgs                                   on 2004/08/13  13:18:37
55995         Log: Subject: [PATCH] pre Math::BigInt v1.72
55996              From: Tels <perl_dummy@bloodgate.com>
55997              Date: Fri, 13 Aug 2004 14:02:50 +0200
55998              Message-Id: <200408131402.52270@bloodgate.com>
55999      Branch: perl
56000            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
56001            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
56002            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
56003            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
56004 ____________________________________________________________________________
56005 [ 23215] By: rgs                                   on 2004/08/13  12:09:35
56006         Log: Subject: Test for functions with operator names
56007              From: Andy Lester <andy@petdance.com>
56008              Date: Thu, 12 Aug 2004 11:31:03 -0500
56009              Message-ID: <20040812163103.GA26687@petdance.com>
56010      Branch: perl
56011            + t/comp/opsubs.t
56012            ! MANIFEST
56013 ____________________________________________________________________________
56014 [ 23214] By: rgs                                   on 2004/08/13  07:13:38
56015         Log: Subject: api doc fix for SvSetMagicSV_nosteal
56016              From: Stas Bekman <stas@stason.org>
56017              Date: Thu, 12 Aug 2004 18:10:36 -0700
56018              Message-ID: <411C150C.5020602@stason.org>
56019      Branch: perl
56020            ! pod/perlapi.pod sv.h
56021 ____________________________________________________________________________
56022 [ 23213] By: rgs                                   on 2004/08/10  13:17:40
56023         Log: Subject: Re: 2 patches: goto.t, B.pm/xs
56024              From: Jim Cromie <jcromie@divsol.com>
56025              Date: Tue, 10 Aug 2004 07:29:08 -0600
56026              Message-ID: <4118CDA4.3060700@divsol.com>
56027      Branch: perl
56028            ! t/op/goto.t
56029 ____________________________________________________________________________
56030 [ 23212] By: rgs                                   on 2004/08/10  07:21:19
56031         Log: Subject: 2 patches: goto.t, B.pm/xs
56032              From: Jim Cromie <jcromie@divsol.com>
56033              Date: Sun, 08 Aug 2004 18:42:47 -0600
56034              Message-ID: <4116C887.9080400@divsol.com>
56035      Branch: perl
56036            ! ext/B/B.pm ext/B/B.xs
56037 ____________________________________________________________________________
56038 [ 23211] By: rgs                                   on 2004/08/10  07:00:01
56039         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
56040              From: Alan Burlison <Alan.Burlison@sun.com>
56041              Date: Mon, 09 Aug 2004 19:00:12 +0100
56042              Message-ID: <4117BBAC.7080603@sun.com>
56043      Branch: perl
56044            ! ext/POSIX/POSIX.xs
56045 ____________________________________________________________________________
56046 [ 23210] By: davem                                 on 2004/08/09  19:58:35
56047         Log: Fix a typo and remove some debugging crud from change #23209
56048      Branch: perl
56049            ! ext/XS/APItest/t/call.t
56050 ____________________________________________________________________________
56051 [ 23209] By: davem                                 on 2004/08/09  19:48:57
56052         Log: eval_sv() failing a taint test could corrupt the stack
56053      Branch: perl
56054            ! ext/XS/APItest/t/call.t perl.c
56055 ____________________________________________________________________________
56056 [ 23208] By: davem                                 on 2004/08/09  18:28:33
56057         Log: made eq_array in t/test.pl handle undef values better
56058      Branch: perl
56059            ! t/test.pl
56060 ____________________________________________________________________________
56061 [ 23207] By: davem                                 on 2004/08/09  17:21:27
56062         Log: fix minor nit in file description, to keep Jarkko happy
56063      Branch: perl
56064            ! utf8.c
56065 ____________________________________________________________________________
56066 [ 23206] By: rgs                                   on 2004/08/09  15:33:54
56067         Log: Subject: Patch for t/op/sleep.t
56068              From: Andy Lester <andy@petdance.com>
56069              Date: Mon, 9 Aug 2004 00:11:51 -0500
56070              Message-ID: <20040809051151.GA13872@petdance.com>
56071      Branch: perl
56072            ! t/op/sleep.t
56073 ____________________________________________________________________________
56074 [ 23205] By: rgs                                   on 2004/08/09  12:10:25
56075         Log: Add a note in perltodo about a potential extension of readpipe()
56076      Branch: perl
56077            ! pod/perltodo.pod
56078 ____________________________________________________________________________
56079 [ 23204] By: rgs                                   on 2004/08/09  09:13:27
56080         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
56081              From: Alan Burlison <Alan.Burlison@sun.com>
56082              Date: Mon, 09 Aug 2004 10:30:25 +0100
56083              Message-ID: <41174431.6050803@sun.com>
56084      Branch: perl
56085            ! ext/POSIX/POSIX.xs
56086 ____________________________________________________________________________
56087 [ 23203] By: davem                                 on 2004/08/07  15:10:40
56088         Log: Add tests for XS call_*() API
56089      Branch: perl
56090            + ext/XS/APItest/t/call.t
56091            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
56092            ! ext/XS/APItest/MANIFEST pod/perlcall.pod
56093 ____________________________________________________________________________
56094 [ 23202] By: mhx                                   on 2004/08/07  15:10:39
56095         Log: Subject: [PATCH] DB_File 1.810
56096              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
56097              Date: Sat, 7 Aug 2004 15:22:09 +0100
56098              Message-Id: <20040807142059.CTQC10838.mta10-svc.ntlworld.com@MARQUESSPT21>
56099      Branch: perl
56100            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
56101            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
56102 ____________________________________________________________________________
56103 [ 23200] By: steveh                                on 2004/08/06  12:55:31
56104         Log: Fix [perl #24269] socket() call uses non-IFS providers
56105              causing subsequent print/read to hang or misbehave
56106
56107              Patch supplied by Artiom Morozov <artiom@phreaker.net>
56108              in the bug report at http://rt.perl.org/rt3/index.html?q=24269
56109      Branch: perl
56110            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
56111            ! win32/win32.h win32/win32sck.c
56112 ____________________________________________________________________________
56113 [ 23199] By: steveh                                on 2004/08/06  11:57:59
56114         Log: Another small clean-up following changes #23190 and #23198
56115      Branch: perl
56116            ! gv.c
56117 ____________________________________________________________________________
56118 [ 23198] By: davem                                 on 2004/08/06  10:06:46
56119         Log: remove leaks associated with version object change #23190
56120      Branch: perl
56121            ! gv.c util.c
56122 ____________________________________________________________________________
56123 [ 23197] By: rgs                                   on 2004/08/06  06:53:08
56124         Log: Subject: [PATCH sv.c]  signedness nit in #23190
56125              From: "Craig A. Berry" <craigberry@mac.com>
56126              Date: Thu, 05 Aug 2004 13:10:55 -0500
56127              Message-ID: <4112782F.7040302@mac.com>
56128      Branch: perl
56129            ! sv.c
56130 ____________________________________________________________________________
56131 [ 23196] By: mhx                                   on 2004/08/04  18:29:23
56132         Log: Document sv_catpvn_nomg, sv_setsv_nomg and sv_catsv_nomg.
56133      Branch: perl
56134            ! pod/perlapi.pod sv.h
56135 ____________________________________________________________________________
56136 [ 23195] By: nick                                  on 2004/08/04  18:16:47
56137         Log: Comment describing purpose.
56138      Branch: perl
56139            ! globals.c
56140 ____________________________________________________________________________
56141 [ 23194] By: rgs                                   on 2004/08/04  07:18:49
56142         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
56143              From: Alan Burlison <Alan.Burlison@sun.com>
56144              Date: Mon, 19 Jul 2004 12:07:02 +0100
56145              Message-ID: <40FBAB56.1030208@sun.com>
56146
56147              (last chunk only)
56148      Branch: perl
56149            ! ext/POSIX/POSIX.xs
56150 ____________________________________________________________________________
56151 [ 23193] By: rgs                                   on 2004/08/04  07:00:21
56152         Log: Remove compilation warnings about uninitialized variables.
56153      Branch: perl
56154            ! sv.c
56155 ____________________________________________________________________________
56156 [ 23192] By: rgs                                   on 2004/08/04  06:55:46
56157         Log: Remove the "Newline in left-justified string" warning.
56158      Branch: perl
56159            ! pod/perldiag.pod sv.c t/lib/warnings/sv
56160 ____________________________________________________________________________
56161 [ 23191] By: rgs                                   on 2004/08/04  06:30:58
56162         Log: Subject: [PATCH] extension to diagnostics.pm
56163              From: Fergal Daly <fergal@esatclear.ie>
56164              Date: Wed, 4 Aug 2004 00:33:09 +0100
56165              Message-ID: <20040803233309.GA239@dyn.fergaldaly.com>
56166      Branch: perl
56167            ! lib/diagnostics.pm
56168 ____________________________________________________________________________
56169 [ 23190] By: rgs                                   on 2004/08/04  06:19:27
56170         Log: Subject: [PATCH] Final version object core patch?
56171              From: John Peacock <jpeacock@rowman.com>
56172              Date: Tue, 03 Aug 2004 22:23:57 -0400
56173              Message-ID: <411048BD.3080700@rowman.com>
56174      Branch: perl
56175            ! gv.c perl.c pp_ctl.c sv.c t/comp/require.t t/op/ver.t util.c
56176 ____________________________________________________________________________
56177 [ 23189] By: merijn                                on 2004/08/03  23:51:13
56178         Log: gcc on AIX 4 doesn't like -G on the commandline too
56179      Branch: perl
56180            ! hints/aix_4.sh
56181 ____________________________________________________________________________
56182 [ 23188] By: merijn                                on 2004/08/03  23:48:13
56183         Log: gcc on AIX doesn't like -G on the commandline
56184      Branch: perl
56185            ! hints/aix.sh
56186 ____________________________________________________________________________
56187 [ 23187] By: davem                                 on 2004/08/03  19:20:18
56188         Log: more typo fixes for change 3176 (comments at top of .c files)
56189      Branch: perl
56190            ! mg.c miniperlmain.c perl.c run.c scope.c
56191 ____________________________________________________________________________
56192 [ 23186] By: rgs                                   on 2004/08/03  10:22:54
56193         Log: Subject: [perl #30914] ExtUtils::Embed should use libperl name from Config
56194              From: Marek Rouchal (via RT) <perlbug-followup@perl.org>
56195              Date: 2 Aug 2004 07:00:33 -0000
56196              Message-ID: <rt-3.0.11-30914-93038.14.5123598132685@perl.org>
56197      Branch: perl
56198            ! lib/ExtUtils/Embed.pm
56199 ____________________________________________________________________________
56200 [ 23185] By: rgs                                   on 2004/08/03  09:39:35
56201         Log: Subject: [PATCH] additional -V:foo tests
56202              From: Jim Cromie <jcromie@divsol.com>
56203              Date: Mon, 02 Aug 2004 09:15:23 -0600
56204              Message-ID: <410E5A8B.9030307@divsol.com>
56205      Branch: perl
56206            ! configpm lib/Config.t pod/perlrun.pod
56207 ____________________________________________________________________________
56208 [ 23184] By: rgs                                   on 2004/08/02  16:40:36
56209         Log: Enhance the caveat in the description of tell()
56210
56211              Subject: Re: [perl #30788] Error in documentation
56212              From: Nick Ing-Simmons <nick@ing-simmons.net>
56213              Date: Wed, 28 Jul 2004 15:12:54 +0100
56214              Message-Id: <20040728141254.3861.5@llama.ing-simmons.net>
56215      Branch: perl
56216            ! pod/perlfunc.pod
56217 ____________________________________________________________________________
56218 [ 23183] By: rgs                                   on 2004/08/02  09:16:13
56219         Log: Remove empty rpath from .so files
56220      Branch: perl
56221            ! lib/ExtUtils/MM_Unix.pm
56222 ____________________________________________________________________________
56223 [ 23182] By: rgs                                   on 2004/08/02  09:11:12
56224         Log: Subject: [PATCH] mention refaddr() in overload::StrVal docs
56225              From: Fergal Daly <fergal@esatclear.ie>
56226              Date: Fri, 30 Jul 2004 16:09:19 +0100
56227              Message-ID: <20040730150919.GB19022@dyn.fergaldaly.com>
56228      Branch: perl
56229            ! lib/overload.pm
56230 ____________________________________________________________________________
56231 [ 23181] By: steveh                                on 2004/08/02  08:05:05
56232         Log: Fix breakage caused by Change 23179
56233      Branch: perl
56234            ! t/run/fresh_perl.t
56235 ____________________________________________________________________________
56236 [ 23180] By: davem                                 on 2004/08/01  16:49:20
56237         Log: Add comment to top of reentr.c and fix typos in other files
56238      Branch: perl
56239            ! deb.c dump.c miniperlmain.c pad.c perly.y reentr.c reentr.h
56240            ! reentr.pl regcomp.c regexec.c scope.c utf8.c
56241 ____________________________________________________________________________
56242 [ 23179] By: mhx                                   on 2004/08/01  16:10:19
56243         Log: Skip test when building without Encode.
56244      Branch: perl
56245            ! t/run/fresh_perl.t
56246 ____________________________________________________________________________
56247 [ 23178] By: mhx                                   on 2004/08/01  10:19:46
56248         Log: Remove redundant SvOOK_off (called implicitly by SvOK_off)
56249              and merge identical cases.
56250      Branch: perl
56251            ! scope.c
56252 ____________________________________________________________________________
56253 [ 23177] By: davem                                 on 2004/07/31  16:27:09
56254         Log: shut up a warning in mg.c
56255      Branch: perl
56256            ! mg.c
56257 ____________________________________________________________________________
56258 [ 23176] By: davem                                 on 2004/07/31  16:21:50
56259         Log: Add comment to the top of most .c files explaining their purpose
56260      Branch: perl
56261            ! deb.c doio.c doop.c dump.c gv.c hv.c locale.c malloc.c mg.c
56262            ! miniperlmain.c numeric.c op.c pad.c perl.c perlio.c perly.act
56263            ! perly.h perly.tab perly.y pp.c pp_ctl.c pp_hot.c pp_pack.c
56264            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c taint.c
56265            ! universal.c utf8.c util.c
56266 ____________________________________________________________________________
56267 [ 23175] By: mhx                                   on 2004/07/31  15:19:13
56268         Log: Fix copy & paste bugs in mX?PUSH macro tests.
56269      Branch: perl
56270            ! ext/XS/APItest/APItest.xs
56271 ____________________________________________________________________________
56272 [ 23174] By: merijn                                on 2004/07/31  08:32:31
56273         Log: First steps towards an explicit perl.exp-less AIX build
56274              Previous method can still be used by undeffing usenativedlopen
56275              If that is ever tested at all on AIX
56276      Branch: perl
56277            ! hints/aix.sh hints/aix_4.sh
56278 ____________________________________________________________________________
56279 [ 23173] By: mhx                                   on 2004/07/31  08:29:54
56280         Log: Fix and update Perl_grok_* docs.
56281      Branch: perl
56282            ! numeric.c pod/perlapi.pod
56283 ____________________________________________________________________________
56284 [ 23172] By: steveh                                on 2004/07/30  14:31:08
56285         Log: A few minor updates to README.win32 (aka perlwin32)
56286      Branch: perl
56287            ! README.win32
56288 ____________________________________________________________________________
56289 [ 23171] By: rgs                                   on 2004/07/30  14:24:08
56290         Log: Upgrade to Math::BigInt v1.71.
56291      Branch: perl
56292            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
56293            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
56294            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
56295            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
56296 ____________________________________________________________________________
56297 [ 23170] By: steveh                                on 2004/07/30  13:27:41
56298         Log: Bug report #30132 was resolved before it was finished!
56299              Here's the last piece in the puzzle.
56300      Branch: perl
56301            ! ext/IO/lib/IO/File.pm
56302 ____________________________________________________________________________
56303 [ 23168] By: rgs                                   on 2004/07/28  12:13:36
56304         Log: Upgrade to File::Spec 0.88.
56305      Branch: perl
56306            ! lib/File/Spec.pm lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
56307 ____________________________________________________________________________
56308 [ 23167] By: rgs                                   on 2004/07/28  09:20:12
56309         Log: Subject: Re: [perl #30783] Test::Builder does not handle overloaded "name" values
56310              From: Autrijus Tang <autrijus@gmail.com>
56311              Date: Thu, 22 Jul 2004 20:17:58 -0700
56312              Message-ID: <1912f0e204072220171790193a@mail.gmail.com>
56313      Branch: perl
56314            ! lib/Test/Builder.pm
56315 ____________________________________________________________________________
56316 [ 23166] By: rgs                                   on 2004/07/28  06:31:06
56317         Log: Subject: Re: more 5.9 sort tests (second draft)
56318              From: david nicol <whatever@davidnicol.com>
56319              Date: 21 Jul 2004 17:10:05 -0500
56320              Message-Id: <1090447805.995.24.camel@plaza.davidnicol.com>
56321      Branch: perl
56322            ! t/op/sort.t
56323 ____________________________________________________________________________
56324 [ 23165] By: rgs                                   on 2004/07/28  06:25:15
56325         Log: Subject: Re: AW: [perl #7558] [PATCH] README.solaris
56326              From: Andy Dougherty <doughera@lafayette.edu>
56327              Date: Tue, 27 Jul 2004 14:12:06 -0400 (EDT)
56328              Message-ID: <Pine.SOL.4.58.0407271335550.22839@maxwell.phys.lafayette.edu>
56329      Branch: perl
56330            ! README.solaris
56331 ____________________________________________________________________________
56332 [ 23164] By: davem                                 on 2004/07/26  22:08:32
56333         Log: Subject:  [perl #7558] [PATCH] README.solaris
56334              From:  Andy Dougherty <doughera@lafayette.edu>
56335              Date:  Mon, 26 Jul 2004 15:32:35 -0400 (EDT)
56336              Message-Id:  <Pine.SOL.4.58.0407261530350.19559@maxwell.phys.lafayette.edu>
56337
56338              Add more info on /dev/random under solaris
56339      Branch: perl
56340            ! README.solaris
56341 ____________________________________________________________________________
56342 [ 23163] By: mhx                                   on 2004/07/26  17:14:37
56343         Log: The byte-order modifiers won't go into 5.8.
56344      Branch: perl
56345            ! pod/perlfunc.pod pod/perlport.pod
56346 ____________________________________________________________________________
56347 [ 23162] By: steveh                                on 2004/07/26  10:41:56
56348         Log: Windows-related updates to Porting/repository.pod
56349      Branch: perl
56350            ! Porting/repository.pod
56351 ____________________________________________________________________________
56352 [ 23161] By: davem                                 on 2004/07/25  19:05:28
56353         Log: make -Dl log runops loop entry and exit, and jump level popping
56354      Branch: perl
56355            ! dump.c scope.h
56356 ____________________________________________________________________________
56357 [ 23160] By: davem                                 on 2004/07/24  10:00:27
56358         Log: document that -i messes soft as well hard hard links.
56359      Branch: perl
56360            ! pod/perlrun.pod
56361 ____________________________________________________________________________
56362 [ 23159] By: davem                                 on 2004/07/23  21:15:32
56363         Log: make a note in perlrun that -i doesn't preserve UNIX hard links.
56364      Branch: perl
56365            ! pod/perlrun.pod
56366 ____________________________________________________________________________
56367 [ 23158] By: davem                                 on 2004/07/23  11:06:02
56368         Log: memory leak in array delete
56369              av_delete() wasn't mortalizing the returned value
56370      Branch: perl
56371            ! av.c t/op/delete.t
56372 ____________________________________________________________________________
56373 [ 23157] By: davem                                 on 2004/07/23  10:35:16
56374         Log: remove binary compat from #23156 (remove PL_retstack)
56375      Branch: perl
56376            ! cop.h embed.fnc embed.h embedvar.h perlapi.h proto.h scope.c
56377            ! thrdvar.h
56378 ____________________________________________________________________________
56379 [ 23156] By: davem                                 on 2004/07/23  09:52:59
56380         Log: remove the return stack PL_retstack, and store return ops in the CX
56381              structure directly instead
56382      Branch: perl
56383            ! cc_runtime.h cop.h deb.c mg.c perl.c pp_ctl.c pp_hot.c
56384            ! pp_sys.c scope.c sv.c thrdvar.h
56385 ____________________________________________________________________________
56386 [ 23155] By: nicholas                              on 2004/07/22  18:50:31
56387         Log: Build the perldelta copying command for the main Unix makefile with
56388              buildtoc, so that it doesn't get forgotten on version increments.
56389      Branch: perl
56390            ! Makefile.SH pod/buildtoc
56391 ____________________________________________________________________________
56392 [ 23154] By: nicholas                              on 2004/07/22  18:19:58
56393         Log: Grab perl585delta.pod from maint and
56394
56395              Integrate:
56396              [ 23069]
56397              This is RC2. Maybe this one will last longer.
56398
56399              [ 23141]
56400              Break a leg
56401
56402              [perlhist.pod]
56403      Branch: perl
56404           +> pod/perl585delta.pod
56405            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
56406            ! vms/descrip_mms.template win32/pod.mak
56407           !> pod/perlhist.pod
56408 ____________________________________________________________________________
56409 [ 23152] By: rgs                                   on 2004/07/22  16:16:41
56410         Log: Upgrade to Cwd 2.20
56411      Branch: perl
56412            + ext/Cwd/t/win32.t
56413            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
56414            ! lib/Cwd.pm
56415 ____________________________________________________________________________
56416 [ 23151] By: rgs                                   on 2004/07/22  15:50:34
56417         Log: Sort perldiag.
56418      Branch: perl
56419            ! pod/perldiag.pod
56420 ____________________________________________________________________________
56421 [ 23150] By: rgs                                   on 2004/07/22  13:15:12
56422         Log: Subject: Re: "Too late for -T" could be more descriptive
56423              From: Jim Cromie <jcromie@divsol.com>
56424              Date: Wed, 21 Jul 2004 11:21:50 -0600
56425              Message-ID: <40FEA62E.2010809@divsol.com>
56426              (with tweaks)
56427      Branch: perl
56428            ! perl.c perl.h pod/perldebug.pod pod/perldiag.pod
56429            ! pod/perlrun.pod
56430 ____________________________________________________________________________
56431 [ 23149] By: rgs                                   on 2004/07/22  12:09:40
56432         Log: Email change for Steffen Mueller.
56433      Branch: perl
56434            ! AUTHORS
56435 ____________________________________________________________________________
56436 [ 23148] By: rgs                                   on 2004/07/22  11:32:16
56437         Log: Grammar fix by Paul Johnson.
56438      Branch: perl
56439            ! pod/perldiag.pod
56440 ____________________________________________________________________________
56441 [ 23147] By: nicholas                              on 2004/07/22  10:51:48
56442         Log: Config::config_re and config_sh would report the byteorder as 'ffff'
56443      Branch: perl
56444            ! configpm lib/Config.t
56445 ____________________________________________________________________________
56446 [ 23146] By: rgs                                   on 2004/07/21  12:01:32
56447         Log: Subject: [PATCH] Mention common dynaloader errors in perldiag.pod
56448              From: "Jos I. Boumans" <kane@dwim.org>
56449              Date: Wed, 21 Jul 2004 13:47:35 +0200
56450              Message-Id: <C226C05A-DB0B-11D8-A551-000A95EF62E2@dwim.org>
56451              (with tweaks)
56452      Branch: perl
56453            ! pod/perldiag.pod
56454 ____________________________________________________________________________
56455 [ 23145] By: rgs                                   on 2004/07/21  08:47:14
56456         Log: Subject: [PATCH perl-current] Re: [perl #30688] Empty slice arg with ($;$) prototype
56457              From: Rick Delaney <rick@bort.ca>
56458              Date: Tue, 20 Jul 2004 16:53:54 -0400
56459              Message-ID: <20040720205353.GA970@biff.bort.ca>
56460      Branch: perl
56461            ! pp.c t/op/list.t
56462 ____________________________________________________________________________
56463 [ 23142] By: rgs                                   on 2004/07/19  15:49:12
56464         Log: Subject: [perl #30609] [PATCH] BigInt v1.71 - first try
56465              From: Tels <perl_dummy@bloodgate.com>
56466              Date: Sat, 17 Jul 2004 16:22:57 +0200
56467              Message-Id: <200407171622.58443@bloodgate.com>
56468      Branch: perl
56469            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
56470            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
56471            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
56472            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
56473            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
56474            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
56475 ____________________________________________________________________________
56476 [ 23135] By: nicholas                              on 2004/07/19  08:33:13
56477         Log: Turn 2 strcpy()s into memcpy() because we know the length.
56478      Branch: perl
56479            ! toke.c
56480 ____________________________________________________________________________
56481 [ 23130] By: nicholas                              on 2004/07/16  13:41:22
56482         Log: Clarify that it's only Mac OS *Classic* that uses 1904 - OS X uses
56483              1970
56484      Branch: perl
56485            ! pod/perlfunc.pod
56486 ____________________________________________________________________________
56487 [ 23129] By: nicholas                              on 2004/07/16  13:21:33
56488         Log: Typo fix from Julian Gilbey, forwarded upstream from Debian by
56489              Brendan O'Dea
56490      Branch: perl
56491            ! pod/perluniintro.pod
56492 ____________________________________________________________________________
56493 [ 23128] By: nick                                  on 2004/07/16  12:16:05
56494         Log: Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk().
56495              From: Steve Hay <steve.hay@uk.radan.com>
56496              CC: perl-win32-porters@listserv.ActiveState.com
56497              Message-ID: <40F6B295.8010804@uk.radan.com>
56498
56499              Assumes perl's malloc can now handle non-contiguous memory (believed
56500              to be true).
56501              Does not address threading issues.
56502
56503              "The attached patch (against blead) makes sbrk() initially try to
56504              extend the existing block of memory exactly as it currently does, but
56505              to not  fail immediately if it can't -- it now frees up that part of
56506              whatever it  had previously reserved+committed which hadn't actually
56507              been used yet,  resets all its static variables and basically starts
56508              anew."
56509      Branch: perl
56510            ! win32/win32.c
56511 ____________________________________________________________________________
56512 [ 23127] By: nicholas                              on 2004/07/16  11:14:45
56513         Log: glob('*.c') to find documentation is dangerous when run in unclean
56514              trees, so isntead use MANIFEST to only scan the legitimate source
56515              files.
56516      Branch: perl
56517            ! autodoc.pl
56518 ____________________________________________________________________________
56519 [ 23126] By: nicholas                              on 2004/07/16  11:04:37
56520         Log: Encourage compilers to tail call optimise in sv_savepv, sv_savepvn
56521              and sv_savesharedpv. Need to create non-void returning versions of
56522              Copy and Zero, as the existing macros deliberately cast to (void)
56523      Branch: perl
56524            ! handy.h malloc.c perl.c pod/perlapi.pod sv.c util.c
56525 ____________________________________________________________________________
56526 [ 23125] By: nicholas                              on 2004/07/16  10:59:08
56527         Log: Rebuild perlapi.pod
56528      Branch: perl
56529            ! pod/perlapi.pod
56530 ____________________________________________________________________________
56531 [ 23124] By: merijn                                on 2004/07/16  10:30:53
56532         Log: Be sure HP-UX' ANSI C compiler's PATH is found *before*
56533              the path to the bundled braindead C compiler. This might
56534              influence ccache's behaviour in finding the correct path
56535      Branch: perl
56536            ! Configure
56537 ____________________________________________________________________________
56538 [ 23122] By: nicholas                              on 2004/07/16  10:14:24
56539         Log: oslevel can fail on AIX, but the output generated would confuse
56540              Configure
56541      Branch: perl
56542            ! Configure
56543 ____________________________________________________________________________
56544 [ 23121] By: nicholas                              on 2004/07/16  08:53:28
56545         Log: Some calls to PerlMemShared_alloc() aren't checking the return value.
56546              Bug spotted by Nigel Sandever
56547      Branch: perl
56548            ! ext/threads/threads.xs util.c
56549 ____________________________________________________________________________
56550 [ 23120] By: nicholas                              on 2004/07/15  19:09:15
56551         Log: threads.xs doesn't check the return value of the thread creation
56552              call. D'oh! This gives SEGVs if the OS fails to create another thread.
56553              Cause of problem located by Nigel Sandever
56554      Branch: perl
56555            ! ext/threads/threads.pm ext/threads/threads.xs
56556 ____________________________________________________________________________
56557 [ 23118] By: nicholas                              on 2004/07/15  16:28:03
56558         Log: Assimilate Cwd 2.19
56559      Branch: perl
56560            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
56561 ____________________________________________________________________________
56562 [ 23117] By: merijn                                on 2004/07/15  14:16:07
56563         Log: Trailing semi-colon are not allowed on #ifdef's in ANSI
56564      Branch: perl
56565            ! ext/Storable/Storable.xs
56566 ____________________________________________________________________________
56567 [ 23116] By: nicholas                              on 2004/07/15  12:50:31
56568         Log: Abigail notes that a re-entrant regexp engine is a todo
56569      Branch: perl
56570            ! pod/perltodo.pod
56571 ____________________________________________________________________________
56572 [ 23115] By: nicholas                              on 2004/07/15  12:47:50
56573         Log: for (reverse @foo) now iterates in reverse in place.
56574      Branch: perl
56575            ! op.c pod/perltodo.pod pp_ctl.c
56576 ____________________________________________________________________________
56577 [ 23114] By: nicholas                              on 2004/07/15  10:05:23
56578         Log: Optimise for (reverse ...)
56579      Branch: perl
56580            ! op.c
56581 ____________________________________________________________________________
56582 [ 23113] By: nicholas                              on 2004/07/15  09:44:16
56583         Log: Now optimising for $a (reverse ...)
56584      Branch: perl
56585            ! op.c
56586 ____________________________________________________________________________
56587 [ 23112] By: nicholas                              on 2004/07/15  09:16:43
56588         Log: The optrees for C<for $_ (...)> and C<for (...)> differ, so even more
56589              tests.
56590      Branch: perl
56591            ! t/cmd/for.t
56592 ____________________________________________________________________________
56593 [ 23111] By: nicholas                              on 2004/07/15  09:02:36
56594         Log: This seems to be needed to get COW working on Win32
56595      Branch: perl
56596            ! win32/win32.c
56597 ____________________________________________________________________________
56598 [ 23109] By: nicholas                              on 2004/07/14  23:35:24
56599         Log: "That's the way to do it"
56600              In taking out a bug spotted by my regression tests in t/cmd/for.t
56601              I actually managed to disable the entire optimisation. Which means
56602              that I didn't find the other bug. This optimisation is live, and
56603              passes all tests.
56604      Branch: perl
56605            ! op.c pp_hot.c
56606 ____________________________________________________________________________
56607 [ 23108] By: nicholas                              on 2004/07/14  20:55:30
56608         Log: Optimise foreach my $i (reverse ...)
56609              foreach without a lexical iterator not yet optimised
56610      Branch: perl
56611            ! ext/B/B/Concise.pm op.c op.h pp_ctl.c pp_hot.c
56612 ____________________________________________________________________________
56613 [ 23107] By: nicholas                              on 2004/07/14  17:44:08
56614         Log: Subject:  [PATCH] split doc clarification
56615              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
56616              Date:  Wed, 14 Jul 2004 10:19:36 -0700
56617              Message-Id:  <20040714171936.GA1092@efn.org>
56618      Branch: perl
56619            ! pod/perlfunc.pod
56620 ____________________________________________________________________________
56621 [ 23106] By: nicholas                              on 2004/07/14  15:36:57
56622         Log: Numeric comparison operators mustn't compare addresses of references
56623              that are overloaded.
56624      Branch: perl
56625            ! lib/overload.t pp.c pp_hot.c
56626 ____________________________________________________________________________
56627 [ 23105] By: nicholas                              on 2004/07/14  10:40:54
56628         Log: Lots of tests for for reverse ...
56629      Branch: perl
56630            ! t/cmd/for.t
56631 ____________________________________________________________________________
56632 [ 23104] By: nicholas                              on 2004/07/13  21:10:21
56633         Log: Some thoughts on foreach reverse
56634      Branch: perl
56635            ! pod/perltodo.pod
56636 ____________________________________________________________________________
56637 [ 23103] By: nicholas                              on 2004/07/13  19:10:20
56638         Log: s/sort/split/; - my mistake spotted by Dave.
56639      Branch: perl
56640            ! pod/perltodo.pod
56641 ____________________________________________________________________________
56642 [ 23102] By: nicholas                              on 2004/07/13  18:59:46
56643         Log: Optimise list context reverse sort to reverse as part of the sort op
56644      Branch: perl
56645            ! op.c pp_sort.c
56646 ____________________________________________________________________________
56647 [ 23101] By: nicholas                              on 2004/07/13  18:58:41
56648         Log: Work around evil compiler bug on OS X. (Sucks all memory)
56649      Branch: perl
56650            ! util.c
56651 ____________________________________________________________________________
56652 [ 23100] By: nicholas                              on 2004/07/13  15:05:09
56653         Log: check that reverse (sort (@a), @b) etc work.
56654              Join some lines that don't need wrapping
56655      Branch: perl
56656            ! t/op/sort.t
56657 ____________________________________________________________________________
56658 [ 23099] By: nicholas                              on 2004/07/13  14:46:06
56659         Log: Check that non-optimimisable sort comparisons work when reversed
56660              (Not optimised yet, but might be coming soon)
56661      Branch: perl
56662            ! t/op/sort.t
56663 ____________________________________________________________________________
56664 [ 23098] By: nicholas                              on 2004/07/13  14:34:03
56665         Log: Test reverse sort as the return from a function in list and scalar
56666              contexts.
56667      Branch: perl
56668            ! t/op/sort.t
56669 ____________________________________________________________________________
56670 [ 23097] By: nicholas                              on 2004/07/13  14:23:28
56671         Log: Also test reverse sort in scalar context
56672      Branch: perl
56673            ! t/op/sort.t
56674 ____________________________________________________________________________
56675 [ 23096] By: nicholas                              on 2004/07/13  14:06:36
56676         Log: A proper, working, stable optimisation for sort {$b cmp $a}
56677      Branch: perl
56678            ! ext/B/B/Concise.pm ext/B/t/f_sort.t op.c pp_sort.c
56679 ____________________________________________________________________________
56680 [ 23095] By: rgs                                   on 2004/07/13  13:29:54
56681         Log: Tweak to change #23089, as suggested by Tim Bunce
56682      Branch: perl
56683            ! lib/perl5db.pl
56684 ____________________________________________________________________________
56685 [ 23094] By: nicholas                              on 2004/07/13  11:28:49
56686         Log: Generalised "how many in list context" would be useful
56687      Branch: perl
56688            ! pod/perltodo.pod
56689 ____________________________________________________________________________
56690 [ 23093] By: nicholas                              on 2004/07/13  11:19:31
56691         Log: The current optimisation for sort {$b cmp $a} is bogus now that we
56692              guarantee a stable sort. Disable it, pending a correct optimisation.
56693      Branch: perl
56694            ! ext/B/t/f_sort.t op.c op.h t/op/sort.t
56695 ____________________________________________________________________________
56696 [ 23092] By: rgs                                   on 2004/07/13  09:30:11
56697         Log: Subject: Re: [perl #30568] splice generates undef? [PATCH]
56698              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
56699              Date: Mon, 12 Jul 2004 08:26:01 +0200
56700              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C7D2@attmsx1.aut.alcatel.at>
56701      Branch: perl
56702            ! pp.c t/op/splice.t
56703 ____________________________________________________________________________
56704 [ 23091] By: nicholas                              on 2004/07/13  09:14:22
56705         Log: Check each line of config_re output.
56706      Branch: perl
56707            ! lib/Config.t
56708 ____________________________________________________________________________
56709 [ 23090] By: nicholas                              on 2004/07/13  09:13:39
56710         Log: no_plan support in test.pl
56711      Branch: perl
56712            ! t/test.pl
56713 ____________________________________________________________________________
56714 [ 23089] By: rgs                                   on 2004/07/13  08:53:46
56715         Log: Subject: Re: debugger 'R'estart and open database connections
56716              From: Andrew Pimlott <andrew@pimlott.net>
56717              Date: Mon, 12 Jul 2004 21:06:01 -0400
56718              Message-ID: <20040713010601.GF8232@pimlott.net>
56719      Branch: perl
56720            ! lib/perl5db.pl
56721 ____________________________________________________________________________
56722 [ 23088] By: rgs                                   on 2004/07/13  08:27:11
56723         Log: Subject: [PATCH] was Re: UNIVERSAL::VERSION causing "Use of uninitialized value..." warning
56724              From: John Peacock <jpeacock@rowman.com>
56725              Date: Mon, 12 Jul 2004 23:16:51 -0400
56726              Message-ID: <40F35423.5080304@rowman.com>
56727      Branch: perl
56728            ! lib/version.pm lib/version.t util.c
56729 ____________________________________________________________________________
56730 [ 23085] By: nicholas                              on 2004/07/12  17:27:28
56731         Log: Bodge to make Tk work - like the UTF8 flag, the READONLY flag has too
56732              many meanings. const const vs mutable in this case.
56733      Branch: perl
56734            ! sv.c
56735 ____________________________________________________________________________
56736 [ 23084] By: nick                                  on 2004/07/12  14:26:12
56737         Log: NI-S: IMHO utf8_upgrade is just changing representation not the value
56738              so it has no business calling SvSETMAGIC.
56739      Branch: perl
56740            ! sv.c
56741 ____________________________________________________________________________
56742 [ 23083] By: nick                                  on 2004/07/12  12:17:56
56743         Log: Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
56744              Can now handle the case
56745              is_utf8_string(NULL,0)
56746              again.
56747              Why do we have code dup for Perl_is_utf8_string_loc() ?
56748      Branch: perl
56749            ! utf8.c
56750 ____________________________________________________________________________
56751 [ 23082] By: nicholas                              on 2004/07/11  20:09:00
56752         Log: A decent benchmark would be useful. But it is vague.
56753      Branch: perl
56754            ! pod/perltodo.pod
56755 ____________________________________________________________________________
56756 [ 23081] By: nicholas                              on 2004/07/11  18:36:49
56757         Log: Finding a way to put "I'm MAINT" in perl -v is a TODO
56758      Branch: perl
56759            ! pod/perltodo.pod
56760 ____________________________________________________________________________
56761 [ 23079] By: nicholas                              on 2004/07/10  21:58:34
56762         Log: Store weak references.
56763      Branch: perl
56764            + ext/Storable/t/testlib.pl ext/Storable/t/weak.t
56765            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
56766            ! ext/Storable/README ext/Storable/Storable.pm
56767            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
56768 ____________________________________________________________________________
56769 [ 23078] By: nicholas                              on 2004/07/10  21:11:56
56770         Log: Dual lifing and dists is a TODO
56771      Branch: perl
56772            ! pod/perltodo.pod
56773 ____________________________________________________________________________
56774 [ 23077] By: nicholas                              on 2004/07/10  18:51:35
56775         Log: Resurrect the TODO items about Unicode filenames and Unicode %ENV
56776              Rant a bit more about POD -> HTML
56777      Branch: perl
56778            ! pod/perltodo.pod
56779 ____________________________________________________________________________
56780 [ 23076] By: nicholas                              on 2004/07/10  16:00:44
56781         Log: Perl_mode_from_discipline must update len. (else SEGV)
56782              Diagnosis and patch from clkao
56783      Branch: perl
56784            ! doio.c
56785 ____________________________________________________________________________
56786 [ 23075] By: rgs                                   on 2004/07/10  13:03:56
56787         Log: Subject: Bug with NEXT when called from an eval block
56788              From: Dave Rolsky <autarch@urth.org>
56789              Date: Fri, 9 Jul 2004 17:06:07 -0500 (CDT)
56790              Message-ID: <Pine.LNX.4.58.0407091703010.4578@urth.org>
56791      Branch: perl
56792            ! lib/NEXT.pm lib/NEXT/t/next.t
56793 ____________________________________________________________________________
56794 [ 23074] By: nicholas                              on 2004/07/09  21:03:11
56795         Log: Subject: Re: Segfault using HTML::Entities
56796              From: Jarkko Hietaniemi <jhi@iki.fi>
56797              Message-ID: <40EDBE1A.6080205@iki.fi>
56798              Date: Fri, 09 Jul 2004 00:35:22 +0300
56799      Branch: perl
56800            ! pp_ctl.c regexec.c t/run/fresh_perl.t
56801 ____________________________________________________________________________
56802 [ 23073] By: nicholas                              on 2004/07/09  14:49:16
56803         Log: A more honest TODO
56804      Branch: perl
56805            ! pod/perltodo.pod
56806 ____________________________________________________________________________
56807 [ 23072] By: nicholas                              on 2004/07/09  11:34:17
56808         Log: dor and // fulfil a TODO
56809              Correct a deviation from the Nicholas Clark style guide.
56810      Branch: perl
56811            ! pod/perltodo.pod
56812 ____________________________________________________________________________
56813 [ 23071] By: rgs                                   on 2004/07/09  08:08:05
56814         Log: Subject: [PATCH] prime_env_iter and zero-length values on VMS
56815              From: "Craig A. Berry" <craigberry@mac.com>
56816              Date: Thu, 08 Jul 2004 23:19:05 -0500
56817              Message-ID: <40EE1CB9.8030407@mac.com>
56818      Branch: perl
56819            ! vms/vms.c
56820 ____________________________________________________________________________
56821 [ 23065] By: nicholas                              on 2004/07/08  13:09:44
56822         Log: Randal notes:
56823
56824              "perldoc perldelta" still says 5.8.3 to 5.8.4, even though there
56825              *is* a "perldoc perl583delta" properly.
56826
56827              This is because perl584delta still thinks it's the perldelta
56828      Branch: perl
56829            ! pod/perl584delta.pod
56830 ____________________________________________________________________________
56831 [ 23063] By: rgs                                   on 2004/07/07  17:48:29
56832         Log: Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef
56833              as an argument.
56834      Branch: perl
56835            ! sv.c
56836 ____________________________________________________________________________
56837 [ 23062] By: nicholas                              on 2004/07/07  15:14:39
56838         Log: First stab at explaining that CLONE may get more parameters in future.
56839              More eloquent rewording desired. Patches welcome.
56840      Branch: perl
56841            ! pod/perlmod.pod
56842 ____________________________________________________________________________
56843 [ 23061] By: nicholas                              on 2004/07/07  13:30:27
56844         Log: hv_store was not passing hash onwards (spotted by Dave)
56845      Branch: perl
56846            ! hv.c
56847 ____________________________________________________________________________
56848 [ 23060] By: mhx                                   on 2004/07/06  21:43:05
56849         Log: Failing matches don't reset numbered variables.
56850              Change #22997 could cause Text::ParseWords to loop forever if the
56851              regex didn't not match. Explicitly return if the match fails.
56852      Branch: perl
56853            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
56854 ____________________________________________________________________________
56855 [ 23059] By: nicholas                              on 2004/07/06  21:39:27
56856         Log: Integrate:
56857              [ 23057]
56858              This is RC1
56859      Branch: perl
56860           !> pod/perlhist.pod
56861 ____________________________________________________________________________
56862 [ 23058] By: nicholas                              on 2004/07/06  20:45:53
56863         Log: Stop ENV_IS_CASELESS hv.c picking up the wrong hash value from a
56864              shared string scalar.
56865      Branch: perl
56866            ! hv.c
56867 ____________________________________________________________________________
56868 [ 23052] By: nicholas                              on 2004/07/06  09:26:24
56869         Log: A tool to check the AUTHORS file
56870      Branch: perl
56871            + Porting/checkAUTHORS.pl
56872            ! MANIFEST
56873 ____________________________________________________________________________
56874 [ 23051] By: nicholas                              on 2004/07/06  09:25:16
56875         Log: Add some missing authors and remove 1 duplicate
56876      Branch: perl
56877            ! AUTHORS
56878 ____________________________________________________________________________
56879 [ 23048] By: nicholas                              on 2004/07/05  17:26:09
56880         Log: There was no need to bump $Text::ParseWords::VERSION to 3.24
56881      Branch: perl
56882            ! lib/Text/ParseWords.pm
56883 ____________________________________________________________________________
56884 [ 23047] By: rgs                                   on 2004/07/05  17:05:55
56885         Log: Update tests and $VERSION for change 23046
56886      Branch: perl
56887            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
56888 ____________________________________________________________________________
56889 [ 23046] By: rgs                                   on 2004/07/05  16:53:54
56890         Log: Subject: Re: [perl #30504] B::Deparse scoping problem with for loop
56891              From: Stephen McCamant <smcc@MIT.EDU>
56892              Date: Mon, 28 Jun 2004 18:26:24 -0700
56893              Message-ID: <16608.50496.787002.560481@apocalypse.OCF.Berkeley.EDU>
56894      Branch: perl
56895            ! ext/B/B/Deparse.pm
56896 ____________________________________________________________________________
56897 [ 23042] By: nicholas                              on 2004/07/05  14:54:15
56898         Log: Bump $B::Deparse::VERSION
56899      Branch: perl
56900            ! ext/B/B/Deparse.pm
56901 ____________________________________________________________________________
56902 [ 23040] By: nicholas                              on 2004/07/05  10:24:17
56903         Log: t/op/tie.t test 23 is failing when run with utf8 everywhere.
56904              Problem appears to be due to theft of temporaries
56905      Branch: perl
56906            ! mg.c
56907 ____________________________________________________________________________
56908 [ 23029] By: nicholas                              on 2004/07/04  16:39:07
56909         Log: Subject: [PATCH Cwd 2.18] _vms_abs_path on non-directories
56910              From: "Craig A. Berry" <craigberry@mac.com>
56911              Message-ID: <40E704AA.4090801@mac.com>
56912              Date: Sat, 03 Jul 2004 14:10:34 -0500
56913      Branch: perl
56914            ! ext/Cwd/t/cwd.t lib/Cwd.pm
56915 ____________________________________________________________________________
56916 [ 23028] By: nicholas                              on 2004/07/04  15:14:33
56917         Log: /usr/bin/locale steadfastly delivers 8 bit output independent of
56918              LC_ALL. So when perl's expecting utf8, things don't quite work right.
56919              This has become visible since fix 22842
56920      Branch: perl
56921            ! lib/locale.t
56922 ____________________________________________________________________________
56923 [ 23027] By: mhx                                   on 2004/07/02  14:44:37
56924         Log: More microperl tweaks.
56925      Branch: perl
56926            ! Makefile.micro README.micro uconfig.h uconfig.sh
56927 ____________________________________________________________________________
56928 [ 23026] By: rgs                                   on 2004/07/02  13:05:23
56929         Log: Maintainer change for Safe
56930      Branch: perl
56931            ! Porting/Maintainers.pl
56932 ____________________________________________________________________________
56933 [ 23025] By: rgs                                   on 2004/07/02  10:06:29
56934         Log: Bump version number of Safe for CPAN release
56935      Branch: perl
56936            ! ext/Opcode/Safe.pm
56937 ____________________________________________________________________________
56938 [ 23024] By: rgs                                   on 2004/07/02  07:50:42
56939         Log: Upgrade to I18N::LangTags 0.33
56940      Branch: perl
56941            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
56942            ! lib/I18N/LangTags/t/80_all_env.t
56943 ____________________________________________________________________________
56944 [ 23023] By: davem                                 on 2004/07/02  01:49:11
56945         Log: utf8 POPSTACK crash on split execution
56946              split() does a SWITCHSTACK to directly split to an array, but
56947              if it subsequently dies (eg the regex triggers a 'use utf8' which
56948              is then denied by Safe), then the switch doesn't get undone. Add
56949              a new save type to allow for this.
56950      Branch: perl
56951            ! pp.c scope.c scope.h
56952 ____________________________________________________________________________
56953 [ 23022] By: mhx                                   on 2004/07/01  21:08:44
56954         Log: The microperl config didn't know about usemallocwrap yet.
56955      Branch: perl
56956            ! uconfig.h uconfig.sh
56957 ____________________________________________________________________________
56958 [ 23021] By: mhx                                   on 2004/07/01  14:30:05
56959         Log: Check for definedness of sv before calling sv_derived_from()
56960              to prevent "Use of uninitialized value..." warning.
56961      Branch: perl
56962            ! universal.c
56963 ____________________________________________________________________________
56964 [ 23019] By: nicholas                              on 2004/07/01  10:14:03
56965         Log: Bump version numbers
56966      Branch: perl
56967            ! ext/File/Glob/Glob.pm ext/XS/APItest/APItest.pm
56968            ! ext/threads/threads.pm lib/Carp.pm lib/File/Copy.pm
56969            ! lib/Text/ParseWords.pm lib/Text/Wrap.pm lib/autouse.pm
56970            ! lib/charnames.pm lib/diagnostics.pm lib/utf8.pm
56971 ____________________________________________________________________________
56972 [ 23018] By: nicholas                              on 2004/06/30  21:37:12
56973         Log: Assert that we aren't leaking memory.
56974      Branch: perl
56975            ! sv.c
56976 ____________________________________________________________________________
56977 [ 23016] By: gbarr                                 on 2004/06/30  13:47:36
56978         Log: Sync to libnet-1.19
56979      Branch: perl
56980            ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
56981            ! lib/Net/POP3.pm lib/Net/SMTP.pm lib/Net/t/datasend.t
56982 ____________________________________________________________________________
56983 [ 23014] By: rgs                                   on 2004/06/30  12:12:24
56984         Log: Subject: [PATCH pod/perlop.pod] Documenting undefined behaviour of $i = $i ++.
56985              From: Abigail <abigail@abigail.nl>
56986              Date: Wed, 30 Jun 2004 12:00:21 +0200
56987              Message-ID: <20040630100021.GA23752@abigail.nl>
56988      Branch: perl
56989            ! pod/perlop.pod
56990 ____________________________________________________________________________
56991 [ 23011] By: nicholas                              on 2004/06/29  15:26:34
56992         Log: Note that sv_2mortal isn't just "increase reference count by 1, and
56993              mark that it needs a deferred recount"
56994      Branch: perl
56995            ! sv.c
56996 ____________________________________________________________________________
56997 [ 23010] By: rgs                                   on 2004/06/29  12:12:58
56998         Log: More caveats in B::Deparse's documentation
56999              (suggested by Yves Orton)
57000      Branch: perl
57001            ! ext/B/B/Deparse.pm
57002 ____________________________________________________________________________
57003 [ 23007] By: merijn                                on 2004/06/29  10:57:46
57004         Log: HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSI
57005              11.00 and on are ANSI by default for /opt/ansic/bin
57006              Error was introduced by #22975 in re-enabling 10.01
57007      Branch: perl
57008            ! hints/hpux.sh
57009 ____________________________________________________________________________
57010 [ 23006] By: davem                                 on 2004/06/28  22:50:01
57011         Log: use encoding and "eq" cause memory leak
57012              Perl_sv_eq() was creating a temp and not always freeing it
57013      Branch: perl
57014            ! sv.c
57015 ____________________________________________________________________________
57016 [ 23002] By: nicholas                              on 2004/06/27  20:57:50
57017         Log: Assimilate Locale-Codes-2.07
57018      Branch: perl
57019            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
57020            ! lib/Locale/Codes/t/all.t lib/Locale/Codes/t/constants.t
57021            ! lib/Locale/Codes/t/country.t lib/Locale/Codes/t/currency.t
57022            ! lib/Locale/Codes/t/uk.t lib/Locale/Constants.pm
57023            ! lib/Locale/Constants.pod lib/Locale/Country.pm
57024            ! lib/Locale/Country.pod lib/Locale/Currency.pm
57025            ! lib/Locale/Currency.pod lib/Locale/Language.pm
57026            ! lib/Locale/Language.pod lib/Locale/Script.pm
57027            ! lib/Locale/Script.pod
57028 ____________________________________________________________________________
57029 [ 23001] By: nicholas                              on 2004/06/27  18:27:43
57030         Log: Stop 80_all_env.t failing when LC_ALL is set
57031      Branch: perl
57032            ! lib/I18N/LangTags/t/80_all_env.t
57033 ____________________________________________________________________________
57034 [ 22998] By: nicholas                              on 2004/06/25  22:19:51
57035         Log: Correct detection of absent modules. Based on
57036
57037              Subject: [PATCH] Config{extensions} uses filesystem names as extensions
57038              From: Andy Dougherty <doughera@lafayette.edu>
57039              Message-ID: <Pine.SOL.4.58.0406241505530.14039@maxwell.phys.lafayette.edu>
57040              Date: Thu, 24 Jun 2004 15:09:47 -0400 (EDT)
57041
57042              with improvements from Marcus Holland-Moritz
57043      Branch: perl
57044            ! ext/Devel/PPPort/t/test.t ext/PerlIO/t/scalar.t
57045            ! ext/PerlIO/t/via.t ext/threads/shared/t/disabled.t lib/DB.t
57046            ! lib/Dumpvalue.t lib/PerlIO/via/t/QuotedPrint.t
57047            ! lib/Tie/RefHash.t lib/autouse.t lib/dumpvar.t lib/h2xs.t
57048            ! lib/overload.t t/io/crlf.t
57049 ____________________________________________________________________________
57050 [ 22997] By: mhx                                   on 2004/06/25  20:27:05
57051         Log: Cleanup the main regex in Text::ParseWords and make the
57052              parse_line() routine faster. Add a Unicode test case.
57053      Branch: perl
57054            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
57055 ____________________________________________________________________________
57056 [ 22996] By: merijn                                on 2004/06/25  15:27:21
57057         Log: Subject: [perl #30450] perl 5.8.4: enhancement to hints/solaris_2.sh
57058              From: Nicholas Gianniotis (via RT) <perlbug-followup@perl.org>
57059              Date: 25 Jun 2004 09:39:51 -0000
57060              Message-ID: <rt-3.0.9-30450-91340.10.3279898804255@perl.org>
57061              and
57062              From: Andy Dougherty <doughera@lafayette.edu>
57063              Date: Fri, 25 Jun 2004 11:30:11 -0400 (EDT)
57064              Message-ID: <Pine.SOL.4.58.0406251113420.15961@maxwell.phys.lafayette.edu>
57065      Branch: perl
57066            ! hints/solaris_2.sh
57067 ____________________________________________________________________________
57068 [ 22995] By: rgs                                   on 2004/06/25  15:07:51
57069         Log: Subject: [PATCH] regcomp.c, t/op/regmesg.t -- False range with \p and \P
57070              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
57071              Date: Thu, 24 Jun 2004 16:42:54 -0400 (EDT)
57072              Message-ID: <Pine.LNX.4.44.0406241636340.8774-200000@perlmonk.org>
57073      Branch: perl
57074            ! regcomp.c t/op/regmesg.t
57075 ____________________________________________________________________________
57076 [ 22994] By: rgs                                   on 2004/06/25  08:36:33
57077         Log: More @INC test fixes
57078      Branch: perl
57079            ! t/op/threads.t t/run/switch_A.t t/uni/chomp.t t/uni/tr_7jis.t
57080            ! t/uni/tr_eucjp.t t/uni/tr_sjis.t t/uni/tr_utf8.t
57081 ____________________________________________________________________________
57082 [ 22993] By: rgs                                   on 2004/06/25  08:28:34
57083         Log: Fix the Cwd tests for the core.
57084      Branch: perl
57085            ! ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
57086 ____________________________________________________________________________
57087 [ 22992] By: mhx                                   on 2004/06/24  19:51:06
57088         Log: Fix for: [perl #30442] Text::ParseWords does not handle backslashed newline inside quoted text
57089              Use the suggested regex fix, plus some tests.
57090      Branch: perl
57091            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
57092 ____________________________________________________________________________
57093 [ 22991] By: rgs                                   on 2004/06/24  16:47:24
57094         Log: Upgrade to Cwd 2.18
57095              (with local changes to cwd.t, to adapt it to the core)
57096      Branch: perl
57097            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
57098 ____________________________________________________________________________
57099 [ 22990] By: mhx                                   on 2004/06/24  16:22:05
57100         Log: Fix for: [perl #2738] perl segfautls on input
57101              The parser was incorrectly accepting <> as a subroutine prototype and
57102              newATTRSUB didn't validate the proto argument before accessing op_sv.
57103      Branch: perl
57104            ! op.c pod/perldiag.pod t/comp/parser.t toke.c
57105 ____________________________________________________________________________
57106 [ 22988] By: rgs                                   on 2004/06/24  12:58:35
57107         Log: Upgrade to Cwd 2.17_03
57108      Branch: perl
57109            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm
57110 ____________________________________________________________________________
57111 [ 22977] By: nicholas                              on 2004/06/23  08:38:47
57112         Log: Test that [] // 0 is []
57113      Branch: perl
57114            ! t/op/dor.t
57115 ____________________________________________________________________________
57116 [ 22976] By: rgs                                   on 2004/06/23  08:28:15
57117         Log: Add a regression test for bug #23765 (by Jarkko)
57118      Branch: perl
57119            ! t/op/substr.t
57120 ____________________________________________________________________________
57121 [ 22975] By: merijn                                on 2004/06/23  06:56:15
57122         Log: Backward compatibility issues for HP-UX 10.01 and older
57123              Yes, it is still actively used in production environment
57124              One more patch expected for toke.c optimization level
57125      Branch: perl
57126            ! hints/hpux.sh
57127 ____________________________________________________________________________
57128 [ 22972] By: mhx                                   on 2004/06/22  21:23:59
57129         Log: Proposed patch + test case.
57130
57131              Subject: [perl #30409] charnames.pm clobbers default variable
57132              From: Marcel "Grünauer" (via RT) <perlbug-followup@perl.org>
57133              Date: 22 Jun 2004 16:43:50 -0000
57134              Message-ID: <rt-3.0.9-30409-91174.12.8617678524438@perl.org>
57135      Branch: perl
57136            ! lib/charnames.pm lib/charnames.t
57137 ____________________________________________________________________________
57138 [ 22971] By: mhx                                   on 2004/06/22  21:00:10
57139         Log: Adjust array index in FileCache.pm.
57140
57141              Subject: [perl #30291] Use of uninitialized value (array index reference) in FileCache.pm module at line 140
57142              From: bbucklan@jpl-devvax.jpl.nasa.gov (via RT) <perlbug-followup@perl.org>
57143              Date: 15 Jun 2004 16:55:22 -0000
57144              Message-ID: <rt-3.0.9-30291-90552.18.5392299690759@perl.org>
57145      Branch: perl
57146            ! lib/FileCache.pm
57147 ____________________________________________________________________________
57148 [ 22970] By: mhx                                   on 2004/06/22  20:26:11
57149         Log: Subject: [PATCH] DB_File 1.809  was RE: [perl #30237] DB_File methods and substr don't mix
57150              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
57151              Date: Tue, 22 Jun 2004 21:29:12 +0100
57152              Message-Id: <20040622202910.WBSU21846.mta08-svc.ntlworld.com@MARQUESSPT21>
57153      Branch: perl
57154            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
57155            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
57156            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
57157            ! ext/DB_File/typemap
57158 ____________________________________________________________________________
57159 [ 22969] By: nicholas                              on 2004/06/22  13:25:11
57160         Log: Abolish the "Tied variable freed while still in use" error - I have
57161              a way to cleanly avoid the coredump.
57162      Branch: perl
57163            ! mg.c pod/perldiag.pod t/op/tie.t
57164 ____________________________________________________________________________
57165 [ 22968] By: nicholas                              on 2004/06/22  12:28:58
57166         Log: Subject: [PATCH] Storable signedness nit
57167              From: "Craig A. Berry" <craigberry@mac.com>
57168              Message-ID: <40D3AAC7.6030407@mac.com>
57169              Date: Fri, 18 Jun 2004 21:53:59 -0500
57170      Branch: perl
57171            ! ext/Storable/Storable.xs
57172 ____________________________________________________________________________
57173 [ 22967] By: nicholas                              on 2004/06/22  09:57:23
57174         Log: Skip tests if List::Util not built
57175      Branch: perl
57176            ! lib/DB.t lib/Dumpvalue.t lib/autouse.t lib/dumpvar.t
57177            ! lib/overload.t
57178 ____________________________________________________________________________
57179 [ 22966] By: nicholas                              on 2004/06/22  09:56:59
57180         Log: Skip test if Data::Dumper not built
57181      Branch: perl
57182            ! lib/Tie/RefHash.t
57183 ____________________________________________________________________________
57184 [ 22965] By: nicholas                              on 2004/06/22  09:56:34
57185         Log: Skip test if Devel::PPPort is not built.
57186              Probably should fix h2xs to work without it.
57187      Branch: perl
57188            ! lib/h2xs.t
57189 ____________________________________________________________________________
57190 [ 22964] By: rgs                                   on 2004/06/22  07:34:40
57191         Log: Upgrade to I18N::LangTags 0.32
57192      Branch: perl
57193            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
57194            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/80_all_env.t
57195 ____________________________________________________________________________
57196 [ 22963] By: davem                                 on 2004/06/20  12:00:56
57197         Log: make mktables always update modifed time to play better with make
57198      Branch: perl
57199            ! Makefile.SH lib/unicore/mktables
57200 ____________________________________________________________________________
57201 [ 22962] By: davem                                 on 2004/06/20  11:50:19
57202         Log: fix typo in gp_free
57203      Branch: perl
57204            ! gv.c
57205 ____________________________________________________________________________
57206 [ 22961] By: davem                                 on 2004/06/19  12:36:58
57207         Log: 'make test' without preceeding 'make' fails.
57208              Change #22872 added a target to run mktables, but this was
57209              skipped if 'make test' was run first, causing the build of
57210              Unicode::Normalize to fail.
57211      Branch: perl
57212            ! Makefile.SH
57213 ____________________________________________________________________________
57214 [ 22960] By: nicholas                              on 2004/06/18  20:18:02
57215         Log: When expecting an error, it's best to check the text you got, rather
57216              than blindly assuming that it's correct.
57217      Branch: perl
57218            ! t/op/write.t
57219 ____________________________________________________________________________
57220 [ 22959] By: nicholas                              on 2004/06/18  18:57:30
57221         Log: Case insensitive file systems are bad, m'kay
57222      Branch: perl
57223            ! ext/IO/t/IO.t
57224 ____________________________________________________________________________
57225 [ 22958] By: nicholas                              on 2004/06/18  13:45:51
57226         Log: This needs POSIX, so skip if no POSIX
57227      Branch: perl
57228            ! lib/Pod/t/basic.t
57229 ____________________________________________________________________________
57230 [ 22957] By: nicholas                              on 2004/06/18  13:44:27
57231         Log: Also needs skipping if PerlIO::via not built
57232      Branch: perl
57233            ! lib/PerlIO/via/t/QuotedPrint.t
57234 ____________________________________________________________________________
57235 [ 22956] By: nicholas                              on 2004/06/18  13:24:13
57236         Log: Skip tests when PerlIO::scalar and PerlIO::via aren't built
57237      Branch: perl
57238            ! ext/PerlIO/t/scalar.t ext/PerlIO/t/via.t
57239 ____________________________________________________________________________
57240 [ 22955] By: nicholas                              on 2004/06/18  13:19:16
57241         Log: Not ideal, but skip all of IO's tests if Socket is not built.
57242      Branch: perl
57243            ! ext/IO/t/IO.t
57244 ____________________________________________________________________________
57245 [ 22954] By: nicholas                              on 2004/06/18  13:11:31
57246         Log: Skip test if perl configured without threads::shared
57247      Branch: perl
57248            ! ext/threads/shared/t/disabled.t
57249 ____________________________________________________________________________
57250 [ 22953] By: nicholas                              on 2004/06/18  13:09:24
57251         Log: Skip test if Devel::PPPort not built
57252      Branch: perl
57253            ! ext/Devel/PPPort/t/test.t
57254 ____________________________________________________________________________
57255 [ 22952] By: nicholas                              on 2004/06/18  13:07:40
57256         Log: Skip re tests if re not built.
57257      Branch: perl
57258            ! ext/re/t/re.t
57259 ____________________________________________________________________________
57260 [ 22951] By: nicholas                              on 2004/06/18  11:38:24
57261         Log: If we don't build B, we should skip all its tests.
57262      Branch: perl
57263            ! ext/B/t/asmdata.t ext/B/t/b.t ext/B/t/bblock.t
57264            ! ext/B/t/bytecode.t ext/B/t/concise.t ext/B/t/debug.t
57265            ! ext/B/t/deparse.t ext/B/t/f_map.t ext/B/t/f_sort.t
57266            ! ext/B/t/lint.t ext/B/t/o.t ext/B/t/optree_check.t
57267            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
57268            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
57269            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t ext/B/t/stash.t
57270            ! ext/B/t/terse.t ext/B/t/xref.t
57271 ____________________________________________________________________________
57272 [ 22950] By: nicholas                              on 2004/06/18  11:27:51
57273         Log: D'oh. Don't turn on warnings on the #! line without actually testing
57274              the full code in case it warns.
57275      Branch: perl
57276            ! lib/Unicode/UCD.t
57277 ____________________________________________________________________________
57278 [ 22949] By: nicholas                              on 2004/06/18  09:43:12
57279         Log: Unicode::UCD uses Storable, so we can't test if Storable isn't built.
57280      Branch: perl
57281            ! lib/Unicode/UCD.t
57282 ____________________________________________________________________________
57283 [ 22948] By: nicholas                              on 2004/06/18  09:23:20
57284         Log: Can't test the B modules if we didn't build 'em
57285      Branch: perl
57286            ! t/lib/1_compile.t
57287 ____________________________________________________________________________
57288 [ 22947] By: nicholas                              on 2004/06/18  08:59:01
57289         Log: Need to skip test 7 if perl built without the PerlIO::scalar extension
57290      Branch: perl
57291            ! t/io/crlf.t
57292 ____________________________________________________________________________
57293 [ 22946] By: rgs                                   on 2004/06/18  07:44:34
57294         Log: Upgrade to I18N::LangTags 0.31.
57295      Branch: perl
57296            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
57297            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/10_http.t
57298            ! lib/I18N/LangTags/t/80_all_env.t
57299 ____________________________________________________________________________
57300 [ 22945] By: nicholas                              on 2004/06/17  19:27:05
57301         Log: As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't
57302              seem that memzero() of everything is the most efficient idea.
57303      Branch: perl
57304            ! sv.c
57305 ____________________________________________________________________________
57306 [ 22944] By: nicholas                              on 2004/06/17  14:57:14
57307         Log: Change 22516 forgot to add make_overload.pl to generate test data
57308              (submitted from the pub via wireless, bluetooth and then GPRS out
57309              to the Internet)
57310      Branch: perl
57311            + ext/Storable/t/make_overload.pl
57312            ! MANIFEST
57313 ____________________________________________________________________________
57314 [ 22943] By: nicholas                              on 2004/06/17  12:03:48
57315         Log: Storable should cope if the string to thaw happens to be utf8 encoded
57316              And anything with bytes >=256 is corrupt
57317      Branch: perl
57318            ! ext/Storable/ChangeLog ext/Storable/README
57319            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
57320            ! ext/Storable/t/utf8.t
57321 ____________________________________________________________________________
57322 [ 22942] By: rgs                                   on 2004/06/17  09:57:14
57323         Log: Upgrade to Locale::Maketext 1.09
57324      Branch: perl
57325            + lib/Locale/Maketext/t/01_about_verbose.t
57326            + lib/Locale/Maketext/t/10_make.t lib/Locale/Maketext/t/20_get.t
57327            + lib/Locale/Maketext/t/40_super.t
57328            + lib/Locale/Maketext/t/50_super.t
57329            + lib/Locale/Maketext/t/60_super.t
57330            + lib/Locale/Maketext/t/90_utf8.t
57331            - lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
57332            - lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
57333            - lib/Locale/Maketext/t/04super.t
57334            - lib/Locale/Maketext/t/05super.t
57335            - lib/Locale/Maketext/t/06super.t lib/Locale/Maketext/t/90utf8.t
57336            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
57337            ! lib/Locale/Maketext/README
57338 ____________________________________________________________________________
57339 [ 22941] By: rgs                                   on 2004/06/17  09:43:48
57340         Log: Upgrade to I18N::LangTags 0.30.
57341      Branch: perl
57342            + lib/I18N/LangTags/Detect.pm
57343            + lib/I18N/LangTags/t/01_about_verbose.t
57344            + lib/I18N/LangTags/t/05_main.t lib/I18N/LangTags/t/07_listy.t
57345            + lib/I18N/LangTags/t/10_http.t lib/I18N/LangTags/t/50_super.t
57346            + lib/I18N/LangTags/t/55_supers_strict.t
57347            + lib/I18N/LangTags/t/80_all_env.t
57348            - lib/I18N/LangTags/t/01test.t lib/I18N/LangTags/t/02decency.t
57349            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
57350            ! lib/I18N/LangTags/List.pm
57351 ____________________________________________________________________________
57352 [ 22940] By: rgs                                   on 2004/06/17  08:54:41
57353         Log: More forgiving version comparison in perlivp.
57354      Branch: perl
57355            ! utils/perlivp.PL
57356 ____________________________________________________________________________
57357 [ 22939] By: nicholas                              on 2004/06/16  09:05:57
57358         Log: Improve the substitution to cc_r for threading so that compilers
57359              specified with a full path or as a parameter to ccache are changed
57360      Branch: perl
57361            ! hints/aix.sh
57362 ____________________________________________________________________________
57363 [ 22938] By: rgs                                   on 2004/06/15  14:35:00
57364         Log: Subject: [PATCH] File::Basename docs
57365              From: Boris Zentner <bzm@2bz.de>
57366              Date: Sat, 12 Jun 2004 16:29:42 +0200
57367              Message-Id: <200406121629.42595.bzm@2bz.de>
57368      Branch: perl
57369            ! lib/File/Basename.pm
57370 ____________________________________________________________________________
57371 [ 22937] By: nicholas                              on 2004/06/15  09:21:22
57372         Log: It seems that our assert() macro wasn't good enough.
57373              Changed to one that that is an expression, rather than a statement.
57374              Fix new macros definitions in sv.h to be clean enough C to keep the
57375              AIX compiler happy.
57376      Branch: perl
57377            ! perl.h sv.h
57378 ____________________________________________________________________________
57379 [ 22936] By: rgs                                   on 2004/06/15  08:22:32
57380         Log: Subject: [PATCH] perlop.pod: add an example to the .. and ... operators
57381              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
57382              Date: Tue, 15 Jun 2004 10:15:15 +0300 (IDT)
57383              Message-ID: <Pine.LNX.4.56.0406151013140.14618@vipe.technion.ac.il>
57384      Branch: perl
57385            ! pod/perlop.pod
57386 ____________________________________________________________________________
57387 [ 22935] By: nicholas                              on 2004/06/15  07:17:17
57388         Log: Assert SvTYPE is at least PGMV whenever accessing SvSTASH
57389      Branch: perl
57390            ! ext/Storable/Storable.xs sv.h
57391 ____________________________________________________________________________
57392 [ 22934] By: nicholas                              on 2004/06/14  15:26:38
57393         Log: Assert that SV type has magic member when reading/writing.
57394              Will catch buggy code.
57395      Branch: perl
57396            ! sv.c sv.h
57397 ____________________________________________________________________________
57398 [ 22933] By: rgs                                   on 2004/06/13  17:54:47
57399         Log: More h2ph voodoo.
57400      Branch: perl
57401            ! utils/h2ph.PL
57402 ____________________________________________________________________________
57403 [ 22932] By: rgs                                   on 2004/06/13  15:35:00
57404         Log: Subject: [PATCH] t/TEST
57405              From: Abe Timmerman <abe@ztreet.demon.nl>
57406              Date: Sun, 13 Jun 2004 11:41:49 +0200
57407              Message-Id: <200406131141.50361.abe@ztreet.demon.nl>
57408      Branch: perl
57409            ! t/TEST
57410 ____________________________________________________________________________
57411 [ 22931] By: rgs                                   on 2004/06/11  16:54:00
57412         Log: Reapply change #20983, rolled back by change #22920,
57413              as noticed by Craig Berry.
57414      Branch: perl
57415            ! pod/pod2usage.PL pod/podselect.PL
57416 ____________________________________________________________________________
57417 [ 22930] By: rgs                                   on 2004/06/11  14:22:55
57418         Log: More h2ph tweaks: recognition of C types
57419      Branch: perl
57420            ! utils/h2ph.PL
57421 ____________________________________________________________________________
57422 [ 22929] By: rgs                                   on 2004/06/11  13:46:53
57423         Log: More h2ph tweaking for gcc __inline functions
57424      Branch: perl
57425            ! utils/h2ph.PL
57426 ____________________________________________________________________________
57427 [ 22928] By: mhx                                   on 2004/06/11  09:37:42
57428         Log: t/comp/utf.t failed when configuring with -Dnoextensions=Encode
57429      Branch: perl
57430            ! t/comp/utf.t
57431 ____________________________________________________________________________
57432 [ 22927] By: rgs                                   on 2004/06/11  08:28:19
57433         Log: Remove a warning against unsafe signals in perlipc.pod,
57434              now that we have "safe signals".
57435      Branch: perl
57436            ! pod/perlipc.pod
57437 ____________________________________________________________________________
57438 [ 22926] By: rgs                                   on 2004/06/10  19:03:51
57439         Log: Subject: Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparsed code properly
57440              From: Mathieu Arnold <m@absolight.fr>
57441              Date: Thu, 10 Jun 2004 16:43:58 +0200
57442              Message-ID: <34D483170C7F84E0DFBE442B@andromede.in.reaumur.net>
57443              (with a test adjustment)
57444      Branch: perl
57445            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
57446 ____________________________________________________________________________
57447 [ 22925] By: rgs                                   on 2004/06/10  17:26:15
57448         Log: Make h2ph able to understand a limited set of inline functions.
57449              The glibc apparently now ships headers that use inline functions
57450              instead of plain old macros.
57451      Branch: perl
57452            ! utils/h2ph.PL
57453 ____________________________________________________________________________
57454 [ 22924] By: rgs                                   on 2004/06/10  07:55:41
57455         Log: Subject: Change 22872 breaks shared miniperl invocation
57456              From: Alexey Tourbin <at@altlinux.ru>
57457              Date: Fri, 4 Jun 2004 13:24:17 +0400
57458              Message-ID: <20040604092417.GA13447@solemn.turbinal.org>
57459      Branch: perl
57460            ! Makefile.SH
57461 ____________________________________________________________________________
57462 [ 22923] By: rgs                                   on 2004/06/09  19:47:47
57463         Log: Subject: Re: [perl #30045] Transliteration replacement not terminated message obscure
57464              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
57465              Date: Mon, 7 Jun 2004 00:28:55 -0700
57466              Message-ID: <20040607072854.GB1028@efn.org>
57467      Branch: perl
57468            ! pod/perldiag.pod
57469 ____________________________________________________________________________
57470 [ 22922] By: rgs                                   on 2004/06/09  18:40:45
57471         Log: Remove the "malloc wrappage" tests, due to their unportability
57472              (as suggested by Jarkko.)
57473      Branch: perl
57474            ! t/op/array.t t/op/repeat.t
57475 ____________________________________________________________________________
57476 [ 22921] By: rgs                                   on 2004/06/09  15:57:58
57477         Log: Subject: [PATCH] Re: [perl #24081] invalid regexp in perl -V
57478              From: Robin Barker <Robin.Barker@npl.co.uk>
57479              Date: Wed, 9 Jun 2004 12:02:01 +0100
57480              Message-ID: <533D273D4014D411AB1D00062938C4D9040468F1@hotel.npl.co.uk>
57481              with further adjustements for bleadperl
57482      Branch: perl
57483            ! configpm lib/Config.t
57484 ____________________________________________________________________________
57485 [ 22920] By: rgs                                   on 2004/06/09  13:13:29
57486         Log: Upgrade to Pod::Parser 1.28
57487              (except Pod::Find, which has local patches not yet on CPAN)
57488      Branch: perl
57489            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Parser.pm
57490            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
57491            ! t/pod/find.t
57492 ____________________________________________________________________________
57493 [ 22919] By: mhx                                   on 2004/06/09  12:50:12
57494         Log: s/64bit/64-bit/g for consistency in the READMEs.
57495      Branch: perl
57496            ! README.aix README.hpux
57497 ____________________________________________________________________________
57498 [ 22918] By: rgs                                   on 2004/06/09  12:43:59
57499         Log: Subject: [patch] Windows/Win32 thread handle leak with threads join
57500              From: "Kevin Chase" <kevincha99@hotmail.com>
57501              Date: Sun, 06 Jun 2004 09:44:44 -0700
57502              Message-ID: <BAY2-F172Ih5h5xf4rJ0001a3a6@hotmail.com>
57503      Branch: perl
57504            ! ext/threads/threads.xs
57505 ____________________________________________________________________________
57506 [ 22917] By: merijn                                on 2004/06/09  11:46:23
57507         Log: Several updates, major, and minor corrections, model updates,
57508              explained the model numbering of HP-UX servers.
57509      Branch: perl
57510            ! README.hpux
57511 ____________________________________________________________________________
57512 [ 22916] By: rgs                                   on 2004/06/09  09:53:58
57513         Log: Upgrade to Pod::Perldoc 3.13
57514      Branch: perl
57515            + lib/Pod/Perldoc/t/01_about_verbose.t
57516            ! MANIFEST lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
57517 ____________________________________________________________________________
57518 [ 22915] By: rgs                                   on 2004/06/09  09:08:46
57519         Log: Upgrade to Digest 1.08.
57520      Branch: perl
57521            ! lib/Digest.pm
57522 ____________________________________________________________________________
57523 [ 22914] By: rgs                                   on 2004/06/09  08:08:55
57524         Log: Upgrade to CGI.pm 3.05
57525      Branch: perl
57526            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Util.pm lib/CGI/t/html.t
57527 ____________________________________________________________________________
57528 [ 22913] By: davem                                 on 2004/06/08  22:20:40
57529         Log: double DESTROY in for loop
57530              pp_iter decremented the ref count of the previous iterant before
57531              unaliasing it. This could lead to DESTROY being called with the
57532              loop variable still aliased to the freed value. If the DESTROY
57533              also contained a for loop with the same iterator variable, the
57534              freed value would get resurrected then freed for a second time.
57535      Branch: perl
57536            ! pp_hot.c t/cmd/for.t
57537 ____________________________________________________________________________
57538 [ 22912] By: rgs                                   on 2004/06/08  18:51:03
57539         Log: Upgrade to Pod::LaTeX 0.57
57540      Branch: perl
57541            + lib/Pod/t/user.t
57542            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
57543 ____________________________________________________________________________
57544 [ 22911] By: rgs                                   on 2004/06/08  18:42:29
57545         Log: Upgrade to Unicode::Normalize 0.30.
57546      Branch: perl
57547            ! ext/Unicode/Normalize/Changes
57548            ! ext/Unicode/Normalize/Normalize.pm
57549            ! ext/Unicode/Normalize/Normalize.xs
57550            ! ext/Unicode/Normalize/t/illegal.t
57551            ! ext/Unicode/Normalize/t/short.t
57552            ! ext/Unicode/Normalize/t/split.t
57553 ____________________________________________________________________________
57554 [ 22910] By: rgs                                   on 2004/06/08  18:40:38
57555         Log: Remove a spurious \n in a perltie example,
57556              noticed by Geoffrey Young.
57557      Branch: perl
57558            ! pod/perltie.pod
57559 ____________________________________________________________________________
57560 [ 22909] By: rgs                                   on 2004/06/08  18:34:23
57561         Log: Upgrade to Unicode::Collate 0.40
57562      Branch: perl
57563            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/hangul.t
57564 ____________________________________________________________________________
57565 [ 22908] By: rgs                                   on 2004/06/08  18:23:54
57566         Log: Upgrade to Time::Local 1.10.
57567      Branch: perl
57568            ! lib/Time/Local.pm lib/Time/Local.t
57569 ____________________________________________________________________________
57570 [ 22907] By: rgs                                   on 2004/06/08  18:02:59
57571         Log: Upgrade to Test::Harness 2.42
57572      Branch: perl
57573            ! lib/Test/Harness.pm lib/Test/Harness/Changes
57574            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/prove-switches.t
57575 ____________________________________________________________________________
57576 [ 22906] By: nicholas                              on 2004/06/08  14:59:20
57577         Log: Patch 22835 Failed to upgrade all the new files in Encode 2.01
57578              As spotted by Jerry D. Hedden
57579      Branch: perl
57580            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
57581 ____________________________________________________________________________
57582 [ 22905] By: rgs                                   on 2004/06/08  13:53:40
57583         Log: Subject: Re: newSVpvn(NULL, 0); doesn't work as advertised
57584              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
57585              Date: Fri, 4 Jun 2004 16:29:44 +0200
57586              Message-Id: <20040604162944.4011f1c6@r2d2>
57587      Branch: perl
57588            ! pod/perlapi.pod sv.c
57589 ____________________________________________________________________________
57590 [ 22904] By: rgs                                   on 2004/06/08  13:44:27
57591         Log: Subject: Re: [PATCH] Re: Lack of error for large string on Solaris
57592              From: Jarkko Hietaniemi <jhi@iki.fi>
57593              Date: Mon, 07 Jun 2004 20:09:42 +0300
57594              Message-ID: <40C4A156.5030205@iki.fi>
57595      Branch: perl
57596            ! av.c pod/perldiag.pod pp.c pp_hot.c t/op/array.t t/op/repeat.t
57597 ____________________________________________________________________________
57598 [ 22903] By: rgs                                   on 2004/06/08  10:19:27
57599         Log: Subject: [perl #30073] Misleading docs of Text::Wrap
57600              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
57601              Date: 6 Jun 2004 21:50:19 -0000
57602              Message-ID: <rt-3.0.9-30073-89834.19.0927626986204@perl.org>
57603      Branch: perl
57604            ! lib/Text/Wrap.pm
57605 ____________________________________________________________________________
57606 [ 22902] By: rgs                                   on 2004/06/06  07:49:27
57607         Log: Subject: Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T
57608              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
57609              Date: Sun, 06 Jun 2004 00:37:21 +0900
57610              Message-Id: <20040606003344.57B2.BQW10602@nifty.com>
57611      Branch: perl
57612            ! lib/utf8.pm pod/perlapi.pod sv.c t/op/utftaint.t
57613 ____________________________________________________________________________
57614 [ 22901] By: rgs                                   on 2004/06/03  15:19:52
57615         Log: Subject: [PATCH] Have win32/makefile.mk default to gcc, and update docs
57616              From: Steve Hay <steve.hay@uk.radan.com>
57617              Date: Thu, 03 Jun 2004 15:46:17 +0100
57618              Message-ID: <40BF39B9.3060207@uk.radan.com>
57619      Branch: perl
57620            ! README.win32 win32/makefile.mk
57621 ____________________________________________________________________________
57622 [ 22900] By: rgs                                   on 2004/06/03  13:20:37
57623         Log: perlpodspec uses 'nonbreaking' and 'non-breaking'.
57624              Normalize on the hyphenated spelling.
57625      Branch: perl
57626            ! pod/perlpodspec.pod
57627 ____________________________________________________________________________
57628 [ 22899] By: rgs                                   on 2004/06/03  13:03:20
57629         Log: Workaround a dmake oddity.
57630              Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
57631              From: Steve Hay <steve.hay@uk.radan.com>
57632              Date: Thu, 03 Jun 2004 12:16:13 +0100
57633              Message-ID: <40BF087D.8030005@uk.radan.com>
57634      Branch: perl
57635            ! win32/makefile.mk
57636 ____________________________________________________________________________
57637 [ 22898] By: rgs                                   on 2004/06/03  09:02:31
57638         Log: Carp was mostly unusable with Safe because it may require
57639              Carp::Heavy at run-time (while require() is forbidden.)
57640              Have Safe load Carp::Heavy.
57641      Branch: perl
57642            ! ext/Opcode/Safe.pm lib/Carp.pm
57643 ____________________________________________________________________________
57644 [ 22897] By: mhx                                   on 2004/06/02  18:03:40
57645         Log: Make change #22889 work for threaded builds, Part 2.
57646      Branch: perl
57647            ! XSUB.h
57648 ____________________________________________________________________________
57649 [ 22896] By: mhx                                   on 2004/06/02  17:18:44
57650         Log: Make change #22889 work for threaded builds.
57651      Branch: perl
57652            ! pad.c pp.c
57653 ____________________________________________________________________________
57654 [ 22895] By: mhx                                   on 2004/06/02  16:48:41
57655         Log: Fix apidoc entries for PUSHMARK and newXSproto.
57656      Branch: perl
57657            ! XSUB.h pod/perlapi.pod pp.h
57658 ____________________________________________________________________________
57659 [ 22894] By: mhx                                   on 2004/06/02  16:42:24
57660         Log: Document embed.fnc 'U' and 's' flags.
57661      Branch: perl
57662            ! embed.fnc
57663 ____________________________________________________________________________
57664 [ 22893] By: rgs                                   on 2004/06/02  08:21:30
57665         Log: Subject: [PATCH] on VMS, always exit with failure in my_failure_exit
57666              From: "Craig A. Berry" <craigberry@mac.com>
57667              Date: Tue, 01 Jun 2004 23:16:58 -0500
57668              Message-ID: <40BD54BA.9040708@mac.com>
57669      Branch: perl
57670            ! perl.c
57671 ____________________________________________________________________________
57672 [ 22892] By: rgs                                   on 2004/06/02  08:19:30
57673         Log: Subject: Re: [PATCH] [perl #29612] ndbm failure in make test
57674              From: Alexey Tourbin <at@altlinux.ru>
57675              Date: Sat, 22 May 2004 02:22:22 +0400
57676              Message-ID: <20040521222222.GJ2030@solemn.turbinal.org>
57677      Branch: perl
57678            ! ext/NDBM_File/hints/linux.pl
57679 ____________________________________________________________________________
57680 [ 22891] By: rgs                                   on 2004/06/02  06:47:58
57681         Log: Detypo.
57682      Branch: perl
57683            ! pod/perlintern.pod pp_ctl.c
57684 ____________________________________________________________________________
57685 [ 22890] By: rgs                                   on 2004/06/02  06:43:30
57686         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
57687              From: Andrew Dougherty <doughera@lafayette.edu>
57688              Date: Tue, 1 Jun 2004 16:25:48 -0400 (EDT)
57689              Message-ID: <Pine.SOL.4.58.0406011619090.4066@maxwell.phys.lafayette.edu>
57690      Branch: perl
57691            ! INSTALL README
57692 ____________________________________________________________________________
57693 [ 22889] By: rgs                                   on 2004/06/02  06:07:53
57694         Log: Make the dUNDERBAR/UNDERBAR macros work as advertised.
57695              While we're at it, use the same trick to make reverse()
57696              work correctly with lexical $_.
57697      Branch: perl
57698            ! XSUB.h embed.fnc embed.h global.sym pad.c pp.c proto.h
57699            ! t/op/mydef.t
57700 ____________________________________________________________________________
57701 [ 22888] By: rgs                                   on 2004/06/01  15:26:59
57702         Log: Subject: [PATCH] Remove redundant %SIG assignments from FileCache
57703              From: Alan Burlison <Alan.Burlison@Sun.COM>
57704              Date: Fri, 28 May 2004 12:27:06 +0100
57705              Message-ID: <40B7220A.4040305@sun.com>
57706      Branch: perl
57707            ! lib/FileCache.pm
57708 ____________________________________________________________________________
57709 [ 22887] By: merijn                                on 2004/06/01  14:30:48
57710         Log: Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
57711              From: Steve Hay <steve.hay@uk.radan.com>
57712              Date: Tue, 01 Jun 2004 15:30:37 +0100
57713              Message-ID: <40BC930D.90701@uk.radan.com>
57714      Branch: perl
57715            ! win32/Makefile win32/makefile.mk
57716 ____________________________________________________________________________
57717 [ 22886] By: rgs                                   on 2004/06/01  12:24:30
57718         Log: Subject: [Fwd: [PATCH] Pod::Find should ignore SCM files and dirs]
57719              From: Alan Burlison <Alan.Burlison@sun.com>
57720              Date: Fri, 28 May 2004 23:28:44 +0100
57721              Message-ID: <40B7BD1C.40309@sun.com>
57722      Branch: perl
57723            ! lib/Pod/Find.pm
57724 ____________________________________________________________________________
57725 [ 22885] By: rgs                                   on 2004/06/01  12:17:18
57726         Log: Subject: Re: [PATCH] UPDATE - Grammatical fixes and explanations in perlfunc.pod (sysopen)
57727              From: Paul Fenwick <pjf@perltraining.com.au>
57728              Date: Tue, 1 Jun 2004 11:31:34 +1000
57729              Message-ID: <20040601013134.GA11005@perltraining.com.au>
57730      Branch: perl
57731            ! pod/perlfunc.pod
57732 ____________________________________________________________________________
57733 [ 22884] By: merijn                                on 2004/06/01  10:51:33
57734         Log: Subject: [PATCH] configure.com and PERL_API_REVISION
57735              From: "Craig A. Berry" <craigberry@mac.com>
57736              Date: Mon, 31 May 2004 21:04:07 -0500
57737              Message-ID: <40BBE417.2090001@mac.com>
57738      Branch: perl
57739            ! configure.com
57740 ____________________________________________________________________________
57741 [ 22883] By: rgs                                   on 2004/06/01  09:25:32
57742         Log: Subject: [PATCH] Shell.pm: pod rewrite and new mini-feature $Shell::raw
57743              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
57744              Date: Tue, 1 Jun 2004 07:52:58 +0200
57745              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C744@attmsx1.aut.alcatel.at>
57746      Branch: perl
57747            ! lib/Shell.pm
57748 ____________________________________________________________________________
57749 [ 22882] By: rgs                                   on 2004/06/01  08:44:01
57750         Log: Subject: [PATCH] perlhack.pod - working with the Perl source
57751              From: Dave Rolsky <autarch@urth.org>
57752              Date: Mon, 31 May 2004 12:52:43 -0500 (CDT)
57753              Message-ID: <Pine.LNX.4.58.0405311250520.7714@urth.org>
57754      Branch: perl
57755            ! pod/perlhack.pod
57756 ____________________________________________________________________________
57757 [ 22881] By: nicholas                              on 2004/05/31  19:06:21
57758         Log: replace the run time code in lib/utf8_pva.pl with data generated
57759              at build by mktables, stored in lib/unicore/PVA.pl
57760      Branch: perl
57761            - lib/utf8_pva.pl
57762            ! MANIFEST Makefile.SH lib/unicore/mktables lib/utf8_heavy.pl
57763            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
57764 ____________________________________________________________________________
57765 [ 22880] By: nicholas                              on 2004/05/31  17:26:56
57766         Log: Don't need to require utf8_pva.pl at top of file
57767      Branch: perl
57768            ! lib/utf8_heavy.pl
57769 ____________________________________________________________________________
57770 [ 22879] By: nicholas                              on 2004/05/31  14:24:56
57771         Log: Run mktables as part of the build process.
57772              Don't ship any of the files that it generates in lib/unicore
57773      Branch: perl
57774            - (delete 419 files)
57775            ! MANIFEST Makefile.SH lib/unicore/mktables
57776            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
57777 ____________________________________________________________________________
57778 [ 22878] By: rgs                                   on 2004/05/31  14:20:53
57779         Log: Subject: [perl #29937] Entries missing from .packlist
57780              From: jdhedden@1979.usna.com (via RT) <perlbug-followup@perl.org>
57781              Date: 28 May 2004 19:23:48 -0000
57782              Message-ID: <rt-3.0.9-29937-88315.2.18472609678159@perl.org>
57783      Branch: perl
57784            ! installman installperl
57785 ____________________________________________________________________________
57786 [ 22877] By: rgs                                   on 2004/05/31  12:50:57
57787         Log: Subject: [PATCH] Re: [perl #29969] h2ph not correctly processing glibc sys/sysmacros.ph
57788              From: <wolfgang.laun@chello.at>
57789              Date: Sun, 30 May 2004 17:27:07 +0200
57790              Message-Id: <20040530152707.ZLWL22856.viefep16-int.chello.at@localhost>
57791      Branch: perl
57792            ! utils/h2ph.PL
57793 ____________________________________________________________________________
57794 [ 22876] By: rgs                                   on 2004/05/31  09:52:05
57795         Log: Subject: [PATCH] Fix anomalies in Carp functions
57796              From: Steve Hay <steve.hay@uk.radan.com>
57797              Date: Tue, 25 May 2004 16:05:02 +0100
57798              Message-ID: <40B3609E.5060502@uk.radan.com>
57799      Branch: perl
57800            ! lib/Carp.t lib/Carp/Heavy.pm lib/autouse.t
57801 ____________________________________________________________________________
57802 [ 22875] By: rgs                                   on 2004/05/31  09:25:37
57803         Log: Subject: [PATCH] Fix generation of perlapi.pod
57804              From: Steve Hay <steve.hay@uk.radan.com>
57805              Date: Fri, 28 May 2004 11:46:41 +0100
57806              Message-ID: <40B71891.6090806@uk.radan.com>
57807      Branch: perl
57808            ! autodoc.pl pod/perlapi.pod
57809 ____________________________________________________________________________
57810 [ 22874] By: davem                                 on 2004/05/30  22:31:03
57811         Log: Subject:  Re: my $x->{foo} doesn't work
57812              From:  Shinya Hayakawa <hayakawa@livedoor.jp>
57813              Date:  Tue, 25 May 2004 00:06:06 +0900
57814              Message-Id:  <200405250006.06387.hayakawa@livedoor.jp>
57815
57816              Allow autovivification of (my $x)->{foo}
57817      Branch: perl
57818            ! pp_hot.c t/op/my.t
57819 ____________________________________________________________________________
57820 [ 22873] By: nicholas                              on 2004/05/30  21:58:36
57821         Log: Convert to using File::Spec, so that we can build Unicode files
57822              on all platforms
57823      Branch: perl
57824            ! lib/unicore/mktables
57825 ____________________________________________________________________________
57826 [ 22872] By: nicholas                              on 2004/05/30  20:34:07
57827         Log: First step to generating Unicode files for the regexp engine at build
57828              time - targets in the Makefile
57829      Branch: perl
57830            ! Makefile.SH
57831 ____________________________________________________________________________
57832 [ 22870] By: davem                                 on 2004/05/30  14:30:45
57833         Log: Problem with autouse (causing Perl to crash)
57834              @_ sometimes wasn't getting created right
57835      Branch: perl
57836            ! pad.c pp_ctl.c t/op/goto.t
57837 ____________________________________________________________________________
57838 [ 22868] By: nicholas                              on 2004/05/30  13:57:05
57839         Log: Upgrade to Encode 2.01.
57840      Branch: perl
57841            ! ext/Encode/lib/Encode/CN/HZ.pm
57842            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
57843 ____________________________________________________________________________
57844 [ 22866] By: nicholas                              on 2004/05/30  13:11:41
57845         Log: Skip in minitest
57846      Branch: perl
57847            ! t/comp/utf.t
57848 ____________________________________________________________________________
57849 [ 22853] By: rgs                                   on 2004/05/28  06:29:28
57850         Log: Subject: [PATCH doc] Re: undef loses it magicness when assigned to a variable?
57851              From: Stas Bekman <stas@stason.org>
57852              Date: Thu, 27 May 2004 11:25:08 -0700
57853              Message-ID: <40B63284.5040203@stason.org>
57854      Branch: perl
57855            ! pod/perlapi.pod pod/perlguts.pod sv.h
57856 ____________________________________________________________________________
57857 [ 22852] By: merijn                                on 2004/05/28  05:31:25
57858         Log: Subject: TEST needs to ignore SCM files
57859              From: Alan Burlison <Alan.Burlison@sun.com>
57860              Date: Thu, 27 May 2004 23:32:28 +0100
57861              Message-ID: <40B66C7C.8030303@sun.com>
57862      Branch: perl
57863            ! t/TEST
57864 ____________________________________________________________________________
57865 [ 22850] By: rgs                                   on 2004/05/26  16:17:24
57866         Log: Subject: [PATCH] 'perl -v' fails if local_patches contains code snippets
57867              From: Alan Burlison <Alan.Burlison@sun.com>
57868              Date: Wed, 26 May 2004 16:24:03 +0100
57869              Message-ID: <40B4B693.9090905@sun.com>
57870              (using \0 as a separator for q//)
57871      Branch: perl
57872            ! perl.c
57873 ____________________________________________________________________________
57874 [ 22848] By: rgs                                   on 2004/05/26  08:15:29
57875         Log: Subject: [PATCH] correctly handle C<< >> and C<<< >>> in diagnostics
57876              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
57877              Date: Tue, 25 May 2004 02:29:37 -0700
57878              Message-ID: <20040525092937.GA2332@efn.org>
57879      Branch: perl
57880            ! lib/diagnostics.pm
57881 ____________________________________________________________________________
57882 [ 22843] By: rgs                                   on 2004/05/24  16:12:41
57883         Log: Tests for change #22842, by SADAHIRO Tomoyuki
57884              (adapted to the core)
57885      Branch: perl
57886            + t/op/utftaint.t
57887            ! MANIFEST
57888 ____________________________________________________________________________
57889 [ 22842] By: rgs                                   on 2004/05/24  15:55:23
57890         Log: Subject: Re: utf-8 and taint don't work together
57891              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
57892              Date: Sat, 22 May 2004 21:38:33 +0900
57893              Message-Id: <20040522212704.C068.BQW10602@nifty.com>
57894
57895              Date: Sun, 23 May 2004 09:56:15 +0900
57896              Message-Id: <20040523095609.E404.BQW10602@nifty.com>
57897      Branch: perl
57898            ! ext/Encode/lib/Encode/CN/HZ.pm
57899            ! ext/Encode/lib/Encode/Unicode/UTF7.pm sv.c
57900 ____________________________________________________________________________
57901 [ 22841] By: rgs                                   on 2004/05/24  11:43:32
57902         Log: Subject: [PATCH] win32_chsize is not exported on Win32
57903              From: Steve Hay <steve.hay@uk.radan.com>
57904              Date: Mon, 24 May 2004 12:52:48 +0100
57905              Message-ID: <40B1E210.4050202@uk.radan.com>
57906      Branch: perl
57907            ! makedef.pl
57908 ____________________________________________________________________________
57909 [ 22840] By: rgs                                   on 2004/05/24  11:23:31
57910         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
57911              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
57912              Date: Fri, 21 May 2004 11:35:34 -0700
57913              Message-ID: <20040521183533.GA5108@efn.org>
57914              (plus whitespace removal)
57915      Branch: perl
57916            ! INSTALL
57917 ____________________________________________________________________________
57918 [ 22839] By: davem                                 on 2004/05/22  11:15:34
57919         Log: Optimization busted: '@a = "b", sort @a' drops "b"
57920              Fix the sort-in-place optimization of change #22349.
57921      Branch: perl
57922            ! op.c t/op/sort.t
57923 ____________________________________________________________________________
57924 [ 22838] By: gbarr                                 on 2004/05/22  07:41:21
57925         Log: Update to Scalar-List-Utils-1.14
57926      Branch: perl
57927            + ext/List/Util/Changes
57928            - ext/List/Util/ChangeLog
57929            ! MANIFEST ext/List/Util/README ext/List/Util/Util.xs
57930            ! ext/List/Util/lib/List/Util.pm
57931            ! ext/List/Util/lib/Scalar/Util.pm
57932 ____________________________________________________________________________
57933 [ 22837] By: rgs                                   on 2004/05/21  15:40:49
57934         Log: Subject: Proposed doc patch for getsockopt
57935              From: perl5-porters@ton.iguana.be (Ton Hospel)
57936              Date: Sun, 16 May 2004 13:35:20 +0000 (UTC)
57937              Message-Id: <c87qmo$u9b$1@post.home.lunix>
57938      Branch: perl
57939            ! pod/perlfunc.pod
57940 ____________________________________________________________________________
57941 [ 22836] By: rgs                                   on 2004/05/21  08:45:28
57942         Log: Subject: [PATCH] h2xs doesn't recognize indented enums
57943              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
57944              Date: Fri, 21 May 2004 10:51:58 +0200
57945              Message-id: <20040521085158.GA10660@ethan>
57946              (modified regexp)
57947      Branch: perl
57948            ! utils/h2xs.PL
57949 ____________________________________________________________________________
57950 [ 22835] By: rgs                                   on 2004/05/20  13:30:25
57951         Log: Upgrade to Encode 2.00.
57952      Branch: perl
57953            ! (edit 147 files)
57954 ____________________________________________________________________________
57955 [ 22833] By: rgs                                   on 2004/05/20  11:48:29
57956         Log: Test portability nit.
57957              Subject: [PATCH] Re: Smoke [5.9.2] 22821 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
57958              From: Steve Hay <steve.hay@uk.radan.com>
57959              Date: Tue, 18 May 2004 11:31:04 +0100
57960              Message-ID: <40A9E5E8.7030800@uk.radan.com>
57961      Branch: perl
57962            ! ext/B/t/optree_specials.t
57963 ____________________________________________________________________________
57964 [ 22831] By: davem                                 on 2004/05/19  21:02:04
57965         Log: improve hashing algorithm for ptr tables in perl_clone:
57966              the bottom few bits of a pointer are usually zero
57967      Branch: perl
57968            ! sv.c
57969 ____________________________________________________________________________
57970 [ 22830] By: davem                                 on 2004/05/19  20:17:55
57971         Log: Thread creation time is hypersensitive
57972
57973              Due to a logic error, the dup ptr table sometimes wans't being
57974              grown, leading to extremely slow cloning.
57975      Branch: perl
57976            ! sv.c
57977 ____________________________________________________________________________
57978 [ 22829] By: rgs                                   on 2004/05/18  13:05:48
57979         Log: perlrun.pod minor fixes :
57980              - the parameter to -x is optional
57981              - pod nit
57982      Branch: perl
57983            ! pod/perlrun.pod
57984 ____________________________________________________________________________
57985 [ 22828] By: rgs                                   on 2004/05/18  12:54:47
57986         Log: Subject: [perl #29623] Patch for h2xs.t in Perl 5.8.4
57987              From: mats@sm5sxl.net (via RT) <perlbug-followup@perl.org>
57988              Date: 16 May 2004 13:33:32 -0000
57989              Message-ID: <rt-3.0.9-29623-87522.10.1965589695082@perl.org>
57990      Branch: perl
57991            ! lib/h2xs.t
57992 ____________________________________________________________________________
57993 [ 22827] By: rgs                                   on 2004/05/18  12:16:42
57994         Log: Subject: [PATCH] Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
57995              From: Steve Hay <steve.hay@uk.radan.com>
57996              Date: Fri, 14 May 2004 17:33:17 +0100
57997              Message-ID: <40A4F4CD.2000003@uk.radan.com>
57998      Branch: perl
57999            ! t/comp/utf.t
58000 ____________________________________________________________________________
58001 [ 22826] By: rgs                                   on 2004/05/18  08:15:27
58002         Log: Error message too wide.
58003      Branch: perl
58004            ! perl.c
58005 ____________________________________________________________________________
58006 [ 22825] By: rgs                                   on 2004/05/17  15:12:03
58007         Log: Remove a TODO test that is no longer to do.
58008      Branch: perl
58009            ! ext/B/t/f_sort.t
58010 ____________________________________________________________________________
58011 [ 22824] By: rgs                                   on 2004/05/17  15:08:40
58012         Log: Fix new B::Concise test output
58013              Subject: Re: Smoke [5.9.2] 22820 FAIL(F) openbsd 3.5 (i386/1 cpu)
58014              From: Jim Cromie <jcromie@divsol.com>
58015              Date: Mon, 17 May 2004 09:19:00 -0600
58016              Message-ID: <40A8D7E4.1020007@divsol.com>
58017      Branch: perl
58018            ! ext/B/t/f_sort.t t/TEST
58019 ____________________________________________________________________________
58020 [ 22823] By: rgs                                   on 2004/05/17  08:54:15
58021         Log: Subject: [PATCH] Re: [perl #29581] glob() misses a lot of matches
58022              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
58023              Date: Mon, 17 May 2004 07:38:19 +0200
58024              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C71E@attmsx1.aut.alcatel.at>
58025      Branch: perl
58026            ! ext/File/Glob/Glob.xs
58027 ____________________________________________________________________________
58028 [ 22822] By: rgs                                   on 2004/05/17  08:49:53
58029         Log: David Manura is the new maintainer of Text::Balanced.
58030      Branch: perl
58031            ! Porting/Maintainers.pl
58032 ____________________________________________________________________________
58033 [ 22821] By: davem                                 on 2004/05/16  15:31:42
58034         Log: make Text::Balanced skip "case /..../" correctly for Switch.pm
58035      Branch: perl
58036            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extcbk.t
58037 ____________________________________________________________________________
58038 [ 22820] By: rgs                                   on 2004/05/14  16:30:07
58039         Log: Subject: Re: more B::Concise stuff (PATCH - updated)
58040              From: Jim Cromie <jcromie@divsol.com>
58041              Date: Mon, 10 May 2004 05:28:11 -0600
58042              Message-ID: <409F674B.2000506@divsol.com>
58043      Branch: perl
58044            + ext/B/t/f_map ext/B/t/f_map.t ext/B/t/f_sort ext/B/t/f_sort.t
58045            + ext/B/t/optree_specials.t
58046            ! MANIFEST ext/B/B/Concise.pm ext/B/B/Showlex.pm
58047            ! ext/B/B/Terse.pm ext/B/t/OptreeCheck.pm ext/B/t/concise.t
58048            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
58049            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
58050            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t
58051 ____________________________________________________________________________
58052 [ 22819] By: rgs                                   on 2004/05/14  09:38:43
58053         Log: Add new dUNDERBAR and UNDERBAR macros, to help XS writers to
58054              access the $_ variable, even when there is a lexical one in scope.
58055      Branch: perl
58056            ! XSUB.h pod/perlapi.pod
58057 ____________________________________________________________________________
58058 [ 22818] By: nicholas                              on 2004/05/13  12:15:17
58059         Log: Subject: BOM-marked and (BOMless) UTF-16 scripts not working
58060              From: Jarkko Hietaniemi <jhi@iki.fi>
58061              Message-ID: <40A26D75.8080406@iki.fi>
58062              Date: Wed, 12 May 2004 21:31:17 +0300
58063      Branch: perl
58064            + t/comp/utf.t
58065            ! MANIFEST pod/perldiag.pod pod/perlunicode.pod toke.c
58066 ____________________________________________________________________________
58067 [ 22817] By: rgs                                   on 2004/05/12  16:29:07
58068         Log: Subject: [perl #29527] Perl 5.8.4 build problems on LynxOS
58069              From: Olli Savia (via RT) <perlbug-followup@perl.org>
58070              Date: 12 May 2004 13:02:41 -0000
58071              Message-ID: <rt-3.0.9-29527-87290.17.3367022021997@perl.org>
58072      Branch: perl
58073            ! sv.c
58074 ____________________________________________________________________________
58075 [ 22816] By: rgs                                   on 2004/05/12  16:16:50
58076         Log: Make XSLoader update @DynaLoader::dl_shared_objects.
58077      Branch: perl
58078            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
58079 ____________________________________________________________________________
58080 [ 22815] By: merijn                                on 2004/05/12  10:43:42
58081         Log: Subject: [PATCH] Configure shouldn't unconditionally add in -pipe
58082              From: Andy Dougherty <doughera@lafayette.edu>
58083              Date: Tue, 11 May 2004 13:14:42 -0400 (EDT)
58084              Message-ID: <Pine.SOL.4.58.0405111313210.14279@maxwell.phys.lafayette.edu>
58085      Branch: perl
58086            ! Configure hints/darwin.sh hints/rhapsody.sh
58087 ____________________________________________________________________________
58088 [ 22812] By: mhx                                   on 2004/05/11  17:42:13
58089         Log: Add the byte-order modifiers '<' and '>' to the pack tutorial.
58090              This completes the series: #22734, #22745, #22754, #22780
58091      Branch: perl
58092            ! pod/perlpacktut.pod
58093 ____________________________________________________________________________
58094 [ 22811] By: mhx                                   on 2004/05/11  17:21:35
58095         Log: 'v' unpacks unsigned shorts.
58096      Branch: perl
58097            ! pod/perlpacktut.pod
58098 ____________________________________________________________________________
58099 [ 22810] By: rgs                                   on 2004/05/11  16:35:49
58100         Log: Subject: various -V: searches [PATCH]
58101              From: Jim Cromie <jcromie@divsol.com>
58102              Date: Tue, 11 May 2004 00:15:46 -0600
58103              Message-ID: <40A06F92.1070607@divsol.com>
58104      Branch: perl
58105            ! configpm lib/Config.t pod/perlrun.pod
58106 ____________________________________________________________________________
58107 [ 22809] By: rgs                                   on 2004/05/11  11:00:31
58108         Log: More pod names in the debugger for the runman command
58109      Branch: perl
58110            ! lib/perl5db.pl
58111 ____________________________________________________________________________
58112 [ 22808] By: rgs                                   on 2004/05/11  10:52:27
58113         Log: Subject: [PATCH] debugger (step backwards)
58114              From: Richard.Foley@t-online.de (Richard Foley)
58115              Date: Tue, 11 May 2004 11:04:11 +0200
58116              Message-Id: <200405111104.11484.richard.foley@rfi.net>
58117      Branch: perl
58118            ! lib/perl5db.pl
58119 ____________________________________________________________________________
58120 [ 22807] By: rgs                                   on 2004/05/11  09:16:56
58121         Log: Subject: void context !~ generates "Useless use of not at line..." warning
58122              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
58123              Date: Sun, 9 May 2004 00:59:19 -0700
58124              Message-ID: <20040509075919.GA3752@efn.org>
58125      Branch: perl
58126            ! op.c
58127 ____________________________________________________________________________
58128 [ 22806] By: ams                                   on 2004/05/10  22:12:31
58129         Log: Subject: Re: a little extra cmdline help. [PATCH]
58130              From: Jim Cromie <jcromie@divsol.com>
58131              Date: Mon, 10 May 2004 15:25:07 -0600
58132              Message-Id: <409FF333.4020104@divsol.com>
58133      Branch: perl
58134            ! perl.c
58135 ____________________________________________________________________________
58136 [ 22804] By: ams                                   on 2004/05/10  11:10:34
58137         Log: Remove stray '.
58138      Branch: perl
58139            ! lib/File/Copy.pm
58140 ____________________________________________________________________________
58141 [ 22803] By: ams                                   on 2004/05/10  10:14:40
58142         Log: Subject: [PATCH] File::Copy Pod
58143              From: slaven@rezic.de
58144              Date: Mon, 10 May 2004 09:57:37 +0000
58145              Message-Id: <1084183057.10822@devpc01.iconmobile.de>
58146      Branch: perl
58147            ! lib/File/Copy.pm
58148 ____________________________________________________________________________
58149 [ 22802] By: davem                                 on 2004/05/07  19:12:29
58150         Log: symbolic references like ${"foo$index"}*3 would incorrectly warn
58151              that $index was the uninitialized value, when in fact it was $foo1
58152      Branch: perl
58153            ! sv.c t/lib/warnings/9uninit
58154 ____________________________________________________________________________
58155 [ 22801] By: davem                                 on 2004/05/07  18:21:22
58156         Log: Subject:  Re: stdio still supported?
58157              From:  Jim Cromie <jcromie@divsol.com>
58158              Date:  Thu, 06 May 2004 16:37:56 -0600
58159              Message-Id:  <409ABE44.8060307@divsol.com>
58160
58161              Update B::Concise tests to skip stuff requiring the
58162              "open to a scalar" feature of Perlio is it isn't available.
58163              Also note this caveat in perlfunc.pod
58164      Branch: perl
58165            ! ext/B/B/Concise.pm ext/B/t/concise.t ext/B/t/optree_check.t
58166            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
58167            ! ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
58168            ! pod/perlfunc.pod
58169 ____________________________________________________________________________
58170 [ 22800] By: mhx                                   on 2004/05/07  16:58:57
58171         Log: Windows issues with select() are already documented in perlport.
58172      Branch: perl
58173            ! pod/perlfunc.pod
58174 ____________________________________________________________________________
58175 [ 22799] By: ams                                   on 2004/05/07  13:38:16
58176         Log: Subject: [perl #29397] Change in pod2man arguments
58177              From: Thorsten Glaser (via RT) <perlbug-followup@perl.org>
58178              Date: 6 May 2004 22:08:10 -0000
58179              Message-Id: <rt-3.0.9-29397-86929.5.37563386041974@perl.org>
58180      Branch: perl
58181            ! pod/pod2man.PL
58182 ____________________________________________________________________________
58183 [ 22798] By: mhx                                   on 2004/05/07  11:42:37
58184         Log: Scalar::Util::refaddr falsely returns false
58185              Add mg_get() to refaddr() when SV is magical.
58186              Fix the non-xs version of looks_like_number().
58187      Branch: perl
58188            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
58189            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/refaddr.t
58190 ____________________________________________________________________________
58191 [ 22797] By: mhx                                   on 2004/05/07  10:57:23
58192         Log: Document that select() on Windows doesn't work on non-socket filehandles.
58193      Branch: perl
58194            ! pod/perlfunc.pod
58195 ____________________________________________________________________________
58196 [ 22796] By: mhx                                   on 2004/05/06  17:19:17
58197         Log: Double warning for int(undef) and abs(undef)
58198              Remove the duplicate warnings and update tests.
58199      Branch: perl
58200            ! pp.c t/lib/warnings/9uninit
58201 ____________________________________________________________________________
58202 [ 22793] By: rgs                                   on 2004/05/06  14:43:08
58203         Log: Add a small script to check whether a perl source tree
58204              (with or without generated files) is friendly with
58205              case-insensitive filesystems.
58206              Adapted from :
58207              Subject: Re: STerm.pl vs Sterm.pl
58208              From: James Mastros <james@mastros.biz>
58209              Date: Thu, 06 May 2004 14:45:53 +0200
58210              Message-ID: <20040506124556.2402.qmail@onion.perl.org>
58211      Branch: perl
58212            + Porting/checkcase.pl
58213            ! MANIFEST
58214 ____________________________________________________________________________
58215 [ 22789] By: rgs                                   on 2004/05/06  12:33:14
58216         Log: Subject: Problem with system() on Win9x and command.com (perl 5.8.x-5.9.x)
58217              From: bilbo@ua.fm
58218              Date: Wed, 28 Apr 2004 00:19:55 +0300
58219              Message-ID: <611491036.20040428001955@ua.fm>
58220      Branch: perl
58221            ! win32/win32.c
58222 ____________________________________________________________________________
58223 [ 22788] By: merijn                                on 2004/05/06  11:35:21
58224         Log: add -pipe to gcc's default flags
58225              it has shown a compile time speed increase of about 40% on
58226              Linux and HP-UX, and also works on cygwin-1.5.9. On failing
58227              OS/gcc combo's remove it in the hints
58228      Branch: perl
58229            ! Configure
58230 ____________________________________________________________________________
58231 [ 22783] By: mhx                                   on 2004/05/05  19:02:28
58232         Log: Add tests for mX?PUSH[inup] macros.
58233
58234              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
58235              From: Steve Hay <steve.hay@uk.radan.com>
58236              Date: Wed, 05 May 2004 15:34:45 +0100
58237              Message-ID: <4098FB85.1060602@uk.radan.com>
58238      Branch: perl
58239            + ext/XS/APItest/t/push.t
58240            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
58241            ! ext/XS/APItest/MANIFEST
58242 ____________________________________________________________________________
58243 [ 22782] By: rgs                                   on 2004/05/05  16:14:25
58244         Log: Subject: Problem with h2xs
58245              From: David Cannings <lists@edeca.net>
58246              Date: Mon, 3 May 2004 13:44:33 +0100
58247              Message-Id: <200405031344.33723.lists@edeca.net>
58248              (Second patch only)
58249      Branch: perl
58250            ! utils/h2xs.PL
58251 ____________________________________________________________________________
58252 [ 22781] By: davem                                 on 2004/05/04  19:20:36
58253         Log: Bizarre copy of ARRAY
58254              make sure a pad op's flags are updated after optimising away
58255              the assignment in my @a = () (see change 22520).
58256      Branch: perl
58257            ! op.c t/op/my.t
58258 ____________________________________________________________________________
58259 [ 22780] By: mhx                                   on 2004/05/04  14:46:05
58260         Log: Add byte-order group modifiers to (un)pack templates.
58261              Follow-up on: #22734, #22745, #22753, #22754.
58262
58263              Subject: Group modifiers in (un)pack templates
58264              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
58265              Date: Mon, 3 May 2004 20:14:41 +0200
58266              Message-Id: <20040503201441.1b058e0d@r2d2>
58267      Branch: perl
58268            ! perl.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
58269 ____________________________________________________________________________
58270 [ 22779] By: mhx                                   on 2004/05/04  14:30:39
58271         Log: Fix mX?PUSH[inup] macros. (Follow-up to #22756 and #22757)
58272
58273              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
58274              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
58275              Date: Mon, 3 May 2004 20:03:28 +0200
58276              Message-Id: <20040503200328.24efcda5@r2d2>
58277      Branch: perl
58278            ! pp.h
58279 ____________________________________________________________________________
58280 [ 22778] By: davem                                 on 2004/05/03  21:07:44
58281         Log: add test for change #22746 ([perl #29102] Crash on assign to lex fh)
58282      Branch: perl
58283            ! t/io/open.t
58284 ____________________________________________________________________________
58285 [ 22777] By: davem                                 on 2004/05/03  20:48:53
58286         Log: add test for change #22776 ("open m" crashes Perl)
58287      Branch: perl
58288            ! t/io/open.t
58289 ____________________________________________________________________________
58290 [ 22776] By: davem                                 on 2004/05/03  20:26:22
58291         Log: perl -e "open m" crashes Perl
58292      Branch: perl
58293            ! toke.c
58294 ____________________________________________________________________________
58295 [ 22775] By: davem                                 on 2004/05/03  18:52:39
58296         Log: scalar delete of empty slice returned garbage
58297      Branch: perl
58298            ! pp.c t/op/delete.t
58299 ____________________________________________________________________________
58300 [ 22774] By: davem                                 on 2004/05/03  17:44:44
58301         Log: split could leave an array without &PL_sv_undef
58302              in the unused elements
58303      Branch: perl
58304            ! pp.c t/op/split.t
58305 ____________________________________________________________________________
58306 [ 22773] By: nicholas                              on 2004/05/03  13:59:08
58307         Log: Subject: Re: "fuzzy" in mktables
58308              From: Jarkko Hietaniemi <jhi@iki.fi>
58309              Message-ID: <4093A82B.6040609@iki.fi>
58310              Date: Sat, 01 May 2004 16:37:47 +0300
58311      Branch: perl
58312            ! lib/unicore/mktables
58313 ____________________________________________________________________________
58314 [ 22772] By: davem                                 on 2004/05/03  13:33:21
58315         Log: remove spurious intentation in utf8_pva.pl
58316      Branch: perl
58317            ! lib/utf8_pva.pl
58318 ____________________________________________________________________________
58319 [ 22771] By: davem                                 on 2004/05/03  13:28:24
58320         Log: ensure that utf8 Perl code magically called from a regex localizes $.
58321      Branch: perl
58322            ! lib/utf8_pva.pl
58323 ____________________________________________________________________________
58324 [ 22770] By: nicholas                              on 2004/05/03  11:19:10
58325         Log: Integrate:
58326              [ 22694]
58327              For maint, I don't think that we can have sperl go sulky if invoked
58328              from a #! line. So keep .../sperl functional, and have the /dev/fd/...
58329              only set ID exectuable reside under a different name (suidperl)
58330
58331              [ 22700]
58332              The set uid perl is now called setuidperl. Not suidperl.
58333              Which I discover is hardlinked from sperl by ./installperl
58334              elsewhere. Helpfully confusing installperl script.
58335
58336              [ 22718]
58337              Revert 22700 (as part of changes suggested by Brendan O'Dea)
58338
58339              [ 22719]
58340              Revert 22694
58341
58342              [ 22720]
58343              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
58344              binary must have fd script conundrum, as suggested by Brendan O'Dea
58345              Plus restore the more helpful error message from 22694 and the gist
58346              of the perl584delta changes from 22700
58347      Branch: perl
58348           !> INSTALL installperl perl.c pod/perldiag.pod pod/perlsec.pod
58349 ____________________________________________________________________________
58350 [ 22769] By: nicholas                              on 2004/05/03  10:37:45
58351         Log: Subject: [perl #29073] Reference to incorrect method in documentation of
58352              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
58353              Message-ID: <rt-3.0.8-29073-85903.18.1381766820328@perl.org>
58354              Date: 22 Apr 2004 10:49:22 -0000
58355      Branch: perl
58356            ! lib/Text/ParseWords.pm
58357 ____________________________________________________________________________
58358 [ 22768] By: nicholas                              on 2004/05/02  22:40:18
58359         Log: It seems daft to me that we have a synopis example that will fail if
58360              gcc happened to be invoked via the name cc, and completely ignores
58361              the far more reliable 'gccversion' variable
58362              So here's one using 'usethreads' that ought to work everywhere.
58363      Branch: perl
58364            ! configpm
58365 ____________________________________________________________________________
58366 [ 22765] By: nicholas                              on 2004/05/02  18:18:25
58367         Log: Make t/uni/class.t pass on case insensitive file systems
58368      Branch: perl
58369            ! t/uni/class.t
58370 ____________________________________________________________________________
58371 [ 22764] By: nicholas                              on 2004/05/02  17:57:12
58372         Log: Save some repeated strlen()s in Perl_swash_init
58373      Branch: perl
58374            ! utf8.c
58375 ____________________________________________________________________________
58376 [ 22763] By: nicholas                              on 2004/05/01  14:07:45
58377         Log: And that same fool forgot to add the not-really-needed "fuzzy" versions
58378              of some binary property files
58379      Branch: perl
58380            + lib/unicore/lib/gc_sc/Dash2.pl
58381            + lib/unicore/lib/gc_sc/Hyphen2.pl
58382            + lib/unicore/lib/gc_sc/Radical2.pl
58383 ____________________________________________________________________________
58384 [ 22762] By: nicholas                              on 2004/05/01  14:06:05
58385         Log: Some fool removed lib/unicore/ArabicShaping.txt    in change 22760
58386      Branch: perl
58387            ! MANIFEST
58388 ____________________________________________________________________________
58389 [ 22761] By: nicholas                              on 2004/05/01  14:02:59
58390         Log: Avoid mktables generating Sterm.pl and Sterm.pl in the same directory
58391              by making the %BaseName check global
58392      Branch: perl
58393            + lib/unicore/lib/gc_sc/Sterm2.pl
58394            - lib/unicore/lib/gc_sc/Sterm.pl
58395            ! MANIFEST lib/unicore/Canonical.pl
58396            ! lib/unicore/lib/gc_sc/Dash.pl lib/unicore/lib/gc_sc/Hyphen.pl
58397            ! lib/unicore/lib/gc_sc/Radical.pl lib/unicore/mktables
58398 ____________________________________________________________________________
58399 [ 22760] By: nicholas                              on 2004/05/01  13:17:09
58400         Log: Remove the no-longer autogenerated Unicode files
58401      Branch: perl
58402            - (delete 322 files)
58403            ! MANIFEST
58404 ____________________________________________________________________________
58405 [ 22759] By: nicholas                              on 2004/05/01  11:16:35
58406         Log: mktables requires post 5.005
58407      Branch: perl
58408            ! lib/unicore/mktables
58409 ____________________________________________________________________________
58410 [ 22758] By: davem                                 on 2004/04/30  11:48:55
58411         Log: disable problematical 'uninitialized value' warning tests
58412      Branch: perl
58413            ! t/lib/warnings/9uninit
58414 ____________________________________________________________________________
58415 [ 22757] By: rgs                                   on 2004/04/30  11:32:03
58416         Log: Follow-up to previous patch: the mX?PUSH[inup] macros
58417              should handle 'set' magic, just like the X?PUSH[inup]
58418              counterparts.
58419      Branch: perl
58420            ! pod/perlapi.pod pp.h
58421 ____________________________________________________________________________
58422 [ 22756] By: rgs                                   on 2004/04/30  10:15:00
58423         Log: Subject: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
58424              From: Steve Hay <steve.hay@uk.radan.com>
58425              Date: Fri, 30 Apr 2004 10:07:21 +0100
58426              Message-ID: <40921749.3050600@uk.radan.com>
58427      Branch: perl
58428            ! pod/perlapi.pod pod/perlguts.pod pp.h
58429 ____________________________________________________________________________
58430 [ 22755] By: nicholas                              on 2004/04/29  18:30:18
58431         Log: Fix 29149 - another UTF8 cache bug hit by substr.
58432              Regression test from:
58433
58434              Subject: Re: [perl #29149] substr/UTF8 related problem with perl 5.8.3 on linux
58435              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
58436              Message-Id: <20040429103926.5BA6.BQW10602@nifty.com>
58437              Date: Thu, 29 Apr 2004 10:53:17 +0900
58438      Branch: perl
58439            ! sv.c t/op/substr.t
58440 ____________________________________________________________________________
58441 [ 22754] By: mhx                                   on 2004/04/29  18:29:28
58442         Log: More unpack cleanups.
58443      Branch: perl
58444            ! pp_pack.c
58445 ____________________________________________________________________________
58446 [ 22753] By: mhx                                   on 2004/04/29  17:50:40
58447         Log: CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.
58448              Remove all associated code.
58449      Branch: perl
58450            ! hints/cxux.sh pp_pack.c
58451 ____________________________________________________________________________
58452 [ 22752] By: mhx                                   on 2004/04/29  17:38:32
58453         Log: The openbsd 64-bit test should use $uquadtype rather
58454              than hardcoding unsigned long long.
58455      Branch: perl
58456            ! hints/openbsd.sh
58457 ____________________________________________________________________________
58458 [ 22751] By: ams                                   on 2004/04/29  08:24:31
58459         Log: Update to Test.pm 1.25 (from SBURKE).
58460      Branch: perl
58461            + lib/Test/t/05_about_verbose.t lib/Test/t/multiline.t
58462            ! MANIFEST lib/Test.pm
58463 ____________________________________________________________________________
58464 [ 22750] By: mhx                                   on 2004/04/28  20:53:29
58465         Log: When configuring for 64-bit support, check that the
58466              C library functions for casting floating point values
58467              to 64-bit integer values are not broken.
58468      Branch: perl
58469            ! hints/openbsd.sh
58470 ____________________________________________________________________________
58471 [ 22749] By: rgs                                   on 2004/04/28  18:28:07
58472         Log: Fix for [perl #28963]: find2perl was sometimes generating
58473              invalid code.
58474      Branch: perl
58475            ! x2p/find2perl.PL
58476 ____________________________________________________________________________
58477 [ 22748] By: rgs                                   on 2004/04/28  13:01:13
58478         Log: Subject: [PATCH] Add diagnostics section to base.pm
58479              From: "Jos I. Boumans" <kane@dwim.org>
58480              Date: Wed, 28 Apr 2004 13:04:47 +0200
58481              Message-Id: <DC9B4A9C-9903-11D8-BA95-000A956B0E06@dwim.org>
58482      Branch: perl
58483            ! lib/base.pm
58484 ____________________________________________________________________________
58485 [ 22747] By: merijn                                on 2004/04/28  12:42:50
58486         Log: Subject: [perl #29033] typo in description of sleep in documentation of POSIX module
58487              Date: 21 Apr 2004 11:07:22 -0000
58488              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
58489              Message-ID: <rt-3.0.8-29033-85811.17.0452776199501@perl.org>
58490      Branch: perl
58491            ! ext/POSIX/POSIX.pod
58492 ____________________________________________________________________________
58493 [ 22746] By: davem                                 on 2004/04/27  22:21:35
58494         Log: fix a coredump caused by rv2gv not fully converting a PV to an RV
58495      Branch: perl
58496            ! pp.c
58497 ____________________________________________________________________________
58498 [ 22745] By: mhx                                   on 2004/04/27  20:38:00
58499         Log: Cleanup variables in S_(un)pack_rec().
58500              This also works around a gcc optimizer bug on dec_osf/alpha.
58501      Branch: perl
58502            ! pp_pack.c
58503 ____________________________________________________________________________
58504 [ 22744] By: rgs                                   on 2004/04/27  08:43:38
58505         Log: Subject: [PATCH utf8_heavy.pl, mktables, et. al.] candidate for TR18 compliance
58506              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
58507              Date: Thu, 22 Apr 2004 14:31:30 -0400 (EDT)
58508              Message-ID: <Pine.LNX.4.44.0404221429040.10466-101000@perlmonk.org>
58509
58510              Date: Mon, 26 Apr 2004 12:37:21 -0400 (EDT)
58511              Message-ID: <Pine.LNX.4.44.0404261222320.7154-400000@perlmonk.org>
58512      Branch: perl
58513            + (add 406 files)
58514            ! MANIFEST lib/unicore/Canonical.pl
58515            ! lib/unicore/CombiningClass.pl lib/unicore/Decomposition.pl
58516            ! lib/unicore/Exact.pl lib/unicore/Name.pl
58517            ! lib/unicore/Properties lib/unicore/To/Digit.pl
58518            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
58519            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
58520            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perlunicode.pod
58521            ! t/op/pat.t t/uni/class.t
58522 ____________________________________________________________________________
58523 [ 22743] By: merijn                                on 2004/04/26  22:20:30
58524         Log: usemallocwrap works on AIX, but not with vac-5
58525              Date: Mon, 26 Apr 2004 15:35:23 +0200
58526              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58527              Subject: Re: Perl 5.8.4 "panic: memory wrap" in miniperl on AIX 5.1
58528              Message-Id: <20040426152951.A6C4.H.M.BRAND@hccnet.nl>
58529      Branch: perl
58530            ! hints/aix.sh hints/aix_4.sh
58531 ____________________________________________________________________________
58532 [ 22742] By: davem                                 on 2004/04/24  12:53:07
58533         Log: fix 64-bit casting error in change 22741 (uninit var warnings)
58534      Branch: perl
58535            ! sv.c
58536 ____________________________________________________________________________
58537 [ 22741] By: davem                                 on 2004/04/23  20:43:02
58538         Log: Include variable names in "Use of uninitialized value" warnings
58539      Branch: perl
58540            + t/lib/warnings/9uninit
58541            ! MANIFEST doio.c embed.fnc embed.h ext/DB_File/DB_File.pm
58542            ! ext/DB_File/t/db-recno.t lib/Math/BigInt.pm
58543            ! lib/Math/BigInt/t/mbimbf.inc lib/Tie/RefHash.t lib/charnames.t
58544            ! mg.c perl.h pod/perldiag.pod pod/perlintern.pod pp.c pp_hot.c
58545            ! proto.h sv.c t/lib/warnings/1global t/lib/warnings/2use
58546            ! t/lib/warnings/3both t/lib/warnings/4lint
58547            ! t/lib/warnings/7fatal t/lib/warnings/doio t/lib/warnings/mg
58548            ! t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
58549            ! t/lib/warnings/pp_pack t/lib/warnings/sv t/lib/warnings/util
58550            ! t/run/fresh_perl.t t/run/runenv.t
58551 ____________________________________________________________________________
58552 [ 22739] By: rgs                                   on 2004/04/23  13:32:31
58553         Log: Subject: [PATCH] unfork the debugger (patch for 5.9.x)
58554              From: Richard.Foley@t-online.de (Richard Foley)
58555              Date: Fri, 23 Apr 2004 06:33:34 +0200
58556              Message-Id: <200404230633.34402.richard.foley@rfi.net>
58557      Branch: perl
58558            ! lib/perl5db.pl
58559 ____________________________________________________________________________
58560 [ 22737] By: nicholas                              on 2004/04/23  10:31:20
58561         Log: Ooops. Forgot to update pod.lst, and all that ensues with that
58562      Branch: perl
58563            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
58564            ! vms/descrip_mms.template win32/pod.mak
58565 ____________________________________________________________________________
58566 [ 22736] By: nicholas                              on 2004/04/23  10:11:26
58567         Log: Integrate:
58568              [ 22165]
58569              Create perl584delta.pod
58570              (Not that I'm really proposing to start work on 5.8.4 today)
58571
58572              [ 22650]
58573              Updates from Stas Bekman, Brendan O'Dea and Hugo
58574
58575              [ 22655]
58576              Tweaks from Hugo and Liz
58577
58578              [ 22677]
58579              Improvements from Jarkko
58580
58581              [ 22684]
58582              Integrate:
58583              [ 22665]
58584              AIX-4 with xlc does not like malloc wrap
58585
58586              [ 22666]
58587              Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
58588
58589              [ 22698]
58590              Clarify AIX and win32's malloc wrapping
58591
58592              [ 22700]
58593              The set uid perl is now called setuidperl. Not suidperl.
58594              Which I discover is hardlinked from sperl by ./installperl
58595              elsewhere. Helpfully confusing installperl script.
58596
58597              [ 22703]
58598              More perldelta updates
58599
58600              [ 22710]
58601              Subject:  spelling
58602              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
58603              Date:  Fri, 16 Apr 2004 21:18:18 +0300 (EEST)
58604              Message-Id:  <200404161818.i3GIIILh391648@kosh.hut.fi>
58605
58606              [ 22718]
58607              Revert 22700 (as part of changes suggested by Brendan O'Dea)
58608
58609              [ 22720]
58610              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
58611              binary must have fd script conundrum, as suggested by Brendan O'Dea
58612              Plus restore the more helpful error message from 22694 and the gist
58613              of the perl584delta changes from 22700
58614
58615              [ 22731]
58616              Oink, oink, flap, flap!
58617      Branch: perl
58618           +> pod/perl584delta.pod
58619            ! MANIFEST
58620           !> pod/perlhist.pod
58621 ____________________________________________________________________________
58622 [ 22735] By: merijn                                on 2004/04/23  10:11:23
58623         Log: Subject: [PATCH] Where to find nmake for windows
58624              From: Abe Timmerman <abe@ztreet.demon.nl>
58625              Date: Thu, 22 Apr 2004 23:57:40 +0200
58626              Message-Id: <200404222357.40508.abe@ztreet.demon.nl>
58627              Changed download URL references for nmake
58628      Branch: perl
58629            ! README.win32 pod/perlmodinstall.pod
58630 ____________________________________________________________________________
58631 [ 22734] By: mhx                                   on 2004/04/23  04:07:25
58632         Log: Subject: [PATCH for testing/review] byte-order modifiers for (un)pack templates
58633              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
58634              Date: Wed, 21 Apr 2004 21:09:20 +0200
58635              Message-Id: <20040421210920.3c467772@r2d2>
58636      Branch: perl
58637            ! embed.fnc embed.h perl.h pod/perldiag.pod pod/perlfunc.pod
58638            ! pod/perlport.pod pp_pack.c proto.h t/op/pack.t util.c
58639 ____________________________________________________________________________
58640 [ 22733] By: rgs                                   on 2004/04/22  12:08:35
58641         Log: Missing copyright in the README.
58642      Branch: perl
58643            ! README
58644 ____________________________________________________________________________
58645 [ 22727] By: nicholas                              on 2004/04/21  15:22:29
58646         Log: Subject: [perl #28456] Typo in perlipc man page, and suggestions for same
58647              From: Axel Boldt (via RT) <perlbug-followup@perl.org>
58648              Message-ID: <rt-3.0.8-28456-84424.10.5222745276547@perl.org>
58649              Date: 11 Apr 2004 13:08:17 -0000
58650      Branch: perl
58651            ! pod/perlipc.pod
58652 ____________________________________________________________________________
58653 [ 22725] By: nicholas                              on 2004/04/21  14:21:57
58654         Log: Punt the "reporting bugs" section to the top.
58655              Reorder the description of what to do, to start with the most common
58656              case.
58657              Clarify "how to report bugs effectively" (and why it benefits you)
58658      Branch: perl
58659            ! INSTALL
58660 ____________________________________________________________________________
58661 [ 22724] By: nicholas                              on 2004/04/21  12:51:43
58662         Log: This should be L<>
58663      Branch: perl
58664            ! INSTALL
58665 ____________________________________________________________________________
58666 [ 22723] By: nicholas                              on 2004/04/21  09:42:35
58667         Log: INSTALL didn't mention the 5.8.2 hash changes. Fixed
58668      Branch: perl
58669            ! INSTALL
58670 ____________________________________________________________________________
58671 [ 22722] By: nicholas                              on 2004/04/21  09:25:34
58672         Log: We should be telling people about ..exp, else they use the unexpanded
58673              forms and shaft anyone who installs a private perl within ~
58674      Branch: perl
58675            ! INSTALL
58676 ____________________________________________________________________________
58677 [ 22721] By: rgs                                   on 2004/04/21  08:36:38
58678         Log: Subject: [patch] log the interpreter id in warnings
58679              From: Stas Bekman <stas@stason.org>
58680              Date: Mon, 19 Apr 2004 18:10:01 -0700
58681              Message-ID: <40847869.1000906@stason.org>
58682      Branch: perl
58683            ! gv.c handy.h hv.c perl.c sv.c
58684 ____________________________________________________________________________
58685 [ 22717] By: rgs                                   on 2004/04/20  12:27:18
58686         Log: Subject: [PATCH] Sync Term::Cap with CPAN version
58687              From: Jonathan Stowe <jns@gellyfish.com>
58688              Date: Tue, 20 Apr 2004 12:37:28 +0100
58689              Message-Id: <1082461047.2736.96.camel@localhost>
58690      Branch: perl
58691            ! lib/Term/Cap.pm
58692 ____________________________________________________________________________
58693 [ 22716] By: rgs                                   on 2004/04/19  12:26:35
58694         Log: Fix for [perl #28919] : sometimes the function ck_ftst was trying
58695              to read an op that was just freed, which was obviously illegal.
58696      Branch: perl
58697            ! op.c
58698 ____________________________________________________________________________
58699 [ 22715] By: rgs                                   on 2004/04/19  09:34:01
58700         Log: Upgrade to FileCache 1.04.
58701      Branch: perl
58702            ! lib/FileCache.pm
58703 ____________________________________________________________________________
58704 [ 22714] By: rgs                                   on 2004/04/19  08:57:17
58705         Log: New file left out of the last commit.
58706      Branch: perl
58707            + t/uni/class.t
58708 ____________________________________________________________________________
58709 [ 22713] By: rgs                                   on 2004/04/19  08:56:28
58710         Log: Subject: Re: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
58711              From: "Jeff 'japhy' Pinyan" <japhy@perlmonk.org>
58712              Date: Wed, 14 Apr 2004 17:01:38 -0400 (EDT)
58713              Message-ID: <Pine.LNX.4.44.0404141659480.11423-301000@perlmonk.org>
58714      Branch: perl
58715            ! MANIFEST pod/perlunicode.pod
58716 ____________________________________________________________________________
58717 [ 22712] By: rgs                                   on 2004/04/19  08:30:20
58718         Log: Subject: Re: [perl #28532] optional match of an anchor gets ignored
58719              From: hv@crypt.org
58720              Date: Wed, 14 Apr 2004 19:30:46 +0100
58721              Message-Id: <200404141830.i3EIUko03728@zen.crypt.org>
58722      Branch: perl
58723            ! regcomp.c regexec.c t/op/pat.t
58724 ____________________________________________________________________________
58725 [ 22708] By: nicholas                              on 2004/04/17  13:25:41
58726         Log: Integrate:
58727              [ 22661]
58728              This is RC1
58729
58730              [ 22705]
58731              This is RC2
58732      Branch: perl
58733           !> pod/perlhist.pod
58734 ____________________________________________________________________________
58735 [ 22706] By: rgs                                   on 2004/04/16  15:53:37
58736         Log: On Linux-PPC, using gcc, downgrade to the -O1 optimisation
58737              level (with -O2 miniperl behaves really badly.)
58738      Branch: perl
58739            ! hints/linux.sh
58740 ____________________________________________________________________________
58741 [ 22697] By: merijn                                on 2004/04/15  11:56:32
58742         Log: d_getservbyname_r undef up to at least OpenBSD 3.5
58743              Thanks to Campo Weijerman and Gerard Gerritsen off-list
58744      Branch: perl
58745            ! hints/openbsd.sh
58746 ____________________________________________________________________________
58747 [ 22696] By: merijn                                on 2004/04/14  16:04:40
58748         Log: #24121: Configure under turkish locale fails
58749              toupper (i) != I  in turkish, but U+0130
58750              \N{LATIN CAPITAL LETTER I WITH DOT ABOVE}
58751              Patch supplied by Rafael
58752      Branch: perl
58753            ! Configure
58754 ____________________________________________________________________________
58755 [ 22693] By: rgs                                   on 2004/04/14  08:28:15
58756         Log: Subject: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
58757              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
58758              Date: Mon, 12 Apr 2004 20:24:48 -0400 (EDT)
58759              Message-ID: <Pine.LNX.4.44.0404122011160.3038-200000@perlmonk.org>
58760      Branch: perl
58761            ! lib/utf8_heavy.pl
58762 ____________________________________________________________________________
58763 [ 22692] By: rgs                                   on 2004/04/14  07:26:04
58764         Log: Subject: [PATCH]'s to bring bleadperl up to version-0.39
58765              From: John Peacock <jpeacock@rowman.com>
58766              Date: Tue, 13 Apr 2004 20:51:31 -0400
58767              Message-ID: <407C8B13.9020104@rowman.com>
58768      Branch: perl
58769            ! lib/version.pm lib/version.t t/comp/use.t universal.c util.c
58770 ____________________________________________________________________________
58771 [ 22691] By: rgs                                   on 2004/04/14  07:08:52
58772         Log: Subject: re: [PATCH] for bug 28525: Buffer overflow issue in the Win32 distribution of 5.8.3
58773              From: Jan Dubois <jand@ActiveState.com>
58774              Date: Tue, 13 Apr 2004 19:49:32 -0700
58775              Message-ID: <vm7p70h7au8unrnq4jp85oich7n71ar5ab@4ax.com
58776      Branch: perl
58777            ! win32/win32.c
58778 ____________________________________________________________________________
58779 [ 22689] By: mhx                                   on 2004/04/12  06:53:24
58780         Log: Borland C doesn't like PERL_MALLOC_WRAP.
58781              Until I know why, the fix is to disable it.
58782      Branch: perl
58783            ! win32/config_H.bc
58784 ____________________________________________________________________________
58785 [ 22688] By: davem                                 on 2004/04/11  14:27:26
58786         Log: Stop PL_comppad pointing to a freed pad during global destruction
58787      Branch: perl
58788            ! sv.c
58789 ____________________________________________________________________________
58790 [ 22687] By: davem                                 on 2004/04/11  13:13:35
58791         Log: Make global cleanup fractionally faster by giving S_visit()
58792              flags/mask to compare SVs against.
58793      Branch: perl
58794            ! embed.fnc embed.h proto.h sv.c
58795 ____________________________________________________________________________
58796 [ 22686] By: gbarr                                 on 2004/04/10  08:08:42
58797         Log: Sync with libnet 1.18
58798      Branch: perl
58799            + lib/Net/Changes.libnet lib/Net/t/datasend.t
58800            - lib/Net/ChangeLog.libnet
58801            ! MANIFEST lib/Net/Cmd.pm lib/Net/FTP.pm lib/Net/NNTP.pm
58802            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
58803            ! lib/Net/Time.pm lib/Net/t/hostname.t
58804 ____________________________________________________________________________
58805 [ 22685] By: mhx                                   on 2004/04/10  06:37:30
58806         Log: Remove two unused variables that gcc used to warn about.
58807      Branch: perl
58808            ! util.c
58809 ____________________________________________________________________________
58810 [ 22682] By: rgs                                   on 2004/04/09  11:44:34
58811         Log: Subject: Re: #28386: UNIVERSAL::VERSION segfaults if $VERSION not defined (w/ patch to fix universal.c)
58812              From: David Dyck <david.dyck@fluke.com>
58813              Date: Thu, 8 Apr 2004 19:02:26 -0700 (PDT)
58814              Message-ID: <Pine.LNX.4.51.0404081843290.29618@dd.tc.fluke.com>
58815      Branch: perl
58816            ! universal.c
58817 ____________________________________________________________________________
58818 [ 22681] By: rgs                                   on 2004/04/09  07:04:48
58819         Log: find2perl should not default to -print when -eval is specified.
58820              Noticed by David Dyck.
58821      Branch: perl
58822            ! x2p/find2perl.PL
58823 ____________________________________________________________________________
58824 [ 22680] By: rgs                                   on 2004/04/09  06:58:51
58825         Log: Upgrade to Time::HiRes 1.59.
58826      Branch: perl
58827            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
58828            ! ext/Time/HiRes/HiRes.xs
58829 ____________________________________________________________________________
58830 [ 22675] By: rgs                                   on 2004/04/08  13:00:59
58831         Log: Upgrade to Digest 1.06.
58832      Branch: perl
58833            ! lib/Digest.pm
58834 ____________________________________________________________________________
58835 [ 22674] By: rgs                                   on 2004/04/08  12:57:48
58836         Log: Upgrade to Digest 1.06.
58837      Branch: perl
58838            ! lib/Digest.pm
58839 ____________________________________________________________________________
58840 [ 22673] By: rgs                                   on 2004/04/08  09:59:22
58841         Log: Upgrade to Time::HiRes 1.57.
58842      Branch: perl
58843            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
58844            ! ext/Time/HiRes/HiRes.xs
58845 ____________________________________________________________________________
58846 [ 22672] By: nicholas                              on 2004/04/07  20:48:04
58847         Log: Make gmtime and localtime cross reference each other.
58848              Suggested by Dan Jacobson
58849      Branch: perl
58850            ! pod/perlfunc.pod
58851 ____________________________________________________________________________
58852 [ 22671] By: merijn                                on 2004/04/07  17:54:10
58853         Log: Integrated Time-Local-1.09 from Dave Rolsky
58854              Corrected a wrap error from the CPAN version to match #22670
58855              Tested on AIX to make sure the skip is still needed
58856      Branch: perl
58857            ! lib/Time/Local.pm lib/Time/Local.t
58858 ____________________________________________________________________________
58859 [ 22670] By: merijn                                on 2004/04/07  12:03:11
58860         Log: Disable the edge case tests for timegm and timelocal on
58861              AIX-4.3 since the OS is obsoleted, and fixes are not to
58862              be expected
58863      Branch: perl
58864            ! lib/Time/Local.t
58865 ____________________________________________________________________________
58866 [ 22669] By: rgs                                   on 2004/04/07  08:26:48
58867         Log: Fix command-line quoting under Windows for the new optree tests
58868              Subject: Re: Smoke [5.9.2] 22666 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
58869              From: Steve Hay <steve.hay@uk.radan.com>
58870              Date: Wed, 07 Apr 2004 09:46:01 +0100
58871              Message-ID: <4073BFC9.10707@uk.radan.com>
58872      Branch: perl
58873            ! ext/B/t/optree_samples.t
58874 ____________________________________________________________________________
58875 [ 22668] By: rgs                                   on 2004/04/07  08:00:07
58876         Log: Subject: [PATCH] Bleadperl to version 0.37
58877              From: John Peacock <jpeacock@rowman.com>
58878              Date: Tue, 06 Apr 2004 21:56:19 -0400
58879              Message-ID: <40735FC3.5010305@rowman.com>
58880      Branch: perl
58881            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
58882            ! pod/perlapi.pod proto.h t/comp/use.t t/op/universal.t
58883            ! universal.c util.c
58884 ____________________________________________________________________________
58885 [ 22667] By: rgs                                   on 2004/04/07  07:37:59
58886         Log: The optree builder was looping when constructing the ops
58887              for a map/grep block containing a while(1).
58888              (Bug reported by Pixel.)
58889      Branch: perl
58890            ! op.c t/op/grep.t
58891 ____________________________________________________________________________
58892 [ 22666] By: merijn                                on 2004/04/06  14:44:29
58893         Log: Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
58894      Branch: perl
58895            ! hints/hpux.sh
58896 ____________________________________________________________________________
58897 [ 22665] By: merijn                                on 2004/04/06  13:34:14
58898         Log: AIX-4 with xlc does not like malloc wrap
58899      Branch: perl
58900            ! hints/aix_4.sh
58901 ____________________________________________________________________________
58902 [ 22664] By: rgs                                   on 2004/04/06  07:29:30
58903         Log: Subject: Re: tests for change #22539
58904              From: Jim Cromie <jcromie@divsol.com>
58905              Date: Tue, 30 Mar 2004 14:39:31 -0700
58906              Message-ID: <4069E913.5040906@divsol.com>
58907              (with some spelling tweaks)
58908      Branch: perl
58909            + ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
58910            + ext/B/t/optree_concise.t ext/B/t/optree_samples.t
58911            + ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
58912            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t t/test.pl
58913 ____________________________________________________________________________
58914 [ 22663] By: mhx                                   on 2004/04/06  03:40:10
58915         Log: Make the ! suffix handle n/N/v/V as signed integers
58916              within pack templates.
58917      Branch: perl
58918            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
58919 ____________________________________________________________________________
58920 [ 22662] By: mhx                                   on 2004/04/05  20:03:03
58921         Log: C<undef> doesn't look like a number. See also:
58922
58923              Subject: Re: [perl #27606] undef "looks like" a number
58924              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
58925              Date: Mon, 15 Mar 2004 22:16:26 +0100
58926              Message-Id: <20040315221626.48061c67@r2d2>
58927      Branch: perl
58928            ! ext/List/Util/lib/List/Util.pm
58929            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
58930            ! pp_ctl.c sv.c
58931 ____________________________________________________________________________
58932 [ 22656] By: nicholas                              on 2004/04/05  15:55:18
58933         Log: Subject: Re: perldelta584
58934              From: Craig Berry <craigberry@mac.com>
58935              Message-ID: <12587569.1081180932766.JavaMail.craigberry@mac.com>
58936              Date: Mon, 05 Apr 2004 11:02:12 -0500
58937
58938              (makes malloc wrap the default on VMS)
58939      Branch: perl
58940            ! configure.com
58941 ____________________________________________________________________________
58942 [ 22654] By: rgs                                   on 2004/04/05  15:24:49
58943         Log: Subject: ref ($proto) || $proto patch
58944              From: Ovid <publiustemp-p5p@yahoo.com>
58945              Date: Sat, 03 Apr 2004 18:59:22 -0800
58946              Message-ID: <406F7A0A.50702@yahoo.com>
58947              (with minor reformatting)
58948      Branch: perl
58949            ! pod/perlobj.pod pod/perltoot.pod
58950 ____________________________________________________________________________
58951 [ 22652] By: rgs                                   on 2004/04/05  12:51:10
58952         Log: Subject: sv_pvutf8n_force and sv_pvbyten_force
58953              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
58954              Date: Wed, 24 Mar 2004 00:16:52 +0900
58955              Message-Id: <20040324001126.098F.BQW10602@nifty.com>
58956      Branch: perl
58957            ! sv.c
58958 ____________________________________________________________________________
58959 [ 22651] By: rgs                                   on 2004/04/05  11:50:10
58960         Log: wantarray docs should mention effect of eval { wantarray }
58961              as reported by Tim Bunce. Add a note to this effect in perlfunc,
58962              and regression tests for it.
58963      Branch: perl
58964            ! pod/perlfunc.pod t/op/wantarray.t
58965 ____________________________________________________________________________
58966 [ 22649] By: nicholas                              on 2004/04/05  08:57:18
58967         Log: More AUTHORS who deserve credit for patches
58968      Branch: perl
58969            ! AUTHORS
58970 ____________________________________________________________________________
58971 [ 22646] By: nicholas                              on 2004/04/04  16:32:54
58972         Log: Hand merge patch from maint back to blead.
58973      Branch: perl
58974            ! ext/threads/threads.pm
58975 ____________________________________________________________________________
58976 [ 22642] By: nicholas                              on 2004/04/04  13:07:50
58977         Log: Bump version numbers for modules that have changed since 5.8.3
58978      Branch: perl
58979            ! ext/B/B/Assembler.pm ext/B/B/Deparse.pm
58980            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/Handle.pm
58981            ! ext/IO/lib/IO/Pipe.pm ext/ODBM_File/ODBM_File.pm
58982            ! ext/threads/threads.pm lib/ExtUtils/Liblist/Kid.pm
58983            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
58984            ! lib/IPC/Open3.pm lib/Unicode/UCD.pm lib/base.pm lib/utf8.pm
58985 ____________________________________________________________________________
58986 [ 22641] By: rgs                                   on 2004/04/02  15:40:15
58987         Log: Fix bug #27940 : \cX escapes weren't working correctly in regular
58988              expression ranges.
58989      Branch: perl
58990            ! t/op/pat.t toke.c
58991 ____________________________________________________________________________
58992 [ 22637] By: davem                                 on 2004/04/02  10:02:06
58993         Log: Subject:  [PATCH] fix utils install problems on VMS
58994              From:  "Craig A. Berry" <craigberry@mac.com>
58995              Date:  Thu, 01 Apr 2004 20:19:53 -0600
58996              Message-Id:  <406CCDC9.7000500@mac.com>
58997
58998              We were not running utils/instmodsh.PL or utils/xsubpp.PL during
58999              the build, so installperl would not find the generated programs at
59000              install time.
59001              Also fixed several problems with the command definitions for the
59002              utilities
59003      Branch: perl
59004            ! configure.com vms/descrip_mms.template
59005 ____________________________________________________________________________
59006 [ 22636] By: davem                                 on 2004/04/01  22:00:40
59007         Log: Subject:  [PATCH] archname salad on VMS
59008              From:  "Craig A. Berry" <craigberry@mac.com>
59009              Date:  Thu, 01 Apr 2004 14:16:32 -0600
59010              Message-Id:  <406C78A0.2070009@mac.com>
59011
59012              sort out architecture-specific directory names for OpenVMS
59013              Itanium port
59014      Branch: perl
59015            ! configure.com vms/descrip_mms.template
59016 ____________________________________________________________________________
59017 [ 22635] By: davem                                 on 2004/04/01  20:27:14
59018         Log: Fix change #22376. Only mark a const as short-circuited
59019              if it's actually a const!
59020      Branch: perl
59021            ! op.c
59022 ____________________________________________________________________________
59023 [ 22630] By: nicholas                              on 2004/04/01  15:15:10
59024         Log: debug the instructions on upgrading Unicode
59025      Branch: perl
59026            ! lib/unicore/README.perl
59027 ____________________________________________________________________________
59028 [ 22625] By: mhx                                   on 2004/04/01  06:01:25
59029         Log: Fix and tests for [perl #28123] Perl optimizes // away incorrectly
59030      Branch: perl
59031            ! op.c t/op/dor.t
59032 ____________________________________________________________________________
59033 [ 22624] By: davem                                 on 2004/03/31  20:33:52
59034         Log: + (\$) prototype = bad free
59035              av_delete() didn't reify. I also updated its description
59036      Branch: perl
59037            ! av.c t/op/args.t
59038 ____________________________________________________________________________
59039 [ 22621] By: nicholas                              on 2004/03/31  15:05:40
59040         Log: Upgrade to Unicode 4.0.1
59041      Branch: perl
59042            + lib/unicore/lib/Katakan2.pl lib/unicore/lib/Sterm.pl
59043            + lib/unicore/lib/Variatio.pl
59044            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabLink.pl
59045            ! lib/unicore/ArabLnkGrp.pl lib/unicore/ArabicShaping.txt
59046            ! lib/unicore/Bidirectional.pl lib/unicore/Blocks.pl
59047            ! lib/unicore/Blocks.txt lib/unicore/Canonical.pl
59048            ! lib/unicore/CaseFolding.txt lib/unicore/Category.pl
59049            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
59050            ! lib/unicore/Jamo.txt lib/unicore/Lbrk.pl
59051            ! lib/unicore/LineBreak.txt lib/unicore/PropList.txt
59052            ! lib/unicore/PropValueAliases.txt lib/unicore/Properties
59053            ! lib/unicore/PropertyAliases.txt lib/unicore/ReadMe.txt
59054            ! lib/unicore/Scripts.pl lib/unicore/Scripts.txt
59055            ! lib/unicore/SpecialCasing.txt lib/unicore/To/Digit.pl
59056            ! lib/unicore/UnicodeData.txt lib/unicore/lib/Arabic.pl
59057            ! lib/unicore/lib/Armenian.pl lib/unicore/lib/Bengali.pl
59058            ! lib/unicore/lib/BidiBN.pl lib/unicore/lib/BidiCS.pl
59059            ! lib/unicore/lib/BidiEN.pl lib/unicore/lib/BidiES.pl
59060            ! lib/unicore/lib/BidiET.pl lib/unicore/lib/BidiL.pl
59061            ! lib/unicore/lib/BidiON.pl lib/unicore/lib/Bopomofo.pl
59062            ! lib/unicore/lib/Braille.pl lib/unicore/lib/Buhid.pl
59063            ! lib/unicore/lib/C.pl lib/unicore/lib/Canadian.pl
59064            ! lib/unicore/lib/Cf.pl lib/unicore/lib/Cherokee.pl
59065            ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Common.pl
59066            ! lib/unicore/lib/Cypriot.pl lib/unicore/lib/Cyrillic.pl
59067            ! lib/unicore/lib/Deseret.pl lib/unicore/lib/Devanaga.pl
59068            ! lib/unicore/lib/Ethiopic.pl lib/unicore/lib/Georgian.pl
59069            ! lib/unicore/lib/Gothic.pl lib/unicore/lib/Greek.pl
59070            ! lib/unicore/lib/Gujarati.pl lib/unicore/lib/Gurmukhi.pl
59071            ! lib/unicore/lib/Han.pl lib/unicore/lib/Hangul.pl
59072            ! lib/unicore/lib/Hanunoo.pl lib/unicore/lib/Hebrew.pl
59073            ! lib/unicore/lib/Hiragana.pl lib/unicore/lib/InCyril2.pl
59074            ! lib/unicore/lib/Inherite.pl lib/unicore/lib/Kannada.pl
59075            ! lib/unicore/lib/Katakana.pl lib/unicore/lib/Khmer.pl
59076            ! lib/unicore/lib/Lao.pl lib/unicore/lib/Latin.pl
59077            ! lib/unicore/lib/Limbu.pl lib/unicore/lib/LinearB.pl
59078            ! lib/unicore/lib/Malayala.pl lib/unicore/lib/Math.pl
59079            ! lib/unicore/lib/Mongolia.pl lib/unicore/lib/Myanmar.pl
59080            ! lib/unicore/lib/Ogham.pl lib/unicore/lib/OldItali.pl
59081            ! lib/unicore/lib/Oriya.pl lib/unicore/lib/Osmanya.pl
59082            ! lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
59083            ! lib/unicore/lib/OtherMat.pl lib/unicore/lib/Runic.pl
59084            ! lib/unicore/lib/Shavian.pl lib/unicore/lib/Sinhala.pl
59085            ! lib/unicore/lib/SoftDott.pl lib/unicore/lib/Syriac.pl
59086            ! lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
59087            ! lib/unicore/lib/TaiLe.pl lib/unicore/lib/Tamil.pl
59088            ! lib/unicore/lib/Telugu.pl lib/unicore/lib/Terminal.pl
59089            ! lib/unicore/lib/Thaana.pl lib/unicore/lib/Thai.pl
59090            ! lib/unicore/lib/Tibetan.pl lib/unicore/lib/Ugaritic.pl
59091            ! lib/unicore/lib/Yi.pl lib/unicore/lib/Z.pl
59092            ! lib/unicore/lib/Zs.pl lib/unicore/version t/op/pat.t
59093 ____________________________________________________________________________
59094 [ 22619] By: merijn                                on 2004/03/31  13:02:32
59095         Log: Regenerated Configure after backported #22571
59096              Some indent leftovers from earlier patches
59097              We don't like double negatives, not even in comment
59098      Branch: perl
59099            ! Configure
59100 ____________________________________________________________________________
59101 [ 22617] By: merijn                                on 2004/03/31  11:33:09
59102         Log: Subject: Re: [PATCH] MIME::Base64 PERL_NO_GET_CONTEXT
59103              From: Gisle Aas <gisle@ActiveState.com>
59104              Date: 30 Mar 2004 04:29:18 -0800
59105              Message-ID: <lrk712bjs1.fsf@caliper.activestate.com>
59106      Branch: perl
59107            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
59108            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
59109 ____________________________________________________________________________
59110 [ 22615] By: nicholas                              on 2004/03/31  08:24:29
59111         Log: Unknowingly for years we've had a test that has assumed the order
59112              of results from readdir. Fixed.
59113      Branch: perl
59114            ! lib/File/Find/t/find.t
59115 ____________________________________________________________________________
59116 [ 22614] By: nicholas                              on 2004/03/30  21:50:15
59117         Log: Subject: Zaurus SL-[78]60 native compile patch
59118              Message-Id: <46DCC0BF-8199-11D8-8D5B-000A95DBB50A@dan.co.jp>
59119              From: Dan Kogai <dankogai@dan.co.jp>
59120              Date: Tue, 30 Mar 2004 00:53:52 +0900
59121      Branch: perl
59122            ! ext/Errno/Errno_pm.PL
59123 ____________________________________________________________________________
59124 [ 22610] By: davem                                 on 2004/03/29  21:20:35
59125         Log: various win32 build fixes
59126
59127              Subject: Re: [PATCH] Re: MinGW/GCC vs MSVC++ on Win32
59128              From: Steve Hay <steve.hay@uk.radan.com>
59129              Date: Tue, 23 Mar 2004 10:42:12 +0000
59130              Message-ID: <40601484.7040905@uk.radan.com>
59131
59132              Subject: [PATCH] distclean on Win32 should delete perl.base
59133              From: Steve Hay <steve.hay@uk.radan.com>
59134              Date: Tue, 23 Mar 2004 11:35:56 +0000
59135              Message-ID: <4060211C.8020704@uk.radan.com>
59136
59137              Subject: Re: [PATCH] Create debug symbols files on Windows even for release
59138              From: Steve Hay <steve.hay@uk.radan.com>
59139              Date: Fri, 26 Mar 2004 10:46:07 +0000
59140              Message-ID: <406409EF.9020404@uk.radan.com>
59141      Branch: perl
59142            ! win32/Makefile win32/makefile.mk
59143 ____________________________________________________________________________
59144 [ 22609] By: davem                                 on 2004/03/29  20:46:36
59145         Log: Subject: [perl #27986] IPC::Open3 fails in mod_perl (tie bug)
59146              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
59147              Date: 26 Mar 2004 21:02:19 -0000
59148              Message-ID: <rt-3.0.8-27986-82842.3.55447645581215@perl.org>
59149
59150              The forked child should make sure STDIN and STDOUT aren't tied
59151              before messing with them
59152      Branch: perl
59153            ! lib/IPC/Open3.pm
59154 ____________________________________________________________________________
59155 [ 22608] By: davem                                 on 2004/03/29  20:10:05
59156         Log: backout change 22606 (make gv_fullname() include a literal '^')
59157              it breaks select.
59158      Branch: perl
59159            ! gv.c t/op/gv.t
59160 ____________________________________________________________________________
59161 [ 22607] By: davem                                 on 2004/03/28  15:10:48
59162         Log: update -Dx to cope with lexical version of OP_AELEMFAST
59163      Branch: perl
59164            ! dump.c
59165 ____________________________________________________________________________
59166 [ 22606] By: davem                                 on 2004/03/28  15:08:23
59167         Log: make gv_fullname() etc include a literal '^' for *^FOO style names
59168      Branch: perl
59169            ! gv.c t/op/gv.t
59170 ____________________________________________________________________________
59171 [ 22605] By: davem                                 on 2004/03/28  13:11:30
59172         Log: pv_display() had code to display \n etc as escapes but it didn't
59173              actually work.
59174      Branch: perl
59175            ! dump.c
59176 ____________________________________________________________________________
59177 [ 22604] By: davem                                 on 2004/03/28  10:55:30
59178         Log: fix typo in change 22597
59179      Branch: perl
59180            ! op.h
59181 ____________________________________________________________________________
59182 [ 22601] By: davem                                 on 2004/03/27  10:22:52
59183         Log: Subject:  [PATCH] -Dusemallocwrap for VMS)
59184              From:  "Craig A. Berry" <craigberry@mac.com>
59185              Date:  Fri, 26 Mar 2004 22:46:50 -0600
59186              Message-Id:  <4065073A.30007@mac.com>
59187
59188              Mimic in configure.com what Configure does to enable or disable
59189              the new feature -Dusemallocwrap
59190      Branch: perl
59191            ! configure.com
59192 ____________________________________________________________________________
59193 [ 22600] By: davem                                 on 2004/03/27  02:04:03
59194         Log: Subject:  [PATCH] don't clean-up perly.* on VMS
59195              From:  "Craig A. Berry" <craigberry@mac.com>
59196              Date:  Fri, 26 Mar 2004 16:54:44 -0600
59197              Message-Id:  <4064B4B4.2030203@mac.com>
59198
59199              refrain from getting rid of perly.c and perly.h now that there are
59200              no longer VMS-specific overrides for these files
59201      Branch: perl
59202            ! vms/descrip_mms.template
59203 ____________________________________________________________________________
59204 [ 22599] By: davem                                 on 2004/03/27  01:54:09
59205         Log: string corruption with lvalue sub
59206              Depending on the context, the same substr OP may want to return
59207              a PVLV or an LV on subsequent invcations. If TARG is the wrong
59208              type, use a mortal instead.
59209      Branch: perl
59210            ! pp.c t/op/substr.t
59211 ____________________________________________________________________________
59212 [ 22597] By: davem                                 on 2004/03/26  18:56:50
59213         Log: Clarify op.h comments for which ops the OPpDEREF* private flags
59214              are actually used; update Concise.pm to match
59215      Branch: perl
59216            ! ext/B/B/Concise.pm op.h
59217 ____________________________________________________________________________
59218 [ 22596] By: davem                                 on 2004/03/26  18:53:09
59219         Log: fix for change #22594; if using test.pl, must tell perl where to
59220              find it!
59221      Branch: perl
59222            ! t/comp/hints.t
59223 ____________________________________________________________________________
59224 [ 22595] By: davem                                 on 2004/03/26  17:28:48
59225         Log: document the return value of an empty sub
59226      Branch: perl
59227            ! pod/perlsub.pod
59228 ____________________________________________________________________________
59229 [ 22594] By: davem                                 on 2004/03/26  13:05:50
59230         Log: - hints hash was being double freed on scope exit
59231      Branch: perl
59232            ! op.c scope.c scope.h t/comp/hints.t
59233 ____________________________________________________________________________
59234 [ 22593] By: ams                                   on 2004/03/26  08:59:15
59235         Log: Subject: Re: [perl #27906] stat documentation correction
59236              From: Andy Lester <andy@petdance.com>
59237              Date: Wed, 24 Mar 2004 21:48:30 -0600
59238              Message-Id: <20040325034830.GA5865@petdance.com>
59239              (Applied with a correction from Spider Boardman.)
59240      Branch: perl
59241            ! pod/perlfunc.pod t/op/stat.t
59242 ____________________________________________________________________________
59243 [ 22592] By: davem                                 on 2004/03/26  01:24:24
59244         Log: fix some comments in perly.y
59245      Branch: perl
59246            ! perly.y
59247 ____________________________________________________________________________
59248 [ 22591] By: davem                                 on 2004/03/26  01:16:55
59249         Log: Blessed reference to anonymous glob
59250              Stop *$$x=$x giving "Attempt to free unreferenced scalar" warning
59251      Branch: perl
59252            ! sv.c t/op/ref.t
59253 ____________________________________________________________________________
59254 [ 22586] By: davem                                 on 2004/03/24  22:16:30
59255         Log: Subject: [perl #27748] 'find2perl' bug: -exec causes chdir error
59256              From: "jdhedden@1979.usna.com (via RT)" <perlbug-followup@perl.org>
59257              Date: 18 Mar 2004 20:25:50 -0000
59258              Message-ID: <rt-3.0.8-27748-82270.2.99482909739062@perl.org>
59259
59260              Cwd code was planted in the output executable after the exit, so
59261              was never run.
59262      Branch: perl
59263            ! x2p/find2perl.PL
59264 ____________________________________________________________________________
59265 [ 22585] By: nicholas                              on 2004/03/24  21:42:25
59266         Log: Remaining smoked platforms where malloc wrap is known to work.
59267              Data for Irix and NetBSD would be useful - they probably will work too.
59268              Will Unicos work? Place bets now...
59269      Branch: perl
59270            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/freebsd.sh
59271            ! hints/hpux.sh hints/linux.sh hints/openbsd.sh
59272            ! hints/solaris_2.sh
59273 ____________________________________________________________________________
59274 [ 22584] By: davem                                 on 2004/03/24  21:14:08
59275         Log: Subject: [perl #27790] split docs: say the string is EXPR
59276              From: Dan Jacobson (via RT) <perlbug-followup@perl.org>
59277              Date: 20 Mar 2004 05:21:07 -0000
59278              Message-ID: <rt-3.0.8-27790-82358.14.5476352902536@perl.org>
59279
59280              Minor documentation nit in split
59281      Branch: perl
59282            ! pod/perlfunc.pod
59283 ____________________________________________________________________________
59284 [ 22582] By: nicholas                              on 2004/03/24  19:15:29
59285         Log: mintest will pass if I skip the correct number of tests. D'oh!
59286      Branch: perl
59287            ! t/op/magic.t
59288 ____________________________________________________________________________
59289 [ 22579] By: nicholas                              on 2004/03/24  14:59:16
59290         Log: Subject: Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32
59291              From: Steve Hay <steve.hay@uk.radan.com>
59292              Message-ID: <40618D1C.7000601@uk.radan.com>
59293              Date: Wed, 24 Mar 2004 13:29:00 +0000
59294      Branch: perl
59295            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
59296            ! win32/config_H.vc64
59297 ____________________________________________________________________________
59298 [ 22578] By: rgs                                   on 2004/03/24  13:54:31
59299         Log: Good catch from Dave Mitchell; plus a null pointer protection.
59300      Branch: perl
59301            ! scope.c
59302 ____________________________________________________________________________
59303 [ 22577] By: nicholas                              on 2004/03/24  11:51:46
59304         Log: Unlike perl, 0 in void context isn't special cased in C :-)
59305              (So it warns). Tweak the no-action malloc wrap checkers to avoid
59306              warnings.
59307      Branch: perl
59308            ! handy.h
59309 ____________________________________________________________________________
59310 [ 22576] By: nicholas                              on 2004/03/24  10:29:16
59311         Log: Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than
59312              NO_MALLOC_WRAP following Configure changes. Identical patch to
59313              mine supplied by Steve Hay while I was working on this.
59314              IP shootout at dawn :-)
59315      Branch: perl
59316            ! makedef.pl
59317 ____________________________________________________________________________
59318 [ 22572] By: nicholas                              on 2004/03/24  09:14:21
59319         Log: Tidy up function prototypes in the light of suidpatch
59320      Branch: perl
59321            ! embed.fnc embed.h perl.c proto.h
59322 ____________________________________________________________________________
59323 [ 22571] By: nicholas                              on 2004/03/23  22:35:09
59324         Log: Make usemallocwrap a Configure-time question. Default is yes for
59325              usedevel, no otherwise, but I'm expecting hints files on known
59326              good platforms to override this. (and known bad)
59327              Demonstration hints file for darwin.
59328      Branch: perl
59329            ! Configure config_h.SH hints/darwin.sh perl.h
59330 ____________________________________________________________________________
59331 [ 22569] By: nicholas                              on 2004/03/23  17:47:44
59332         Log: hv_delete_common was freeing the key, then passing the freed pointer
59333              to S_hv_notallowed. D'oh!
59334      Branch: perl
59335            ! hv.c
59336 ____________________________________________________________________________
59337 [ 22566] By: nicholas                              on 2004/03/23  16:23:58
59338         Log: Unify 5.008 and 5.009's B::Concise 0.58
59339      Branch: perl
59340            ! ext/B/B/Concise.pm
59341 ____________________________________________________________________________
59342 [ 22565] By: nicholas                              on 2004/03/23  16:05:28
59343         Log: Unify 5.008 and 5.009's B::Concise 0.56
59344      Branch: perl
59345            ! ext/B/B/Concise.pm
59346 ____________________________________________________________________________
59347 [ 22564] By: rgs                                   on 2004/03/23  13:43:49
59348         Log: Fix bug [perl #27839] returning @+ out of scope loses its value :
59349
59350              Subject: Re: Wondering about returned regex special arrays on going out of scope
59351              From: hv@crypt.org
59352              Date: Fri, 05 Mar 2004 17:42:25 +0000
59353              Message-Id: <200403051742.i25HgPd11240@zen.crypt.org>
59354
59355              plus a test case.
59356      Branch: perl
59357            ! pp_hot.c t/op/magic.t
59358 ____________________________________________________________________________
59359 [ 22563] By: nicholas                              on 2004/03/23  13:38:11
59360         Log: Subject: [PATCH] 5.9.1 suidperl
59361              From: psz@maths.usyd.edu.au (Paul Szabo)
59362              Message-Id: <200403182117.i2ILHug513080@milan.maths.usyd.edu.au>
59363              Date: Fri, 19 Mar 2004 08:17:56 +1100 (EST)
59364
59365              (which variables renamed as requested, plus tweaks to work on platforms
59366              with no ST_NOEXEC)
59367      Branch: perl
59368            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h
59369 ____________________________________________________________________________
59370 [ 22560] By: rgs                                   on 2004/03/22  21:29:51
59371         Log: Update the -v copyright notice.
59372      Branch: perl
59373            ! perl.c
59374 ____________________________________________________________________________
59375 [ 22559] By: nicholas                              on 2004/03/22  21:05:09
59376         Log: Don't assume that the chmod will always work.
59377              (It won't for files on *BSD where chflags has set uchg, which is
59378              what the OS X perforce client does)
59379      Branch: perl
59380            ! t/op/filetest.t
59381 ____________________________________________________________________________
59382 [ 22557] By: rgs                                   on 2004/03/22  20:46:52
59383         Log: Clarifications on constants subroutines, based on:
59384
59385              Subject: [perl #27768] [patch] wrong examples in perlsub/"Constant Functions"
59386              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
59387              Date: 19 Mar 2004 14:56:09 -0000
59388              Message-ID: <rt-3.0.8-27768-82310.5.12766475665209@perl.org>
59389      Branch: perl
59390            ! pod/perlsub.pod
59391 ____________________________________________________________________________
59392 [ 22556] By: rgs                                   on 2004/03/22  20:30:41
59393         Log: Subject: [PATCH] Re: ../lib/ExtUtils/t/Embed.t failure on Win32/GCC
59394              From: Steve Hay <steve.hay@uk.radan.com>
59395              Date: Mon, 22 Mar 2004 14:44:46 +0000
59396              Message-ID: <405EFBDE.4090209@uk.radan.com>
59397      Branch: perl
59398            ! README.win32
59399 ____________________________________________________________________________
59400 [ 22553] By: rgs                                   on 2004/03/22  19:25:59
59401         Log: Subject: Re: [PATCH] warn on !=~
59402              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
59403              Date: Mon, 22 Mar 2004 10:32:05 -0800
59404              Message-ID: <20040322183106.GA1284@efn.org>
59405
59406              More warnings for this case.
59407      Branch: perl
59408            ! t/lib/warnings/toke toke.c
59409 ____________________________________________________________________________
59410 [ 22549] By: rgs                                   on 2004/03/21  17:22:42
59411         Log: Finally, this "Negative repeat count" warning wasn't such a great
59412              idea. Disable it. But add tests for this :
59413
59414              Subject: Re: [perl #27811] (@x) x -1 is a panic
59415              From: Andy Lester <andy@petdance.com>
59416              Date: Sun, 21 Mar 2004 09:27:04 -0600
59417              Message-ID: <20040321152704.GA9041@petdance.com>
59418      Branch: perl
59419            ! pp.c t/lib/warnings/pp t/op/repeat.t
59420 ____________________________________________________________________________
59421 [ 22548] By: rgs                                   on 2004/03/21  16:40:27
59422         Log: Subject: [PATCH sv.h] Nobody has used SvPVbyte_force?
59423              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
59424              Date: Sun, 21 Mar 2004 21:49:53 +0900
59425              Message-Id: <20040321213628.2461.BQW10602@nifty.com>
59426      Branch: perl
59427            ! sv.h
59428 ____________________________________________________________________________
59429 [ 22547] By: rgs                                   on 2004/03/21  13:36:27
59430         Log: I must be tired today.
59431      Branch: perl
59432            ! lib/utf8.t
59433 ____________________________________________________________________________
59434 [ 22546] By: rgs                                   on 2004/03/21  13:26:33
59435         Log: Silence a gcc warning.
59436      Branch: perl
59437            ! sv.c
59438 ____________________________________________________________________________
59439 [ 22545] By: rgs                                   on 2004/03/21  13:18:01
59440         Log: Subject: Re: [perl #27803] perl crashes when utf8::upgrade($offsetOK_scalar)
59441              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
59442              Date: Sun, 21 Mar 2004 15:19:22 +0900
59443              Message-Id: <20040321151828.DAC6.BQW10602@nifty.com>
59444      Branch: perl
59445            ! lib/utf8.t sv.c
59446 ____________________________________________________________________________
59447 [ 22544] By: rgs                                   on 2004/03/21  13:12:53
59448         Log: Subject: [PATCH] fix memory bug in vms.c:mp_do_tounixspec
59449              From: "Craig A. Berry" <craigberry@mac.com>
59450              Date: Sat, 20 Mar 2004 21:51:45 -0600
59451              Message-ID: <405D1151.3040308@mac.com>
59452      Branch: perl
59453            ! vms/vms.c
59454 ____________________________________________________________________________
59455 [ 22543] By: rgs                                   on 2004/03/21  13:06:20
59456         Log: Add a new warning "Negative repeat count"
59457              for the cases $x x -1.
59458      Branch: perl
59459            ! pod/perlop.pod pp.c t/lib/warnings/pp
59460 ____________________________________________________________________________
59461 [ 22542] By: rgs                                   on 2004/03/20  11:49:21
59462         Log: Subject: [PATCH] warn on !=~
59463              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
59464              Date: Thu, 18 Mar 2004 22:24:09 -0800
59465              Message-ID: <20040319062035.GA3768@efn.org>
59466
59467              with an improvement suggested by Ton Hospel.
59468      Branch: perl
59469            ! pod/perldiag.pod t/lib/warnings/toke toke.c
59470 ____________________________________________________________________________
59471 [ 22541] By: rgs                                   on 2004/03/20  10:19:59
59472         Log: Subject: makefile.95 tweak
59473              From: Greg Matheson <lang@ms.chinmin.edu.tw>
59474              Date: Fri, 19 Mar 2004 18:15:25 +0800
59475              Message-ID: <20040319181525.A6347@ms.chinmin.edu.tw>
59476      Branch: perl
59477            ! win32/makefile.mk
59478 ____________________________________________________________________________
59479 [ 22540] By: rgs                                   on 2004/03/20  10:15:36
59480         Log: \x80\xFF is not valid UTF-8.
59481      Branch: perl
59482            ! pod/perluniintro.pod
59483 ____________________________________________________________________________
59484 [ 22539] By: rgs                                   on 2004/03/19  23:09:13
59485         Log: Subject: [perl #24821] enhancement patch for B::Concise
59486              From: jim cromie <jcromie@divsol.com>
59487              Date: Wed, 17 Mar 2004 14:12:43 -0700
59488              Message-ID: <4058BF4B.1000004@divsol.com>
59489              (Only the Concise.pm part, with documentation nits)
59490      Branch: perl
59491            ! ext/B/B/Concise.pm
59492 ____________________________________________________________________________
59493 [ 22538] By: nicholas                              on 2004/03/19  12:15:23
59494         Log: Subject:  [PATCH] open.pm: allow upper-cased EUC
59495              From:  Autrijus Tang <autrijus@autrijus.org>
59496              Date:  Fri, 19 Mar 2004 18:27:10 +0800
59497              Message-Id:  <20040319102710.GA91216@aut.dyndns.org>
59498      Branch: perl
59499            ! lib/open.pm
59500 ____________________________________________________________________________
59501 [ 22537] By: nicholas                              on 2004/03/19  11:59:01
59502         Log: Subject: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
59503              From: Jan Dubois <jand@activestate.com>
59504              Message-ID: <lg2k509o51b8openotuetdts6go7pn4udo@4ax.com>
59505              Date: Thu, 18 Mar 2004 13:13:49 -0800
59506
59507              Subject: Re: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
59508              From: Steve Hay <steve.hay@uk.radan.com>
59509              Message-ID: <405ACC6D.1040804@uk.radan.com>
59510              Date: Fri, 19 Mar 2004 10:33:17 +0000
59511      Branch: perl
59512            + win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm
59513            + win32/ext/Win32/Win32.xs
59514            - lib/Win32.pod
59515            ! MANIFEST win32/Makefile win32/makefile.mk
59516 ____________________________________________________________________________
59517 [ 22536] By: nicholas                              on 2004/03/19  11:43:35
59518         Log: Change Storable.xs to conditionally include ppport.h for pre 5.8.0
59519              This allows the ppport.h to be deleted from ext/Storable, which will
59520              reduce the potential for confusion.
59521              Bump Storable's version to 2.12; update the ChangeLog
59522      Branch: perl
59523            - ext/Storable/ppport.h
59524            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
59525            ! ext/Storable/README ext/Storable/Storable.pm
59526            ! ext/Storable/Storable.xs
59527 ____________________________________________________________________________
59528 [ 22535] By: nicholas                              on 2004/03/19  11:03:18
59529         Log: Move Beau Cox's ppport.h fixes into PPPort.pm
59530      Branch: perl
59531            ! ext/Devel/PPPort/PPPort.pm
59532 ____________________________________________________________________________
59533 [ 22534] By: rgs                                   on 2004/03/19  10:13:14
59534         Log: Nit in perluniintro about the U0 and C0 templates,
59535              noticed by Steve Hay.
59536      Branch: perl
59537            ! pod/perluniintro.pod
59538 ____________________________________________________________________________
59539 [ 22533] By: ams                                   on 2004/03/19  02:57:40
59540         Log: Subject: [PATCH] Storable PERL_NO_GET_CONTEXT
59541              From: beau@beaucox.com
59542              Date: Thu, 18 Mar 2004 12:45:45 -1000
59543              Message-Id: <20040318_224545_009145.beau@beaucox.com>
59544      Branch: perl
59545            + ext/Storable/ppport.h
59546            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.xs
59547 ____________________________________________________________________________
59548 [ 22532] By: rgs                                   on 2004/03/18  20:33:02
59549         Log: Subject: [PATCH] range operator warnings / 64-bit fix
59550              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
59551              Date: Wed, 10 Mar 2004 21:45:48 +0100
59552              Message-Id: <20040310214548.4f5e3ab1@r2d2>
59553      Branch: perl
59554            ! pp_ctl.c pp_hot.c t/op/range.t
59555 ____________________________________________________________________________
59556 [ 22531] By: davem                                 on 2004/03/18  19:02:32
59557         Log: add code comment for change 22525
59558      Branch: perl
59559            ! pp.c
59560 ____________________________________________________________________________
59561 [ 22530] By: rgs                                   on 2004/03/18  18:21:32
59562         Log: Add a perl592delta.pod man page.
59563      Branch: perl
59564            + pod/perl592delta.pod
59565            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
59566            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
59567            ! win32/pod.mak
59568 ____________________________________________________________________________
59569 [ 22528] By: nicholas                              on 2004/03/18  16:58:06
59570         Log: Corrections and explanations in comments
59571      Branch: perl
59572            ! ext/Storable/Storable.xs
59573 ____________________________________________________________________________
59574 [ 22527] By: nicholas                              on 2004/03/18  16:50:25
59575         Log: Subject:  pumpkin fodder
59576              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
59577              Date:  Fri, 12 Mar 2004 15:16:57 +0200 (EET)
59578              Message-Id:  <200403121316.i2CDGv1Y254951@kosh.hut.fi>
59579      Branch: perl
59580            ! lib/unicore/README.perl
59581 ____________________________________________________________________________
59582 [ 22526] By: rgs                                   on 2004/03/18  14:33:14
59583         Log: Detypo.
59584      Branch: perl
59585            ! makedef.pl
59586 ____________________________________________________________________________
59587 [ 22525] By: davem                                 on 2004/03/18  14:13:16
59588         Log: make ~$x give warning is $x isn't initialised.
59589              Also add test for uninitialised warning in & op.
59590      Branch: perl
59591            ! pp.c t/lib/warnings/sv
59592 ____________________________________________________________________________
59593 [ 22524] By: rgs                                   on 2004/03/18  13:20:07
59594         Log: Try to fix the AIX and Windows builds regarding the
59595              definedness of the PL_memory_wrap symbol.
59596      Branch: perl
59597            ! makedef.pl
59598 ____________________________________________________________________________
59599 [ 22523] By: rgs                                   on 2004/03/18  08:27:34
59600         Log: Bump bleadperl's version number to 5.9.2.
59601      Branch: perl
59602            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
59603            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
59604            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
59605            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
59606            ! win32/makefile.mk wince/Makefile.ce
59607 ____________________________________________________________________________
59608 [ 22521] By: rgs                                   on 2004/03/17  19:13:03
59609         Log: Subject: [PATCH] format/casting/warning RE: perl 5.9.1
59610              From: Robin Barker <Robin.Barker@npl.co.uk>
59611              Date: Wed, 17 Mar 2004 18:37:10 -0000
59612              Message-ID: <533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk>
59613      Branch: perl
59614            ! dump.c ext/Socket/Socket.xs pad.c util.c
59615 ____________________________________________________________________________
59616 [ 22520] By: rgs                                   on 2004/03/17  18:20:54
59617         Log: Optimize away the assignment in the constructs C<my $s = undef>,
59618              C<my @a = ()>, C<my %h = ()>.
59619      Branch: perl
59620            ! op.c
59621 ____________________________________________________________________________
59622 [ 22517] By: nicholas                              on 2004/03/17  17:58:44
59623         Log: Subject: malloc wrappage
59624              From: Jarkko Hietaniemi <jhi@iki.fi>
59625              Message-Id: <37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi>
59626              Date: Tue, 10 Feb 2004 23:15:14 +0200
59627
59628              plus change croak to Perl_croak_nocontext to make ithread safe
59629              plus make it conditional on PERL_MALLOC_WRAP (default for blead is on)
59630      Branch: perl
59631            ! av.c handy.h perl.h pod/perldiag.pod pp.c
59632 ____________________________________________________________________________
59633 [ 22516] By: nicholas                              on 2004/03/17  16:10:57
59634         Log: Add auto-require of modules to restore overloading (and tests)
59635      Branch: perl
59636            + ext/Storable/t/HAS_OVERLOAD.pm
59637            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
59638            ! ext/Storable/Storable.xs ext/Storable/t/overload.t
59639 ____________________________________________________________________________
59640 [ 22515] By: nicholas                              on 2004/03/17  15:48:03
59641         Log: Add regression tests for the auto-require of STORABLE_thaw
59642      Branch: perl
59643            + ext/Storable/t/HAS_HOOK.pm
59644            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
59645            ! ext/Storable/t/blessed.t
59646 ____________________________________________________________________________
59647 [ 22514] By: nicholas                              on 2004/03/16  22:36:49
59648         Log: Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS
59649              block. This allows the re-entrant API to be used with ithreads,
59650              which in turn permits -Dusethreads -Uuseithreads -Uuse5005threads
59651              (Which may seem inane, but makes perl threaded at the C level
59652              without enabling ithreads)
59653      Branch: perl
59654            ! intrpvar.h
59655 ____________________________________________________________________________
59656 [ 22513] By: rgs                                   on 2004/03/16  21:55:10
59657         Log: Add a lchown() call to the POSIX module. [perl #27547]
59658      Branch: perl
59659            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
59660 ____________________________________________________________________________
59661 [ 22512] By: rgs                                   on 2004/03/16  21:29:41
59662         Log: Subject: [PATCH] Re: Perl and Parrot disagree about sched_yield on Solaris
59663              From: Andrew Dougherty <doughera@lafayette.edu>
59664              Date: Tue, 16 Mar 2004 16:38:58 -0500 (EST)
59665              Message-ID: <Pine.SOL.4.58.0403161635590.27628@maxwell.phys.lafayette.edu>
59666      Branch: perl
59667            ! hints/solaris_2.sh
59668 ____________________________________________________________________________
59669 [ 22511] By: rgs                                   on 2004/03/16  21:27:02
59670         Log: Restore the "DEVEL" locally-applied-patches version tag in blead.
59671      Branch: perl
59672            ! patchlevel.h
59673 ____________________________________________________________________________
59674 [ 22510] By: rgs                                   on 2004/03/16  18:29:39
59675         Log: Update Changes. (again)
59676      Branch: perl
59677            ! Changes
59678 ____________________________________________________________________________
59679 [ 22509] By: rgs                                   on 2004/03/16  18:19:52
59680         Log: Update copyright notices
59681      Branch: perl
59682            ! cop.h cv.h doio.c doop.c dump.c embed.h embed.pl embedvar.h
59683            ! form.h global.sym gv.c handy.h hv.c mg.c op.c op.h opcode.h
59684            ! opcode.pl opnames.h pad.c patchlevel.h perl.c perl.h perlapi.h
59685            ! perlio.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
59686            ! proto.h regexec.c scope.c scope.h sv.c sv.h thread.h
59687            ! universal.c utf8.c util.c
59688 ____________________________________________________________________________
59689 [ 22508] By: rgs                                   on 2004/03/16  16:31:03
59690         Log: Regenerate META.yml
59691      Branch: perl
59692            ! META.yml
59693 ____________________________________________________________________________
59694 [ 22507] By: rgs                                   on 2004/03/16  15:36:32
59695         Log: Update Changes.
59696      Branch: perl
59697            ! Changes
59698 ____________________________________________________________________________
59699 [ 22506] By: rgs                                   on 2004/03/16  15:32:42
59700         Log: This is 5.9.1.
59701      Branch: perl
59702            ! patchlevel.h
59703 ____________________________________________________________________________
59704 [ 22505] By: rgs                                   on 2004/03/16  15:28:55
59705         Log: We'll ship 5.9.1 today.
59706      Branch: perl
59707            ! pod/perlhist.pod
59708 ____________________________________________________________________________
59709 [ 22504] By: rgs                                   on 2004/03/16  15:25:22
59710         Log: More perldelta updates.
59711      Branch: perl
59712            ! pod/perl591delta.pod
59713 ____________________________________________________________________________
59714 [ 22503] By: rgs                                   on 2004/03/16  13:23:34
59715         Log: Since the signature.t test of CPAN relies on a non-core module,
59716              it's not relevant to the perl core distribution.
59717      Branch: perl
59718            - lib/CPAN/t/signature.t
59719            ! MANIFEST
59720 ____________________________________________________________________________
59721 [ 22502] By: rgs                                   on 2004/03/15  21:54:56
59722         Log: Fix the order of arguments in the usage message of
59723              POSIX::chown(). It's different from the POSIX order but
59724              it's the same than CORE::chown(). Damn.
59725      Branch: perl
59726            ! ext/POSIX/POSIX.pm
59727 ____________________________________________________________________________
59728 [ 22501] By: rgs                                   on 2004/03/15  17:09:26
59729         Log: Subject: Re: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
59730              From: Steve Hay <steve.hay@uk.radan.com>
59731              Date: Mon, 15 Mar 2004 10:28:02 +0000
59732              Message-ID: <40558532.30002@uk.radan.com>
59733
59734              Plus, restore patch #22489
59735      Branch: perl
59736            ! win32/Makefile win32/makefile.mk
59737 ____________________________________________________________________________
59738 [ 22500] By: davem                                 on 2004/03/14  20:13:47
59739         Log: scope exit could expose freed local() value
59740      Branch: perl
59741            ! scope.c t/op/localref.t
59742 ____________________________________________________________________________
59743 [ 22499] By: davem                                 on 2004/03/14  17:01:34
59744         Log: strict 'subs' didn't warn on bareword array index
59745      Branch: perl
59746            ! op.c t/lib/strict/subs
59747 ____________________________________________________________________________
59748 [ 22498] By: rgs                                   on 2004/03/14  12:52:17
59749         Log: Four Storable patches towards Storable 2.11 :
59750
59751              Subject: Re: [perl #27616] Storable can't freeze restricted hashes in canonical order
59752              From: Nicholas Clark <nick@ccl4.org>
59753              Date: Sat, 13 Mar 2004 15:13:28 +0000
59754              Message-ID: <20040313151327.GS701@plum.flirble.org>
59755
59756              Date: Sat, 13 Mar 2004 20:23:45 +0000
59757              Message-ID: <20040313202345.GX701@plum.flirble.org>
59758
59759              Date: Sat, 13 Mar 2004 22:20:07 +0000
59760              Message-ID: <20040313222007.GZ701@plum.flirble.org>
59761
59762              Date: Sat, 13 Mar 2004 23:03:46 +0000
59763              Message-ID: <20040313230345.GB701@plum.flirble.org>
59764      Branch: perl
59765            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
59766            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
59767            ! ext/Storable/t/restrict.t
59768 ____________________________________________________________________________
59769 [ 22497] By: rgs                                   on 2004/03/13  21:27:57
59770         Log: Subject: [perl #27567] [patch] a typo and a mistake in perltoot.pod
59771              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
59772              Date: 10 Mar 2004 17:05:09 -0000
59773              Message-ID: <rt-3.0.8-27567-81174.13.282806825515@perl.org>
59774      Branch: perl
59775            ! pod/perltoot.pod
59776 ____________________________________________________________________________
59777 [ 22496] By: rgs                                   on 2004/03/13  21:16:59
59778         Log: More small perldelta updates.
59779      Branch: perl
59780            ! pod/perl591delta.pod
59781 ____________________________________________________________________________
59782 [ 22495] By: rgs                                   on 2004/03/13  20:05:20
59783         Log: Revert change #22489, that seems to cause build failures on Windows.
59784      Branch: perl
59785            ! win32/Makefile win32/makefile.mk
59786 ____________________________________________________________________________
59787 [ 22494] By: rgs                                   on 2004/03/13  19:55:43
59788         Log: Subject: Re: [PATCH] Stop splitpod truncating sprintf manpage
59789              From: Steve Hay <steve.hay@uk.radan.com>
59790              Date: Fri, 12 Mar 2004 08:38:41 +0000
59791              Message-ID: <40517711.9030204@uk.radan.com>
59792      Branch: perl
59793            ! pod/splitpod
59794 ____________________________________________________________________________
59795 [ 22493] By: rgs                                   on 2004/03/12  23:39:16
59796         Log: perl591delta nits. Regenerate the tables of contents.
59797      Branch: perl
59798            ! pod/perl591delta.pod pod/perlmodlib.pod pod/perltoc.pod
59799 ____________________________________________________________________________
59800 [ 22492] By: rgs                                   on 2004/03/12  21:35:49
59801         Log: Update perl591delta. Include a small to-do list in it.
59802      Branch: perl
59803            ! pod/perl591delta.pod
59804 ____________________________________________________________________________
59805 [ 22491] By: rgs                                   on 2004/03/12  20:08:31
59806         Log: Subject: [PATCH] Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12
59807              From: Tels <perl_dummy@bloodgate.com>
59808              Date: Fri, 12 Mar 2004 18:02:30 +0100
59809              Message-Id: <200403121802.31679@bloodgate.com>
59810      Branch: perl
59811            + lib/Math/BigInt/t/_e_math.t
59812            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt/t/bare_mbf.t
59813            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
59814            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
59815            ! lib/bigint.pm lib/bignum.pm
59816 ____________________________________________________________________________
59817 [ 22490] By: rgs                                   on 2004/03/12  18:31:12
59818         Log: Fix a bug in the cloning of regexps
59819
59820              Subject: Re: [perl #27530] Regex qr// interpolation fails when chr(0) is used in a thread
59821              From: hv@crypt.org
59822              Date: Thu, 11 Mar 2004 16:21:50 +0000
59823              Message-Id: <200403111621.i2BGLoi20225@zen.crypt.org>
59824              (plus another similar fix)
59825      Branch: perl
59826            ! sv.c
59827 ____________________________________________________________________________
59828 [ 22489] By: rgs                                   on 2004/03/12  18:26:34
59829         Log: Subject: [PATCH] Fix minitest target in Win32 makefiles
59830              From: Steve Hay <steve.hay@uk.radan.com>
59831              Date: Fri, 12 Mar 2004 15:52:23 +0000
59832              Message-ID: <4051DCB7.107@uk.radan.com>
59833      Branch: perl
59834            ! win32/Makefile win32/makefile.mk
59835 ____________________________________________________________________________
59836 [ 22488] By: rgs                                   on 2004/03/11  22:57:29
59837         Log: Document the new behaviour of the substr lvalue :
59838              Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue window
59839              From: Dave Mitchell <davem@fdisolutions.com>
59840              Date: Mon, 1 Mar 2004 23:59:21 +0000
59841              Message-ID: <20040301235921.GC6469@fdisolutions.com>
59842      Branch: perl
59843            ! pod/perlfunc.pod
59844 ____________________________________________________________________________
59845 [ 22485] By: davem                                 on 2004/03/11  14:52:58
59846         Log: make op/write.t work better under stdio by running the subtests
59847              in the child process rather than the parent.
59848      Branch: perl
59849            ! t/op/write.t
59850 ____________________________________________________________________________
59851 [ 22484] By: merijn                                on 2004/03/11  10:08:17
59852         Log: Subject: Re: [PATCH] Re: Proposal to remove support for MachTen
59853              From: Dominic Dunlop <shouldbedomo@mac.com>
59854              Date: Thu, 11 Mar 2004 10:34:01 +0100
59855              Message-Id: <3B07B7FC-733F-11D8-AC24-000A27839BD6@mac.com>
59856      Branch: perl
59857            ! README.machten hints/machten.sh
59858 ____________________________________________________________________________
59859 [ 22483] By: nicholas                              on 2004/03/10  20:38:49
59860         Log: croaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistake
59861              back this out until we have a tangible policy
59862      Branch: perl
59863            ! sv.c
59864 ____________________________________________________________________________
59865 [ 22482] By: rgs                                   on 2004/03/10  16:16:00
59866         Log: Upgrade to Cwd 2.17.
59867      Branch: perl
59868            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
59869 ____________________________________________________________________________
59870 [ 22481] By: rgs                                   on 2004/03/10  10:55:12
59871         Log: Subject: Re: [PATCH] More "distclean" tidy ups on Win32
59872              From: Steve Hay <steve.hay@uk.radan.com>
59873              Date: Wed, 10 Mar 2004 10:58:15 +0000
59874              Message-ID: <404EF4C7.9090107@uk.radan.com>
59875      Branch: perl
59876            ! win32/Makefile win32/makefile.mk
59877 ____________________________________________________________________________
59878 [ 22480] By: rgs                                   on 2004/03/10  09:25:36
59879         Log: Change 22476 left out a similar fix for ExtUtils::MM_Win32
59880              (noticed by Steve Hay.)
59881              Also, update MANIFEST.SKIP to be in line with the renaming
59882              "blibdirs" to "blibdirs.exists".
59883      Branch: perl
59884            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Win32.pm
59885 ____________________________________________________________________________
59886 [ 22479] By: rgs                                   on 2004/03/10  09:07:03
59887         Log: A patch by Richard Foley to reduce the amount of
59888              forkage between the 5.8 and 5.9 debuggers.
59889      Branch: perl
59890            ! lib/perl5db.pl
59891 ____________________________________________________________________________
59892 [ 22478] By: chip                                  on 2004/03/09  23:51:41
59893         Log: In line-buffered mode, flush on the *last* newline,
59894              not on every newline.
59895      Branch: perl
59896            ! perlio.c
59897 ____________________________________________________________________________
59898 [ 22477] By: rgs                                   on 2004/03/09  22:27:22
59899         Log: Subject: [PATCH] More "distclean" tidy ups on Win32
59900              From: Steve Hay <steve.hay@uk.radan.com>
59901              Date: Fri, 05 Mar 2004 09:56:36 +0000
59902              Message-ID: <40484ED4.1050001@uk.radan.com>
59903              (only the win32 makefiles part)
59904      Branch: perl
59905            ! win32/Makefile win32/makefile.mk
59906 ____________________________________________________________________________
59907 [ 22476] By: rgs                                   on 2004/03/09  21:45:49
59908         Log: Subject: [PATCH] bleadperl/MM/VMS (was Re: perl@22413)
59909              From: "Craig A. Berry" <craigberry@mac.com>
59910              Date: Mon, 08 Mar 2004 08:18:43 -0600
59911              Message-ID: <404C80C3.6090009@mac.com>
59912
59913              Avoid to build everything twice on VMS.
59914              This is done by renaming the blibdirs target to blibdirs.exists.
59915              No, I don't understand why.
59916      Branch: perl
59917            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
59918            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
59919            ! lib/ExtUtils/t/INST_PREFIX.t
59920 ____________________________________________________________________________
59921 [ 22474] By: rgs                                   on 2004/03/09  20:29:02
59922         Log: Improve the "Prototype mismatch" error message when
59923              the redefined subroutine didn't have any prototype.
59924      Branch: perl
59925            ! op.c t/comp/redef.t
59926 ____________________________________________________________________________
59927 [ 22473] By: mhx                                   on 2004/03/09  19:09:20
59928         Log: Revert change #22472, but keep the new tests.
59929      Branch: perl
59930            ! pp_ctl.c t/op/range.t
59931 ____________________________________________________________________________
59932 [ 22472] By: mhx                                   on 2004/03/09  18:41:15
59933         Log: Subject: Re: undef and the range operator
59934              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
59935              Date: Mon, 8 Mar 2004 21:49:55 +0100
59936              Message-Id: <20040308214955.3d8be3a6@r2d2>
59937      Branch: perl
59938            ! pp_ctl.c t/op/range.t
59939 ____________________________________________________________________________
59940 [ 22471] By: nicholas                              on 2004/03/09  16:11:37
59941         Log: Make a temporary copy of the input buffer in pp_send, so that send
59942              and syswrite don't gratuitously upgrade their input to UTF8
59943      Branch: perl
59944            ! pp_sys.c t/op/sysio.t
59945 ____________________________________________________________________________
59946 [ 22470] By: rgs                                   on 2004/03/09  15:27:38
59947         Log: Upgrade to Cwd 2.16
59948      Branch: perl
59949            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
59950 ____________________________________________________________________________
59951 [ 22469] By: rgs                                   on 2004/03/09  14:56:10
59952         Log: Upgrade to CGI.pm 3.04.
59953      Branch: perl
59954            ! lib/CGI.pm lib/CGI/Cookie.pm
59955 ____________________________________________________________________________
59956 [ 22468] By: rgs                                   on 2004/03/08  15:35:59
59957         Log: perl591delta.pod update.
59958      Branch: perl
59959            ! pod/perl591delta.pod
59960 ____________________________________________________________________________
59961 [ 22467] By: rgs                                   on 2004/03/08  10:43:23
59962         Log: Another makefile portability fix for Win32 by Steve Hay.
59963      Branch: perl
59964            ! win32/Makefile win32/makefile.mk
59965 ____________________________________________________________________________
59966 [ 22466] By: rgs                                   on 2004/03/08  08:06:33
59967         Log: Subject: [PATCH] win32_fstat has a potential buffer overrun problem
59968              From: Jan Dubois <jand@ActiveState.com>
59969              Date: Sun, 07 Mar 2004 17:04:35 -0800
59970              Message-ID: <8lgn409p4k2kpde8d428d7a4r7fsgjc8b4@4ax.com>
59971      Branch: perl
59972            ! win32/win32.c
59973 ____________________________________________________________________________
59974 [ 22465] By: nicholas                              on 2004/03/07  23:31:49
59975         Log: Fix Dave's original shared hash key corruption bug
59976      Branch: perl
59977            ! sv.c
59978 ____________________________________________________________________________
59979 [ 22463] By: nicholas                              on 2004/03/07  21:34:01
59980         Log: Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion test
59981              in utf8.t, and fix 3 bugs it exposed in utfhash.t
59982      Branch: perl
59983            ! lib/utf8.t sv.c t/op/utfhash.t
59984 ____________________________________________________________________________
59985 [ 22462] By: rgs                                   on 2004/03/07  20:34:05
59986         Log: Subject: undef and the range operator
59987              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
59988              Date: Sun, 7 Mar 2004 21:11:20 +0100
59989              Message-Id: <20040307211120.10e46933@r2d2>
59990      Branch: perl
59991            ! pp_ctl.c t/op/range.t
59992 ____________________________________________________________________________
59993 [ 22459] By: rgs                                   on 2004/03/07  18:41:36
59994         Log: Subject: Re: [PATCH Cwd 2.15] test tweak for VMS
59995              From: "Ken Williams" <ken@mathforum.org>
59996              Date: Sun, 7 Mar 2004 09:37:19 -0600
59997              Message-Id: <51C75B2A-704D-11D8-BBD2-003065F6D85A@mathforum.org>
59998      Branch: perl
59999            ! ext/Cwd/t/cwd.t
60000 ____________________________________________________________________________
60001 [ 22456] By: rgs                                   on 2004/03/07  14:08:43
60002         Log: Subject: [PATCH t/op/closure.t] line-end tweak for VMS
60003              From: "Craig A. Berry" <craigberry@mac.com>
60004              Date: Sat, 06 Mar 2004 22:50:25 -0600
60005              Message-ID: <404AAA11.8050001@mac.com>
60006      Branch: perl
60007            ! t/op/closure.t
60008 ____________________________________________________________________________
60009 [ 22452] By: rgs                                   on 2004/03/06  21:24:45
60010         Log: Subject: [PATCH Cwd 2.15] test tweak for VMS
60011              From: "Craig A. Berry" <craigberry@mac.com>
60012              Date: Sat, 06 Mar 2004 13:51:55 -0600
60013              Message-ID: <404A2BDB.8030401@mac.com>
60014      Branch: perl
60015            ! ext/Cwd/t/cwd.t
60016 ____________________________________________________________________________
60017 [ 22451] By: rgs                                   on 2004/03/06  21:09:10
60018         Log: Allow syslog() to use numeric constants in addition to strings for
60019              facility names and priorities.
60020
60021              Subject: Patch for Sys::Syslog
60022              From: Jim Schneider <jschneid@netilla.com>
60023              Date: Fri, 5 Mar 2004 14:03:10 -0500
60024              Message-Id: <200403051403.10674.jschneid@netilla.com>
60025      Branch: perl
60026            ! ext/Sys/Syslog/Syslog.pm
60027 ____________________________________________________________________________
60028 [ 22446] By: nicholas                              on 2004/03/06  16:13:48
60029         Log: Make threads tests pass make minitest (by skipping)
60030      Branch: perl
60031            ! t/op/getpid.t t/op/threads.t
60032 ____________________________________________________________________________
60033 [ 22445] By: davem                                 on 2004/03/06  15:25:32
60034         Log: fix coredump in /(?{sub{}})/
60035      Branch: perl
60036            ! pad.c
60037 ____________________________________________________________________________
60038 [ 22444] By: rgs                                   on 2004/03/05  21:19:06
60039         Log: A small perluniintro clarification by Jarkko.
60040      Branch: perl
60041            ! pod/perluniintro.pod
60042 ____________________________________________________________________________
60043 [ 22443] By: rgs                                   on 2004/03/05  14:13:50
60044         Log: Subject: [PATCH] Re: Strange segfault
60045              From: mhx-perl@gmx.net (Marcus Holland-Moritz)
60046              Date: Fri, 5 Mar 2004 15:13:53 +0100
60047              Message-ID: <20040305151353.5f3e913c@r2d2>
60048      Branch: perl
60049            ! pp_ctl.c t/op/range.t
60050 ____________________________________________________________________________
60051 [ 22442] By: rgs                                   on 2004/03/05  09:31:22
60052         Log: Subject: [PATCH] Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32
60053              From: steve.hay@uk.radan.com (Steve Hay)
60054              Date: Fri, 05 Mar 2004 09:42:32 +0000
60055              Message-ID: <40484B88.7070608@uk.radan.com>
60056      Branch: perl
60057            ! win32/makefile.mk
60058 ____________________________________________________________________________
60059 [ 22441] By: rgs                                   on 2004/03/05  08:53:08
60060         Log: Change 22436 broke the Windows build.
60061              Fix by Steve Hay.
60062      Branch: perl
60063            ! ext/POSIX/POSIX.xs
60064 ____________________________________________________________________________
60065 [ 22440] By: davem                                 on 2004/03/05  00:09:23
60066         Log: silence some compiler warnings
60067      Branch: perl
60068            ! pp_ctl.c sv.c
60069 ____________________________________________________________________________
60070 [ 22439] By: davem                                 on 2004/03/04  23:56:42
60071         Log: ensure utf8::encode() normalises its arg
60072      Branch: perl
60073            ! sv.c
60074 ____________________________________________________________________________
60075 [ 22438] By: davem                                 on 2004/03/04  23:32:38
60076         Log: Memory leak in continue loop
60077              make sure redo always frees temps
60078      Branch: perl
60079            ! pp_ctl.c t/op/loopctl.t
60080 ____________________________________________________________________________
60081 [ 22437] By: davem                                 on 2004/03/04  22:03:17
60082         Log: Add perldiag entry for change #22435 (deprecate my $x if 0)
60083      Branch: perl
60084            ! pod/perldiag.pod
60085 ____________________________________________________________________________
60086 [ 22436] By: rgs                                   on 2004/03/04  21:52:18
60087         Log: Subject: [PATCH] Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
60088              From: Andrew Dougherty <doughera@lafayette.edu>
60089              Date: Thu, 4 Mar 2004 14:41:07 -0500 (EST)
60090              Message-ID: <Pine.SOL.4.58.0403041438350.5863@maxwell.phys.lafayette.edu>
60091      Branch: perl
60092            ! ext/POSIX/POSIX.xs
60093 ____________________________________________________________________________
60094 [ 22435] By: davem                                 on 2004/03/04  21:39:47
60095         Log: add deprecation warning for my $x if 0
60096      Branch: perl
60097            ! op.c t/lib/warnings/op
60098 ____________________________________________________________________________
60099 [ 22434] By: davem                                 on 2004/03/04  21:38:57
60100         Log: remove an 'if $a if 0' from AutoSplit.t
60101      Branch: perl
60102            ! lib/AutoSplit.t
60103 ____________________________________________________________________________
60104 [ 22433] By: davem                                 on 2004/03/04  20:33:44
60105         Log: retract 22328 and 22332: deprecation warning for my $x if foo
60106      Branch: perl
60107            ! embed.h op.c opcode.h opcode.pl pod/perldiag.pod pp.sym
60108            ! pp_proto.h t/lib/warnings/op
60109 ____________________________________________________________________________
60110 [ 22432] By: rgs                                   on 2004/03/04  12:18:11
60111         Log: Maintainers.pl update by MJD.
60112      Branch: perl
60113            ! Porting/Maintainers.pl
60114 ____________________________________________________________________________
60115 [ 22431] By: rgs                                   on 2004/03/04  10:35:59
60116         Log: Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3
60117              (by Steve Hay)
60118      Branch: perl
60119            + t/win32/getosversion.t
60120            ! MANIFEST win32/win32.c
60121 ____________________________________________________________________________
60122 [ 22430] By: rgs                                   on 2004/03/04  08:03:54
60123         Log: Clarify the difference between utf8::downgrade/upgrade
60124              and utf8::encode/decode (patch by Jarkko).
60125      Branch: perl
60126            ! lib/utf8.pm pod/perluniintro.pod
60127 ____________________________________________________________________________
60128 [ 22429] By: rgs                                   on 2004/03/03  23:01:56
60129         Log: A couple of notes in perl591delta
60130              (about Benchmark and the debugger.)
60131      Branch: perl
60132            ! pod/perl591delta.pod
60133 ____________________________________________________________________________
60134 [ 22428] By: rgs                                   on 2004/03/03  22:15:42
60135         Log: Subject: [PATCH] simplify sv.h
60136              From: Arthur Bergman <sky@nanisky.com>
60137              Date: Sun, 29 Feb 2004 22:04:53 +0000
60138              Message-Id: <4D3C272C-6B03-11D8-B799-000A95A2734C@nanisky.com>
60139      Branch: perl
60140            ! sv.h
60141 ____________________________________________________________________________
60142 [ 22427] By: rgs                                   on 2004/03/03  21:55:03
60143         Log: Speed up the unicode case mappings (for /i, lc, uc, etc).
60144              Subject: [PATCH] [perl #24826]
60145              From: Jarkko Hietaniemi <jhi@iki.fi>
60146              Date: Wed, 3 Mar 2004 09:37:21 +0200
60147              Message-Id: <9B5CBF96-6CE5-11D8-83B0-00039362CB92@iki.fi>
60148      Branch: perl
60149            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
60150            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
60151            ! lib/unicore/mktables t/uni/case.pl utf8.c
60152 ____________________________________________________________________________
60153 [ 22426] By: rgs                                   on 2004/03/03  21:04:48
60154         Log: Subject: [PATCH] debugger (5.8.x and 5.9.x)
60155              From: Richard.Foley@t-online.de (Richard Foley)
60156              Date: Wed, 3 Mar 2004 16:10:25 +0100
60157              Message-Id: <200403031610.25080.richard.foley@rfi.net>
60158      Branch: perl
60159            ! lib/perl5db.pl
60160 ____________________________________________________________________________
60161 [ 22425] By: davem                                 on 2004/03/03  00:02:51
60162         Log: stop t/op/write.t failures under stdio by always closing files
60163              before reading them back; also replace `cat file` with a function
60164              to read in the file
60165      Branch: perl
60166            ! t/op/write.t
60167 ____________________________________________________________________________
60168 [ 22424] By: nicholas                              on 2004/03/02  22:22:49
60169         Log: Change the skip logic on the unicode tests so that they don't rely on
60170              miniperl's "dynamic loading unavailable" message
60171      Branch: perl
60172            ! t/uni/chomp.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
60173            ! t/uni/tr_utf8.t
60174 ____________________________________________________________________________
60175 [ 22423] By: nicholas                              on 2004/03/02  22:02:36
60176         Log: Work on eliminating systematic failures on make minitest:
60177              make minitest passes a -minitest flag to t/TEST
60178              t/TEST sees this and sets $ENV{PERL_CORE_MINITEST}
60179              Tests can choose to skip based on this.
60180              (Other tactic is to make loading of Errno by %! happen at run time.)
60181      Branch: perl
60182            ! Makefile.SH t/TEST t/io/binmode.t t/io/crlf.t t/io/layers.t
60183            ! t/io/open.t t/io/print.t t/io/read.t t/op/magic.t
60184 ____________________________________________________________________________
60185 [ 22422] By: davem                                 on 2004/03/02  21:33:22
60186         Log: Remove machine-dependent rounding dependency from write overflow
60187              tests
60188      Branch: perl
60189            ! t/op/write.t
60190 ____________________________________________________________________________
60191 [ 22421] By: rgs                                   on 2004/03/02  21:25:12
60192         Log: Subject: [PATCH] nmake distclean cleans too much from lib/Digest on Win32
60193              From: Steve Hay <steve.hay@uk.radan.com>
60194              Date: Fri, 27 Feb 2004 17:42:26 +0000
60195              Message-ID: <403F8182.5090607@uk.radan.com>
60196      Branch: perl
60197            ! win32/Makefile win32/makefile.mk
60198 ____________________________________________________________________________
60199 [ 22419] By: davem                                 on 2004/03/01  22:17:52
60200         Log: add tests for change 22414 (lvalue substr jollity)
60201              courtesy of Graham Barr.
60202      Branch: perl
60203            ! t/op/substr.t
60204 ____________________________________________________________________________
60205 [ 22418] By: davem                                 on 2004/03/01  22:00:11
60206         Log: integrate Time::HiRes 1.56 from CPAN
60207              (which is itself mostly derived from the bleedperl version)
60208      Branch: perl
60209            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
60210            ! ext/Time/HiRes/Makefile.PL
60211 ____________________________________________________________________________
60212 [ 22417] By: mhx                                   on 2004/02/29  21:46:19
60213         Log: Make panics a bit more verbose to ease debugging.
60214      Branch: perl
60215            ! thread.h
60216 ____________________________________________________________________________
60217 [ 22415] By: davem                                 on 2004/02/29  18:06:45
60218         Log: make test breaks permissions on /dev/tty
60219              perl -i could fchmod(stdin) by mistake
60220      Branch: perl
60221            ! doio.c
60222 ____________________________________________________________________________
60223 [ 22414] By: davem                                 on 2004/02/29  16:21:34
60224         Log: Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue
60225              From: Graham Barr <gbarr@pobox.com>
60226              Date: Wed, 29 Oct 2003 09:56:53 +0000
60227              Message-Id: <3993BF6C-09F6-11D8-B6DD-0003938857CC@pobox.com>
60228
60229              make a variable aliased to an lvalue substr value work as expected
60230      Branch: perl
60231            ! mg.c
60232 ____________________________________________________________________________
60233 [ 22411] By: nicholas                              on 2004/02/29  13:08:28
60234         Log: Bump Socket's version to a real floating point value
60235      Branch: perl
60236            ! ext/Socket/Socket.pm
60237 ____________________________________________________________________________
60238 [ 22410] By: ams                                   on 2004/02/29  04:29:24
60239         Log: Back out _01 version suffix.
60240      Branch: perl
60241            ! ext/Storable/Storable.pm
60242 ____________________________________________________________________________
60243 [ 22409] By: davem                                 on 2004/02/28  23:29:10
60244         Log: Bump version numbers of moules affected by change #22258
60245              (removing /tmp and other insecurities)
60246      Branch: perl
60247            ! ext/DB_File/DB_File.pm ext/Devel/PPPort/PPPort.pm
60248            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
60249            ! ext/Time/HiRes/HiRes.pm lib/CGI/Cookie.pm
60250            ! lib/ExtUtils/MakeMaker.pm lib/Memoize.pm lib/Shell.pm
60251            ! lib/perl5db.pl
60252 ____________________________________________________________________________
60253 [ 22408] By: davem                                 on 2004/02/28  22:37:08
60254         Log: make the bison-based parser threadsafe and capable of deep
60255              recursion by eradicating Perl_yylex_r()
60256      Branch: perl
60257            ! embed.fnc embed.h embedvar.h intrpvar.h mg.c perl.h perlapi.h
60258            ! perly.c proto.h toke.c
60259 ____________________________________________________________________________
60260 [ 22407] By: nicholas                              on 2004/02/28  16:10:20
60261         Log: Use File::Temp for tempfiles if it is available.
60262              (Based on a patch from Solar Designer <solar@openwall.com> in
60263              Message-ID: <20040125222218.GA13499@openwall.com>, the bulk of which
60264              was applied as change 22258)
60265      Branch: perl
60266            ! utils/perlbug.PL
60267 ____________________________________________________________________________
60268 [ 22406] By: mhx                                   on 2004/02/28  15:04:41
60269         Log: Fix segfaults when running under -Dx.
60270      Branch: perl
60271            ! dump.c
60272 ____________________________________________________________________________
60273 [ 22403] By: nicholas                              on 2004/02/27  17:56:30
60274         Log: Assimilate Cwd 2.15 from CPAN
60275      Branch: perl
60276            ! ext/Cwd/Changes lib/Cwd.pm
60277 ____________________________________________________________________________
60278 [ 22401] By: nicholas                              on 2004/02/27  16:27:19
60279         Log: Create a new local $_ without triggering tie by using local *_ = \my $a
60280              (an idea from Ton Hospel, Message-Id: <c1igq3$n84$1@post.home.lunix>)
60281      Branch: perl
60282            ! lib/File/Find.pm lib/File/Find/t/find.t
60283 ____________________________________________________________________________
60284 [ 22400] By: merijn                                on 2004/02/27  15:25:27
60285         Log: When threads are active we need -lpthread, but previous `fix' of
60286              now linked libraries invalidated the regex for sed (AIX 5 has no
60287              seperate libc.a and libc_r.a the latter links to the first)
60288      Branch: perl
60289            ! hints/aix.sh
60290 ____________________________________________________________________________
60291 [ 22397] By: nicholas                              on 2004/02/27  13:13:43
60292         Log: Correct thinko in comment.
60293      Branch: perl
60294            ! op.c
60295 ____________________________________________________________________________
60296 [ 22393] By: nicholas                              on 2004/02/27  10:41:39
60297         Log: In hsplit, if a normal hash has placeholders then clear them before
60298              splitting. We can do this safely because Storable ensures hsplit is
60299              not called while it builds restricted hashes (actually any hashes)
60300              This change may not make things faster, but now we have the choice.
60301      Branch: perl
60302            ! ext/Storable/t/restrict.t hv.c
60303 ____________________________________________________________________________
60304 [ 22391] By: nicholas                              on 2004/02/27  10:27:38
60305         Log: My re-implementation of hv_clear_placeholders was buggy - not sure why
60306              the tests still passed. Fixed.
60307      Branch: perl
60308            ! hv.c
60309 ____________________________________________________________________________
60310 [ 22383] By: nicholas                              on 2004/02/26  14:59:40
60311         Log: Moving all the e-mail addresses over by 1 column makes them start on
60312              an 8 column tabstop, which makes editing this file easier.
60313              So then I replaced spaces with tabs and made it smaller too.
60314      Branch: perl
60315            ! AUTHORS
60316 ____________________________________________________________________________
60317 [ 22382] By: nicholas                              on 2004/02/26  14:49:13
60318         Log: Add Mark Fowler
60319      Branch: perl
60320            ! AUTHORS
60321 ____________________________________________________________________________
60322 [ 22381] By: nicholas                              on 2004/02/26  13:11:07
60323         Log: Integrate:
60324              [ 22339]
60325              Mention 5.005_04 RC2
60326
60327              [ 22360]
60328              Update for 5.005_04 release
60329      Branch: perl
60330           !> pod/perlhist.pod
60331 ____________________________________________________________________________
60332 [ 22380] By: rgs                                   on 2004/02/26  13:03:43
60333         Log: Subject: [PATCH] Improved perlapi documentation for croak
60334              From: Mark Fowler <mark@twoshortplanks.com>
60335              Date: Wed, 25 Feb 2004 22:47:21 +0000 (GMT)
60336              Message-ID: <Pine.LNX.4.55.0402252242510.32152@gan.twoshortplanks.com>
60337
60338              (and regenerate perlapi.pod.)
60339      Branch: perl
60340            ! pod/perlapi.pod util.c
60341 ____________________________________________________________________________
60342 [ 22379] By: merijn                                on 2004/02/26  08:44:53
60343         Log: From: Art Haas <ahaas@airmail.net>
60344              Subject: Replacing '-rdynamic' in Configure script
60345              Date: Fri, 20 Feb 2004 13:53:56 -0600
60346              Message-ID: <20040220195400.31177.qmail@onion.perl.org>
60347      Branch: perl
60348            ! Configure
60349 ____________________________________________________________________________
60350 [ 22377] By: davem                                 on 2004/02/25  21:07:44
60351         Log: remove my work address
60352      Branch: perl
60353            ! AUTHORS
60354 ____________________________________________________________________________
60355 [ 22376] By: davem                                 on 2004/02/25  17:10:56
60356         Log: stop "const in void context" warning for a const in an
60357              optimised-away boolean expresssion, eg 5 || print;
60358      Branch: perl
60359            ! op.c op.h t/lib/warnings/op
60360 ____________________________________________________________________________
60361 [ 22375] By: merijn                                on 2004/02/25  11:13:12
60362         Log: Skip the Net/Ping/450_service failures on HP-UX for the time being
60363      Branch: perl
60364            ! lib/Net/Ping/t/450_service.t
60365 ____________________________________________________________________________
60366 [ 22374] By: merijn                                on 2004/02/25  09:32:12
60367         Log: AIX hints stage 3: remove AIX 3 and AIX 4 after split off
60368              One open issue left: promoting to cc_r for threaded builds
60369              need a review to permit users using -Dcc=xlc_r for non
60370              threaded builds
60371      Branch: perl
60372            ! hints/aix.sh
60373 ____________________________________________________________________________
60374 [ 22373] By: davem                                 on 2004/02/24  23:25:52
60375         Log: fix memory leak in @_ = ...; goto &sub
60376      Branch: perl
60377            ! pp_ctl.c
60378 ____________________________________________________________________________
60379 [ 22372] By: rgs                                   on 2004/02/24  22:44:34
60380         Log: Enhance test cleanliness by a very small factor.
60381      Branch: perl
60382            ! t/comp/parser.t
60383 ____________________________________________________________________________
60384 [ 22371] By: rgs                                   on 2004/02/24  22:34:06
60385         Log: Fix a segfault during optree construction. (bug #27024)
60386      Branch: perl
60387            ! op.c t/comp/parser.t
60388 ____________________________________________________________________________
60389 [ 22370] By: rgs                                   on 2004/02/24  20:39:26
60390         Log: Update Changes and AUTHORS.
60391      Branch: perl
60392            ! AUTHORS Changes
60393 ____________________________________________________________________________
60394 [ 22369] By: rgs                                   on 2004/02/24  19:53:51
60395         Log: Subject: [PATCH] optimization for map in scalar context
60396              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
60397              Date: Tue, 24 Feb 2004 12:02:57 +0100
60398              Message-id: <20040224110257.GA5510@ethan>
60399      Branch: perl
60400            ! pp_ctl.c
60401 ____________________________________________________________________________
60402 [ 22368] By: rgs                                   on 2004/02/24  19:30:12
60403         Log: Subject: Bugfix for perlrequick and perlretut
60404              From: Mark Kvale <kvale@phy.ucsf.edu>
60405              Date: Tue, 24 Feb 2004 11:32:34 -0800
60406              Message-Id: <200402241132.34656.kvale@phy.ucsf.edu>
60407      Branch: perl
60408            ! pod/perlrequick.pod pod/perlretut.pod
60409 ____________________________________________________________________________
60410 [ 22367] By: rgs                                   on 2004/02/23  22:08:33
60411         Log: Instead of localising *_, use a dummy foreach loop to get
60412              a local value of $_
60413      Branch: perl
60414            ! lib/File/Find.pm
60415 ____________________________________________________________________________
60416 [ 22366] By: rgs                                   on 2004/02/23  21:40:02
60417         Log: Subject: Re: [perl #24338] Attribute::Handlers will trash UNIVERSAL
60418              From: alan <alan@pair.com>
60419              Date: Tue, 17 Feb 2004 14:23:08 -0500 (EST)
60420              Message-ID: <Pine.BSF.4.58.0402171418090.80983@smx.pair.com>
60421      Branch: perl
60422            ! lib/Attribute/Handlers.pm
60423 ____________________________________________________________________________
60424 [ 22365] By: rgs                                   on 2004/02/23  21:30:42
60425         Log: Update perl591delta.
60426      Branch: perl
60427            ! pod/perl591delta.pod
60428 ____________________________________________________________________________
60429 [ 22364] By: rgs                                   on 2004/02/23  20:56:38
60430         Log: Fix bug #26910: hints were not propagated into (?{...})
60431              blocks, except the utf8 pragma.
60432      Branch: perl
60433            ! pp_ctl.c t/lib/strict/refs t/lib/strict/subs t/lib/strict/vars
60434 ____________________________________________________________________________
60435 [ 22363] By: rgs                                   on 2004/02/23  19:15:53
60436         Log: Subject: Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation
60437              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
60438              Date: Sun, 22 Feb 2004 16:09:33 +0900
60439              Message-Id: <20040222160505.98E5.BQW10602@nifty.com>
60440
60441              Subject: [PATCH] Encode::CN::HZ (was Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation)
60442              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
60443              Date: Sun, 22 Feb 2004 18:41:43 +0900
60444              Message-Id: <20040222182357.6B39.BQW10602@nifty.com>
60445
60446              Plus, add a "_01" to the theoretical version number of Encode::CN::HZ.
60447      Branch: perl
60448            ! ext/Encode/lib/Encode/CN/HZ.pm pp_hot.c t/op/concat.t
60449 ____________________________________________________________________________
60450 [ 22362] By: rgs                                   on 2004/02/23  18:31:31
60451         Log: Subject: [PATCH] Benchmark for child processes
60452              From: Chia-liang Kao <clkao@clkao.org>
60453              Date: Mon, 23 Feb 2004 22:53:51 +0800
60454              Message-ID: <20040223145351.GH94376@portege.clkao.org>
60455      Branch: perl
60456            ! lib/Benchmark.pm
60457 ____________________________________________________________________________
60458 [ 22359] By: merijn                                on 2004/02/23  11:55:08
60459         Log: Subject: Re: Perl 5.8.1 on IRIX 5.3
60460              Date: Thu, 22 Jan 2004 18:35:26 +0100 (CET)
60461              From: Georg Schwarz <geos@epost.de>
60462              Message-Id: <E1Ajijm-0006ya-LE@mikro.physik.TU-Berlin.DE>
60463      Branch: perl
60464            ! hints/irix_5.sh
60465 ____________________________________________________________________________
60466 [ 22358] By: rgs                                   on 2004/02/22  21:49:47
60467         Log: Subject: initial patch for cygwin IPC via cygserver
60468              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
60469              Date: Thu, 19 Feb 2004 09:01:13 -0800
60470              Message-ID: <20040219170113.GA2792@efn.org>
60471      Branch: perl
60472            ! ext/IPC/SysV/hints/cygwin.pl hints/cygwin.sh
60473 ____________________________________________________________________________
60474 [ 22357] By: davem                                 on 2004/02/22  15:43:53
60475         Log: Extend OP_AELEMFAST optimisation to lexical arrays
60476      Branch: perl
60477            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm op.c op.h pp_hot.c
60478 ____________________________________________________________________________
60479 [ 22356] By: rgs                                   on 2004/02/21  16:51:52
60480         Log: We're not binary compatible with 5.8.
60481              Change PERL_API_VERSION to 5.9.1.
60482      Branch: perl
60483            ! patchlevel.h
60484 ____________________________________________________________________________
60485 [ 22355] By: rgs                                   on 2004/02/21  16:30:02
60486         Log: Document change #22353 in perldelta.
60487      Branch: perl
60488            ! pod/perl591delta.pod
60489 ____________________________________________________________________________
60490 [ 22354] By: rgs                                   on 2004/02/21  16:23:54
60491         Log: Increment the version number of B, due to the incompatible
60492              API change introduced by #22353 (no more op_seq method.)
60493      Branch: perl
60494            ! ext/B/B.pm
60495 ____________________________________________________________________________
60496 [ 22353] By: rgs                                   on 2004/02/21  16:18:32
60497         Log: Subject: Re: op_seq (was: Freeing code)
60498              From: Paul Johnson <paul@pjcj.net>
60499              Date: Sat, 21 Feb 2004 02:31:47 +0100
60500              Message-ID: <20040221013147.GB6953@pjcj.net>
60501
60502              Rework the OP structure to use less space.
60503              Remove op_seq (and simulate it in dump.c),
60504              replace it by op_opt and op_static,
60505              shrink op_type, remove PL_op_seqmax.
60506      Branch: perl
60507            ! bytecode.pl dump.c embed.h embedvar.h ext/B/B.xs
60508            ! ext/B/B/Asmdata.pm ext/B/B/C.pm ext/B/B/Concise.pm
60509            ! ext/B/B/Debug.pm ext/ByteLoader/byterun.c
60510            ! ext/ByteLoader/byterun.h intrpvar.h op.c op.h perlapi.h
60511            ! pod/perlintern.pod sv.c
60512 ____________________________________________________________________________
60513 [ 22352] By: rgs                                   on 2004/02/20  17:29:32
60514         Log: When you write C<my $_ ; for (...) {...}>, the lexical $_
60515              is not actually introduced by the for statement.
60516      Branch: perl
60517            ! op.c
60518 ____________________________________________________________________________
60519 [ 22351] By: davem                                 on 2004/02/20  15:38:10
60520         Log: remove a split test's dependence on -Dx output
60521              (needed after change #22343)
60522      Branch: perl
60523            ! t/op/split.t
60524 ____________________________________________________________________________
60525 [ 22350] By: davem                                 on 2004/02/20  15:34:27
60526         Log: add Deparse/Concise support for inplace sort (change 22349)
60527      Branch: perl
60528            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
60529 ____________________________________________________________________________
60530 [ 22349] By: davem                                 on 2004/02/20  14:54:35
60531         Log: optimise the sorting inplace of plain arrays: @a = sort @a
60532      Branch: perl
60533            ! op.c op.h pp_sort.c t/op/sort.t
60534 ____________________________________________________________________________
60535 [ 22348] By: davem                                 on 2004/02/20  14:18:13
60536         Log: Document the SVf_PADSTALE flag
60537      Branch: perl
60538            ! pad.c
60539 ____________________________________________________________________________
60540 [ 22347] By: rgs                                   on 2004/02/20  10:46:51
60541         Log: Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t)
60542      Branch: perl
60543            - lib/IPC/SysV.t
60544            ! MANIFEST
60545 ____________________________________________________________________________
60546 [ 22346] By: rgs                                   on 2004/02/20  10:23:51
60547         Log: Subject: [PATCH] genmk95.pl touchup for distclean on Win98
60548              From: Greg Matheson <lang@ms.chinmin.edu.tw>
60549              Date: Fri, 20 Feb 2004 15:34:59 +0800
60550              Message-ID: <20040220153459.A30249@ms.chinmin.edu.tw>
60551      Branch: perl
60552            ! win32/genmk95.pl
60553 ____________________________________________________________________________
60554 [ 22345] By: rgs                                   on 2004/02/20  08:21:47
60555         Log: Upgrade to Term::ANSIColor 1.08.
60556      Branch: perl
60557            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
60558            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
60559 ____________________________________________________________________________
60560 [ 22344] By: rgs                                   on 2004/02/19  21:17:10
60561         Log: Upgrade to prereleases of Math::BigInt 1.70 and
60562              Math::BigRat 0.12, by Tels.
60563      Branch: perl
60564            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
60565            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
60566            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
60567            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/bigfltpm.inc
60568            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
60569            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
60570            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
60571            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
60572            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
60573            ! lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/sub_mbf.t
60574            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
60575            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
60576            ! lib/Math/BigInt/t/use_mbfw.t lib/Math/BigInt/t/with_sub.t
60577            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
60578            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
60579            ! lib/bigint.pm t/lib/Math/BigInt/BareCalc.pm
60580            ! t/lib/Math/BigInt/Scalar.pm t/lib/Math/BigRat/Test.pm
60581 ____________________________________________________________________________
60582 [ 22343] By: davem                                 on 2004/02/19  13:43:18
60583         Log: -Dx could coredump on threaded builds because consts are now
60584              stored in the pad
60585      Branch: perl
60586            ! dump.c
60587 ____________________________________________________________________________
60588 [ 22342] By: rgs                                   on 2004/02/18  21:38:13
60589         Log: Add a tool to report dual-lived core modules that don't
60590              have the same version than the corresponding module on CPAN.
60591      Branch: perl
60592            + Porting/corecpan.pl
60593            ! MANIFEST
60594 ____________________________________________________________________________
60595 [ 22341] By: rgs                                   on 2004/02/18  14:04:11
60596         Log: Document the removal of PERL_XS_APIVERSION and PERL_PM_APIVERSION.
60597      Branch: perl
60598            ! pod/perl591delta.pod
60599 ____________________________________________________________________________
60600 [ 22338] By: rgs                                   on 2004/02/18  13:32:17
60601         Log: Add base.pm and fields.pm to the maintainer list.
60602              Remove a duplicate file from this list.
60603      Branch: perl
60604            ! Porting/Maintainers.pl
60605 ____________________________________________________________________________
60606 [ 22337] By: davem                                 on 2004/02/18  13:22:13
60607         Log: fix write test: -small_number may be displayed as 00.00 or -0.00
60608      Branch: perl
60609            ! t/op/write.t
60610 ____________________________________________________________________________
60611 [ 22334] By: merijn                                on 2004/02/18  12:18:52
60612         Log: Removed pm_apiversion and xs_apiversion as requested by
60613              the pumpkin. Chainsaw was still in perfect working order.
60614      Branch: perl
60615            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
60616            ! NetWare/config_H.wc Porting/Glossary Porting/config.sh
60617            ! Porting/config_H config_h.SH configure.com epoc/config.sh
60618            ! plan9/config.plan9 plan9/config_h.sample
60619            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
60620            ! win32/config.gc win32/config.vc win32/config.vc64
60621            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
60622            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
60623 ____________________________________________________________________________
60624 [ 22332] By: davem                                 on 2004/02/18  11:14:43
60625         Log: Add tests for the C<my $x if foo> deprecation, and change the
60626              warning text
60627      Branch: perl
60628            ! op.c pod/perldiag.pod t/lib/warnings/op
60629 ____________________________________________________________________________
60630 [ 22330] By: mhx                                   on 2004/02/18  08:53:03
60631         Log: 1. Add section to perlxs.pod describing that the refcount of AVs/HVs
60632              returned from XSUBs through RETVAL isn't decremented as it is for
60633              SVs. This causes those XSUBs to leak memory and cannot be fixed
60634              without breaking existing CPAN modules that work around this bug.
60635
60636              2. Fix a memory leak of that kind in POSIX::localconv.
60637      Branch: perl
60638            ! ext/POSIX/POSIX.xs pod/perlxs.pod
60639 ____________________________________________________________________________
60640 [ 22329] By: rgs                                   on 2004/02/18  08:25:58
60641         Log: Encode has local changes. Up-version it.
60642      Branch: perl
60643            ! ext/Encode/Encode.pm
60644 ____________________________________________________________________________
60645 [ 22328] By: davem                                 on 2004/02/17  23:30:50
60646         Log: add deprecation warning for C<my $x if foo> and C<foo && (my $x)>
60647      Branch: perl
60648            ! op.c opcode.h opcode.pl pod/perldiag.pod pp.sym pp_proto.h
60649 ____________________________________________________________________________
60650 [ 22327] By: rgs                                   on 2004/02/17  23:22:45
60651         Log: It's better to localize *_ than $_, to avoid magic leakage
60652      Branch: perl
60653            ! lib/File/Find.pm
60654 ____________________________________________________________________________
60655 [ 22326] By: rgs                                   on 2004/02/17  23:18:25
60656         Log: One of the new tests of MIME::Base64 relies on a non-core module.
60657      Branch: perl
60658            - ext/MIME/Base64/t/bad-sv.t
60659            ! MANIFEST
60660 ____________________________________________________________________________
60661 [ 22325] By: rgs                                   on 2004/02/17  23:10:22
60662         Log: Upgrade to MIME::Base64 3.00.
60663              Fix t/warn.t so it works in the core.
60664              Reintegrate change #22309 in it. Bump $VERSION to 3.00_01.
60665      Branch: perl
60666            + ext/MIME/Base64/t/bad-sv.t ext/MIME/Base64/t/warn.t
60667            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
60668            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
60669            ! ext/MIME/Base64/t/base64.t
60670 ____________________________________________________________________________
60671 [ 22323] By: rgs                                   on 2004/02/17  22:20:25
60672         Log: Be more clear. Use simple words.
60673      Branch: perl
60674            ! pod/perl591delta.pod
60675 ____________________________________________________________________________
60676 [ 22322] By: davem                                 on 2004/02/17  21:52:08
60677         Log: remove C<my $x if foo> construct from core modules
60678      Branch: perl
60679            ! ext/B/B/Deparse.pm ext/IO/lib/IO/Handle.pm
60680            ! ext/IO/lib/IO/Pipe.pm lib/ExtUtils/Liblist/Kid.pm
60681            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
60682            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/SMTP.pm
60683            ! lib/Pod/Parser.pm lib/Test/Harness.pm utils/h2xs.PL
60684 ____________________________________________________________________________
60685 [ 22321] By: rgs                                   on 2004/02/17  21:22:17
60686         Log: Dave Mitchell suggested this perldelta entry for the SVp_* reordering.
60687      Branch: perl
60688            ! pod/perl591delta.pod
60689 ____________________________________________________________________________
60690 [ 22320] By: rgs                                   on 2004/02/17  21:07:11
60691         Log: Bump $B::VERSION (because of change #22315).
60692      Branch: perl
60693            ! ext/B/B.pm
60694 ____________________________________________________________________________
60695 [ 22319] By: rgs                                   on 2004/02/17  21:03:09
60696         Log: Regenerate table of contents and other related files.
60697      Branch: perl
60698            ! MANIFEST pod/perl.pod pod/perltoc.pod
60699 ____________________________________________________________________________
60700 [ 22318] By: rgs                                   on 2004/02/17  20:06:04
60701         Log: Bump up perl's version number to 5.9.1.
60702              Add perl591delta in perl.pod.
60703              Update the sample config files in Porting/.
60704      Branch: perl
60705            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
60706            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
60707            ! plan9/config.plan9 pod/perl.pod win32/Makefile
60708            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
60709            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
60710 ____________________________________________________________________________
60711 [ 22317] By: davem                                 on 2004/02/17  19:28:58
60712         Log: 22316 had stupid precedence thinkos
60713      Branch: perl
60714            ! pp.c pp_hot.c
60715 ____________________________________________________________________________
60716 [ 22316] By: davem                                 on 2004/02/17  18:23:27
60717         Log: Slight update to #22315 ($lval=*FOO); optimise the hot tests,
60718              and fix some incorrect indentation
60719      Branch: perl
60720            ! pp.c pp_hot.c sv.c
60721 ____________________________________________________________________________
60722 [ 22315] By: davem                                 on 2004/02/17  18:01:52
60723         Log: Subject:  Re: [PATCH] GLOB to LVALUE assignment fix
60724              From:  Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
60725              Date:  Tue, 17 Feb 2004 17:32:16 +0100
60726              Message-Id:  <20040217163216.GA6805@ethan>
60727
60728              Make PVLV a superset of PVGV, so that $lvalue = *FOO works
60729      Branch: perl
60730            ! dump.c ext/B/B.pm ext/B/B.xs pp.c pp_hot.c sv.c sv.h t/op/gv.t
60731 ____________________________________________________________________________
60732 [ 22314] By: merijn                                on 2004/02/17  11:22:24
60733         Log: 1. Creating backward compatibility for Configure after patches
60734              #22227 and #22302 to still support 5.8.x and below
60735
60736              2. Small change for building on GNU hurd
60737              Date: Sun, 15 Feb 2004 23:27:17 +1100
60738              From: "Brendan O'Dea" <bod@debian.org>
60739              Message-ID: <20040215122717.GA26812@londo.c47.org>
60740      Branch: perl
60741            ! Configure Makefile.SH hints/gnu.sh
60742 ____________________________________________________________________________
60743 [ 22313] By: mhx                                   on 2004/02/16  20:27:40
60744         Log: Fix for Win32 build failure caused by the byacc to bison switch.
60745      Branch: perl
60746            ! perl.h
60747 ____________________________________________________________________________
60748 [ 22312] By: rgs                                   on 2004/02/16  13:16:43
60749         Log: Revert change 22308 (the patch was against maint, not blead)
60750      Branch: perl
60751            ! lib/ExtUtils/instmodsh
60752 ____________________________________________________________________________
60753 [ 22310] By: merijn                                on 2004/02/16  11:30:29
60754         Log: Fix typo in doc for Encode
60755              From: "Brendan O'Dea" <bod@debian.org>
60756              Date: Sun, 15 Feb 2004 23:27:17 +1100
60757              Message-ID: <20040215122717.GA26812@londo.c47.org>
60758      Branch: perl
60759            ! ext/Encode/Encode.pm
60760 ____________________________________________________________________________
60761 [ 22309] By: merijn                                on 2004/02/16  11:27:34
60762         Log: Missing semi-colon
60763              From: "Brendan O'Dea" <bod@debian.org>
60764              Date: Sun, 15 Feb 2004 23:27:17 +1100
60765              Message-ID: <20040215122717.GA26812@londo.c47.org>
60766      Branch: perl
60767            ! ext/MIME/Base64/Base64.xs
60768 ____________________________________________________________________________
60769 [ 22308] By: merijn                                on 2004/02/16  11:24:59
60770         Log: Add some basic POD to lib/ExtUtils/instmodsh so that
60771              it has a manpage.
60772              From: "Brendan O'Dea" <bod@debian.org>
60773              Date: Sun, 15 Feb 2004 23:27:17 +1100
60774              Message-ID: <20040215122717.GA26812@londo.c47.org>
60775      Branch: perl
60776            ! lib/ExtUtils/instmodsh
60777 ____________________________________________________________________________
60778 [ 22307] By: rgs                                   on 2004/02/15  11:02:49
60779         Log: Subject: [patch perlguts.pod] save_item doesn't handle magic
60780              From: Stas Bekman <stas@stason.org>
60781              Date: Fri, 13 Feb 2004 20:18:59 -0800
60782              Message-ID: <402DA1B3.2010608@stason.org>
60783      Branch: perl
60784            ! pod/perlguts.pod
60785 ____________________________________________________________________________
60786 [ 22306] By: davem                                 on 2004/02/15  00:24:26
60787         Log: Segmentation fault with
60788              sub x { shift; @a = @b; eval +{ use } }
60789      Branch: perl
60790            ! op.c perly.act perly.h perly.tab perly.y t/comp/parser.t
60791 ____________________________________________________________________________
60792 [ 22305] By: davem                                 on 2004/02/14  23:52:09
60793         Log: Enable v (verbose) switch on -Dp to display the top 8 elements
60794              on the parser stack at each reduce.  Also,
60795
60796              Subject: Re: switch from byacc to bison
60797              From: "Craig A. Berry" <craigberry@mac.com>
60798              Date: Sat, 14 Feb 2004 13:26:45 -0600
60799              Message-ID: <craigberry-8058A3.13264414022004@onion.develooper.com>
60800
60801              change #if DEBUGGING to #ifdef ... in perly.c
60802      Branch: perl
60803            ! perly.c pod/perlrun.pod
60804 ____________________________________________________________________________
60805 [ 22304] By: davem                                 on 2004/02/14  13:33:26
60806         Log: Subject:  Re: switch from byacc to bison
60807              From:  Abe Timmerman <abeltje@cpan.org>
60808              Date:  Sat, 14 Feb 2004 11:56:24 +0100
60809              Message-Id:  <200402141156.58185.abeltje@cpan.org>
60810
60811              Fix typos in pumpkin.pod
60812      Branch: perl
60813            ! Porting/pumpkin.pod
60814 ____________________________________________________________________________
60815 [ 22303] By: davem                                 on 2004/02/14  12:28:37
60816         Log: remove binary compatibility stuff from the yacc -> bison switch
60817              of change #22302
60818      Branch: perl
60819            ! embedvar.h intrpvar.h
60820 ____________________________________________________________________________
60821 [ 22302] By: davem                                 on 2004/02/14  02:06:53
60822         Log: Switch from byacc to bison and simplify the perly.* regeneration
60823              process
60824      Branch: perl
60825            + perly.act perly.tab regen_perly.pl
60826            - perly.fixer perly_c.diff perlyline.pl vms/perly_c.vms
60827            - vms/perly_h.vms vms/vms_yfix.pl
60828            ! MANIFEST Makefile.SH Porting/pumpkin.pod embedvar.h intrpvar.h
60829            ! op.c perl.h perlapi.h perly.c perly.h perly.y sv.c toke.c
60830            ! vms/descrip_mms.template
60831 ____________________________________________________________________________
60832 [ 22301] By: rgs                                   on 2004/02/13  21:11:25
60833         Log: Fix an fcntl example in perlopentut, spotted by MJD.
60834      Branch: perl
60835            ! pod/perlopentut.pod
60836 ____________________________________________________________________________
60837 [ 22300] By: davem                                 on 2004/02/12  23:18:20
60838         Log: The new -Dq option didn't actually work!
60839      Branch: perl
60840            ! perl.h
60841 ____________________________________________________________________________
60842 [ 22299] By: merijn                                on 2004/02/12  14:32:15
60843         Log: Subject: [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())
60844              From: Stas Bekman <stas@stason.org>
60845              Date: Wed, 11 Feb 2004 16:53:54 -0800
60846              Message-ID: <402ACEA2.4020907@stason.org>
60847      Branch: perl
60848            ! perl.c
60849 ____________________________________________________________________________
60850 [ 22298] By: rgs                                   on 2004/02/10  08:49:12
60851         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
60852              From: Greg Matheson <lang@ms.chinmin.edu.tw>
60853              Date: Tue, 10 Feb 2004 12:36:33 +0800
60854              Message-ID: <20040210043633.GA33671687@momotaro>
60855      Branch: perl
60856            ! win32/makefile.mk
60857 ____________________________________________________________________________
60858 [ 22297] By: rgs                                   on 2004/02/10  08:05:16
60859         Log: Add 5.005_04-RC1 and Leon in perlhist.
60860      Branch: perl
60861            ! pod/perlhist.pod
60862 ____________________________________________________________________________
60863 [ 22295] By: rgs                                   on 2004/02/09  22:48:54
60864         Log: Add a note in Unicode::UCD about the _getcode() function
60865              being copy-n-pasted in charnames.pm. (spotted by Merijn)
60866      Branch: perl
60867            ! lib/Unicode/UCD.pm
60868 ____________________________________________________________________________
60869 [ 22294] By: rgs                                   on 2004/02/09  21:48:15
60870         Log: Implement stacked filetest operators (-f -w -x $file).
60871      Branch: perl
60872            ! doio.c dump.c ext/B/B/Concise.pm op.c op.h
60873            ! pod/perl591delta.pod pod/perlfunc.pod pp_sys.c t/op/filetest.t
60874 ____________________________________________________________________________
60875 [ 22292] By: rgs                                   on 2004/02/09  21:17:40
60876         Log: Subject: Re: [perl #26073] sprintf miscounts padding when format is utf8
60877              From: hv@crypt.org
60878              Date: Mon, 09 Feb 2004 03:21:21 +0000
60879              Message-Id: <200402090321.i193LL907950@zen.crypt.org>
60880      Branch: perl
60881            ! sv.c t/op/sprintf2.t
60882 ____________________________________________________________________________
60883 [ 22291] By: rgs                                   on 2004/02/09  21:09:14
60884         Log: Subject: reduce overhead of charnames.pm, make op/pat.t work under miniperl
60885              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
60886              Date: Mon, 9 Feb 2004 00:51:45 -0800
60887              Message-ID: <20040209085145.GA3204@efn.org>
60888              (plus an etymological notice)
60889      Branch: perl
60890            ! lib/charnames.pm
60891 ____________________________________________________________________________
60892 [ 22290] By: rgs                                   on 2004/02/08  21:34:27
60893         Log: Add the new private flag OPpGREP_LEX in B::Concise.
60894      Branch: perl
60895            ! ext/B/B/Concise.pm
60896 ____________________________________________________________________________
60897 [ 22289] By: rgs                                   on 2004/02/08  21:21:28
60898         Log: map and grep weren't working correctly with lexical $_ in
60899              scalar context, because pp_mapwhile and pp_grepwhile were using
60900              their target as a temporary slot to store the return value.
60901      Branch: perl
60902            ! pp_ctl.c pp_hot.c t/op/mydef.t
60903 ____________________________________________________________________________
60904 [ 22287] By: rgs                                   on 2004/02/08  12:01:35
60905         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
60906              From: Greg Matheson <lang@ms.chinmin.edu.tw>
60907              Date: Mon, 2 Feb 2004 16:52:44 +0800
60908              Message-ID: <20040202165244.A17415@ms.chinmin.edu.tw>
60909      Branch: perl
60910            ! win32/makefile.mk
60911 ____________________________________________________________________________
60912 [ 22286] By: rgs                                   on 2004/02/08  11:48:09
60913         Log: Subject: [PATCH] Correct some prototypes in perlapi.pod
60914              From: Steve Hay <steve.hay@uk.radan.com>
60915              Date: Fri, 06 Feb 2004 12:44:05 +0000
60916              Message-ID: <40238C15.2090200@uk.radan.com>
60917      Branch: perl
60918            ! pod/perlapi.pod sv.h
60919 ____________________________________________________________________________
60920 [ 22285] By: rgs                                   on 2004/02/08  11:44:22
60921         Log: Subject: [PATCH] Fix absolute path handling in installhtml
60922              From: Steve Hay <steve.hay@uk.radan.com>
60923              Date: Fri, 06 Feb 2004 16:14:14 +0000
60924              Message-ID: <4023BD56.6090903@uk.radan.com>
60925      Branch: perl
60926            ! installhtml
60927 ____________________________________________________________________________
60928 [ 22284] By: rgs                                   on 2004/02/08  11:42:08
60929         Log: Subject: [PATCH perlunicode.pod] chomp() cares about Unicode
60930              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
60931              Date: Sat, 07 Feb 2004 00:08:36 +0900
60932              Message-Id: <20040206235116.0E36.BQW10602@nifty.com>
60933      Branch: perl
60934            ! pod/perlunicode.pod
60935 ____________________________________________________________________________
60936 [ 22282] By: nicholas                              on 2004/02/07  22:32:44
60937         Log: Comment to record why we can't clear placeholders in hsplit
60938      Branch: perl
60939            ! hv.c
60940 ____________________________________________________________________________
60941 [ 22281] By: nicholas                              on 2004/02/07  21:46:59
60942         Log: deleting keys in restricted hashes was leaking the entry. Yow!
60943      Branch: perl
60944            ! hv.c lib/Hash/Util.t
60945 ____________________________________________________________________________
60946 [ 22280] By: nicholas                              on 2004/02/07  21:20:16
60947         Log: Now hv_delete is able to ingore placeholders.
60948              (This is an XS visible change in the hash API. But not of documented
60949              behaviour)
60950      Branch: perl
60951            ! hv.c
60952 ____________________________________________________________________________
60953 [ 22279] By: nicholas                              on 2004/02/07  20:56:50
60954         Log: All whitespace is equal, but some whitespace is more equal than others
60955              (lib/DBM_Filter/Changes line had spaces. Spaces bad. Tabs better)
60956      Branch: perl
60957            ! MANIFEST
60958 ____________________________________________________________________________
60959 [ 22278] By: nicholas                              on 2004/02/07  19:50:10
60960         Log: hv_clear_placeholders now manipulates the linked lists directly, rather
60961              than using the iterator interface and calling hv_delete
60962              This will allow hv_delete to be simplified to remove most of the
60963              special casing related to placeholders.
60964      Branch: perl
60965            ! hv.c
60966 ____________________________________________________________________________
60967 [ 22273] By: merijn                                on 2004/02/06  11:47:14
60968         Log: Added hints_4.sh for specific AIX 4 support
60969              this is the next stage in the general cleanup process
60970              for the AIX hints. More to come
60971      Branch: perl
60972            + hints/aix_4.sh
60973            ! MANIFEST
60974 ____________________________________________________________________________
60975 [ 22272] By: rgs                                   on 2004/02/06  07:32:15
60976         Log: Fix a non-standard NAME pod section
60977              (by Smylers and Casey West)
60978      Branch: perl
60979            ! lib/Carp/Heavy.pm
60980 ____________________________________________________________________________
60981 [ 22268] By: rgs                                   on 2004/02/04  19:50:05
60982         Log: The "my $_" wasn't nice with foreach loops.
60983      Branch: perl
60984            ! op.c t/op/mydef.t
60985 ____________________________________________________________________________
60986 [ 22267] By: merijn                                on 2004/02/04  10:24:33
60987         Log: AIX 3 support removed from default hints after its separation
60988      Branch: perl
60989            ! hints/aix.sh
60990 ____________________________________________________________________________
60991 [ 22266] By: merijn                                on 2004/02/04  10:16:20
60992         Log: AIX 3 hints split off from default hints in preparation
60993              of a hint file cleanup. aix_4.sh will follow soon
60994      Branch: perl
60995            + hints/aix_3.sh
60996            ! MANIFEST
60997 ____________________________________________________________________________
60998 [ 22265] By: rgs                                   on 2004/02/03  21:54:23
60999         Log: More docs and tests for "my $_".
61000      Branch: perl
61001            ! pod/perlfunc.pod pod/perlsub.pod t/op/mydef.t
61002 ____________________________________________________________________________
61003 [ 22264] By: rgs                                   on 2004/02/03  20:33:02
61004         Log: Subject: [PATCH] was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]
61005              From: John Peacock <jpeacock@rowman.com>
61006              Date: Sun, 01 Feb 2004 21:10:07 -0500
61007              Message-ID: <401DB17F.5060808@rowman.com>
61008      Branch: perl
61009            ! embed.fnc embed.h lib/version.pm lib/version.t pod/perlapi.pod
61010            ! proto.h t/comp/use.t t/op/universal.t universal.c util.c
61011 ____________________________________________________________________________
61012 [ 22263] By: rgs                                   on 2004/02/03  19:41:11
61013         Log: Implement "my $_".
61014      Branch: perl
61015            + t/op/mydef.t
61016            ! MANIFEST gv.c op.c op.h opcode.h opcode.pl
61017            ! pod/perl591delta.pod pod/perlapi.pod pod/perlvar.pod pp.c
61018            ! pp_ctl.c pp_hot.c regexec.c toke.c
61019 ____________________________________________________________________________
61020 [ 22262] By: rgs                                   on 2004/02/03  16:38:25
61021         Log: Regenerate perlapi.pod.
61022      Branch: perl
61023            ! pod/perlapi.pod
61024 ____________________________________________________________________________
61025 [ 22261] By: merijn                                on 2004/02/03  12:57:37
61026         Log: If someone chooses xlc as default C compiler, threaded builds
61027              will fail, unless converted to cc_r
61028      Branch: perl
61029            ! hints/aix.sh
61030 ____________________________________________________________________________
61031 [ 22260] By: rgs                                   on 2004/02/01  20:47:35
61032         Log: Subject: patch for IRIX/gcc link issues
61033              From: Martin Pool <mbp@samba.org>
61034              Date: Wed, 28 Jan 2004 10:56:25 +1100
61035              Message-ID: <20040127235624.GA32612@hp.com>
61036      Branch: perl
61037            ! hints/irix_6.sh
61038 ____________________________________________________________________________
61039 [ 22259] By: davem                                 on 2004/02/01  17:42:44
61040         Log: update fix to Shell.pm in change #22254: make /dev/null portable
61041      Branch: perl
61042            ! lib/Shell.pm
61043 ____________________________________________________________________________
61044 [ 22258] By: davem                                 on 2004/02/01  17:40:02
61045         Log: Subject: Re: [perl #15063] /tmp issues
61046              From: Solar Designer <solar@openwall.com>
61047              Date: Mon, 26 Jan 2004 01:22:18 +0300
61048              Message-ID: <20040125222218.GA13499@openwall.com>
61049
61050              Remove insecure usage of /tmp from code and documentation
61051      Branch: perl
61052            ! ext/DB_File/DB_File.pm ext/DB_File/t/db-recno.t
61053            ! ext/Devel/PPPort/PPPort.pm ext/IO/t/io_unix.t
61054            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.pod
61055            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
61056            ! ext/Time/HiRes/Makefile.PL lib/CGI/Cookie.pm
61057            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/instmodsh
61058            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
61059            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
61060            ! lib/Memoize/t/tie_storable.t lib/Shell.pm lib/dotsh.pl
61061            ! lib/perl5db.pl mpeix/nm mpeix/relink perly.fixer
61062            ! pod/perl571delta.pod pod/perl58delta.pod pod/perldbmfilter.pod
61063            ! pod/perldebug.pod pod/perlfaq5.pod pod/perlfaq8.pod
61064            ! pod/perlfunc.pod pod/perlipc.pod pod/perllexwarn.pod
61065            ! pod/perlobj.pod pod/perlop.pod pod/perlopentut.pod
61066            ! utils/c2ph.PL
61067 ____________________________________________________________________________
61068 [ 22257] By: davem                                 on 2004/02/01  15:46:24
61069         Log: threads documentation: fork on UNIX might not copy all threads.
61070      Branch: perl
61071            ! pod/perlthrtut.pod
61072 ____________________________________________________________________________
61073 [ 22256] By: davem                                 on 2004/02/01  15:34:59
61074         Log: add test for Change 22194:
61075              [perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks
61076      Branch: perl
61077            ! t/lib/strict/subs
61078 ____________________________________________________________________________
61079 [ 22254] By: davem                                 on 2004/02/01  13:11:00
61080         Log: Subject:  Patch for Shell.pm
61081              From:  Manuel Valente <mvalente@idealx.com>
61082              Date:  Tue, 27 Jan 2004 19:18:26 +0100
61083              Message-Id:  <4016AB72.1080503@idealx.com>
61084
61085              New option for Shell.pm to discard stderr instead of capturing it
61086      Branch: perl
61087            ! lib/Shell.pm
61088 ____________________________________________________________________________
61089 [ 22253] By: davem                                 on 2004/02/01  11:26:47
61090         Log: Make Time/HiRes/t/HiRes.t die more gracefully if its watchdog
61091              timeout triggers
61092      Branch: perl
61093            ! ext/Time/HiRes/t/HiRes.t
61094 ____________________________________________________________________________
61095 [ 22252] By: chip                                  on 2004/01/31  17:29:05
61096         Log: Don't show code closing STD{IN,OUT} before reopening, because
61097              doing so is unnecessary and occasionally harmful.
61098      Branch: perl
61099            ! pod/perlfork.pod pod/perlfunc.pod
61100 ____________________________________________________________________________
61101 [ 22248] By: rgs                                   on 2004/01/30  08:29:55
61102         Log: Another undocumented use of $_ : with reverse().
61103      Branch: perl
61104            ! pod/perlfunc.pod
61105 ____________________________________________________________________________
61106 [ 22247] By: merijn                                on 2004/01/30  08:18:28
61107         Log: Drop optimization for -O3 *and higher*
61108      Branch: perl
61109            ! ext/Storable/hints/linux.pl
61110 ____________________________________________________________________________
61111 [ 22246] By: rgs                                   on 2004/01/29  23:20:01
61112         Log: Regenerate perlapi.pod.
61113      Branch: perl
61114            ! pod/perlapi.pod
61115 ____________________________________________________________________________
61116 [ 22245] By: rgs                                   on 2004/01/29  21:08:28
61117         Log: Subject: Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/
61118              From: hv@crypt.org
61119              Date: Thu, 29 Jan 2004 15:12:12 +0000
61120              Message-Id: <200401291512.i0TFCCr23736@zen.crypt.org>
61121      Branch: perl
61122            ! pp_hot.c t/op/pat.t
61123 ____________________________________________________________________________
61124 [ 22244] By: rgs                                   on 2004/01/28  22:00:09
61125         Log: I'm the new maintainer of Switch.
61126              Sync with the CPAN version of Switch 2.10.
61127      Branch: perl
61128            ! Porting/Maintainers.pl lib/Switch.pm lib/Switch/README
61129 ____________________________________________________________________________
61130 [ 22243] By: merijn                                on 2004/01/28  20:30:40
61131         Log: Message-ID: <40113F7B.6050701@davidfavor.com>
61132              Date: Fri, 23 Jan 2004 09:36:27 -0600
61133              From: David Favor <david@davidfavor.com>
61134              Part I: In hints/aix.sh change -qmaxmem=16384 to -qmaxmem=-1
61135              so no compilation stack limits are imposed.
61136      Branch: perl
61137            ! hints/aix.sh
61138 ____________________________________________________________________________
61139 [ 22242] By: rgs                                   on 2004/01/27  22:44:30
61140         Log: Update perl591delta.pod with what we've done so far.
61141      Branch: perl
61142            ! pod/perl591delta.pod
61143 ____________________________________________________________________________
61144 [ 22239] By: rgs                                   on 2004/01/27  21:54:31
61145         Log: Regenerate Changes.
61146              Only include changes from the perl branch.
61147      Branch: perl
61148            ! Changes
61149 ____________________________________________________________________________
61150 [ 22238] By: nicholas                              on 2004/01/27  21:51:27
61151         Log: Storable's hints file shouldn't blanket set optimize to -O2 on Linux
61152              Only *drop* optimize to -O2 if it's -O3 on gcc on Linux
61153      Branch: perl
61154            ! ext/Storable/hints/linux.pl
61155 ____________________________________________________________________________
61156 [ 22235] By: rgs                                   on 2004/01/27  21:19:03
61157         Log: More punctuation, good.
61158      Branch: perl
61159            ! pod/perlfunc.pod
61160 ____________________________________________________________________________
61161 [ 22228] By: rgs                                   on 2004/01/27  10:31:09
61162         Log: Subject: [PATCH] 5.8.3 -- fix signal comments in L<perlfunc/system>
61163              From: Brendan O'Dea <bod@debian.org>
61164              Date: Sun, 25 Jan 2004 11:23:48 +1100
61165              Message-ID: <20040125002348.GA31407@londo.c47.org>
61166      Branch: perl
61167            ! pod/perlfunc.pod
61168 ____________________________________________________________________________
61169 [ 22227] By: davem                                 on 2004/01/26  23:53:06
61170         Log: Subject:  [PATCH] myconfig.SH
61171              From:  "Daniel S. Lewart" <lewart@uiuc.edu>
61172              Date:  Sun, 25 Jan 2004 22:11:25 -0600
61173              Message-Id:  <20040125221125.A5390@staff1.cso.uiuc.edu>
61174
61175              make perl -V show the major release as 5 rather than 5.0
61176      Branch: perl
61177            ! myconfig.SH
61178 ____________________________________________________________________________
61179 [ 22224] By: merijn                                on 2004/01/26  22:10:13
61180         Log: Document change 22192
61181              We still need tests!
61182      Branch: perl
61183            ! lib/Exporter.pm
61184 ____________________________________________________________________________
61185 [ 22223] By: rgs                                   on 2004/01/26  21:58:14
61186         Log: Subject: [PATCH] fix vmsish.t #25
61187              From: "Craig A. Berry" <craigberry@mac.com>
61188              Date: Sat, 24 Jan 2004 18:45:35 -0600
61189              Message-ID: <401311AF.1060706@mac.com>
61190      Branch: perl
61191            ! lib/vmsish.t
61192 ____________________________________________________________________________
61193 [ 22221] By: nicholas                              on 2004/01/26  21:18:31
61194         Log: Merge dynamic perldelta from maint (22081)
61195              So now perldelta.pod is copied at build time from perl591delta.pod
61196              perl590delta.pod is as released to CPAN by Hugo
61197              Regen lots of makefiles, pods and the MANIFEST
61198      Branch: perl
61199            + pod/perl591delta.pod
61200           +> pod/perl590delta.pod
61201            - pod/perldelta.pod
61202            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
61203            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
61204            ! win32/pod.mak
61205 ____________________________________________________________________________
61206 [ 22218] By: rgs                                   on 2004/01/25  23:35:45
61207         Log: Remove the caveat about detached threads crashing on Windows
61208              (fixed by #22201). Bump up the version of threads.pm.
61209      Branch: perl
61210            ! ext/threads/threads.pm
61211 ____________________________________________________________________________
61212 [ 22217] By: nicholas                              on 2004/01/25  22:17:47
61213         Log: Need to skip Storable's threads test on 5.8.2 with ithreads and
61214              -DDEBUGGING, because it tickles a bug. (The same bug that got DBI)
61215      Branch: perl
61216            ! ext/Storable/t/threads.t
61217 ____________________________________________________________________________
61218 [ 22216] By: davem                                 on 2004/01/25  12:06:04
61219         Log: update MANIFEST for 2 new Storable test files introduced by 22205
61220      Branch: perl
61221            ! MANIFEST
61222 ____________________________________________________________________________
61223 [ 22215] By: davem                                 on 2004/01/25  12:00:04
61224         Log: add test for change 22209 (Remove small memory leak in newATTRSUB)
61225      Branch: perl
61226            ! t/op/closure.t
61227 ____________________________________________________________________________
61228 [ 22209] By: davem                                 on 2004/01/25  02:04:23
61229         Log: Remove small memory leak in newATTRSUB that manifested as a
61230              leaking scalar after the interpeter was cloned
61231      Branch: perl
61232            ! op.c
61233 ____________________________________________________________________________
61234 [ 22208] By: davem                                 on 2004/01/24  16:13:17
61235         Log: Subject:  [perl #24942] fields::inherit doesn't bless derived
61236              package's \%FIELDS, results in phash deprecation errors.
61237              From:  "nothingmuch@woobling.org (via RT)" <perlbug-followup@perl.org>
61238              Date:  18 Jan 2004 15:15:46 -0000
61239              Message-Id:  <rt-3.0.8-24942-70144.16.7177902690315@perl.org>
61240      Branch: perl
61241            ! lib/base.pm lib/base/t/fields-base.t
61242 ____________________________________________________________________________
61243 [ 22207] By: davem                                 on 2004/01/24  15:36:28
61244         Log: Subject:  Re: Doc patches for File::Find
61245              From:  Mark Jason Dominus <mjd@plover.com>
61246              Date:  Thu, 22 Jan 2004 09:30:58 -0500
61247              Message-Id:  <20040122143058.29226.qmail@plover.com>
61248
61249              Better document the fact that neither find() nor finddepth() do a
61250              breath-first search.
61251      Branch: perl
61252            ! lib/File/Find.pm
61253 ____________________________________________________________________________
61254 [ 22206] By: ams                                   on 2004/01/24  11:06:51
61255         Log: Subject: [PATCH] Storable-2.08/t/code.t
61256              From: Slaven Rezic <slaven@rezic.de>
61257              Date: Sat, 8 Nov 2003 16:26:19 +0100 (CET)
61258              Message-Id: <200311081526.hA8FQJgb011684@vran.herceg.de>
61259      Branch: perl
61260            ! ext/Storable/t/code.t
61261 ____________________________________________________________________________
61262 [ 22205] By: ams                                   on 2004/01/24  11:03:36
61263         Log: Subject: [patch] make Storable thread-safe
61264              From: Stas Bekman <stas@stason.org>
61265              Date: Mon, 19 Jan 2004 00:20:02 -0800
61266              Message-Id: <400B9332.4070106@stason.org>
61267
61268              Subject: Re: Subroutine reference bug in Storable
61269              From: Slaven Rezic <slaven@rezic.de>
61270              Date: 14 Nov 2003 23:22:55 +0100
61271              Message-Id: <874qx6zj28.fsf@vran.herceg.de>
61272
61273              Subject: Re: [perl #25145] [PATCH] Storable segfaults with B::Deparse +
61274              overload + cyclic structures
61275              From: Sam Vilain <sam@vilain.net>
61276              Date: Tue, 20 Jan 2004 22:30:15 +1300
61277              Message-Id: <200401202230.15865.sam@vilain.net>
61278      Branch: perl
61279            + ext/Storable/t/just_plain_nasty.t ext/Storable/t/threads.t
61280            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
61281            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
61282            ! ext/Storable/t/code.t
61283 ____________________________________________________________________________
61284 [ 22204] By: ams                                   on 2004/01/24  08:59:11
61285         Log: Upgrade to Locale::Maketext 1.08.
61286      Branch: perl
61287            + lib/Locale/Maketext/t/06super.t
61288            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
61289            ! lib/Locale/Maketext/TPJ13.pod
61290 ____________________________________________________________________________
61291 [ 22203] By: davem                                 on 2004/01/23  23:06:49
61292         Log: make some t/op/write.t failures more verbose
61293      Branch: perl
61294            ! t/op/write.t
61295 ____________________________________________________________________________
61296 [ 22201] By: davem                                 on 2004/01/23  22:26:47
61297         Log: Subject:  Re: threads::shared::queue;
61298              From:  Jan Dubois <jand@ActiveState.com>
61299              Date:  Thu, 22 Jan 2004 19:18:46 -0800
61300              Message-Id:  <fi41105602ds7a9o4fko2oae7aokbg6als@4ax.com>
61301
61302              Avoid threads+win32 crash by freeing Perl interpreter slightly later
61303      Branch: perl
61304            ! ext/threads/threads.xs
61305 ____________________________________________________________________________
61306 [ 22200] By: nicholas                              on 2004/01/23  18:28:43
61307         Log: test that use encoding; doesn't cause references to be stringified
61308      Branch: perl
61309            ! t/uni/chomp.t
61310 ____________________________________________________________________________
61311 [ 22199] By: nicholas                              on 2004/01/23  18:03:41
61312         Log: Document chomp's travels in the wonderful world of use encoding;
61313      Branch: perl
61314            ! pod/perlfunc.pod
61315 ____________________________________________________________________________
61316 [ 22198] By: nicholas                              on 2004/01/23  17:41:01
61317         Log: Check the return values of chomp
61318              (more tricky than it may seem, as the return value is unicode)
61319      Branch: perl
61320            ! t/uni/chomp.t
61321 ____________________________________________________________________________
61322 [ 22197] By: nicholas                              on 2004/01/23  13:57:46
61323         Log: Test return values of all chomps
61324      Branch: perl
61325            ! t/op/chop.t
61326 ____________________________________________________________________________
61327 [ 22196] By: nicholas                              on 2004/01/23  13:24:41
61328         Log: Subject: Re: [perl #24888] chomp ignores utf8
61329              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
61330              Message-Id: <20040116040355.A849.BQW10602@nifty.com>
61331              Date: Fri, 16 Jan 2004 04:13:00 +0900
61332      Branch: perl
61333            + t/uni/chomp.t
61334            ! MANIFEST doop.c t/op/chop.t
61335 ____________________________________________________________________________
61336 [ 22195] By: davem                                 on 2004/01/22  20:48:03
61337         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
61338              From: Steve Hay <steve.hay@uk.radan.com>
61339              Date: Thu, 22 Jan 2004 17:08:29 +0000
61340              Message-ID: <4010038D.4070104@uk.radan.com>
61341      Branch: perl
61342            + win32/makeico.pl win32/perlexe.rc
61343            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
61344 ____________________________________________________________________________
61345 [ 22194] By: davem                                 on 2004/01/22  00:24:51
61346         Log: C<use strict; print if foo> didn't give the
61347              "Bareword not allowed" error unless warnings were enabled
61348      Branch: perl
61349            ! op.c
61350 ____________________________________________________________________________
61351 [ 22193] By: nicholas                              on 2004/01/21  21:58:10
61352         Log: Convert the older parts of op/bop.t over to test.pl
61353      Branch: perl
61354            ! t/op/bop.t
61355 ____________________________________________________________________________
61356 [ 22192] By: merijn                                on 2004/01/21  21:10:10
61357         Log: ':flock' not recognized unless it's first
61358              Exporter::Heavy now will treat :, /, and ! special in
61359              all arguments, not only if the _first_ arg starts with it
61360              Date: Wed, 21 Jan 2004 08:32:47 -0500
61361              Message-ID: <20040121133248.3359.qmail@plover.com>
61362      Branch: perl
61363            ! lib/Exporter/Heavy.pm
61364 ____________________________________________________________________________
61365 [ 22191] By: davem                                 on 2004/01/21  20:45:48
61366         Log: Subject:  PATCH for perl-5.8.4
61367              From:  "Edward S. Peschko" <esp5@pge.com>
61368              Date:  Mon, 19 Jan 2004 17:21:18 -0800
61369              Message-Id:  <20040120012118.GA29151@mdssdev05.comp.pge.com>
61370
61371              Add @DynaLoader::dl_shared_objects feature
61372      Branch: perl
61373            ! ext/DynaLoader/DynaLoader_pm.PL
61374 ____________________________________________________________________________
61375 [ 22190] By: davem                                 on 2004/01/21  20:14:51
61376         Log: remove the platform dependencies of the write.t tests introduced
61377              by change #22161, by hard-coding the expected outputs rather
61378              than using sprintf('%f').
61379      Branch: perl
61380            ! t/op/write.t
61381 ____________________________________________________________________________
61382 [ 22189] By: davem                                 on 2004/01/20  22:41:14
61383         Log: Fix typo in patch #22188
61384      Branch: perl
61385            ! pod/perlfunc.pod
61386 ____________________________________________________________________________
61387 [ 22188] By: davem                                 on 2004/01/20  22:36:10
61388         Log: warn that C<$x : unique> operates on the typeglob, so affects @x
61389              and %x too.
61390      Branch: perl
61391            ! pod/perlfunc.pod
61392 ____________________________________________________________________________
61393 [ 22187] By: davem                                 on 2004/01/20  22:27:50
61394         Log: "sub foo :unique" segfaults
61395
61396              Turn these two into compile-time errors until such time as
61397              someone thinks of a useful meaning for them:
61398              my $x : unique
61399              sub foo : unique
61400      Branch: perl
61401            ! ext/threads/t/problems.t pod/perldiag.pod toke.c xsutils.c
61402 ____________________________________________________________________________
61403 [ 22186] By: rgs                                   on 2004/01/20  21:16:01
61404         Log: Add a new test file for situations where threads may interfere.
61405              Subject: Re: "restricted hashes" hit again !
61406              From: Stas Bekman <stas@stason.org>
61407              Date: Tue, 23 Dec 2003 15:32:26 -0800
61408              Message-ID: <3FE8D08A.4090806@stason.org>
61409      Branch: perl
61410            + t/op/threads.t
61411            ! MANIFEST
61412 ____________________________________________________________________________
61413 [ 22185] By: davem                                 on 2004/01/20  21:01:08
61414         Log: Document CVf_UNIQUE flag better
61415      Branch: perl
61416            ! cv.h
61417 ____________________________________________________________________________
61418 [ 22183] By: rgs                                   on 2004/01/20  20:26:18
61419         Log: Fix precedence errors and add some cleanup in the new
61420              DBM_Filter tests
61421      Branch: perl
61422            ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
61423 ____________________________________________________________________________
61424 [ 22182] By: davem                                 on 2004/01/20  00:16:42
61425         Log: second attempt to fix [perl #24914] freeing a CV reference that was
61426              currently being executed caused coredumps. The dounwind called by
61427              die unwinds all the contexts on the context stack before unwinding
61428              the save stack.  To stop premature freeing of the CV, hold
61429              references to it on both stacks.
61430      Branch: perl
61431            ! cop.h pp_ctl.c pp_hot.c pp_sort.c t/op/closure.t
61432 ____________________________________________________________________________
61433 [ 22181] By: davem                                 on 2004/01/19  23:41:37
61434         Log: change #22071 (taint bug in $^0) introduced a potential double
61435              free(), because PL_osname may get freed but not nulled if a taint
61436              test fails in between. Mea cupla and all that...
61437      Branch: perl
61438            ! mg.c
61439 ____________________________________________________________________________
61440 [ 22180] By: rgs                                   on 2004/01/19  22:32:27
61441         Log: Subject: Re: [perl #24926] chop/~ mangles UTF8 [PATCH]
61442              From: Gisle Aas <gisle@ActiveState.com>
61443              Date: 17 Jan 2004 01:29:02 -0800
61444              Message-ID: <lrn08m7wkh.fsf@caliper.activestate.com>
61445              (test rewritten to fit in blead)
61446      Branch: perl
61447            ! pp.c t/op/bop.t
61448 ____________________________________________________________________________
61449 [ 22179] By: merijn                                on 2004/01/19  21:36:48
61450         Log: Subject: [PATCH] dl_unload_file for HP-UX
61451              Date: Mon, 12 Jan 2004 07:49:44 -0800
61452              From: Neil Watkiss <neil.watkiss@sophos.com>
61453              Message-ID: <20040112154944.GA15412@ActiveState.com>
61454      Branch: perl
61455            ! ext/DynaLoader/dl_hpux.xs
61456 ____________________________________________________________________________
61457 [ 22177] By: merijn                                on 2004/01/19  16:11:22
61458         Log: Allow -Uinc_version_list to mean -Dinc_version_list=none
61459              See INSTALL for more details
61460      Branch: perl
61461            ! Configure
61462 ____________________________________________________________________________
61463 [ 22175] By: merijn                                on 2004/01/19  16:05:50
61464         Log: Describe how to limit the perl's default @INC during Configure
61465              to _not_ include older versions
61466      Branch: perl
61467            ! INSTALL
61468 ____________________________________________________________________________
61469 [ 22174] By: merijn                                on 2004/01/19  10:41:24
61470         Log: Subject: [PATCH bleadperl] rescue PerlIO_getname for VMS
61471              Date: Sun, 18 Jan 2004 12:51:23 -0600
61472              From: "Craig A. Berry" <craigberry@mac.com>
61473              Message-ID: <400AD5AB.3080708@mac.com>
61474      Branch: perl
61475            ! perlio.c
61476 ____________________________________________________________________________
61477 [ 22173] By: merijn                                on 2004/01/19  10:27:53
61478         Log: Subject: [PATCH bleadperl] detect nanosleep on VMS
61479              Date: Sun, 18 Jan 2004 17:03:30 -0600
61480              From: "Craig A. Berry" <craigberry@mac.com>
61481              Message-ID: <400B10C2.9060504@mac.com>
61482      Branch: perl
61483            ! configure.com
61484 ____________________________________________________________________________
61485 [ 22172] By: davem                                 on 2004/01/17  23:58:04
61486         Log: back out change #24914 "freeing a CV reference that was currently
61487              being executed caused coredumps".
61488              The new test case sometimes locks up linux's malloc, and with
61489              Perl's malloc the test code still coredumps :-(
61490      Branch: perl
61491            ! perl.c scope.c scope.h sv.c t/op/closure.t
61492 ____________________________________________________________________________
61493 [ 22171] By: rgs                                   on 2004/01/17  22:00:48
61494         Log: Subject: Refactor VOS patches for bleadperl and perl-5.8.x
61495              From: "Green, Paul" <Paul.Green@stratus.com>
61496              Date: Thu, 15 Jan 2004 16:00:15 -0500
61497              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FBB15@exna4.stratus.com>
61498      Branch: perl
61499            ! README.vos hv.c pp_pack.c vos/Changes
61500 ____________________________________________________________________________
61501 [ 22170] By: rgs                                   on 2004/01/17  21:25:08
61502         Log: Subject: Re: open/or inconsistency
61503              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
61504              Date: Sat, 17 Jan 2004 19:59:55 +0900
61505              Message-Id: <20040117195729.623A.BQW10602@nifty.com>
61506              (plus a test.)
61507              Don't produce the warning for constructs like
61508              open my $fh, $file or die;
61509      Branch: perl
61510            ! op.c t/lib/warnings/op
61511 ____________________________________________________________________________
61512 [ 22169] By: davem                                 on 2004/01/17  18:02:31
61513         Log: Subject:  Perl core dumps when running out of memory [PATCH]
61514              From:  Gisle Aas <gisle@ActiveState.com>
61515              Date:  17 Jan 2004 06:18:13 -0800
61516              Message-Id:  <lrsmiebqvu.fsf@caliper.activestate.com>
61517
61518              Display 'out of memeory' errors using low-level I/O to avoid
61519              recursive failure and so coredumps.
61520      Branch: perl
61521            ! util.c
61522 ____________________________________________________________________________
61523 [ 22168] By: davem                                 on 2004/01/17  17:38:21
61524         Log: From: "Paul Marquess" <Paul.Marquess@btinternet.com>
61525              Subject: [PATCH ] Enhanced DBM Filters
61526              Date: Sat, 17 Jan 2004 16:44:53 -0000
61527              Message-ID: <AIEAJICLCBDNAAOLLOKLAEPPPHAA.Paul.Marquess@btinternet.com>
61528
61529              add DBM_Filter
61530      Branch: perl
61531            + lib/DBM_Filter.pm lib/DBM_Filter/Changes
61532            + lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
61533            + lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
61534            + lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
61535            + lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t
61536            + lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t
61537            + lib/DBM_Filter/t/utf8.t lib/DBM_Filter/utf8.pm
61538            + lib/dbm_filter_util.pl
61539            ! MANIFEST
61540 ____________________________________________________________________________
61541 [ 22167] By: davem                                 on 2004/01/17  16:12:32
61542         Log: freeing a CV reference that was currently being
61543              executed caused coredumps
61544      Branch: perl
61545            ! perl.c scope.c scope.h sv.c t/op/closure.t
61546 ____________________________________________________________________________
61547 [ 22166] By: nicholas                              on 2004/01/17  15:07:31
61548         Log: Integrate final perl583delta
61549      Branch: perl
61550           !> pod/perl583delta.pod
61551 ____________________________________________________________________________
61552 [ 22163] By: davem                                 on 2004/01/16  19:24:14
61553         Log: Subject:  Re: [perl #24816] Magic vars seem unsure if they are purely numeric
61554              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
61555              Date:  Thu, 15 Jan 2004 14:10:37 -0800
61556              Message-Id:  <20040115221037.GA2392@efn.org>
61557
61558              Add sv_2iv_flags() to allow magic to be optionally processed.
61559      Branch: perl
61560            ! doop.c embed.fnc embed.h global.sym pod/perlapi.pod pp.c
61561            ! proto.h sv.c sv.h t/op/bop.t
61562 ____________________________________________________________________________
61563 [ 22162] By: davem                                 on 2004/01/16  16:39:17
61564         Log: format bug with undefined _TOP
61565              name of format_TOP now derived from the name of the current
61566              filehandle rather then the name of the  format associetd with that
61567              handle
61568      Branch: perl
61569            ! pp_sys.c t/op/write.t
61570 ____________________________________________________________________________
61571 [ 22161] By: davem                                 on 2004/01/16  13:29:26
61572         Log: Subject: [PATCH] format/write (version 2)
61573              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
61574              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4D3@attmsx1>
61575
61576              Fixes and additions to formats:
61577
61578              Improvement: NULL chars in picture line
61579              Bugfix: C<@*> shown in output if not alone on a line
61580              New feature: C<^*> for variable-width, one-line-at-a-time text
61581              Improvement: Diagnostic on C<@#> and C<~~>
61582              Bugfix: Segmentation fault on big numbers
61583              Improvement (maybe): Truncation of numbers produces misleading output
61584              Bugfix: "}" terminates format
61585              Bugfix: Error when copying non-UTF to UTF (EBCDIC only)
61586      Branch: perl
61587            ! embed.fnc embed.h form.h pod/perldiag.pod pod/perlform.pod
61588            ! pp_ctl.c proto.h t/op/write.t toke.c
61589 ____________________________________________________________________________
61590 [ 22160] By: davem                                 on 2004/01/15  23:49:02
61591         Log: buigid #24905 - the code planted to call glob() retained an
61592              extraneous targ index in a pushmark op, leasing to strangeness
61593              when the op was freed
61594      Branch: perl
61595            ! op.c
61596 ____________________________________________________________________________
61597 [ 22159] By: rgs                                   on 2004/01/15  22:19:25
61598         Log: Upgrade to Time::HiRes 1.55
61599      Branch: perl
61600            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
61601            ! ext/Time/HiRes/HiRes.xs
61602 ____________________________________________________________________________
61603 [ 22155] By: nicholas                              on 2004/01/15  00:03:04
61604         Log: Make chomp heed the utf8 flags on the target string and $/
61605              [Fixes #24888]
61606              More work still needed to make chomp heed the encoding pragma.
61607      Branch: perl
61608            ! doop.c t/op/chop.t
61609 ____________________________________________________________________________
61610 [ 22154] By: nicholas                              on 2004/01/14  21:14:14
61611         Log: Update pod.lst with perl583delta,pod, and rerun pod/buildtoc
61612              [Forgot to do this as part of the integration]
61613      Branch: perl
61614            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
61615            ! vms/descrip_mms.template win32/pod.mak
61616 ____________________________________________________________________________
61617 [ 22153] By: nicholas                              on 2004/01/14  19:28:54
61618         Log: Integrate:
61619              [ 22143]
61620              We're planning on making history today. Mind you, not that much -
61621              only 1 line.
61622
61623              perl583delta.pod
61624      Branch: perl
61625           +> pod/perl583delta.pod
61626            ! MANIFEST
61627           !> pod/perlhist.pod
61628 ____________________________________________________________________________
61629 [ 22150] By: nicholas                              on 2004/01/14  17:48:52
61630         Log: Bump version number as file has changed since 5.8.2
61631      Branch: perl
61632            ! lib/File/Find.pm
61633 ____________________________________________________________________________
61634 [ 22149] By: nicholas                              on 2004/01/14  17:45:54
61635         Log: Subject:  Doc patches for File::Find
61636              From:  Andy Lester <andy@petdance.com>
61637              Date:  Mon, 12 Jan 2004 00:10:50 -0600
61638              Message-Id:  <20040112061050.GB7308@petdance.com>
61639      Branch: perl
61640            ! lib/File/Find.pm
61641 ____________________________________________________________________________
61642 [ 22136] By: nicholas                              on 2004/01/14  13:01:27
61643         Log: Assimilate CGI 3.03
61644      Branch: perl
61645            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm
61646 ____________________________________________________________________________
61647 [ 22133] By: nicholas                              on 2004/01/13  22:53:42
61648         Log: Add VMS to the list of "don't fork" OSes
61649              [In the most simple way possible. Fix this properly post 5.8.3
61650              to use $Config{d_fork} or something more robust]
61651      Branch: perl
61652            ! ext/threads/shared/t/wait.t
61653 ____________________________________________________________________________
61654 [ 22129] By: rgs                                   on 2004/01/13  19:26:24
61655         Log: Subject: [PATCH] [ANNOUNCE] Math::BigInt v1.69
61656              From: Tels <perl_dummy@bloodgate.com>
61657              Date: Tue, 13 Jan 2004 19:28:48 +0100
61658              Message-Id: <200401131928.50247@bloodgate.com>
61659      Branch: perl
61660            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
61661            ! lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/bare_mbi.t
61662            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
61663            ! lib/Math/BigInt/t/sub_mbi.t
61664 ____________________________________________________________________________
61665 [ 22128] By: rgs                                   on 2004/01/13  09:06:11
61666         Log: MANIFEST adjustment.
61667      Branch: perl
61668            ! MANIFEST
61669 ____________________________________________________________________________
61670 [ 22126] By: ams                                   on 2004/01/13  07:16:33
61671         Log: Upgrade to Locale::Maketext 1.07.
61672      Branch: perl
61673            + lib/Locale/Maketext/t/04super.t
61674            + lib/Locale/Maketext/t/05super.t
61675            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
61676            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
61677 ____________________________________________________________________________
61678 [ 22125] By: rgs                                   on 2004/01/12  22:44:53
61679         Log: Document usage of $_ and pos() inside /(?{...})/.
61680              (see change #2367.)
61681      Branch: perl
61682            ! pod/perlre.pod
61683 ____________________________________________________________________________
61684 [ 22124] By: rgs                                   on 2004/01/12  22:10:51
61685         Log: Upgrade to MIME::Base64 2.23.
61686      Branch: perl
61687            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
61688            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
61689 ____________________________________________________________________________
61690 [ 22123] By: rgs                                   on 2004/01/12  21:24:28
61691         Log: Subject: [PATCH handy.h] RE: MIME-Base64-2.22 [PATCH]
61692              From: Robin Barker <Robin.Barker@npl.co.uk>
61693              Date: Thu, 8 Jan 2004 16:21:25 -0000
61694              Message-ID: <533D273D4014D411AB1D00062938C4D904046787@hotel.npl.co.uk>
61695      Branch: perl
61696            ! handy.h
61697 ____________________________________________________________________________
61698 [ 22122] By: nicholas                              on 2004/01/12  19:52:16
61699         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
61700              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
61701              Message-ID: <Pine.LNX.4.58.0401121127210.15844@benevelle.wi.securepipe.com>
61702              Date: Mon, 12 Jan 2004 12:41:52 -0600 (CST)
61703      Branch: perl
61704            ! ext/threads/shared/t/wait.t
61705 ____________________________________________________________________________
61706 [ 22121] By: nicholas                              on 2004/01/12  17:27:25
61707         Log: use sv_setpvn rather than sv_setpv and save a strlen()
61708      Branch: perl
61709            ! doop.c
61710 ____________________________________________________________________________
61711 [ 22120] By: merijn                                on 2004/01/12  13:04:42
61712         Log: Subject: [PATCH] Make 'Configure -Dcf_by=...' work
61713              From: Gisle Aas <gisle@ActiveState.com>
61714              Date: 12 Jan 2004 02:35:27 -0800
61715              Message-ID: <lrvfnh315c.fsf@caliper.activestate.com>
61716      Branch: perl
61717            ! Configure
61718 ____________________________________________________________________________
61719 [ 22117] By: rgs                                   on 2004/01/12  10:10:43
61720         Log: Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012]
61721              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
61722              Date: Mon, 12 Jan 2004 11:19:37 +0900
61723              Message-Id: <20040112111007.EB69.BQW10602@nifty.com>
61724      Branch: perl
61725            ! doop.c t/op/join.t
61726 ____________________________________________________________________________
61727 [ 22115] By: nicholas                              on 2004/01/11  23:37:09
61728         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
61729              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
61730              Message-ID: <Pine.LNX.4.58.0401111548010.6679@localhost.localdomain>
61731              Date: Sun, 11 Jan 2004 16:24:18 -0600 (CST)
61732      Branch: perl
61733            ! ext/threads/shared/t/wait.t
61734 ____________________________________________________________________________
61735 [ 22113] By: nicholas                              on 2004/01/11  23:14:48
61736         Log: Regenerate win32/Makefile and win32/makefile.mk after
61737
61738              Integrate:
61739              [ 22081]
61740              Move pod/perldelta.pod to pod/perl583delta.pod, and arrange for
61741              a copy to be made at build time.
61742
61743              [ 22111]
61744              Subject: Re: [PATCH win32/makefile.mk] (was Re: 5.8.3 RC1)
61745              From: Abe Timmerman <abe@ztreet.demon.nl>
61746              Message-Id: <200401111813.40829.abe@ztreet.demon.nl>
61747              Date: Sun, 11 Jan 2004 18:13:40 +0100
61748
61749              plus revert 22092 and 22080
61750      Branch: perl
61751            ! pod.lst win32/Makefile win32/makefile.mk
61752           !> pod/buildtoc
61753 ____________________________________________________________________________
61754 [ 22112] By: rgs                                   on 2004/01/11  22:38:08
61755         Log: Upgrade to Cwd 2.14.
61756      Branch: perl
61757            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
61758 ____________________________________________________________________________
61759 [ 22110] By: rgs                                   on 2004/01/11  16:34:43
61760         Log: Upgrade to Math::BigRat 0.11
61761
61762              Subject: [PATCH] [ANNOUCNE] Math::BigRat 0.11
61763              From: Tels <perl_dummy@bloodgate.com>
61764              Date: Wed, 7 Jan 2004 18:30:06 +0100
61765              Message-Id: <200401071830.07445@bloodgate.com>
61766      Branch: perl
61767            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
61768            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
61769 ____________________________________________________________________________
61770 [ 22109] By: rgs                                   on 2004/01/10  23:39:38
61771         Log: Subject: [PATCH] Nicer formatting for function arguments in Carp messages
61772              From: Steve Hay <steve.hay@uk.radan.com>
61773              Date: Wed, 07 Jan 2004 13:22:30 +0000
61774              Message-ID: <3FFC0816.9090406@uk.radan.com>
61775
61776              (and increment version number in Carp)
61777      Branch: perl
61778            ! lib/Carp.pm lib/Carp/Heavy.pm
61779 ____________________________________________________________________________
61780 [ 22108] By: adi                                   on 2004/01/10  21:33:59
61781         Log: documentation nit
61782      Branch: perl
61783            ! pod/perlop.pod
61784 ____________________________________________________________________________
61785 [ 22107] By: adi                                   on 2004/01/10  20:19:09
61786         Log: nit to Bytecode - the av_extend opcode wasn't saved when
61787              the array had AvFILL == 0
61788      Branch: perl
61789            ! ext/B/B/Assembler.pm
61790 ____________________________________________________________________________
61791 [ 22106] By: adi                                   on 2004/01/10  20:16:03
61792         Log: still problems with backreferences + reverse cloning
61793              after #21936 - the weak reference may live on the pad.
61794      Branch: perl
61795            ! sv.c
61796 ____________________________________________________________________________
61797 [ 22104] By: nicholas                              on 2004/01/09  19:50:43
61798         Log: Bah. Makefile.PL still tests the sub-MANIFEST
61799      Branch: perl
61800            ! ext/Storable/MANIFEST
61801 ____________________________________________________________________________
61802 [ 22103] By: davem                                 on 2004/01/09  12:20:38
61803         Log: temporarily backout test of thread returning a closure. It crashes
61804              win32.
61805      Branch: perl
61806            ! ext/threads/t/problems.t
61807 ____________________________________________________________________________
61808 [ 22102] By: davem                                 on 2004/01/08  22:32:28
61809         Log: Subject: segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads)
61810              Message-ID: <20040107121357.GD82921@dansat.data-plan.com>
61811
61812              Returning a closure from a thread (via join) could mess up because
61813              pointers to PL_sv_undef weren't rejigged to point at the joiner's
61814              version of PL_sv_undef. Also, the closure's CvGV got cloned too
61815              but never freed, since CvGV isn't refcounted.
61816      Branch: perl
61817            ! ext/threads/t/problems.t ext/threads/threads.xs sv.c
61818 ____________________________________________________________________________
61819 [ 22101] By: rgs                                   on 2004/01/08  21:00:56
61820         Log: perl582delta.pod was not in the MANIFEST.
61821      Branch: perl
61822            ! MANIFEST
61823 ____________________________________________________________________________
61824 [ 22100] By: nicholas                              on 2004/01/08  17:35:27
61825         Log: Integrate:
61826              [ 22093]
61827              Graham says that the search.cpan.org pod finder hashes on name
61828              The 4 files all thinking they are perldelta.pod confuses it.
61829      Branch: perl
61830           +> pod/perl582delta.pod
61831           !> pod/perl581delta.pod pod/perl58delta.pod
61832 ____________________________________________________________________________
61833 [ 22096] By: nicholas                              on 2004/01/08  13:15:38
61834         Log: Subject: [PATCH pod/perlhist.pod] Mention 5.8.3-RC1
61835              From: Abigail <abigail@abigail.nl>
61836              Message-ID: <20040107230027.GC393@abigail.nl>
61837              Date: Thu, 8 Jan 2004 00:00:27 +0100
61838      Branch: perl
61839            ! pod/perlhist.pod
61840 ____________________________________________________________________________
61841 [ 22091] By: nicholas                              on 2004/01/07  19:09:50
61842         Log: [Integrate]
61843              22088 22089 22090 (datestamp corrections - let's see if this really
61844              works)
61845      Branch: perl
61846           !> (integrate 35 files)
61847 ____________________________________________________________________________
61848 [ 22084] By: rgs                                   on 2004/01/07  09:25:16
61849         Log: Hardcoded numerical flag masks. Bad.
61850      Branch: perl
61851            ! doop.c
61852 ____________________________________________________________________________
61853 [ 22083] By: nicholas                              on 2004/01/06  18:57:29
61854         Log: Seems that sv_setsv_cow needs to be visible to core extensions,
61855              so that re will build properly on Win32. Thanks to Steve Hay for
61856              trying COW and finding the problems.
61857      Branch: perl
61858            ! embed.fnc embed.h
61859 ____________________________________________________________________________
61860 [ 22082] By: rgs                                   on 2004/01/06  18:11:22
61861         Log: Fix bug #24813 : the -0 wasn't recognized on the #! line
61862      Branch: perl
61863            + t/run/switch0.t
61864            ! MANIFEST perl.c
61865 ____________________________________________________________________________
61866 [ 22079] By: nicholas                              on 2004/01/06  12:38:52
61867         Log: Jarkko didn't move the cd ..\pod correctly. Given that it's been
61868              like this pre 5.8.1, I suspect that no-one has used it recently.
61869      Branch: perl
61870            ! win32/makefile.mk
61871 ____________________________________________________________________________
61872 [ 22076] By: rgs                                   on 2004/01/06  08:18:44
61873         Log: The TODO tag should be included also when a TODO test succeeds,
61874              so it's reported by the test harness
61875      Branch: perl
61876            ! t/op/write.t
61877 ____________________________________________________________________________
61878 [ 22075] By: rgs                                   on 2004/01/06  07:56:25
61879         Log: This TODO test seems to pass now.
61880      Branch: perl
61881            ! t/op/write.t
61882 ____________________________________________________________________________
61883 [ 22074] By: rgs                                   on 2004/01/05  23:29:55
61884         Log: Some of the bitwise manipulation PP functions weren't checking
61885              whether their arguments were magical before using them.
61886              (bug [#24816]).
61887      Branch: perl
61888            ! pp.c
61889 ____________________________________________________________________________
61890 [ 22071] By: davem                                 on 2004/01/05  22:17:04
61891         Log: [perl #24674]
61892              stop $^O getting tainted on read access, and disallow tainted
61893              assignment to it
61894      Branch: perl
61895            ! mg.c t/op/taint.t
61896 ____________________________________________________________________________
61897 [ 22068] By: rgs                                   on 2004/01/05  21:48:30
61898         Log: Some mandatory syntax warnings emitted by the lexer weren't
61899              disableable (bug [perl #24815]).
61900      Branch: perl
61901            ! pod/perldiag.pod t/lib/warnings/toke toke.c
61902 ____________________________________________________________________________
61903 [ 22067] By: nicholas                              on 2004/01/05  21:36:07
61904         Log: Change the flag logic in buildtoc
61905      Branch: perl
61906            ! pod.lst pod/buildtoc
61907 ____________________________________________________________________________
61908 [ 22064] By: nicholas                              on 2004/01/05  21:16:09
61909         Log: Fix bug with MANIFEST generation when we also regenerate perltoc.pod
61910      Branch: perl
61911            ! pod/buildtoc
61912 ____________________________________________________________________________
61913 [ 22058] By: rgs                                   on 2004/01/05  06:17:47
61914         Log: Subject: [PATCH] skip num.t #47 on VMS
61915              From: "Craig A. Berry" <craigberry@mac.com>
61916              Date: Sun, 04 Jan 2004 23:16:26 -0600
61917              Message-ID: <3FF8F32A.5000108@mac.com>
61918      Branch: perl
61919            ! t/base/num.t
61920 ____________________________________________________________________________
61921 [ 22057] By: rgs                                   on 2004/01/05  06:17:07
61922         Log: Subject: [PATCH configure.com] future-proof signal check
61923              From: "Craig A. Berry" <craigberry@mac.com>
61924              Date: Sun, 04 Jan 2004 22:53:40 -0600
61925              Message-ID: <3FF8EDD4.3080308@mac.com>
61926      Branch: perl
61927            ! configure.com
61928 ____________________________________________________________________________
61929 [ 22056] By: rgs                                   on 2004/01/04  20:45:31
61930         Log: Upgrade to Cwd 2.13
61931      Branch: perl
61932            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
61933 ____________________________________________________________________________
61934 [ 22055] By: davem                                 on 2004/01/04  19:34:36
61935         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
61936              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
61937              Date: Fri, 2 Jan 2004 11:31:46 +0100
61938              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4B3@attmsx1>
61939
61940              eval of of a truncated format should fail
61941      Branch: perl
61942            ! t/op/write.t toke.c
61943 ____________________________________________________________________________
61944 [ 22052] By: rgs                                   on 2004/01/03  19:53:53
61945         Log: Upgrade to PerlIO::via::QuotedPrint 0.06
61946      Branch: perl
61947            ! lib/PerlIO/via/QuotedPrint.pm
61948 ____________________________________________________________________________
61949 [ 22051] By: rgs                                   on 2004/01/03  19:51:02
61950         Log: Upgrade to Time::HiRes 1.54
61951      Branch: perl
61952            + ext/Time/HiRes/hints/solaris.pl
61953            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
61954            ! ext/Time/HiRes/HiRes.xs
61955 ____________________________________________________________________________
61956 [ 22050] By: nicholas                              on 2004/01/03  19:24:00
61957         Log: No matter how hard you proof read it, something always slips through.
61958      Branch: perl
61959            ! ext/Storable/ChangeLog
61960 ____________________________________________________________________________
61961 [ 22049] By: nicholas                              on 2004/01/03  19:22:08
61962         Log: Fix minor problems with the CPAN release
61963              1: Make Storable.xs to work on 5.8.2 and later (already in the core)
61964              2: Ship the linux hints file
61965              3: Ship Test::More for the benefit of Perls pre 5.6.2
61966              4: Correct Makefile.PL to install in core for 5.8.0 and later
61967      Branch: perl
61968            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
61969            ! ext/Storable/Makefile.PL ext/Storable/README
61970            ! ext/Storable/Storable.pm
61971 ____________________________________________________________________________
61972 [ 22047] By: rgs                                   on 2004/01/03  00:07:13
61973         Log: Tidy up change #18751, so that the second parameter to unpack()
61974              defaults to $_ at compile-time, instead of run-time (like all
61975              other primitives that default to $_).
61976      Branch: perl
61977            ! embed.h op.c opcode.h opcode.pl pp.sym pp_pack.c pp_proto.h
61978 ____________________________________________________________________________
61979 [ 22044] By: nicholas                              on 2004/01/02  16:17:24
61980         Log: Bump $threads::VERSION as the documentation has changed. Tweak the
61981              documentaiton, update Arthur's e-mail address
61982      Branch: perl
61983            ! ext/threads/threads.pm
61984 ____________________________________________________________________________
61985 [ 22043] By: rgs                                   on 2004/01/02  08:35:22
61986         Log: Use the optimization level -O2 by default on Linux/gcc.
61987              See :
61988              Subject: Benchmarking (was Re: GCC bug breaking Perl_sv_catpvfn()?)
61989              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
61990              Date: Thu, 1 Jan 2004 05:32:15 +0100
61991              Message-ID: <071601c3d020$4046d2a0$d500a8c0@R2D2>
61992      Branch: perl
61993            ! hints/linux.sh
61994 ____________________________________________________________________________
61995 [ 22041] By: nicholas                              on 2004/01/02  00:38:00
61996         Log: Update debugger version number and Changes file
61997      Branch: perl
61998            ! lib/perl5db.pl
61999 ____________________________________________________________________________
62000 [ 22037] By: davem                                 on 2004/01/01  23:22:10
62001         Log: addition to 22036 (document SUPER better): superclass may be plural
62002      Branch: perl
62003            ! pod/perlbot.pod pod/perlobj.pod
62004 ____________________________________________________________________________
62005 [ 22036] By: davem                                 on 2004/01/01  22:23:11
62006         Log: Document the quirks of SUPER, especially the fact that it it
62007              relative to the current package and not to the invoking object.
62008      Branch: perl
62009            ! pod/perlboot.pod pod/perlbot.pod pod/perlobj.pod
62010            ! pod/perltoot.pod
62011 ____________________________________________________________________________
62012 [ 22034] By: davem                                 on 2004/01/01  19:58:08
62013         Log: Fix bug #24383, where hashes with the :unique attribute weren't
62014              getting made readonly on interpreter clone. Also, remove the
62015              :unique attribute from the hashes in warnings.pm, since they may
62016              later be modified by warnings::register.  Finally, adds tests for
62017              the :unique attribute.
62018      Branch: perl
62019            ! ext/threads/t/problems.t lib/warnings.pm sv.c warnings.pl
62020 ____________________________________________________________________________
62021 [ 22033] By: nicholas                              on 2004/01/01  19:22:24
62022         Log: Subject: Perl 5.8.3 patches from the BS2000 port - part 2
62023              From: Dorner Thomas <tdorner@amadeus.net>
62024              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B6740@Ex02.inhouse.start.de>
62025              Date: Fri, 19 Dec 2003 07:16:47 +0100
62026      Branch: perl
62027            ! t/io/utf8.t t/op/pat.t
62028 ____________________________________________________________________________
62029 [ 22032] By: rgs                                   on 2004/01/01  17:29:21
62030         Log: Subject: [PATCH 5.8.2 @21574] OS/2 update
62031              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
62032              Date: Thu, 18 Dec 2003 14:10:29 -0800
62033              Message-ID: <20031218221029.GA7898@math.berkeley.edu>
62034      Branch: perl
62035            ! README.os2 hints/os2.sh installperl lib/ExtUtils/MM_Unix.pm
62036            ! makedef.pl os2/Changes os2/OS2/REXX/DLL/Changes
62037            ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h os2/perl2cmd.pl
62038 ____________________________________________________________________________
62039 [ 22031] By: rgs                                   on 2004/01/01  16:30:13
62040         Log: Document that /[\W]/ doesn't work, unicode-wise (see bug #18281)
62041      Branch: perl
62042            ! pod/perlunicode.pod
62043 ____________________________________________________________________________
62044 [ 22030] By: rgs                                   on 2004/01/01  13:55:31
62045         Log: Document that detached threads aren't supported on Windows yet.
62046      Branch: perl
62047            ! ext/threads/threads.pm
62048 ____________________________________________________________________________
62049 [ 22029] By: rgs                                   on 2004/01/01  13:30:33
62050         Log: Upgrade to Getopt::Long 2.34_01
62051      Branch: perl
62052            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
62053 ____________________________________________________________________________
62054 [ 22026] By: nicholas                              on 2003/12/31  15:22:31
62055         Log: Tweak 00compile.t to avoid splatting a DIAG over core perl's
62056              beautiful clean run of OKs. You are all getting a clean run of OKs,
62057              aren't you?
62058      Branch: perl
62059            ! lib/Test/Harness/t/00compile.t
62060 ____________________________________________________________________________
62061 [ 22025] By: nicholas                              on 2003/12/31  15:11:51
62062         Log: Subject: [PATCH] "piconv -C 512" badly broken
62063              From: Autrijus Tang <autrijus@autrijus.org>
62064              Message-Id: <1072870210.769.5.camel@localhost>
62065              Date: Wed, 31 Dec 2003 19:30:10 +0800
62066      Branch: perl
62067            ! ext/Encode/bin/piconv
62068 ____________________________________________________________________________
62069 [ 22021] By: rgs                                   on 2003/12/31  08:28:43
62070         Log: Upgrade to Test::Harness 2.40.
62071      Branch: perl
62072            ! lib/Test/Harness.pm lib/Test/Harness/Changes
62073            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
62074            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
62075            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
62076            ! lib/Test/Harness/t/prove-switches.t
62077            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
62078            ! lib/Test/Harness/t/test-harness.t
62079 ____________________________________________________________________________
62080 [ 22020] By: rgs                                   on 2003/12/31  07:59:19
62081         Log: C++ comments, bad.
62082      Branch: perl
62083            ! ext/Cwd/Cwd.xs
62084 ____________________________________________________________________________
62085 [ 22018] By: nicholas                              on 2003/12/30  23:29:59
62086         Log: Bump VERSION numbers
62087      Branch: perl
62088            ! ext/POSIX/POSIX.pm lib/Benchmark.pm lib/File/CheckTree.pm
62089            ! lib/Getopt/Std.pm lib/PerlIO.pm lib/Tie/Hash.pm
62090            ! lib/diagnostics.pm
62091 ____________________________________________________________________________
62092 [ 22016] By: rgs                                   on 2003/12/30  21:10:22
62093         Log: A patch for Test::Harness on VMS by Craig Berry
62094              (see RT CPAN bug #4745)
62095      Branch: perl
62096            ! lib/Test/Harness/Straps.pm
62097 ____________________________________________________________________________
62098 [ 22013] By: nicholas                              on 2003/12/30  18:18:28
62099         Log: Subject: more uni doc tweakage
62100              From: Jarkko Hietaniemi <jhi@iki.fi>
62101              Message-ID: <20031230133755.GA23118@vipunen.hut.fi>
62102              Date: Tue, 30 Dec 2003 15:37:55 +0200
62103
62104              Subject: one more pod fix
62105              From: Jarkko Hietaniemi <jhi@iki.fi>
62106              Message-ID: <20031230135641.GA24516@vipunen.hut.fi>
62107              Date: Tue, 30 Dec 2003 15:56:41 +0200
62108      Branch: perl
62109            ! lib/PerlIO.pm pod/perlunicode.pod
62110 ____________________________________________________________________________
62111 [ 22009] By: davem                                 on 2003/12/30  17:14:44
62112         Log: bug #24757 perlrun.pod's description of find -mtime was ambiguous
62113      Branch: perl
62114            ! pod/perlrun.pod
62115 ____________________________________________________________________________
62116 [ 22007] By: rgs                                   on 2003/12/30  16:04:47
62117         Log: Upgrade to Math::BigInt 1.68.
62118      Branch: perl
62119            + lib/Math/BigInt/t/bigroot.t
62120            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
62121            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
62122            ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbi.t
62123            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
62124            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
62125 ____________________________________________________________________________
62126 [ 22005] By: davem                                 on 2003/12/30  15:07:50
62127         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
62128              heuristics for calculating buffer size needed to compile a format
62129              didn't allow for \0
62130      Branch: perl
62131            ! pp_ctl.c t/op/write.t
62132 ____________________________________________________________________________
62133 [ 22003] By: rgs                                   on 2003/12/30  12:54:02
62134         Log: Add a regression test for bug #24762
62135      Branch: perl
62136            ! t/comp/parser.t
62137 ____________________________________________________________________________
62138 [ 22002] By: rgs                                   on 2003/12/30  12:49:09
62139         Log: Updates the notes about byacc in pumpkin.pod.
62140      Branch: perl
62141            ! Porting/pumpkin.pod
62142 ____________________________________________________________________________
62143 [ 22001] By: rgs                                   on 2003/12/30  09:58:08
62144         Log: Bump up UNIVERSAL's version to 1.02
62145              (due to fix #21418)
62146      Branch: perl
62147            ! lib/UNIVERSAL.pm
62148 ____________________________________________________________________________
62149 [ 21999] By: nicholas                              on 2003/12/29  23:53:31
62150         Log: Add Mike Pomraning
62151      Branch: perl
62152            ! AUTHORS
62153 ____________________________________________________________________________
62154 [ 21997] By: rgs                                   on 2003/12/29  20:11:12
62155         Log: Update the README and Changes files for Switch 2.10
62156      Branch: perl
62157            ! lib/Switch/Changes lib/Switch/README
62158 ____________________________________________________________________________
62159 [ 21996] By: rgs                                   on 2003/12/29  20:07:00
62160         Log: Upgrade to Switch 2.10, by integrating some changes by Damian
62161      Branch: perl
62162            ! lib/Switch.pm
62163 ____________________________________________________________________________
62164 [ 21993] By: rgs                                   on 2003/12/29  10:49:29
62165         Log: Windows hasn't getuid/setuid and friends.
62166              Therefore disable the code related to them in POSIX.xs.
62167
62168              Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
62169              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
62170              Date: Mon, 29 Dec 2003 04:51:19 +0100
62171              Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2>
62172      Branch: perl
62173            ! ext/POSIX/POSIX.xs
62174 ____________________________________________________________________________
62175 [ 21992] By: rgs                                   on 2003/12/29  10:31:07
62176         Log: Subject: [PATCH] win32_chsize buglet
62177              From: "Kevin Chase" <kevincha99@hotmail.com>
62178              Date: Sun, 28 Dec 2003 15:48:56 -0800
62179              Message-ID: <BAY2-F90usv0ccZRh8Z0005683d@hotmail.com>
62180      Branch: perl
62181            ! win32/win32.c
62182 ____________________________________________________________________________
62183 [ 21991] By: rgs                                   on 2003/12/29  08:10:51
62184         Log: Upgrade to Encode 1.99.
62185      Branch: perl
62186            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
62187            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
62188            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
62189            ! ext/Encode/t/mime-header.t ext/Encode/ucm/gsm0338.ucm
62190            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
62191            ! ext/Encode/ucm/macHebrew.ucm
62192 ____________________________________________________________________________
62193 [ 21990] By: rgs                                   on 2003/12/28  18:41:35
62194         Log: Fix a little syntax error, reported by Marcus Holland-Moritz
62195      Branch: perl
62196            ! win32/win32.c
62197 ____________________________________________________________________________
62198 [ 21989] By: nicholas                              on 2003/12/28  11:49:20
62199         Log: From: "Nigel Sandever" <njsandever@hotmail.com>
62200              Subject: [PATCH] 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES
62201              Message-ID: <Law9-F94BdsnvUFcxT500000ea5@hotmail.com>
62202              Date: Thu, 25 Sep 2003 21:49:07 +0000
62203      Branch: perl
62204            ! dosish.h win32/win32.c win32/win32sck.c
62205 ____________________________________________________________________________
62206 [ 21988] By: rgs                                   on 2003/12/27  23:46:40
62207         Log: Regenerate the perly.c patch for byacc output painless fixing
62208      Branch: perl
62209            ! perly_c.diff
62210 ____________________________________________________________________________
62211 [ 21986] By: rgs                                   on 2003/12/27  23:11:59
62212         Log: Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax error
62213      Branch: perl
62214            ! perly.c perly.y vms/perly_c.vms
62215 ____________________________________________________________________________
62216 [ 21985] By: nicholas                              on 2003/12/27  22:55:35
62217         Log: Subject: Cross compilation patches for arm.
62218              From: Redvers Davies <red@criticalintegration.com>
62219              Message-Id: <1072098653.4789.6.camel@ragefire>
62220              Date: Mon, 22 Dec 2003 08:11:34 -0500
62221      Branch: perl
62222            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
62223            ! Cross/config.sh-arm-linux Cross/installperl.patch
62224 ____________________________________________________________________________
62225 [ 21983] By: rgs                                   on 2003/12/27  21:29:04
62226         Log: Fix bug [perl #24735] : make sure that the range (..) operator
62227              treats an undefined argument as 0 for numerical ranges and as ""
62228              for magical string ranges.
62229      Branch: perl
62230            ! pp_ctl.c t/op/range.t
62231 ____________________________________________________________________________
62232 [ 21981] By: rgs                                   on 2003/12/27  20:14:09
62233         Log: Subject: PATCH:  *DB*_File
62234              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
62235              Date: Sat, 27 Dec 2003 20:02:30 -0000
62236              Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com>
62237      Branch: perl
62238            ! XSUB.h ext/DB_File/Changes ext/DB_File/DB_File.pm
62239            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
62240            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
62241            ! ext/DB_File/typemap ext/GDBM_File/typemap
62242            ! ext/NDBM_File/typemap ext/ODBM_File/typemap
62243            ! ext/SDBM_File/typemap
62244 ____________________________________________________________________________
62245 [ 21978] By: nicholas                              on 2003/12/27  18:31:27
62246         Log: Straggler from Cwd
62247      Branch: perl
62248            + ext/Cwd/Changes
62249 ____________________________________________________________________________
62250 [ 21977] By: nicholas                              on 2003/12/27  18:29:44
62251         Log: Straggler from Unicode::Collate.
62252              We need to automate this.
62253              For some value of we. (tr/w/m/ I suspect)
62254      Branch: perl
62255            + lib/Unicode/Collate/t/rearrang.t
62256 ____________________________________________________________________________
62257 [ 21976] By: nicholas                              on 2003/12/27  18:28:37
62258         Log: Assimilate Unicode::Collate 0.33
62259      Branch: perl
62260            + lib/Unicode/Collate/t/altern.t lib/Unicode/Collate/t/view.t
62261            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
62262            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
62263            ! lib/Unicode/Collate/t/contract.t
62264            ! lib/Unicode/Collate/t/illegal.t lib/Unicode/Collate/t/test.t
62265            ! lib/Unicode/Collate/t/version.t
62266 ____________________________________________________________________________
62267 [ 21975] By: nicholas                              on 2003/12/27  18:12:33
62268         Log: Assimilate PodParser-1.26
62269      Branch: perl
62270            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
62271            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/PlainText.pm
62272            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/pod2usage.PL
62273            ! pod/podselect.PL t/pod/pod2usage.xr t/pod/podselect.xr
62274 ____________________________________________________________________________
62275 [ 21974] By: nicholas                              on 2003/12/27  17:50:34
62276         Log: Assimilate File::Spec 0.87
62277      Branch: perl
62278            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
62279 ____________________________________________________________________________
62280 [ 21973] By: nicholas                              on 2003/12/27  17:24:27
62281         Log: Assimilate Digest 1.05
62282      Branch: perl
62283            ! lib/Digest.pm lib/Digest/t/digest.t
62284 ____________________________________________________________________________
62285 [ 21972] By: nicholas                              on 2003/12/27  17:20:23
62286         Log: Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so change
62287              21646 was only applied to core (must punt this back and thereby unfork)
62288              Need to fix test boilerplate properly for PERL_CORE
62289      Branch: perl
62290            ! MANIFEST Porting/Maintainers.pl ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
62291            ! ext/Cwd/t/taint.t lib/Cwd.pm
62292 ____________________________________________________________________________
62293 [ 21971] By: nicholas                              on 2003/12/27  16:55:54
62294         Log: Subject: [PATCH] Remove Win32 compiler warnings
62295              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
62296              Date: Sat, 27 Dec 2003 17:39:20 +0100
62297              Message-ID: <018901c3cc97$fa976660$d500a8c0@R2D2>
62298      Branch: perl
62299            ! ext/XS/APItest/APItest.xs ext/threads/shared/shared.xs sv.c
62300 ____________________________________________________________________________
62301 [ 21970] By: nicholas                              on 2003/12/27  16:39:01
62302         Log: Allow overriding of the p4 settings via environment variables
62303              Make regexp more robust to parse FreeBSD's patch output
62304      Branch: perl
62305            ! Porting/apply
62306 ____________________________________________________________________________
62307 [ 21968] By: rgs                                   on 2003/12/27  14:27:57
62308         Log: Subject: [PATCH] perl 5.8.0, FindBin::again
62309              From: Slaven Rezic <slaven@rezic.de>
62310              Date: 01 May 2003 21:28:10 +0200
62311              Message-ID: <873cjy31rp.fsf@vran.herceg.de>
62312      Branch: perl
62313            ! lib/FindBin.pm lib/FindBin.t
62314 ____________________________________________________________________________
62315 [ 21967] By: nicholas                              on 2003/12/27  13:26:29
62316         Log: Subject: [PATCH: sv.c] Turn Quad_t to Uquad_t in unsigned branch
62317              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
62318              Date: Sat, 27 Dec 2003 02:48:19 +0100
62319              Message-ID: <010001c3cc1b$813763a0$d500a8c0@R2D2>
62320      Branch: perl
62321            ! sv.c
62322 ____________________________________________________________________________
62323 [ 21964] By: nicholas                              on 2003/12/26  20:31:38
62324         Log: Change minimum perl version where the test is run from 5.9.0 to 5.8.3
62325              as I'm going to integrate the core patch
62326      Branch: perl
62327            ! ext/List/Util/t/weak.t
62328 ____________________________________________________________________________
62329 [ 21962] By: nicholas                              on 2003/12/26  19:22:16
62330         Log: Subject: [PATCH: sv.c] Re: GCC bug breaking Perl_sv_catpvfn()?
62331              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
62332              Date: Fri, 26 Dec 2003 02:47:09 +0100
62333              Message-ID: <03ca01c3cb52$2d509b40$5700a8c0@R2D2>
62334      Branch: perl
62335            ! sv.c
62336 ____________________________________________________________________________
62337 [ 21960] By: rgs                                   on 2003/12/26  10:18:24
62338         Log: Refactor the code that checks whether a range is numeric
62339              or string-magical.
62340      Branch: perl
62341            ! pp_ctl.c
62342 ____________________________________________________________________________
62343 [ 21959] By: rgs                                   on 2003/12/26  08:51:06
62344         Log: Restore ext/SDBM_File/sdbm/Makefile to its pre-21655 state.
62345              This fixes building SDBM_File on AIX.
62346      Branch: perl
62347            ! ext/SDBM_File/sdbm/Makefile.PL
62348 ____________________________________________________________________________
62349 [ 21958] By: rgs                                   on 2003/12/25  21:22:25
62350         Log: Fix bug [perl #24641] : when POSIX::set[ug]id() are called,
62351              update the perl variables PL_uid and PL_euid (resp. PL_gid
62352              and PL_egid) with the new values.
62353      Branch: perl
62354            ! ext/POSIX/POSIX.xs
62355 ____________________________________________________________________________
62356 [ 21957] By: rgs                                   on 2003/12/25  20:14:00
62357         Log: Subject: [PATCH 5.8.2 @21574] INSTALL_PREFIX from C
62358              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
62359              Date: Thu, 18 Dec 2003 12:30:06 -0800
62360              Message-ID: <20031218203006.GA7772@math.berkeley.edu>
62361      Branch: perl
62362            ! config_h.SH
62363 ____________________________________________________________________________
62364 [ 21956] By: rgs                                   on 2003/12/25  19:40:55
62365         Log: Subject: BigInt v1.68 - pre-release
62366              From: Tels <perl_dummy@bloodgate.com>
62367              Date: Tue, 23 Dec 2003 01:09:23 +0100
62368              Message-Id: <200312230106.27661@bloodgate.com>
62369      Branch: perl
62370            + lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/alias.inc
62371            + lib/Math/BigInt/t/mbf_ali.t lib/Math/BigInt/t/mbi_ali.t
62372            + lib/Math/BigInt/t/sub_ali.t
62373            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
62374            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
62375            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
62376            ! lib/Math/BigInt/t/upgrade.inc
62377 ____________________________________________________________________________
62378 [ 21955] By: rgs                                   on 2003/12/25  18:59:54
62379         Log: Subject: [perl #24506] [PATCH] cannot weaken refs to read only values
62380              From: Fergal Daly <fergal@esatclear.ie>
62381              Date: Tue, 2 Dec 2003 23:18:18 +0000
62382              Message-Id: <200312022318.18353.fergal@esatclear.ie>
62383
62384              (tweaked so the test is skipped on perls < 5.9.0)
62385      Branch: perl
62386            ! ext/List/Util/t/weak.t sv.c
62387 ____________________________________________________________________________
62388 [ 21953] By: nicholas                              on 2003/12/23  23:34:48
62389         Log: Subject:  [PATCH: perl@21949] document patch for VMS port on new file systems
62390              From:  PPrymmer@factset.com
62391              Date:  Tue, 23 Dec 2003 17:27:44 -0500
62392              Message-Id:  <OF32243F10.A592C9A9-ON85256E05.007B1741-85256E05.007B63CB@factset.com>
62393      Branch: perl
62394            ! README.vms
62395 ____________________________________________________________________________
62396 [ 21952] By: nicholas                              on 2003/12/23  23:19:19
62397         Log: Subject: [patch t/test.pl] comment fix
62398              From: Stas Bekman <stas@stason.org>
62399              Message-ID: <3FE8C65A.4060708@stason.org>
62400              Date: Tue, 23 Dec 2003 14:48:58 -0800
62401      Branch: perl
62402            ! t/test.pl
62403 ____________________________________________________________________________
62404 [ 21951] By: adi                                   on 2003/12/22  23:22:12
62405         Log: re-fix [perl #24508] without speed regression.
62406              keep an eye on this.
62407      Branch: perl
62408            ! op.c opcode.h opcode.pl
62409 ____________________________________________________________________________
62410 [ 21950] By: adi                                   on 2003/12/22  23:19:25
62411         Log: sanitize some macros - based on Chip Salzenberg suggestions and
62412              on the way GNU people use the gcc-ish 'blocks in parens'
62413      Branch: perl
62414            ! XSUB.h sv.h
62415 ____________________________________________________________________________
62416 [ 21948] By: nicholas                              on 2003/12/22  21:00:30
62417         Log: Subject: Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
62418              Message-ID: <Pine.LNX.4.58.0312220116520.17374@localhost.localdomain>
62419              Date: Mon, 22 Dec 2003 01:52:08 -0600 (CST)
62420              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
62421      Branch: perl
62422            ! ext/threads/shared/shared.xs
62423 ____________________________________________________________________________
62424 [ 21946] By: nicholas                              on 2003/12/22  20:34:06
62425         Log: Subject:  doc nits
62426              From:  Jarkko Hietaniemi <jhi@iki.fi>
62427              Date:  Mon, 22 Dec 2003 21:57:34 +0200
62428              Message-Id:  <20031222195734.GA29441@vipunen.hut.fi>
62429      Branch: perl
62430            ! pod/perltodo.pod pod/perlunicode.pod
62431 ____________________________________________________________________________
62432 [ 21944] By: merijn                                on 2003/12/22  10:13:43
62433         Log: Subject: [PATCH] configure.com archname tweak
62434              From: "Craig A. Berry" <craigberry@mac.com>
62435              Date: Sun, 21 Dec 2003 23:07:13 -0600
62436              Message-ID: <3FE67C01.1000704@mac.com>
62437      Branch: perl
62438            ! configure.com
62439 ____________________________________________________________________________
62440 [ 21942] By: rgs                                   on 2003/12/21  21:29:47
62441         Log: Subject: [perl #24651] Taint bug with multiple backticks in ref consturctors
62442              From: Mike Guy <mjtg@cam.ac.uk>
62443              Date: Fri, 19 Dec 2003 17:17:11 +0000
62444              Message-Id: <E1AXOFT-0007DE-7q@draco.cus.cam.ac.uk>
62445      Branch: perl
62446            ! pod/perlsec.pod
62447 ____________________________________________________________________________
62448 [ 21940] By: rgs                                   on 2003/12/21  15:33:19
62449         Log: Fix a side-effect of bug #24674 in the perl debugger.
62450
62451              Subject: [perl #24674] 5.x odd taint bug
62452              From: Dominique Quatravaux (via RT) <perlbug-followup@perl.org>
62453              Date: 16 Dec 2003 15:03:24 -0000
62454              Message-ID: <rt-3.0.7_01-24674-68456.11.3124667849085@perl.org>
62455      Branch: perl
62456            ! lib/perl5db.pl
62457 ____________________________________________________________________________
62458 [ 21938] By: rgs                                   on 2003/12/20  22:56:24
62459         Log: Subject: Perl 5.8.3 patches from the BS2000 port
62460              From: Dorner Thomas <tdorner@amadeus.net>
62461              Date: Wed, 17 Dec 2003 15:41:17 +0100
62462              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B673A@Ex02.inhouse.start.de>
62463      Branch: perl
62464            ! hints/posix-bc.sh t/base/num.t t/comp/parser.t
62465 ____________________________________________________________________________
62466 [ 21937] By: adi                                   on 2003/12/20  21:37:03
62467         Log: after back-references, restricted hashes.
62468              see http://nntp.perl.org/group/perl.perl5.porters/86497
62469              this is hopefully only a temporary solution.
62470      Branch: perl
62471            ! perl.c
62472 ____________________________________________________________________________
62473 [ 21936] By: adi                                   on 2003/12/20  21:32:37
62474         Log: fix [perl #24660], [perl #24663].
62475      Branch: perl
62476            ! mg.c sv.c
62477 ____________________________________________________________________________
62478 [ 21935] By: rgs                                   on 2003/12/20  21:21:50
62479         Log: Upgrade to Time::Local 1.07_94
62480      Branch: perl
62481            ! lib/Time/Local.pm lib/Time/Local.t
62482 ____________________________________________________________________________
62483 [ 21933] By: nicholas                              on 2003/12/20  20:07:44
62484         Log: Subject: [PATCH] OpenVMS I64 support
62485              From: "Craig A. Berry" <craigberry@mac.com>
62486              Message-ID: <3FE2441F.2070603@mac.com>
62487              Date: Thu, 18 Dec 2003 18:19:43 -0600
62488      Branch: perl
62489            ! configure.com vms/gen_shrfls.pl
62490 ____________________________________________________________________________
62491 [ 21932] By: nicholas                              on 2003/12/20  19:57:51
62492         Log: remove duplicate PERL_HASH (as spotted by Enache Adrian in
62493              <20031220124854.GA1265@ratsnest.hole> )
62494      Branch: perl
62495            ! hv.c
62496 ____________________________________________________________________________
62497 [ 21931] By: nicholas                              on 2003/12/20  18:58:06
62498         Log: Solaris gconvert() doesn't like ndigits == 0. Currently we have no
62499              Configure test for troublesome gconvert(), so for now simply avoid
62500              the optimisation that calls gconvert() in this case.
62501      Branch: perl
62502            ! sv.c
62503 ____________________________________________________________________________
62504 [ 21928] By: rgs                                   on 2003/12/19  08:36:11
62505         Log: Upgrade to CGI.pm 3.01
62506      Branch: perl
62507            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
62508            ! lib/CGI/Pretty.pm lib/CGI/Util.pm lib/CGI/t/carp.t
62509            ! lib/CGI/t/request.t
62510 ____________________________________________________________________________
62511 [ 21927] By: rgs                                   on 2003/12/19  08:10:41
62512         Log: Subject: [DOCPATCH] base.pm
62513              From: Elizabeth Mattijsen <liz@dijkmat.nl>
62514              Date: Thu, 18 Dec 2003 22:30:52 +0100
62515              Message-Id: <p05111b12bc07cc596977@[192.168.56.3]>
62516
62517              Plus, remove leftover mentions of pseudo-hashes
62518      Branch: perl
62519            ! lib/base.pm
62520 ____________________________________________________________________________
62521 [ 21924] By: nicholas                              on 2003/12/18  20:24:29
62522         Log: "Richard" - who he? (Add "Richard Clamp" to the list of pumpkings)
62523      Branch: perl
62524            ! pod/perlhist.pod
62525 ____________________________________________________________________________
62526 [ 21923] By: rgs                                   on 2003/12/18  14:58:42
62527         Log: Perl 1.0.16 has been released.
62528      Branch: perl
62529            ! pod/perlhist.pod
62530 ____________________________________________________________________________
62531 [ 21922] By: rgs                                   on 2003/12/17  21:36:36
62532         Log: Subject: [PATCH: embed.fnc] arguments for perl_clone()
62533              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
62534              Date: Wed, 17 Dec 2003 13:26:52 +0100
62535              Message-ID: <055701c3c499$11144f90$8cecfe91@R2D2>
62536      Branch: perl
62537            ! embed.fnc embed.h global.sym
62538 ____________________________________________________________________________
62539 [ 21921] By: rgs                                   on 2003/12/17  17:34:05
62540         Log: Subject: [PATCH] 2-arg cond_wait, cond_timedwait, tests
62541              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
62542              Date: Wed, 17 Dec 2003 00:05:58 -0600 (CST)
62543              Message-ID: <Pine.LNX.4.58.0312092202040.13494@benevelle.wi.securepipe.com>
62544      Branch: perl
62545            + ext/threads/shared/t/wait.t
62546            ! MANIFEST ext/threads/shared/shared.pm
62547            ! ext/threads/shared/shared.xs
62548 ____________________________________________________________________________
62549 [ 21918] By: rgs                                   on 2003/12/16  22:00:39
62550         Log: Sync with the latest MakeMaker snapshot.
62551              But set the $VERSION to 6.21_01.
62552      Branch: perl
62553            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
62554            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
62555            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win95.pm
62556            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
62557            ! lib/ExtUtils/instmodsh
62558 ____________________________________________________________________________
62559 [ 21917] By: alanbur                               on 2003/12/15  09:13:49
62560         Log: Remove incorrect guards around inclusion of <signal.h>
62561              Causes problems with UNIX03/SUSv3
62562              Part 2 of change 21916 - oops!
62563
62564              See:
62565              Message-Id: <3FDD06A5.8010004@sun.com>
62566              Subject: Re: UNIX03 & C99 issue with 5.8.2
62567              From: Alan Burlison <Alan.Burlison@sun.com>
62568              Date: Mon, 15 Dec 2003 00:56:05 +0000
62569      Branch: perl
62570            ! doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h util.c
62571 ____________________________________________________________________________
62572 [ 21916] By: alanbur                               on 2003/12/15  09:02:58
62573         Log: Remove incorrect guards around inclusion of <signal.h>
62574              Causes problems with UNIX03/SUSv3
62575      Branch: perl
62576            ! doio.c
62577 ____________________________________________________________________________
62578 [ 21915] By: rgs                                   on 2003/12/15  07:43:50
62579         Log: Add the macros dAX and dITEMS to PPPort.
62580      Branch: perl
62581            ! ext/Devel/PPPort/PPPort.pm
62582 ____________________________________________________________________________
62583 [ 21914] By: rgs                                   on 2003/12/14  22:53:43
62584         Log: Subject: [patch Porting/pumpkin.pod] trying to ensure that PPPort is up-to-date on each new release
62585              From: Stas Bekman <stas@stason.org>
62586              Date: Sun, 14 Dec 2003 15:12:40 -0800
62587              Message-ID: <3FDCEE68.3080509@stason.org>
62588      Branch: perl
62589            ! Porting/pumpkin.pod
62590 ____________________________________________________________________________
62591 [ 21912] By: rgs                                   on 2003/12/14  22:48:17
62592         Log: Subject: [DOCPATCH] perlfunc delete
62593              From: Elizabeth Mattijsen <liz@dijkmat.nl>
62594              Date: Sun, 14 Dec 2003 20:25:07 +0100
62595              Message-Id: <p05111b07bc0269065a99@[192.168.56.3]>
62596      Branch: perl
62597            ! pod/perlfunc.pod
62598 ____________________________________________________________________________
62599 [ 21910] By: nicholas                              on 2003/12/14  20:06:41
62600         Log: Forgot to remove a comment
62601      Branch: perl
62602            ! pp.c
62603 ____________________________________________________________________________
62604 [ 21907] By: nicholas                              on 2003/12/14  18:35:15
62605         Log: S_save_hek_flags should honour the "free" flag.
62606              Ought to mask the flag bits that shouldn't be stored.
62607      Branch: perl
62608            ! hv.c
62609 ____________________________________________________________________________
62610 [ 21906] By: nicholas                              on 2003/12/14  17:06:13
62611         Log: Some fool missed a letter n.
62612              (and then "optimised" code based on its absense. D'oh)
62613              Restore the correct behaviour - fetch with uppercase key, then if
62614              still not found store with mixed/lowercase key.
62615      Branch: perl
62616            ! hv.c
62617 ____________________________________________________________________________
62618 [ 21905] By: nicholas                              on 2003/12/14  16:34:01
62619         Log: Subject: Re: Change 21862
62620              From: Enache Adrian <enache@rdslink.ro>
62621              Date: Wed, 10 Dec 2003 06:05:58 +0200
62622              Message-ID: <20031210040558.GC1584@ratsnest.hole>
62623
62624              (1st hunk), plus the equivalent for hv_delete_common
62625      Branch: perl
62626            ! hv.c
62627 ____________________________________________________________________________
62628 [ 21904] By: nicholas                              on 2003/12/14  15:32:32
62629         Log: Clean up a bug I introduced into caseless ENV hv_delete
62630              (should be the proper fix for 21870 and 21872's band aid)
62631      Branch: perl
62632            ! hv.c
62633 ____________________________________________________________________________
62634 [ 21902] By: rgs                                   on 2003/12/13  21:56:45
62635         Log: Subject: Re: 5.6.2-RC1 on Cygwin
62636              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
62637              Date: Sat, 6 Dec 2003 22:32:59 -0800
62638              Message-ID: <20031207063259.GA3004@efn.org>
62639              (with tweaks to cleanup code)
62640      Branch: perl
62641            ! t/op/taint.t
62642 ____________________________________________________________________________
62643 [ 21898] By: nicholas                              on 2003/12/13  19:20:41
62644         Log: Add Perl_ceil
62645      Branch: perl
62646            ! perl.h pp.c
62647 ____________________________________________________________________________
62648 [ 21897] By: rgs                                   on 2003/12/13  18:41:51
62649         Log: Reformat a long line in perlembed.pod (bug #24623).
62650      Branch: perl
62651            ! pod/perlembed.pod
62652 ____________________________________________________________________________
62653 [ 21896] By: nicholas                              on 2003/12/13  18:40:59
62654         Log: The binary compatibility notes say that new global functions should
62655              go at the end. Not that I'm anything more than "trainee" when it
62656              comes to this bincompat stuff.
62657      Branch: perl
62658            ! embed.fnc proto.h
62659 ____________________________________________________________________________
62660 [ 21895] By: rgs                                   on 2003/12/13  18:33:38
62661         Log: alarm() is now implemented on Win32.
62662      Branch: perl
62663            ! pod/perlport.pod
62664 ____________________________________________________________________________
62665 [ 21893] By: nicholas                              on 2003/12/13  17:40:32
62666         Log: foreach qw() { # not valid syntax for 5.005. So fix it.
62667      Branch: perl
62668            ! pod/buildtoc
62669 ____________________________________________________________________________
62670 [ 21892] By: rgs                                   on 2003/12/13  17:02:12
62671         Log: Subject: Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, not unknown
62672              From: David Dyck <david.dyck@fluke.com>
62673              Date: Sat, 13 Dec 2003 00:01:34 -0800 (PST)
62674              Message-ID: <Pine.LNX.4.51.0312122351450.8825@dd.tc.fluke.com>
62675      Branch: perl
62676            ! lib/File/CheckTree.pm
62677 ____________________________________________________________________________
62678 [ 21891] By: rgs                                   on 2003/12/13  16:33:46
62679         Log: Make the XSRETURN macro evaluate its argument only once.
62680      Branch: perl
62681            ! XSUB.h
62682 ____________________________________________________________________________
62683 [ 21886] By: rgs                                   on 2003/12/13  12:30:08
62684         Log: More POD fixes ; regenerate perltoc and perlmodlib.
62685      Branch: perl
62686            ! ext/DynaLoader/DynaLoader_pm.PL pod/perlmodlib.pod
62687            ! pod/perltoc.pod
62688 ____________________________________________________________________________
62689 [ 21885] By: rgs                                   on 2003/12/13  12:21:26
62690         Log: Fix some of the pods to produce more standard manpages,
62691              as reported by Eric S. Raymond.
62692      Branch: perl
62693            ! README.ce README.netware lib/Getopt/Std.pm lib/diagnostics.pm
62694 ____________________________________________________________________________
62695 [ 21884] By: rgs                                   on 2003/12/13  00:09:01
62696         Log: Subject: RE: [perl #24610] Pod::Html infinite recursion
62697              From: Anders Johnson <ajohnson@nvidia.com>
62698              Date: Fri, 12 Dec 2003 14:07:40 -0800
62699              Message-ID: <33171CC36240D94EAF1FE584B1D14E0A06EC6F51@mail-sc-11.nvidia.com>
62700              (with tweaks)
62701      Branch: perl
62702            ! lib/Pod/Html.pm
62703 ____________________________________________________________________________
62704 [ 21883] By: rgs                                   on 2003/12/12  23:54:25
62705         Log: Modify the common guard for the signal.h header, because
62706              C99 compilers don't like it.o
62707
62708              see :
62709              Subject: UNIX03 & C99 issue with 5.8.2
62710              From: Alan Burlison <Alan.Burlison@sun.com>
62711              Date: Fri, 12 Dec 2003 23:04:52 +0000
62712              Message-ID: <3FDA4994.6050209@sun.com>
62713      Branch: perl
62714            ! doio.c doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h
62715            ! util.c
62716 ____________________________________________________________________________
62717 [ 21882] By: rgs                                   on 2003/12/12  22:43:11
62718         Log: Subject: [PATCH] Math::BigInt v1.67 released
62719              From: Tels <perl_dummy@bloodgate.com>
62720              Date: Fri, 12 Dec 2003 18:47:43 +0100
62721              Message-Id: <200312121847.49039@bloodgate.com>
62722      Branch: perl
62723            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
62724            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
62725            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
62726            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/fallback.t
62727            ! lib/Math/BigInt/t/sub_mbi.t
62728 ____________________________________________________________________________
62729 [ 21881] By: merijn                                on 2003/12/12  16:09:14
62730         Log: Subject: [PATCH] d_u32align for win32
62731              From: Gisle Aas <gisle@ActiveState.com>
62732              Date: 11 Dec 2003 01:33:39 -0800
62733              Message-ID: <lrzndzr958.fsf@caliper.activestate.com>
62734      Branch: perl
62735            ! win32/config.bc win32/config.gc win32/config.vc
62736 ____________________________________________________________________________
62737 [ 21879] By: rgs                                   on 2003/12/11  23:53:34
62738         Log: Subject: [PATCH] environ array fix for VMS
62739              From: "Craig A. Berry" <craigberry@mac.com>
62740              Date: Thu, 11 Dec 2003 14:35:29 -0600
62741              Message-ID: <3FD8D511.2030805@mac.com>
62742      Branch: perl
62743            ! vms/vms.c
62744 ____________________________________________________________________________
62745 [ 21878] By: nicholas                              on 2003/12/11  23:49:20
62746         Log: Subject: [PATCH] Perl 5.9.0 AUTHORS
62747              From: Mark Leighton Fisher <mark-fisher@mindspring.com>
62748              Message-ID: <3FD8E74F.7000202@mindspring.com>
62749              Date: Thu, 11 Dec 2003 16:53:19 -0500
62750      Branch: perl
62751            ! AUTHORS
62752 ____________________________________________________________________________
62753 [ 21877] By: rgs                                   on 2003/12/11  23:40:54
62754         Log: Add a mention of the error "DESTROY created new reference
62755              to dead object" in perldiag.
62756      Branch: perl
62757            ! pod/perldiag.pod
62758 ____________________________________________________________________________
62759 [ 21876] By: adi                                   on 2003/12/11  23:04:03
62760         Log: #21866 was wrong. another try to plumb that damn leak.
62761      Branch: perl
62762            ! mg.c sv.c
62763 ____________________________________________________________________________
62764 [ 21875] By: adi                                   on 2003/12/11  20:11:07
62765         Log: fix bug #24605.
62766              substr() wasn't working when used repeatedly on the same utf-8
62767              string.
62768      Branch: perl
62769            ! sv.c t/op/substr.t
62770 ____________________________________________________________________________
62771 [ 21874] By: rgs                                   on 2003/12/09  21:36:58
62772         Log: Suppress a C< $DB::single = 1 > from Switch.pm, as noticed
62773              by Jan Dubois.
62774      Branch: perl
62775            ! lib/Switch.pm
62776 ____________________________________________________________________________
62777 [ 21873] By: rgs                                   on 2003/12/09  21:33:22
62778         Log: Subject: [PATCH perlunicode.pod, encoding.pm] Implicit upgrading docs
62779              From: Autrijus Tang <autrijus@autrijus.org>
62780              Date: Tue, 9 Dec 2003 20:39:16 +0800
62781              Message-ID: <20031209123915.GA1454@not.autrijus.org>
62782      Branch: perl
62783            ! ext/Encode/encoding.pm pod/perlunicode.pod
62784 ____________________________________________________________________________
62785 [ 21872] By: adi                                   on 2003/12/09  03:26:16
62786         Log: temporary fix to avoid t/op/tie.t failures on Win32
62787      Branch: perl
62788            ! hv.c
62789 ____________________________________________________________________________
62790 [ 21871] By: rgs                                   on 2003/12/08  15:22:26
62791         Log: Upgrade to Digest-MD5 2.33.
62792      Branch: perl
62793            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
62794            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
62795            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/typemap
62796 ____________________________________________________________________________
62797 [ 21870] By: rgs                                   on 2003/12/08  08:22:17
62798         Log: Integrate change #21862 from maint-5.8 :
62799
62800              Win32/MinGW tweaks
62801              A. ENV_IS_CASELESS has trys to free(keysave) when
62802              keysave isn't in scope yet.
62803              B. For default makefile.mk which build with perlhost.h
62804              stuff "live" need to link with g++ to find new/delete etc.
62805      Branch: perl
62806           !> hv.c win32/makefile.mk
62807 ____________________________________________________________________________
62808 [ 21869] By: rgs                                   on 2003/12/08  07:37:27
62809         Log: Subject: [PATCH] iterator reset moved to hv.c (was: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context)
62810              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
62811              Date: Mon, 08 Dec 2003 08:17:46 +0100
62812              Message-id: <20031208071746.GA594@ethan>
62813      Branch: perl
62814            ! hv.c mg.c
62815 ____________________________________________________________________________
62816 [ 21868] By: adi                                   on 2003/12/08  03:38:39
62817         Log: yet another leak. bigger fish still swimming around.
62818              #!perl
62819              eval q{ $_ = "x"; s/x/"in subst"/e } while 1;
62820              __END__
62821      Branch: perl
62822            ! pp_ctl.c
62823 ____________________________________________________________________________
62824 [ 21867] By: adi                                   on 2003/12/08  03:34:37
62825         Log: yet another 2 leaks. example for the second:
62826              #! perl
62827              eval q{ open $p{q}, "foo" } while 1
62828              __END__
62829      Branch: perl
62830            ! op.c
62831 ____________________________________________________________________________
62832 [ 21866] By: adi                                   on 2003/12/08  03:30:16
62833         Log: plumb a leak with pos().
62834
62835              #! perl
62836              while (1) {
62837              my $a = "\x{1ff}"; $a =~ /\x{1ff}/g; pos($a);
62838              }
62839              __END__
62840      Branch: perl
62841            ! sv.c
62842 ____________________________________________________________________________
62843 [ 21865] By: rgs                                   on 2003/12/07  21:28:13
62844         Log: Subject: [PATCH] documenting SCALAR gotcha
62845              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
62846              Date: Sun, 07 Dec 2003 16:41:16 +0100
62847              Message-id: <20031207154116.GA825@ethan>
62848      Branch: perl
62849            ! pod/perltie.pod
62850 ____________________________________________________________________________
62851 [ 21864] By: rgs                                   on 2003/12/07  20:13:47
62852         Log: Subject: [PATCH] setenv tweak for VMS
62853              From: "Craig A. Berry" <craigberry@mac.com>
62854              Date: Sat, 06 Dec 2003 18:13:32 -0600
62855              Message-ID: <3FD270AC.3000106@mac.com>
62856      Branch: perl
62857            ! vms/vms.c
62858 ____________________________________________________________________________
62859 [ 21863] By: rgs                                   on 2003/12/06  21:33:22
62860         Log: Missing thingies.
62861      Branch: perl
62862            ! pp.c pp_hot.c
62863 ____________________________________________________________________________
62864 [ 21861] By: rgs                                   on 2003/12/06  20:58:12
62865         Log: Subject: [PATCH] Math::BigInt v1.67 (pre-release)
62866              From: Tels <perl_dummy@bloodgate.com>
62867              Date: Sat, 6 Dec 2003 20:19:44 +0100
62868              Message-Id: <200312062016.50484@bloodgate.com>
62869      Branch: perl
62870            + lib/Math/BigInt/t/const_mbf.t lib/Math/BigInt/t/fallback.t
62871            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
62872            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
62873            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
62874            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
62875            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
62876            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
62877            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
62878            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
62879 ____________________________________________________________________________
62880 [ 21860] By: rgs                                   on 2003/12/06  20:33:09
62881         Log: Forgot to update the MANIFEST.
62882      Branch: perl
62883            ! MANIFEST
62884 ____________________________________________________________________________
62885 [ 21859] By: rgs                                   on 2003/12/06  20:19:16
62886         Log: Math::BigInt::Scalar is only for tests.
62887              Move it under t/lib.
62888      Branch: perl
62889           +> t/lib/Math/BigInt/Scalar.pm
62890            - lib/Math/BigInt/Scalar.pm
62891 ____________________________________________________________________________
62892 [ 21858] By: rgs                                   on 2003/12/06  20:01:24
62893         Log: Subject: [PATCH] casting bug in VMS part of Perl_start_glob
62894              From: "Craig A. Berry" <craigberry@mac.com>
62895              Date: Sat, 06 Dec 2003 12:44:40 -0600
62896              Message-ID: <3FD22398.1060506@mac.com>
62897      Branch: perl
62898            ! doio.c
62899 ____________________________________________________________________________
62900 [ 21857] By: rgs                                   on 2003/12/06  19:58:51
62901         Log: Remove the "Can't provide tied hash usage" error from perldiag.
62902              Mention the new tied hash SCALAR method in perldelta.
62903      Branch: perl
62904            ! pod/perldelta.pod pod/perldiag.pod
62905 ____________________________________________________________________________
62906 [ 21856] By: rgs                                   on 2003/12/06  19:51:49
62907         Log: Clarify the description of SCALAR in perltie
62908      Branch: perl
62909            ! pod/perltie.pod
62910 ____________________________________________________________________________
62911 [ 21855] By: rgs                                   on 2003/12/06  19:50:07
62912         Log: Subject: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context
62913              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
62914              Date: Sat, 06 Dec 2003 11:50:59 +0100
62915              Message-id: <20031206105059.GA13989@ethan>
62916      Branch: perl
62917            ! embed.fnc embed.h global.sym hv.c lib/Tie/Hash.pm mg.c
62918            ! pod/perlapi.pod pod/perlfunc.pod pod/perltie.pod pp.c pp_hot.c
62919            ! proto.h t/op/tie.t
62920 ____________________________________________________________________________
62921 [ 21854] By: nicholas                              on 2003/12/06  16:30:35
62922         Log: Make sv_force_normal_flags cope with shared hash key scalars
62923              (remember the pointer from SvPVX, reset the flags before SvGROW,
62924              avoid crazy loops or read-from-free)
62925      Branch: perl
62926            ! sv.c
62927 ____________________________________________________________________________
62928 [ 21851] By: nicholas                              on 2003/12/05  20:49:10
62929         Log: Back out the Makefile.PL part of 21808 as requested by Gisle Aas
62930      Branch: perl
62931            ! ext/Digest/MD5/Makefile.PL
62932 ____________________________________________________________________________
62933 [ 21846] By: merijn                                on 2003/12/05  10:41:32
62934         Log: Subject: [PATCH] Configure gets d_u32align wrong
62935              From: Gisle Aas <gisle@ActiveState.com>
62936              Date: 05 Dec 2003 03:47:01 -0800
62937              Message-ID: <lr4qwfbi6i.fsf_-_@caliper.activestate.com>
62938      Branch: perl
62939            ! Configure
62940 ____________________________________________________________________________
62941 [ 21844] By: rgs                                   on 2003/12/05  07:31:18
62942         Log: Subject: [REPATCH lib/AutoLoader.t] Test can() with AutoLoader
62943              From: chromatic <chromatic@wgz.org>
62944              Date: Mon, 01 Dec 2003 09:20:21 -0800
62945              Message-Id: <1070299221.1275.19.camel@localhost>
62946      Branch: perl
62947            ! lib/AutoLoader.t
62948 ____________________________________________________________________________
62949 [ 21843] By: rgs                                   on 2003/12/05  07:13:08
62950         Log: Subject: [PATCH] another ext/SDBM_File/sdbm build fix
62951              From: "Craig A. Berry" <craigberry@mac.com>
62952              Date: Thu, 04 Dec 2003 16:00:03 -0600
62953              Message-ID: <3FCFAE63.1080106@mac.com>
62954      Branch: perl
62955            ! ext/SDBM_File/sdbm/Makefile.PL
62956 ____________________________________________________________________________
62957 [ 21842] By: rgs                                   on 2003/12/05  07:07:30
62958         Log: Subject: [PATCH] $^P, eval and caller
62959              From: Paul Johnson <paul@pjcj.net>
62960              Date: Fri, 5 Dec 2003 00:57:21 +0100
62961              Message-ID: <20031204235721.GJ26355@pjcj.net>
62962      Branch: perl
62963            ! mg.c
62964 ____________________________________________________________________________
62965 [ 21841] By: rgs                                   on 2003/12/04  12:00:28
62966         Log: Fix File::Copy with hard links on Windows.
62967
62968              Subject: [PATCH] Re: perl @ 21830
62969              From: Steve Hay <steve.hay@uk.radan.com>
62970              Date: Wed, 03 Dec 2003 10:53:02 +0000
62971              Message-ID: <3FCDC08E.7080800@uk.radan.com>
62972
62973              and
62974              Date: Thu, 04 Dec 2003 11:02:22 +0000
62975              Message-ID: <3FCF143E.1040905@uk.radan.com>
62976      Branch: perl
62977            ! lib/File/Copy.pm lib/File/Copy.t
62978 ____________________________________________________________________________
62979 [ 21840] By: rgs                                   on 2003/12/04  11:54:28
62980         Log: Subject: Re: a2p.pod not being installed in 5.8.2?
62981              From: Alan Burlison <Alan.Burlison@sun.com>
62982              Date: Thu, 04 Dec 2003 12:14:30 +0000
62983              Message-ID: <3FCF2526.3030905@sun.com>
62984      Branch: perl
62985            ! installperl
62986 ____________________________________________________________________________
62987 [ 21837] By: rgs                                   on 2003/12/03  08:27:33
62988         Log: Subject: Re: XS modules having problems with CLONE and ithreads unless PERL_NO_GET_CONTEXT is defined
62989              From: Stas Bekman <stas@stason.org>
62990              Date: Wed, 03 Dec 2003 01:41:42 -0800
62991              Message-ID: <3FCDAFD6.9050106@stason.org>
62992      Branch: perl
62993            ! sv.c
62994 ____________________________________________________________________________
62995 [ 21836] By: rgs                                   on 2003/12/02  23:31:06
62996         Log: The prove utility should also be installed on VMS and on Windows.
62997              Haven't we regression tests for installations yet ?
62998      Branch: perl
62999            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
63000 ____________________________________________________________________________
63001 [ 21835] By: rgs                                   on 2003/12/02  22:18:05
63002         Log: FAQ sync.
63003      Branch: perl
63004            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
63005            ! pod/perlfaq4.pod pod/perlfaq5.pod
63006 ____________________________________________________________________________
63007 [ 21834] By: rgs                                   on 2003/12/02  21:45:12
63008         Log: Subject: Re: [perl #24574] find2perl provides different results to find
63009              From: Slaven Rezic <slaven@rezic.de>
63010              Date: 30 Nov 2003 22:16:59 +0100
63011              Message-ID: <8765h1pnec.fsf@vran.herceg.de>
63012
63013              (plus a note about find2perl now defaulting to -print in perldelta)
63014      Branch: perl
63015            ! pod/perldelta.pod x2p/find2perl.PL
63016 ____________________________________________________________________________
63017 [ 21833] By: rgs                                   on 2003/12/02  21:34:57
63018         Log: Subject: [PATCH] setting $0 still broken
63019              From: Jan Dubois <jand@ActiveState.com>
63020              Date: Thu, 27 Nov 2003 21:09:51 -0800
63021              Message-ID: <f3mdsv8dcv4asle0kbhiijk0adu1l25sr3@4ax.com>
63022      Branch: perl
63023            ! mg.c
63024 ____________________________________________________________________________
63025 [ 21832] By: rgs                                   on 2003/12/02  21:05:58
63026         Log: Better docs for the special code blocks, based on :
63027              Subject: [DOCPATCH] BEGIN, CHECK, INIT, END explained more
63028              From: Elizabeth Mattijsen <liz@dijkmat.nl>
63029              Date: Sat, 29 Nov 2003 23:15:56 +0100
63030              Message-Id: <p05111b01bbeec2e8bf30@[192.168.56.3]>
63031      Branch: perl
63032            ! pod/perlmod.pod pod/perlsub.pod
63033 ____________________________________________________________________________
63034 [ 21828] By: rgs                                   on 2003/11/30  20:56:00
63035         Log: Fix the test boilerplate in lib/if.t, so it can be run
63036              from the t/ directory.
63037      Branch: perl
63038            ! lib/if.t
63039 ____________________________________________________________________________
63040 [ 21827] By: rgs                                   on 2003/11/30  20:34:39
63041         Log: Keep installing xsubpp in lib/ExtUtils,
63042              so MakeMaker can find it.
63043      Branch: perl
63044            ! installperl
63045 ____________________________________________________________________________
63046 [ 21826] By: rgs                                   on 2003/11/30  20:31:59
63047         Log: Upgrade to Test::Harness 2.38.
63048              Introduce the prove(1) utility.
63049              (The prove-switches test is disabled for now.)
63050      Branch: perl
63051            + lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
63052            + lib/Test/Harness/t/prove-switches.t t/lib/Dev/Null.pm
63053            + t/lib/sample-tests/inc_taint t/lib/sample-tests/taint_warn
63054            + utils/prove.PL
63055            ! MANIFEST installperl lib/Test/Harness.pm
63056            ! lib/Test/Harness/Assert.pm lib/Test/Harness/Changes
63057            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
63058            ! lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
63059            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/pod.t
63060            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
63061            ! lib/Test/Harness/t/test-harness.t utils.lst utils/Makefile
63062 ____________________________________________________________________________
63063 [ 21823] By: rgs                                   on 2003/11/30  18:22:54
63064         Log: Subject: Re: [perl #24554] Segfault in POSIX module
63065              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
63066              Date: Sat, 29 Nov 2003 23:32:38 +0900
63067              Message-Id: <20031129233010.8E2F.BQW10602@nifty.com>
63068
63069              (plus a test for the stringification of references
63070              passed to POSIX::isXXX())
63071      Branch: perl
63072            ! ext/POSIX/POSIX.xs ext/POSIX/t/is.t ext/POSIX/t/posix.t
63073 ____________________________________________________________________________
63074 [ 21814] By: nicholas                              on 2003/11/29  20:53:23
63075         Log: Integrate if.pm 0.0401
63076              Needed to edit the test file as t/TEST can't cope with extra output
63077              lines as produced by 0.0401's if.t
63078      Branch: perl
63079            ! lib/if.pm lib/if.t
63080 ____________________________________________________________________________
63081 [ 21813] By: nicholas                              on 2003/11/29  19:54:52
63082         Log: Remove whitespace from ends of lines (simply because it irritates me)
63083      Branch: perl
63084            ! utils/h2xs.PL
63085 ____________________________________________________________________________
63086 [ 21812] By: nicholas                              on 2003/11/29  17:55:32
63087         Log: Update Unicode::Normalize to 0.28
63088      Branch: perl
63089            + ext/Unicode/Normalize/t/illegal.t
63090            + ext/Unicode/Normalize/t/null.t ext/Unicode/Normalize/t/short.t
63091            ! MANIFEST ext/Unicode/Normalize/Changes
63092            ! ext/Unicode/Normalize/Normalize.pm
63093            ! ext/Unicode/Normalize/Normalize.xs
63094            ! ext/Unicode/Normalize/README
63095 ____________________________________________________________________________
63096 [ 21811] By: nicholas                              on 2003/11/29  17:30:18
63097         Log: D'oh! This has been moved to lib/Digest/t/digest.t but not deleted.
63098      Branch: perl
63099            - lib/Digest.t
63100 ____________________________________________________________________________
63101 [ 21810] By: nicholas                              on 2003/11/29  17:29:15
63102         Log: Update Unicode::Collate to 0.31 (Only the .pm version for now)
63103      Branch: perl
63104            + lib/Unicode/Collate/t/illegal.t
63105            + lib/Unicode/Collate/t/illegalp.t
63106            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
63107            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/version.t
63108 ____________________________________________________________________________
63109 [ 21809] By: nicholas                              on 2003/11/29  17:09:25
63110         Log: D'oh! Forgot to lib/Digest/base.pm
63111      Branch: perl
63112            + lib/Digest/base.pm
63113            ! MANIFEST
63114 ____________________________________________________________________________
63115 [ 21808] By: nicholas                              on 2003/11/29  17:04:39
63116         Log: Update to Digest::MD5 2.31
63117      Branch: perl
63118            + ext/Digest/MD5/t/bits.t
63119            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
63120            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/badfile.t
63121            ! ext/Digest/MD5/t/files.t
63122 ____________________________________________________________________________
63123 [ 21807] By: nicholas                              on 2003/11/29  16:45:19
63124         Log: Update Digest to 1.03
63125      Branch: perl
63126            + lib/Digest/t/base.t
63127           +> lib/Digest/t/digest.t
63128            ! MANIFEST Porting/Maintainers.pl lib/Digest.pm
63129 ____________________________________________________________________________
63130 [ 21806] By: nicholas                              on 2003/11/29  15:41:19
63131         Log: When Gconvert is a macro around sprintf with a .* format we need
63132              to cast to int (in case STRLEN isn't the same size as int)
63133              gcc issues a warning even when it is the same size
63134      Branch: perl
63135            ! sv.c
63136 ____________________________________________________________________________
63137 [ 21805] By: nicholas                              on 2003/11/29  14:44:56
63138         Log: Silence gcc 2.95 warning
63139              (Its trace flow isn't good enough to realise that there is no problem)
63140      Branch: perl
63141            ! pp_hot.c
63142 ____________________________________________________________________________
63143 [ 21804] By: nicholas                              on 2003/11/29  14:44:22
63144         Log: Gconvert actually takes type NV, while nv may be either double
63145              or long double (depending on some conditional code)
63146              Rafael and I think that this cast should work.
63147      Branch: perl
63148            ! sv.c
63149 ____________________________________________________________________________
63150 [ 21802] By: rgs                                   on 2003/11/29  11:38:58
63151         Log: POSIX::isXXX(undef) segfaulted. (bug #24554.)
63152      Branch: perl
63153            ! ext/POSIX/POSIX.xs ext/POSIX/t/posix.t
63154 ____________________________________________________________________________
63155 [ 21800] By: rgs                                   on 2003/11/28  22:38:40
63156         Log: Fix a regression introduced by change #21694 on sprintf()
63157              with long doubles, by disabling the specific optimisation
63158              path in this case ; remove a unnecessary cast ; add a new
63159              test file for miscellaneous sprintf() test that don't fit
63160              in the t/op/sprintf.t framework.
63161      Branch: perl
63162            + t/op/sprintf2.t
63163            ! MANIFEST sv.c
63164 ____________________________________________________________________________
63165 [ 21799] By: rgs                                   on 2003/11/28  21:41:29
63166         Log: Subject: [patch pod/perlsec.pod] (was Re: why PERL5LIB is ignored when -T is in effect)
63167              From: Stas Bekman <stas@stason.org>
63168              Date: Fri, 28 Nov 2003 14:42:25 -0800
63169              Message-ID: <3FC7CF51.7060804@stason.org>
63170      Branch: perl
63171            ! pod/perlsec.pod
63172 ____________________________________________________________________________
63173 [ 21798] By: rgs                                   on 2003/11/28  20:42:45
63174         Log: Implement C<use Exporter 'import'> :
63175
63176              Subject: Re: [PATCH] Exporter-related PODs
63177              From: Fergal Daly <fergal@esatclear.ie>
63178              Date: Mon, 10 Nov 2003 00:08:52 +0000
63179              Message-Id: <200311100008.52639.fergal@esatclear.ie>
63180
63181              (tweaked, so the imported import() doesn't spit out warnings)
63182      Branch: perl
63183            ! lib/Exporter.pm lib/Exporter.t
63184 ____________________________________________________________________________
63185 [ 21797] By: rgs                                   on 2003/11/28  20:11:47
63186         Log: Subject: Re: [perl #24245] File::Copy::copy damages hard linked files
63187              From: Slaven Rezic <slaven@rezic.de>
63188              Date: 19 Oct 2003 19:11:31 +0200
63189              Message-ID: <87smlprw3g.fsf@vran.herceg.de>
63190              (with further tweaks)
63191      Branch: perl
63192            ! lib/File/Copy.pm lib/File/Copy.t
63193 ____________________________________________________________________________
63194 [ 21795] By: rgs                                   on 2003/11/28  19:16:33
63195         Log: Subject: [PATCH] Fix perl 5.8 and 5.9 to build on latest VOS
63196              From: "Green, Paul" <Paul.Green@stratus.com>
63197              Date: Thu, 27 Nov 2003 21:51:26 -0500
63198              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FB815@exna4.stratus.com>
63199      Branch: perl
63200            ! hints/vos.sh
63201 ____________________________________________________________________________
63202 [ 21794] By: nicholas                              on 2003/11/28  19:14:58
63203         Log: Arguments to skip were the wrong way round, hence why all the *BSDs
63204              were failing
63205      Branch: perl
63206            ! t/op/readline.t
63207 ____________________________________________________________________________
63208 [ 21789] By: rgs                                   on 2003/11/27  22:18:29
63209         Log: Marcus Holland-Moritz is now the maintainer of Devel::PPPort.
63210              PerlIO and threads are not on CPAN.
63211      Branch: perl
63212            ! Porting/Maintainers.pl
63213 ____________________________________________________________________________
63214 [ 21788] By: nicholas                              on 2003/11/25  21:27:11
63215         Log: Add Torsten Foertsch to AUTHORS (patches plus tests are what we like)
63216      Branch: perl
63217            ! AUTHORS
63218 ____________________________________________________________________________
63219 [ 21787] By: rgs                                   on 2003/11/25  21:12:19
63220         Log: Subject: [PATCH] Re: bug or a feature?
63221              From: Torsten Foertsch <torsten.foertsch@gmx.net>
63222              Date: Sat, 22 Nov 2003 13:15:53 +0100
63223              Message-Id: <200311221315.58539.torsten.foertsch@gmx.net>
63224
63225              and
63226              Date: Sat, 22 Nov 2003 14:21:45 +0100
63227              Message-Id: <200311221421.48940.torsten.foertsch@gmx.net>
63228              (test moved to t/op/readline.t)
63229      Branch: perl
63230            ! pp_hot.c t/op/readline.t
63231 ____________________________________________________________________________
63232 [ 21783] By: merijn                                on 2003/11/24  21:24:46
63233         Log: Subject: remove hardcoded version number from cygwin/perlld.in
63234              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
63235              Date: Mon, 24 Nov 2003 08:11:36 -0800
63236              Message-ID: <20031124161136.GC2656@efn.org>
63237      Branch: perl
63238            ! cygwin/Makefile.SHs cygwin/perlld.in
63239 ____________________________________________________________________________
63240 [ 21782] By: nicholas                              on 2003/11/24  20:07:29
63241         Log: Should fix the infinite loop on a dynamic %ENV fetch
63242      Branch: perl
63243            ! hv.c
63244 ____________________________________________________________________________
63245 [ 21781] By: nicholas                              on 2003/11/24  19:47:57
63246         Log: Tweak the order of initialisation of oentry in hv_fetch_common -
63247              C source now cleaner, but optimised object file still the same size.
63248      Branch: perl
63249            ! hv.c
63250 ____________________________________________________________________________
63251 [ 21780] By: rgs                                   on 2003/11/23  21:59:06
63252         Log: Subject: Re: [perl #24439] 64 bit build failure on Solaris 9
63253              From: Andy Dougherty <doughera@lafayette.edu>
63254              Date: Thu, 20 Nov 2003 09:38:05 -0500 (EST)
63255              Message-ID: <Pine.SOL.4.53.0311200926550.25274@maxwell.phys.lafayette.edu>
63256
63257              and :
63258              Date: Fri, 21 Nov 2003 09:36:24 -0500 (EST)
63259              Message-ID: <Pine.SOL.4.53.0311210927460.1876@maxwell.phys.lafayette.edu>
63260      Branch: perl
63261            ! hints/solaris_2.sh
63262 ____________________________________________________________________________
63263 [ 21779] By: nicholas                              on 2003/11/22  23:37:24
63264         Log: D'oh. Mistake in the DYNAMIC_ENV_FETCH conditional code
63265              reported by Craig Berry
63266      Branch: perl
63267            ! hv.c
63268 ____________________________________________________________________________
63269 [ 21774] By: nicholas                              on 2003/11/22  21:21:22
63270         Log: restore_magic needs to undo COW
63271              (while magic was off, sv_setsv is likely to have seen this SV as a
63272              good source for COW)
63273              Should fix the smoke failures on lib/locale.t
63274      Branch: perl
63275            ! mg.c
63276 ____________________________________________________________________________
63277 [ 21773] By: nicholas                              on 2003/11/22  19:12:32
63278         Log: Don't COW if the destination has magic.
63279      Branch: perl
63280            ! sv.c
63281 ____________________________________________________________________________
63282 [ 21772] By: nicholas                              on 2003/11/22  17:05:32
63283         Log: Reorder functions in hv.c so that callers of hv_fetch_common are all
63284              close to it.
63285      Branch: perl
63286            ! hv.c
63287 ____________________________________________________________________________
63288 [ 21771] By: nicholas                              on 2003/11/22  16:43:09
63289         Log: "Space Is a Province of Brazil"
63290              Farewell, hv_store_common. Store is now part of Fetch.
63291              All tests pass. hv.c 15% smaller than when I started all this
63292      Branch: perl
63293            ! embed.fnc embed.h hv.c proto.h
63294 ____________________________________________________________________________
63295 [ 21770] By: nicholas                              on 2003/11/22  13:16:43
63296         Log: Farewell hv_exists_common - exists is now a call to fetch
63297              (with the exists magic handling moved into fetch)
63298      Branch: perl
63299            ! embed.fnc embed.h hv.c proto.h
63300 ____________________________________________________________________________
63301 [ 21769] By: nicholas                              on 2003/11/22  11:02:23
63302         Log: Shift negative klen/flags games from hv_store_common out to hv_store
63303      Branch: perl
63304            ! embed.fnc embed.h hv.c proto.h
63305 ____________________________________________________________________________
63306 [ 21768] By: nicholas                              on 2003/11/22  10:37:24
63307         Log: Shift negative klen/flags games from hv_exists_common out to hv_exists
63308      Branch: perl
63309            ! embed.fnc embed.h hv.c proto.h
63310 ____________________________________________________________________________
63311 [ 21767] By: nicholas                              on 2003/11/21  23:15:47
63312         Log: Check that the key is present before a delete, and absent afterwards
63313      Branch: perl
63314            ! ext/XS/APItest/t/hash.t
63315 ____________________________________________________________________________
63316 [ 21766] By: nicholas                              on 2003/11/21  23:12:33
63317         Log: Move the negative key -> utf8 flag conversion out to hv_delete
63318      Branch: perl
63319            ! embed.fnc embed.h hv.c proto.h
63320 ____________________________________________________________________________
63321 [ 21765] By: nicholas                              on 2003/11/21  22:41:23
63322         Log: Tweaks to S_hv_delete_common:
63323              make the magic call hv_fetch_common rather than ent-or-not
63324              grab the hash from a shared hash key scalar if possible
63325              use masked flags rather than flags for the comparison
63326      Branch: perl
63327            ! hv.c
63328 ____________________________________________________________________________
63329 [ 21764] By: nicholas                              on 2003/11/21  21:54:58
63330         Log: Integrate:
63331              [ 21762]
63332              Refactor hash API tests (prior to some additions)
63333
63334              [ 21763]
63335              Test all permuations of utf8 flags on hashes and keys
63336      Branch: perl
63337           !> ext/XS/APItest/t/hash.t
63338 ____________________________________________________________________________
63339 [ 21760] By: nicholas                              on 2003/11/20  22:34:00
63340         Log: Shift negative klen/flags games from hv_fetch_common out to hv_fetch
63341      Branch: perl
63342            ! embed.fnc hv.c proto.h
63343 ____________________________________________________________________________
63344 [ 21758] By: nicholas                              on 2003/11/20  20:14:17
63345         Log: Merge sv_store_flags and sv_store_ent into sv_store_common
63346      Branch: perl
63347            ! embed.fnc embed.h hv.c proto.h
63348 ____________________________________________________________________________
63349 [ 21756] By: rgs                                   on 2003/11/20  12:04:46
63350         Log: Subject: [PATCH] promote hv_clear_placeholders to perl API
63351              From: Alan Burlison <Alan.Burlison@sun.com>
63352              Date: Thu, 20 Nov 2003 10:34:30 +0000
63353              Message-ID: <3FBC98B6.6090909@sun.com>
63354      Branch: perl
63355            ! embed.fnc embed.h global.sym hv.c pod/perlapi.pod proto.h
63356            ! universal.c
63357 ____________________________________________________________________________
63358 [ 21755] By: rgs                                   on 2003/11/19  22:46:20
63359         Log: Regenerate perlapi and perltoc.
63360      Branch: perl
63361            ! pod/perlapi.pod pod/perltoc.pod
63362 ____________________________________________________________________________
63363 [ 21754] By: rgs                                   on 2003/11/19  22:39:51
63364         Log: Subject: [docpatch] PerlIO layers in perlrun.pod and PerlIO.pm
63365              From: Iain Truskett <spoon@cpan.org>
63366              Date: Thu, 20 Nov 2003 00:41:33 +1100
63367              Message-ID: <20031119134132.GG21314@gytha.anu.edu.au>
63368      Branch: perl
63369            ! lib/PerlIO.pm pod/perlrun.pod
63370 ____________________________________________________________________________
63371 [ 21753] By: nicholas                              on 2003/11/19  22:28:25
63372         Log: merge hv_fetch and hv_fetch_ent into hv_fetch_common
63373              remove S_hv_fetch_flags
63374              hv.c now 13% smaller than when I started. hv_store TODO
63375      Branch: perl
63376            ! embed.fnc embed.h hv.c proto.h
63377 ____________________________________________________________________________
63378 [ 21752] By: rgs                                   on 2003/11/19  21:06:01
63379         Log: Fix bug [perl #24508] Wrong assignment in nested assignment
63380              together with subroutine call
63381              Apparently concat still doesn't deal correctly with lexicals
63382              in all cases. Disable the whole TARGET_MY optimisation for it.
63383              (and remove the corresponding code from the peephole optimiser.)
63384      Branch: perl
63385            ! op.c opcode.h opcode.pl t/op/concat.t
63386 ____________________________________________________________________________
63387 [ 21751] By: rgs                                   on 2003/11/19  21:03:20
63388         Log: Update the runops stuff in perlguts
63389      Branch: perl
63390            ! pod/perlguts.pod
63391 ____________________________________________________________________________
63392 [ 21750] By: nicholas                              on 2003/11/19  20:37:27
63393         Log: integrate hv_delete and hv_delete_ent into hv_delete_common
63394      Branch: perl
63395            ! embed.fnc embed.h hv.c proto.h
63396 ____________________________________________________________________________
63397 [ 21748] By: rgs                                   on 2003/11/19  19:56:20
63398         Log: Subject: [PATCH] clear of empty locked hash SEGVs
63399              From: Alan Burlison <Alan.Burlison@sun.com>
63400              Date: Wed, 19 Nov 2003 14:39:03 +0000
63401              Message-ID: <3FBB8087.20206@sun.com>
63402      Branch: perl
63403            ! hv.c lib/Hash/Util.t
63404 ____________________________________________________________________________
63405 [ 21747] By: nicholas                              on 2003/11/19  19:51:41
63406         Log: merge hv_exists and hv_exists_ent into S_hv_exists_common
63407      Branch: perl
63408            ! embed.fnc embed.h hv.c proto.h
63409 ____________________________________________________________________________
63410 [ 21746] By: nicholas                              on 2003/11/19  18:46:07
63411         Log: Run regen.pl (for hv_assert)
63412      Branch: perl
63413            ! global.sym
63414 ____________________________________________________________________________
63415 [ 21744] By: nicholas                              on 2003/11/19  17:44:58
63416         Log: Integrate:
63417              [ 21642]
63418              space should be tab for lib/I18N/LangTags/t/02decency.t
63419      Branch: perl
63420           !> MANIFEST
63421 ____________________________________________________________________________
63422 [ 21743] By: rgs                                   on 2003/11/19  17:21:50
63423         Log: Restore errno after having read $^E (like for $!)
63424              to preserve errno from unfortunate side-effects.
63425      Branch: perl
63426            ! mg.c
63427 ____________________________________________________________________________
63428 [ 21742] By: nicholas                              on 2003/11/18  21:04:40
63429         Log: Whoops. We weren't actually testing hv_store_ent
63430              We are now. Plus test hv_store for an initially empty hash.
63431      Branch: perl
63432            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t
63433 ____________________________________________________________________________
63434 [ 21741] By: rgs                                   on 2003/11/17  23:06:07
63435         Log: Complement of change #21740 for Windows.
63436              (I have the feeling that it's already subtly broken on VMS)
63437      Branch: perl
63438            ! win32/Makefile win32/makefile.mk
63439 ____________________________________________________________________________
63440 [ 21740] By: rgs                                   on 2003/11/17  19:02:21
63441         Log: Install instmodsh and xsubpp in bin/ along the other utilities.
63442      Branch: perl
63443            + utils/instmodsh.PL utils/xsubpp.PL
63444            ! MANIFEST installperl utils.lst utils/Makefile
63445 ____________________________________________________________________________
63446 [ 21739] By: rgs                                   on 2003/11/17  08:52:52
63447         Log: Subject: Re: [perl #24493] install.html not working
63448              From: Slaven Rezic <slaven@rezic.de>
63449              Date: 16 Nov 2003 20:52:29 +0100
63450              Message-ID: <87d6bsw0oy.fsf@vran.herceg.de>
63451      Branch: perl
63452            ! installhtml
63453 ____________________________________________________________________________
63454 [ 21737] By: nicholas                              on 2003/11/16  21:32:09
63455         Log: Ooops. left an XXX comment in, and worse still it's a // comment
63456      Branch: perl
63457            ! hv.c
63458 ____________________________________________________________________________
63459 [ 21735] By: nicholas                              on 2003/11/16  20:20:58
63460         Log: utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
63461              (pp functions use the _ent variants, and as the implementation is
63462              duplicated, these bugs aren't tested, and aren't noticed)
63463      Branch: perl
63464            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
63465 ____________________________________________________________________________
63466 [ 21734] By: nicholas                              on 2003/11/16  17:11:22
63467         Log: Accessing unicode keys in tie hashes via hv_exists was broken.
63468              (pp_exists uses hv_exists_ent, which isn't broken)
63469              I expect an equivalent bug in hv_delete
63470      Branch: perl
63471            + ext/XS/APItest/t/hash.t
63472            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
63473            ! ext/XS/APItest/MANIFEST hv.c
63474 ____________________________________________________________________________
63475 [ 21733] By: rgs                                   on 2003/11/16  16:50:04
63476         Log: Subject: [PATCH] Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1)
63477              From: Elizabeth Mattijsen <liz@dijkmat.nl>
63478              Date: Sat, 15 Nov 2003 23:22:16 +0100
63479              Message-Id: <p05111b04bbdc49076950@[192.168.56.3]>
63480      Branch: perl
63481            ! ext/threads/t/problems.t
63482 ____________________________________________________________________________
63483 [ 21732] By: rgs                                   on 2003/11/16  16:09:34
63484         Log: Subject: [PATCH] configpm, our $summary : unique
63485              From: Elizabeth Mattijsen <liz@dijkmat.nl>
63486              Date: Sat, 15 Nov 2003 22:18:32 +0100
63487              Message-Id: <p05111b03bbdc478d10cb@[192.168.56.3]>
63488              (plus comments)
63489      Branch: perl
63490            ! configpm
63491 ____________________________________________________________________________
63492 [ 21729] By: nicholas                              on 2003/11/15  14:39:00
63493         Log: Subject: [PATCH] Re: Storable Error
63494              From: Nicholas Clark <nick@ccl4.org>
63495              Date: Sat, 9 Aug 2003 00:35:36 +0100
63496              Message-ID: <20030809003535.C20130@plum.flirble.org>
63497      Branch: perl
63498            ! embed.fnc hv.c perl.c perl.h pod/perlapi.pod pod/perlrun.pod
63499            ! proto.h
63500 ____________________________________________________________________________
63501 [ 21728] By: rgs                                   on 2003/11/15  11:43:43
63502         Log: Update perlhist with 5.6.2.
63503      Branch: perl
63504            ! pod/perlhist.pod
63505 ____________________________________________________________________________
63506 [ 21725] By: rgs                                   on 2003/11/14  22:35:20
63507         Log: Add more complete tests for the "variable masks earlier
63508              declaration" warning, including a TODO test
63509      Branch: perl
63510            ! t/lib/warnings/pad
63511 ____________________________________________________________________________
63512 [ 21723] By: rgs                                   on 2003/11/14  07:43:17
63513         Log: Include "SCCS" in the list of directory names that should
63514              be ignored by installperl.
63515      Branch: perl
63516            ! installperl
63517 ____________________________________________________________________________
63518 [ 21718] By: nicholas                              on 2003/11/13  20:46:36
63519         Log: Subject: Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes)
63520              From: Enache Adrian <enache@rdslink.ro>
63521              Date: Tue, 11 Nov 2003 15:25:29 +0200
63522              Message-ID: <20031111132529.GB1271@ratsnest.hole>
63523      Branch: perl
63524            ! op.c
63525 ____________________________________________________________________________
63526 [ 21714] By: rgs                                   on 2003/11/13  18:55:37
63527         Log: Fix bug [perl #24380] : assigning to a hash in list
63528              or scalar context yielded a wrong value if the list
63529              contained duplicated keys for the hash. This is fixed
63530              by counting the number of duplicate keys and trimming
63531              the stack by the corresponding number of items.
63532      Branch: perl
63533            ! pp_hot.c t/op/hashassign.t
63534 ____________________________________________________________________________
63535 [ 21713] By: merijn                                on 2003/11/13  09:25:15
63536         Log: Simplified the reading
63537      Branch: perl
63538            ! hints/solaris_2.sh
63539 ____________________________________________________________________________
63540 [ 21712] By: merijn                                on 2003/11/13  09:22:21
63541         Log: Enable hints to create call-back units that can act when
63542              a specific variable is *not* set (like -Uuselargefiles)
63543      Branch: perl
63544            ! Configure hints/README.hints
63545 ____________________________________________________________________________
63546 [ 21710] By: nicholas                              on 2003/11/12  21:35:35
63547         Log: Subject: [PATCH] Last stab at sdbm/Makefile.PL
63548              From: Michael G Schwern <schwern@pobox.com>
63549              Date: Tue, 11 Nov 2003 21:02:30 -0800
63550              Message-ID: <20031112050230.GO6874@localhost.comcast.net>
63551      Branch: perl
63552            ! ext/SDBM_File/sdbm/Makefile.PL
63553 ____________________________________________________________________________
63554 [ 21708] By: rgs                                   on 2003/11/12  09:46:51
63555         Log: Subject: [PATCH 5.8.2 @21574] make install not installing fully
63556              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
63557              Date: Tue, 4 Nov 2003 20:07:25 -0800
63558              Message-ID: <20031105040725.GA2629@math.berkeley.edu>
63559      Branch: perl
63560            ! installperl
63561 ____________________________________________________________________________
63562 [ 21706] By: ams                                   on 2003/11/11  23:46:19
63563         Log: Subject: Re: [perl #24460] [DOC PATCH] the begincheck program
63564              From: Tom Phoenix <rootbeer@redcat.com>
63565              Date: Tue, 11 Nov 2003 15:50:35 -0800 (PST)
63566              Message-Id: <Pine.BSO.4.53.0311111547500.9242@blue.stonehenge.com>
63567      Branch: perl
63568            ! pod/perlmod.pod
63569 ____________________________________________________________________________
63570 [ 21702] By: rgs                                   on 2003/11/11  20:13:56
63571         Log: Upgrade to MakeMaker 6.21.
63572      Branch: perl
63573            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
63574            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
63575            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
63576 ____________________________________________________________________________
63577 [ 21697] By: rgs                                   on 2003/11/10  20:55:25
63578         Log: Subject: [PATCH 5.8.2 @21574] make install: line noise
63579              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
63580              Date: Tue, 4 Nov 2003 20:10:16 -0800
63581              Message-ID: <20031105041016.GA2639@math.berkeley.edu>
63582
63583              and part of
63584              Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR
63585              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
63586              Date: Tue, 4 Nov 2003 20:18:37 -0800
63587              Message-ID: <20031105041836.GA2649@math.berkeley.edu>
63588
63589              (I've left out the PREFIX part for now)
63590      Branch: perl
63591            ! Makefile.SH installperl os2/Makefile.SHs
63592 ____________________________________________________________________________
63593 [ 21694] By: rgs                                   on 2003/11/09  17:20:35
63594         Log: Subject: [PATCH 5.8.2 @21574] sprintf() painfully slow
63595              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
63596              Date: Mon, 3 Nov 2003 20:27:39 -0800
63597              Message-ID: <20031104042739.GA1697@math.berkeley.edu>
63598
63599              Subject: Re: [PATCH 5.8.2 @21574] sprintf() painfully slow
63600              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
63601              Date: Mon, 3 Nov 2003 20:57:48 -0800
63602              Message-ID: <20031104045748.GA1826@math.berkeley.edu>
63603      Branch: perl
63604            ! sv.c
63605 ____________________________________________________________________________
63606 [ 21693] By: rgs                                   on 2003/11/09  11:37:29
63607         Log: Subject: [PATCH-5.8.2 for WinCE] must copy changes from win32/makeifle.mk to wince/makefile.ce
63608              From: Vadim Konovalov <konovalo@mail.wplus.net>
63609              Date: Sun, 9 Nov 2003 13:31:59 +0300
63610              Message-ID: <93187393948.20031109133159@mail.wplus.net>
63611      Branch: perl
63612            ! wince/Makefile.ce
63613 ____________________________________________________________________________
63614 [ 21691] By: rgs                                   on 2003/11/09  11:13:40
63615         Log: Update the list of pumpkings in perlhist.pod.
63616      Branch: perl
63617            ! pod/perlhist.pod
63618 ____________________________________________________________________________
63619 [ 21687] By: ams                                   on 2003/11/08  17:09:56
63620         Log: Subject: [PATCH 5.6.2-RC1 pod/perlhist.pod]  Updated.
63621              From: Abigail <abigail@abigail.nl>
63622              Date: Sat, 8 Nov 2003 18:51:30 +0100
63623              Message-Id: <20031108175130.GA22273@abigail.nl>
63624      Branch: perl
63625            ! pod/perlhist.pod
63626 ____________________________________________________________________________
63627 [ 21677] By: rgs                                   on 2003/11/07  07:49:17
63628         Log: Subject: [PATCH 5.8.2 @21574] OS/2 docu
63629              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
63630              Date: Thu, 6 Nov 2003 23:26:18 -0800
63631              Message-ID: <20031107072618.GA4370@math.berkeley.edu>
63632      Branch: perl
63633            ! os2/Changes
63634 ____________________________________________________________________________
63635 [ 21676] By: davem                                 on 2003/11/06  22:11:23
63636         Log: bugid #24407: numeric key for shared hash got stringified using
63637              wrong interpreter, and thus got malloced into the wrong thread
63638              memory pool
63639      Branch: perl
63640            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_simple.t
63641 ____________________________________________________________________________
63642 [ 21675] By: rgs                                   on 2003/11/06  10:27:22
63643         Log: Upgrade to MakeMaker 6.20.
63644      Branch: perl
63645            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
63646            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MANIFEST.SKIP
63647            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
63648            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Tutorial.pod
63649            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/postamble.t
63650 ____________________________________________________________________________
63651 [ 21674] By: ams                                   on 2003/11/06  09:32:26
63652         Log: Subject: [PATCH blead] Re: [perl #24248] taint propagation regression,
63653              tests fail to spot this
63654              From: Rick Delaney <rick@bort.ca>
63655              Date: Wed, 5 Nov 2003 23:02:41 -0500
63656              Message-Id: <20031105230241.D13585@biff.bort.ca>
63657      Branch: perl
63658            ! pp_ctl.c t/op/taint.t
63659 ____________________________________________________________________________
63660 [ 21673] By: rgs                                   on 2003/11/05  21:47:07
63661         Log: Subject: [PATCH] Be sure to use -fPIC not -fpic on Linux/SPARC
63662              From: Andy Dougherty <doughera@lafayette.edu>
63663              Date: Wed, 5 Nov 2003 17:19:03 -0500 (EST)
63664              Message-ID: <Pine.SOL.4.53.0311051715140.24878@maxwell.phys.lafayette.edu>
63665      Branch: perl
63666            ! hints/linux.sh
63667 ____________________________________________________________________________
63668 [ 21672] By: rgs                                   on 2003/11/05  20:42:47
63669         Log: Subject: [patch t/op/hash.t] extending the hash attack test
63670              From: Stas Bekman <stas@stason.org>
63671              Date: Tue, 04 Nov 2003 14:33:09 -0800
63672              Message-ID: <3FA82925.7020703@stason.org>
63673      Branch: perl
63674            ! t/op/hash.t
63675 ____________________________________________________________________________
63676 [ 21671] By: rgs                                   on 2003/11/05  20:38:09
63677         Log: Subject: Re: [perl #24398] Benchmark.pm cmpthese segfault
63678              From: Stas Bekman <stas@stason.org>
63679              Date: Wed, 05 Nov 2003 00:50:25 -0800
63680              Message-ID: <3FA8B9D1.2020806@stason.org>
63681      Branch: perl
63682            ! lib/Benchmark.pm
63683 ____________________________________________________________________________
63684 [ 21667] By: nicholas                              on 2003/11/05  19:13:56
63685         Log: From: Craig Berry <craigberry@mac.com>
63686              Subject: Opcode.xs/RC2 compile nit on VMS
63687              Date: Wed, 05 Nov 2003 12:16:34 -0600
63688              Message-ID: <2097592.1068056194261.JavaMail.craigberry@mac.com>
63689      Branch: perl
63690            ! ext/Opcode/Opcode.xs
63691 ____________________________________________________________________________
63692 [ 21664] By: ams                                   on 2003/11/05  18:34:28
63693         Log: Orphaned submission from #21546.
63694      Branch: perl
63695            ! perl.c
63696 ____________________________________________________________________________
63697 [ 21663] By: ams                                   on 2003/11/05  17:01:29
63698         Log: Subject: Re: Smoke [5.9.0] 21474 FAIL(F) darwin 6.8 (darwin/1 cpu)
63699              From: Slaven Rezic <slaven@rezic.de>
63700              Date: 20 Oct 2003 22:39:28 +0200
63701              Message-Id: <87oewbiqyn.fsf@vran.herceg.de>
63702      Branch: perl
63703            ! lib/filetest.t
63704 ____________________________________________________________________________
63705 [ 21662] By: ams                                   on 2003/11/05  16:51:08
63706         Log: Subject: Re: 'make minitest' fails for op/cproto and op/pat
63707              From: Michael G Schwern <schwern@pobox.com>
63708              Date: Wed, 5 Nov 2003 06:26:36 -0800
63709              Message-Id: <20031105142635.GA22761@localhost.comcast.net>
63710      Branch: perl
63711            ! t/op/cproto.t
63712 ____________________________________________________________________________
63713 [ 21661] By: ams                                   on 2003/11/05  16:50:05
63714         Log: Subject: [PATCH] Modernise INSTALL
63715              From: Gisle Aas <gisle@ActiveState.com>
63716              Date: 05 Nov 2003 05:16:25 -0800
63717              Message-Id: <lrd6c7ez12.fsf@caliper.activestate.com>
63718
63719              Subject: [PATCH pod/perlhist.pod]  Mention 5.8.2-RC2
63720              From: Abigail <abigail@abigail.nl>
63721              Date: Tue, 4 Nov 2003 10:40:57 +0100
63722              Message-Id: <20031104094057.GA22508@abigail.nl>
63723      Branch: perl
63724            ! INSTALL pod/perlhist.pod
63725 ____________________________________________________________________________
63726 [ 21660] By: ams                                   on 2003/11/05  16:46:12
63727         Log: Subject: [PATCH blead]  reentr.pl is not defining _srandom_struct
63728              From: Jan Dubois <jand@ActiveState.com>
63729              Date: Tue, 04 Nov 2003 16:52:14 -0800
63730              Message-Id: <45igqvsus3hr8bno3si087j5qnrqvn79bf@4ax.com>
63731      Branch: perl
63732            ! reentr.c reentr.h reentr.pl
63733 ____________________________________________________________________________
63734 [ 21657] By: rgs                                   on 2003/11/05  08:07:14
63735         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19
63736              From: Michael G Schwern <schwern@pobox.com>
63737              Date: Tue, 4 Nov 2003 17:59:13 -0800
63738              Message-ID: <20031105015913.GL15406@localhost.comcast.net>
63739
63740              Replaces the temporary kludge (#21655).
63741      Branch: perl
63742            ! ext/SDBM_File/sdbm/Makefile.PL
63743 ____________________________________________________________________________
63744 [ 21656] By: rgs                                   on 2003/11/05  07:41:41
63745         Log: Subject: Re: [gherteg@csc.com: your CPAN page on EBCDIC]
63746              From: PPrymmer@factset.com
63747              Date: Tue, 4 Nov 2003 10:00:07 -0500
63748              Message-ID: <OF9A22A404.A32A5C26-ON85256DD4.00522E92-85256DD4.005268A4@factset.com>
63749      Branch: perl
63750            ! pod/perlebcdic.pod
63751 ____________________________________________________________________________
63752 [ 21655] By: rgs                                   on 2003/11/04  22:32:28
63753         Log: Temporary kludge to allow SDBM_File being built
63754              with MakeMaker 6.19.
63755      Branch: perl
63756            ! ext/SDBM_File/sdbm/Makefile.PL
63757 ____________________________________________________________________________
63758 [ 21652] By: rgs                                   on 2003/11/04  21:43:10
63759         Log: Upgrade to ExtUtils::MakeMaker 6.19
63760      Branch: perl
63761            + lib/ExtUtils/t/parse_version.t
63762            + t/lib/MakeMaker/Test/Setup/BFD.pm
63763            + t/lib/MakeMaker/Test/Setup/Problem.pm
63764            - lib/ExtUtils/t/00setup_dummy.t
63765            - lib/ExtUtils/t/zz_cleanup_dummy.t
63766            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
63767            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
63768            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
63769            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
63770            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
63771            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
63772            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
63773            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/bytes.pm
63774            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Manifest.pm
63775            ! lib/ExtUtils/README lib/ExtUtils/TODO lib/ExtUtils/instmodsh
63776            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
63777            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/Install.t
63778            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
63779            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
63780            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/postamble.t
63781            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
63782            ! lib/ExtUtils/t/problems.t lib/ExtUtils/t/writemakefile_args.t
63783            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
63784 ____________________________________________________________________________
63785 [ 21651] By: rgs                                   on 2003/11/04  05:43:56
63786         Log: Subject: Re: [PATCH 5.8.2 @21574] OS/2 build
63787              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
63788              Date: Mon, 3 Nov 2003 20:20:44 -0800
63789              Message-ID: <20031104042044.GA1682@math.berkeley.edu>
63790      Branch: perl
63791            ! os2/Makefile.SHs
63792 ____________________________________________________________________________
63793 [ 21650] By: rgs                                   on 2003/11/03  21:55:42
63794         Log: Subject: [PATCH] Re: [perl #24384] 21418 (UNIVERSAL.pm patch) breaks autouse.pm
63795              From: Michael G Schwern <schwern@pobox.com>
63796              Date: Sat, 1 Nov 2003 22:57:45 -0800
63797              Message-ID: <20031102065745.GN3659@localhost.comcast.net>
63798              (goes with change #21418)
63799      Branch: perl
63800            ! lib/autouse.pm lib/autouse.t
63801 ____________________________________________________________________________
63802 [ 21647] By: rgs                                   on 2003/11/03  20:08:18
63803         Log: Subject: [PATCH] Re: PERL_VERSION, SUBVERSION, PATCHLEVEL
63804              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
63805              Date: Mon, 3 Nov 2003 20:53:33 +0100
63806              Message-ID: <023a01c3a244$2a1dd5a0$0c2f1fac@R2D2>
63807      Branch: perl
63808            ! ext/Devel/PPPort/PPPort.pm
63809 ____________________________________________________________________________
63810 [ 21646] By: rgs                                   on 2003/11/03  20:00:07
63811         Log: Subject: Cwd.xs: off-by-one buffer overflow in realpath()
63812              From: Casey West <casey@geeknest.com>
63813              Date: Mon, 3 Nov 2003 10:11:43 -0500
63814              Message-ID: <20031103151143.GB430@geeknest.com>
63815      Branch: perl
63816            ! ext/Cwd/Cwd.xs
63817 ____________________________________________________________________________
63818 [ 21645] By: rgs                                   on 2003/11/03  19:18:42
63819         Log: Subject: Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again
63820              From: Jan Dubois <jand@ActiveState.com>
63821              Date: Sun, 02 Nov 2003 21:43:44 -0800
63822              Message-ID: <8dqbqvg16ln2r807l1l2c905lh7hte303v@4ax.com>
63823      Branch: perl
63824            ! reentr.h reentr.pl
63825 ____________________________________________________________________________
63826 [ 21644] By: rgs                                   on 2003/11/03  15:33:55
63827         Log: Document the fact that keys() and values() are optimized
63828              for void context (as suggested by Liz.)
63829      Branch: perl
63830            ! pod/perlfunc.pod
63831 ____________________________________________________________________________
63832 [ 21639] By: nicholas                              on 2003/11/03  07:04:36
63833         Log: Stas would prefer not to have MOD_PERL defines in perl.
63834      Branch: perl
63835            ! hv.c hv.h
63836 ____________________________________________________________________________
63837 [ 21638] By: nicholas                              on 2003/11/03  06:46:48
63838         Log: s/new_hash/rehash/g (Stas suggested a better name)
63839      Branch: perl
63840            ! embedvar.h hv.h intrpvar.h lib/Hash/Util.pm perl.c perlapi.h
63841            ! sv.c universal.c util.c
63842 ____________________________________________________________________________
63843 [ 21634] By: nicholas                              on 2003/11/02  22:32:21
63844         Log: Provide Internals::new_hash_seed to return PL_new_hash_seed, and
63845              make Hash::Util::hash_seed use this.
63846      Branch: perl
63847            ! lib/Hash/Util.pm universal.c
63848 ____________________________________________________________________________
63849 [ 21628] By: rgs                                   on 2003/11/02  21:05:59
63850         Log: Fix for [perl #24347] segfault with Safe
63851              The empty %INC created for safe compartements was freed
63852              too early.
63853      Branch: perl
63854            ! ext/Opcode/Opcode.xs
63855 ____________________________________________________________________________
63856 [ 21627] By: rgs                                   on 2003/11/02  20:40:47
63857         Log: Subject: [PATCH pod/perlguts.pod] update embed.pl description
63858              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
63859              Date: Sun, 2 Nov 2003 22:24:28 +0100
63860              Message-ID: <007b01c3a187$b34c6110$0c2f1fac@R2D2>
63861      Branch: perl
63862            ! pod/perlguts.pod
63863 ____________________________________________________________________________
63864 [ 21625] By: rgs                                   on 2003/11/02  20:24:21
63865         Log: Mention perl 5.8.2-RC1 in perlhist, as spotted by Abigail.
63866      Branch: perl
63867            ! pod/perlhist.pod
63868 ____________________________________________________________________________
63869 [ 21620] By: nicholas                              on 2003/11/02  18:22:16
63870         Log: Subject: [PATCH 5.8.2 @21574] OS/2 build
63871              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
63872              Date: Wed, 29 Oct 2003 14:00:18 -0800
63873              Message-ID: <20031029220017.GA26384@math.berkeley.edu>
63874      Branch: perl
63875            ! ext/DynaLoader/DynaLoader_pm.PL makedef.pl os2/Makefile.SHs
63876            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2_base.t os2/os2ish.h
63877            ! os2/perl2cmd.pl perlio.c
63878 ____________________________________________________________________________
63879 [ 21619] By: rgs                                   on 2003/11/02  18:07:30
63880         Log: Quoted-printable is evil.
63881      Branch: perl
63882            ! win32/win32.h
63883 ____________________________________________________________________________
63884 [ 21618] By: nicholas                              on 2003/11/02  18:01:21
63885         Log: Stas spotted a missed s//new_/ for the hash seed renaming games
63886      Branch: perl
63887            ! perl.c
63888 ____________________________________________________________________________
63889 [ 21617] By: rgs                                   on 2003/11/02  17:25:50
63890         Log: Portability nit for MinGW 3.
63891
63892              Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's
63893              From: Greg Matheson <lang@ms.chinmin.edu.tw>
63894              Date: Thu, 30 Oct 2003 14:11:58 +0800
63895              Message-ID: <20031030141158.A11772@ms>
63896              (actual patch by Abe Timmerman)
63897      Branch: perl
63898            ! win32/win32.h
63899 ____________________________________________________________________________
63900 [ 21616] By: rgs                                   on 2003/11/02  12:37:54
63901         Log: Subject: DOCPATCH: does STORE need to return anything and if so what?
63902              From: david nicol <whatever@davidnicol.com>
63903              Date: 26 Oct 2003 22:34:04 -0600
63904              Message-Id: <1067229244.1071.51.camel@plaza.davidnicol.com>
63905      Branch: perl
63906            ! pod/perltie.pod
63907 ____________________________________________________________________________
63908 [ 21615] By: rgs                                   on 2003/11/01  20:01:54
63909         Log: Subject: [PATCH] DB_File 1.807
63910              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
63911              Date: Sat, 1 Nov 2003 13:50:12 -0000
63912              Message-ID: <AIEAJICLCBDNAAOLLOKLOENMPAAA.Paul.Marquess@btinternet.com>
63913      Branch: perl
63914            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
63915            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
63916            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
63917 ____________________________________________________________________________
63918 [ 21614] By: rgs                                   on 2003/11/01  19:40:28
63919         Log: Subject: Re: [PATCH bleadperl] (was Re: Is this brokenness in $< $( $> & $) ?)
63920              From: Rick Delaney <rick@bort.ca>
63921              Date: Mon, 27 Oct 2003 16:24:16 -0500
63922              Message-ID: <20031027162416.H2233@biff.bort.ca>
63923      Branch: perl
63924            ! pp_hot.c
63925 ____________________________________________________________________________
63926 [ 21611] By: nicholas                              on 2003/11/01  16:32:00
63927         Log: D'oh! t/op/hash.t wasn't in the MANIFEST. Rafael spotted this
63928      Branch: perl
63929            ! MANIFEST
63930 ____________________________________________________________________________
63931 [ 21607] By: nicholas                              on 2003/11/01  15:21:23
63932         Log: mod_perl2 will require access to the Plan C hashing function.
63933      Branch: perl
63934            ! hv.h
63935 ____________________________________________________________________________
63936 [ 21604] By: nicholas                              on 2003/11/01  14:21:38
63937         Log: Add Internals::HvREHASH to expose the rehashing flag
63938              t/op/hash.t tests that pathological data triggers rehashing
63939      Branch: perl
63940            + t/op/hash.t
63941            ! universal.c
63942 ____________________________________________________________________________
63943 [ 21599] By: davem                                 on 2003/11/01  00:09:22
63944         Log: whoops, typo
63945      Branch: perl
63946            ! ext/threads/shared/shared.xs
63947 ____________________________________________________________________________
63948 [ 21598] By: davem                                 on 2003/11/01  00:03:38
63949         Log: seg faults when deleting keys of shared hash refs
63950              Ensure that the shared_sv get magic of the element being deleted
63951              is called. Also, avoid posible memory leaks by wrapping all shared
63952              context sections with ENTER/SAVETMPS
63953      Branch: perl
63954            ! ext/threads/shared/shared.xs
63955 ____________________________________________________________________________
63956 [ 21596] By: rgs                                   on 2003/10/31  20:46:44
63957         Log: Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything
63958              From: Andy Dougherty <doughera@lafayette.edu>
63959              Date: Fri, 31 Oct 2003 15:32:35 -0500 (EST)
63960              Message-ID: <Pine.SOL.4.53.0310311433440.8552@maxwell.phys.lafayette.edu>
63961              (plus POD link fixes)
63962      Branch: perl
63963            ! INSTALL
63964 ____________________________________________________________________________
63965 [ 21595] By: rgs                                   on 2003/10/31  20:35:23
63966         Log: Prevent the installation of makefiles that can be found
63967              under lib/.
63968      Branch: perl
63969            ! installperl
63970 ____________________________________________________________________________
63971 [ 21593] By: rgs                                   on 2003/10/31  20:19:01
63972         Log: Test nit ; goes with change 21591
63973      Branch: perl
63974            ! t/lib/warnings/regcomp
63975 ____________________________________________________________________________
63976 [ 21592] By: rgs                                   on 2003/10/31  20:03:58
63977         Log: Subject: [PATCH] Document PERL_DL_NONLAZY
63978              From: Gisle Aas <gisle@ActiveState.com>
63979              Date: 31 Oct 2003 03:13:03 -0800
63980              Message-ID: <lrn0bhbqyo.fsf@caliper.activestate.com>
63981      Branch: perl
63982            ! pod/perlrun.pod
63983 ____________________________________________________________________________
63984 [ 21591] By: rgs                                   on 2003/10/31  19:54:23
63985         Log: Subject: [PATCH] Off-by-one error in regcomp.c
63986              From: Slaven Rezic <slaven@rezic.de>
63987              Date: Fri, 31 Oct 2003 12:16:11 +0000
63988              Message-Id: <1067602571.12768@devpc01.iconmobile.de>
63989      Branch: perl
63990            ! regcomp.c t/op/regmesg.t
63991 ____________________________________________________________________________
63992 [ 21590] By: rgs                                   on 2003/10/31  19:36:32
63993         Log: Subject: [patch pod/perlfunc.pod] separate two unrelated notes in require
63994              From: Stas Bekman <stas@stason.org>
63995              Date: Wed, 29 Oct 2003 16:47:24 -0800
63996              Message-ID: <3FA05F9C.2080304@stason.org>
63997      Branch: perl
63998            ! pod/perlfunc.pod
63999 ____________________________________________________________________________
64000 [ 21589] By: rgs                                   on 2003/10/31  19:31:48
64001         Log: Subject: [5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads
64002              From: Stas Bekman <stas@stason.org>
64003              Date: Wed, 29 Oct 2003 15:15:15 -0800
64004              Message-ID: <3FA04A03.5010603@stason.org>
64005              (enclosed in a #ifdef DEBUGGING)
64006      Branch: perl
64007            ! sv.c
64008 ____________________________________________________________________________
64009 [ 21588] By: rgs                                   on 2003/10/31  19:25:38
64010         Log: Subject: [PATCH] Devel::PPPort and scan_bin
64011              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
64012              Date: Wed, 29 Oct 2003 22:53:43 +0100
64013              Message-ID: <037201c39e67$1faa9940$0c2f1fac@R2D2>
64014      Branch: perl
64015            ! ext/Devel/PPPort/PPPort.pm
64016 ____________________________________________________________________________
64017 [ 21587] By: rgs                                   on 2003/10/31  19:19:00
64018         Log: Subject: [PATCH] change p4d2p to deal with new style diff2 output
64019              From: Jan Dubois <jand@ActiveState.com>
64020              Date: Thu, 30 Oct 2003 18:43:08 -0800
64021              Message-ID: <dpi3qvgf1uke7pj1gcpgmoh622lqcvl6uc@4ax.com>
64022      Branch: perl
64023            ! Porting/p4d2p
64024 ____________________________________________________________________________
64025 [ 21586] By: nicholas                              on 2003/10/31  18:54:26
64026         Log: Comment that this "optimisation" is actually a necessary fixup.
64027              When the split occurs (to make the opti{miser,onal}) this isn't
64028              (Richard Clamp reminded me that I forgot to do this)
64029      Branch: perl
64030            ! op.c
64031 ____________________________________________________________________________
64032 [ 21583] By: nicholas                              on 2003/10/30  22:37:26
64033         Log: Rewrite to correctly use test.pl
64034
64035              Date: Thu, 30 Oct 2003 15:51:03 -0800
64036              From: Michael G Schwern <schwern@pobox.com>
64037              Subject: Re: Fix for the orange lion bug - aka empty sub bug
64038              Message-ID: <20031030235103.GC27017@localhost.comcast.net>
64039      Branch: perl
64040            ! t/op/sub.t
64041 ____________________________________________________________________________
64042 [ 21582] By: nicholas                              on 2003/10/30  22:18:53
64043         Log: Date: Thu, 30 Oct 2003 22:01:35 +0000
64044              Subject: Fix for the orange lion bug - aka empty sub bug
64045              From: Arthur Bergman <sky@nanisky.com>
64046              Message-Id: <A10EEA90-0B24-11D8-93CD-000A95A2734C@nanisky.com>
64047      Branch: perl
64048            + t/op/sub.t
64049            ! MANIFEST op.c
64050 ____________________________________________________________________________
64051 [ 21580] By: nicholas                              on 2003/10/30  19:42:28
64052         Log: 14 is the chain length for attack. From
64053
64054              Message-ID: <20031030204117.16008.qmail@plover.com>
64055              Subject: Re: 5.8.2-RC1 and mp2
64056              Date: Thu, 30 Oct 2003 15:41:17 -0500
64057              From: Mark Jason Dominus <mjd@plover.com>
64058
64059              and
64060
64061              From: Scott A Crosby <scrosby@cs.rice.edu>
64062              Subject: Re: 5.8.2-RC1 and mp2
64063              Date: 30 Oct 2003 14:08:06 -0600
64064              Message-ID: <oydd6cea3q1.fsf@bert.cs.rice.edu>
64065      Branch: perl
64066            ! hv.c
64067 ____________________________________________________________________________
64068 [ 21575] By: rgs                                   on 2003/10/29  06:51:19
64069         Log: Move a fcntl() example in perlfunc at a more proper place,
64070              as suggested by :
64071              Subject: [perl #24334] ioctl/fcntl doc confusion
64072              From: "perl-5.8.0@ton.iguana.be (via RT)" <perlbug-followup@perl.org>
64073              Date: 28 Oct 2003 13:37:49 -0000
64074              Message-ID: <rt-24334-66603.12.4990768314782@rt.perl.org>
64075      Branch: perl
64076            ! pod/perlfunc.pod
64077 ____________________________________________________________________________
64078 [ 21567] By: rgs                                   on 2003/10/28  08:48:06
64079         Log: Upgrade to Time::HiRes 1.52.
64080      Branch: perl
64081            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
64082            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
64083 ____________________________________________________________________________
64084 [ 21566] By: rgs                                   on 2003/10/28  08:34:26
64085         Log: Subject: [PATCH lib/overload.t] TODO tests for bug #24313.
64086              From: Abigail <abigail@abigail.nl>
64087              Date: Mon, 27 Oct 2003 13:05:37 +0100
64088              Message-ID: <20031027120536.GA24608@abigail.nl>
64089
64090              Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.)
64091              From: Rick Delaney <rick@bort.ca>
64092              Date: Mon, 27 Oct 2003 12:17:49 -0500
64093              Message-ID: <20031027121749.E2233@biff.bort.ca>
64094      Branch: perl
64095            ! lib/overload.t toke.c
64096 ____________________________________________________________________________
64097 [ 21565] By: rgs                                   on 2003/10/28  07:42:52
64098         Log: Subject: [PATCH t/comp/proto.t]  Test (5.9.x)
64099              From: Abigail <abigail@abigail.nl>
64100              Date: Mon, 27 Oct 2003 14:50:24 +0100
64101              Message-ID: <20031027135024.GA12666@abigail.nl>
64102      Branch: perl
64103            ! t/comp/proto.t
64104 ____________________________________________________________________________
64105 [ 21564] By: davem                                 on 2003/10/27  22:01:12
64106         Log: Fix more shared threads leaks: add SAVETMPS to the second branch
64107              of sharedsv_scalar_store().
64108      Branch: perl
64109            ! ext/threads/shared/shared.xs
64110 ____________________________________________________________________________
64111 [ 21563] By: rgs                                   on 2003/10/27  19:33:29
64112         Log: Add a new taint error, "%ENV is aliased to %s".
64113              This error is thrown when taint checks are enabled and
64114              when *ENV has been aliased, so that %ENV has no env-magic
64115              anymore. (see bug [perl #24291].)
64116      Branch: perl
64117            ! pod/perldiag.pod t/op/taint.t taint.c
64118 ____________________________________________________________________________
64119 [ 21560] By: nicholas                              on 2003/10/27  18:01:02
64120         Log: Record the escape^Wrelease of 5.9.0
64121      Branch: perl
64122            ! pod/perlhist.pod
64123 ____________________________________________________________________________
64124 [ 21554] By: nicholas                              on 2003/10/27  16:09:37
64125         Log: Subject: Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
64126              From: Alan Burlison <Alan.Burlison@sun.com>
64127              Date: Tue, 21 Oct 2003 15:00:58 +0100
64128              Message-ID: <3F953C1A.3060800@sun.com>
64129      Branch: perl
64130            ! hints/solaris_2.sh
64131 ____________________________________________________________________________
64132 [ 21550] By: nicholas                              on 2003/10/27  13:45:27
64133         Log: Sync with Unicode::Normalize 0.25
64134      Branch: perl
64135            + ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/form.t
64136            + ext/Unicode/Normalize/t/proto.t
64137            + ext/Unicode/Normalize/t/split.t
64138            ! MANIFEST ext/Unicode/Normalize/Changes
64139            ! ext/Unicode/Normalize/Makefile.PL
64140            ! ext/Unicode/Normalize/Normalize.pm
64141            ! ext/Unicode/Normalize/Normalize.xs
64142            ! ext/Unicode/Normalize/README
64143 ____________________________________________________________________________
64144 [ 21549] By: nicholas                              on 2003/10/27  13:11:48
64145         Log: Sync with Unicode::Collate 0.30
64146      Branch: perl
64147            + lib/Unicode/Collate/t/hangtype.t
64148            + lib/Unicode/Collate/t/normal.t lib/Unicode/Collate/t/trailwt.t
64149            + lib/Unicode/Collate/t/variable.t
64150            + lib/Unicode/Collate/t/version.t
64151            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
64152            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/contract.t
64153            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/index.t
64154            ! lib/Unicode/Collate/t/test.t
64155 ____________________________________________________________________________
64156 [ 21548] By: nicholas                              on 2003/10/27  12:39:39
64157         Log: Sync with Pod::Perldoc 3.12
64158      Branch: perl
64159            ! lib/Pod/Perldoc.pm
64160 ____________________________________________________________________________
64161 [ 21546] By: ams                                   on 2003/10/27  09:00:08
64162         Log: Will the real off by one please stand up?
64163      Branch: perl
64164            ! mg.c
64165 ____________________________________________________________________________
64166 [ 21545] By: hv                                    on 2003/10/27  02:52:16
64167         Log: fixup separators
64168      Branch: perl
64169            ! Changes
64170 ____________________________________________________________________________
64171 [ 21544] By: hv                                    on 2003/10/27  02:51:26
64172         Log: don't complain of podless .pm files that have a separate .pod file
64173      Branch: perl
64174            ! pod/buildtoc
64175 ____________________________________________________________________________
64176 [ 21543] By: hv                                    on 2003/10/27  02:50:04
64177         Log: regen pods and toc
64178      Branch: perl
64179            ! pod/perlmodlib.pod pod/perltoc.pod
64180 ____________________________________________________________________________
64181 [ 21542] By: rgs                                   on 2003/10/26  21:36:17
64182         Log: When %ENV has been turned into a non-magical hash after a
64183              glob assignment, TAINT_ENV() may dump core because it
64184              assumes $ENV{PATH} is magical. Fix this ; add a test to
64185              verify that the PATH is still checked for taintedness.
64186      Branch: perl
64187            ! t/op/taint.t taint.c
64188 ____________________________________________________________________________
64189 [ 21540] By: rgs                                   on 2003/10/26  14:59:53
64190         Log: Fix backward-compatibility issues in if.pm.
64191      Branch: perl
64192            ! lib/if.pm
64193 ____________________________________________________________________________
64194 [ 21539] By: hv                                    on 2003/10/26  12:22:54
64195         Log: Update Changes.
64196      Branch: perl
64197            ! Changes patchlevel.h
64198 ____________________________________________________________________________
64199 [ 21538] By: ams                                   on 2003/10/26  08:08:02
64200         Log: Fix off-by-one in $0 set magic. (From Autrijus.)
64201              The whole PL_origalen thing in perl.c looks very hokey.
64202      Branch: perl
64203            ! mg.c
64204 ____________________________________________________________________________
64205 [ 21536] By: nicholas                              on 2003/10/25  22:33:18
64206         Log: show the rehash flags in dumps
64207      Branch: perl
64208            ! dump.c
64209 ____________________________________________________________________________
64210 [ 21535] By: nicholas                              on 2003/10/25  22:32:40
64211         Log: Return 21533 (with modifications) having found the problem
64212      Branch: perl
64213            ! hv.c hv.h
64214 ____________________________________________________________________________
64215 [ 21534] By: nicholas                              on 2003/10/25  20:46:36
64216         Log: Back out 21533 because it broke Encode's build in really weird ways
64217      Branch: perl
64218            ! hv.c hv.h
64219 ____________________________________________________________________________
64220 [ 21533] By: nicholas                              on 2003/10/25  13:10:21
64221         Log: Plan C rough edge smoothing. Criteria for a hash split is now
64222              the earlier of "more keys than buckets" (the old test) or
64223              linked list too long. Rehash is triggered after a split if the
64224              longest linked list is too long.
64225      Branch: perl
64226            ! hv.c hv.h
64227 ____________________________________________________________________________
64228 [ 21532] By: rgs                                   on 2003/10/25  10:03:18
64229         Log: Subject: Re: [perl #948] $, untieable?
64230              From: Richard Clamp <richardc@unixbeard.net>
64231              Date: Tue, 21 Oct 2003 00:02:49 +0100
64232              Message-ID: <20031020230249.GA31123@mirth.demon.co.uk>
64233
64234              Plus a small fix to t/TEST to recognize the added TODO test
64235              as a TODO test.
64236      Branch: perl
64237            ! t/TEST t/op/tie.t
64238 ____________________________________________________________________________
64239 [ 21528] By: nicholas                              on 2003/10/23  19:21:00
64240         Log: When it says "add", then, like, you have to p4 add it. D'oh!
64241              (missed the new file in "Update I18N::LangTags from 0.28 to 0.29")
64242      Branch: perl
64243            + lib/I18N/LangTags/t/02decency.t
64244 ____________________________________________________________________________
64245 [ 21527] By: davem                                 on 2003/10/23  19:13:20
64246         Log: Fix two threads::shared leaks
64247              #24061 - AV in shared interpreter wasn't set to AvREAL
64248              #24255 - mortals were added to the shared interpreter's tmpstack
64249              and never freed.
64250      Branch: perl
64251            ! ext/threads/shared/shared.xs
64252 ____________________________________________________________________________
64253 [ 21526] By: nicholas                              on 2003/10/23  19:11:24
64254         Log: From: Jan Dubois <jand@ActiveState.com>
64255              Subject: [PATCH] Update Pod::Perldoc from 3.10 to 3.11
64256              Date: Wed, 22 Oct 2003 20:17:07 -0700
64257              Message-ID: <mjhepvgtnifdlgrvp20urtuu058e1jrav2@4ax.com>
64258
64259              From: Jan Dubois <jand@ActiveState.com>
64260              Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29
64261              Date: Wed, 22 Oct 2003 20:26:56 -0700
64262              Message-ID: <jgiepv0a8fp8ffq3lpc5ujl7j25hoo1rdt@4ax.com>
64263      Branch: perl
64264            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
64265            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
64266            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm pod/perldoc.pod
64267            ! utils/perldoc.PL
64268 ____________________________________________________________________________
64269 [ 21523] By: ams                                   on 2003/10/23  12:53:03
64270         Log: Subject: [PATCH] utime documentation
64271              From: Gisle Aas <gisle@ActiveState.com>
64272              Date: 23 Oct 2003 05:33:43 -0700
64273              Message-Id: <lrekx4jfq0.fsf@caliper.activestate.com>
64274      Branch: perl
64275            ! pod/perlfunc.pod
64276 ____________________________________________________________________________
64277 [ 21522] By: ams                                   on 2003/10/23  08:07:18
64278         Log: Subject: [PATCH]  dup2() not going through PerlLIO abstraction layer
64279              From: Jan Dubois <jand@ActiveState.com>
64280              Date: Wed, 22 Oct 2003 20:33:54 -0700
64281              Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com>
64282      Branch: perl
64283            ! doio.c
64284 ____________________________________________________________________________
64285 [ 21520] By: nicholas                              on 2003/10/22  19:50:15
64286         Log: patch created by Casey West from:
64287
64288              Subject: CPAN module problems
64289              From: Edward Moy <emoy@apple.com>
64290              Date: Fri, 10 Oct 2003 17:42:06 -0700
64291              Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com>
64292
64293              (change ld value in hints file)
64294      Branch: perl
64295            ! hints/darwin.sh
64296 ____________________________________________________________________________
64297 [ 21516] By: rgs                                   on 2003/10/22  15:06:13
64298         Log: Small email update in AUTHORS.
64299      Branch: perl
64300            ! AUTHORS
64301 ____________________________________________________________________________
64302 [ 21515] By: rgs                                   on 2003/10/22  06:39:29
64303         Log: Add a test.taintwarn makefile target,
64304              to run the whole test suite with the -t switch.
64305      Branch: perl
64306            ! Makefile.SH pod/perlhack.pod t/TEST
64307 ____________________________________________________________________________
64308 [ 21514] By: rgs                                   on 2003/10/21  21:21:56
64309         Log: Subject: [PATCH @20458] embedding perl
64310              From: Radu Greab <rgreab@fx.ro>
64311              Date: Tue, 05 Aug 2003 20:57:15 +0300 (EEST)
64312              Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro>
64313      Branch: perl
64314            ! hv.c intrpvar.h perl.c pod/perlembed.pod pod/perlintern.pod
64315            ! sv.c
64316 ____________________________________________________________________________
64317 [ 21513] By: rgs                                   on 2003/10/21  20:45:12
64318         Log: Fix doc bug #23890, as suggested by Himanshu Garg :
64319              in perltoot, $him->fullname should be $him->fullname->as_string
64320              when passed to printf.
64321      Branch: perl
64322            ! pod/perltoot.pod
64323 ____________________________________________________________________________
64324 [ 21509] By: rgs                                   on 2003/10/21  05:42:50
64325         Log: Two OS/2 portability patches from Ilya.
64326
64327              Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2
64328              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
64329              Date: Thu, 25 Sep 2003 12:09:11 -0700
64330              Message-ID: <20030925190911.GA27028@math.berkeley.edu>
64331
64332              Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2
64333              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
64334              Date: Thu, 25 Sep 2003 19:50:45 -0700
64335              Message-ID: <20030926025045.GA27507@math.berkeley.edu>
64336      Branch: perl
64337            ! doio.c os2/os2ish.h perl.h perlio.c pp_sys.c
64338 ____________________________________________________________________________
64339 [ 21506] By: rgs                                   on 2003/10/20  19:28:27
64340         Log: Subject: [PATCH] add some missing defines to Devel::PPPort
64341              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
64342              Date: Mon, 20 Oct 2003 20:14:19 +0200
64343              Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2>
64344      Branch: perl
64345            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
64346 ____________________________________________________________________________
64347 [ 21505] By: rgs                                   on 2003/10/20  19:22:38
64348         Log: Subject: Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1
64349              From: Slaven Rezic <slaven@rezic.de>
64350              Date: 19 Oct 2003 17:54:59 +0200
64351              Message-ID: <871xt9te7g.fsf@vran.herceg.de>
64352      Branch: perl
64353            ! perlio.c
64354 ____________________________________________________________________________
64355 [ 21503] By: rgs                                   on 2003/10/20  06:04:04
64356         Log: Skip the chflags tests in filetest.t on Darwin.
64357      Branch: perl
64358            ! lib/filetest.t
64359 ____________________________________________________________________________
64360 [ 21474] By: nicholas                              on 2003/10/17  18:44:28
64361         Log: Plan C rough edge smoothing - forgot to turn on the "has key flags"
64362              flag on the hash when rehashing. Can turn off the "rehasing" flag
64363              if the hash is cleared
64364      Branch: perl
64365            ! hv.c
64366 ____________________________________________________________________________
64367 [ 21473] By: rgs                                   on 2003/10/17  08:53:48
64368         Log: -u is deprecated.
64369              Subject: Re: why PERL5LIB is ignored when -T is in effect
64370              From: Slaven Rezic <slaven@rezic.de>
64371              Date: Fri, 17 Oct 2003 10:02:31 +0000
64372              Message-Id: <1066384951.4964@devpc01.iconmobile.de>
64373      Branch: perl
64374            ! perl.c
64375 ____________________________________________________________________________
64376 [ 21472] By: rgs                                   on 2003/10/17  07:29:10
64377         Log: The compilation of PerlIO::via may hang on AIX when
64378              compiling with vac at -O3 optimization level. Disable
64379              optimization for this module.
64380      Branch: perl
64381            + ext/PerlIO/via/hints/aix.pl
64382            ! MANIFEST
64383 ____________________________________________________________________________
64384 [ 21471] By: nicholas                              on 2003/10/16  21:10:27
64385         Log: Plan C for foiling the algorithmic complexity attack
64386              (based on Chip's plan A (binary compatibility with 5.8.0 and 5.8.1),
64387              Chip's plan B (do something new inside the hv functions)
64388              and introspective sort)
64389              Provides infrastructure for hashes to change their hash function
64390              if necessary, and code in hsplit to detect pathalogical data and
64391              instigate a random rehashing.
64392              Needs refinement. Let's see how much smoke it creates.
64393      Branch: perl
64394            ! embedvar.h hv.c hv.h intrpvar.h perl.c perlapi.h sv.c sv.h
64395            ! util.c
64396 ____________________________________________________________________________
64397 [ 21470] By: davem                                 on 2003/10/16  20:03:44
64398         Log: Ensure PL_comppad/curpad point to PL_main_cv's padlist when
64399              PL_main_root is freed; this may not have been be the case if a
64400              thread other than the main one is the last to be destroyed
64401      Branch: perl
64402            ! ext/threads/t/thread.t pad.h perl.c
64403 ____________________________________________________________________________
64404 [ 21469] By: nicholas                              on 2003/10/16  19:31:19
64405         Log: Duplicate 19423 (pathological hashes too easy) into share_hek_flags
64406              (as suggested by Jan Dubois)
64407      Branch: perl
64408            ! hv.c
64409 ____________________________________________________________________________
64410 [ 21468] By: ams                                   on 2003/10/16  19:00:14
64411         Log: Subject: Re: assert.h breaks perl.h
64412              From: Alexey Tourbin <at@altlinux.ru>
64413              Date: Thu, 16 Oct 2003 22:24:35 +0400
64414              Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru>
64415      Branch: perl
64416            ! sv.h
64417 ____________________________________________________________________________
64418 [ 21467] By: ams                                   on 2003/10/16  18:57:57
64419         Log: Subject: [PATCH] Tie::Hash documentation
64420              From: Slaven Rezic <slaven@rezic.de>
64421              Date: Thu, 16 Oct 2003 17:57:35 +0000
64422              Message-Id: <1066327055.1428@devpc01.iconmobile.de>
64423      Branch: perl
64424            ! lib/Tie/Hash.pm
64425 ____________________________________________________________________________
64426 [ 21466] By: rgs                                   on 2003/10/16  08:52:50
64427         Log: Further tweak on change #21464.
64428      Branch: perl
64429            ! perl.c
64430 ____________________________________________________________________________
64431 [ 21464] By: ams                                   on 2003/10/16  08:42:50
64432         Log: Subject: perl -h tweak [PATCH]
64433              From: Gisle Aas <gisle@ActiveState.com>
64434              Date: 16 Oct 2003 02:49:39 -0700
64435              Message-Id: <lrn0c11pho.fsf@caliper.activestate.com>
64436      Branch: perl
64437            ! perl.c
64438 ____________________________________________________________________________
64439 [ 21456] By: rgs                                   on 2003/10/15  19:19:05
64440         Log: Perlfaq1 : take notice that 5.8.1 is now released.
64441      Branch: perl
64442            ! pod/perlfaq1.pod
64443 ____________________________________________________________________________
64444 [ 21454] By: rgs                                   on 2003/10/15  19:06:05
64445         Log: PerlFAQ sync. (only actual changes)
64446      Branch: perl
64447            ! pod/perlfaq4.pod
64448 ____________________________________________________________________________
64449 [ 21453] By: rgs                                   on 2003/10/15  19:02:35
64450         Log: Typos.
64451      Branch: perl
64452            ! hints/aix.sh
64453 ____________________________________________________________________________
64454 [ 21452] By: rgs                                   on 2003/10/15  11:12:31
64455         Log: Fix bug [perl #24212] : improper error recovery in the
64456              tokenizer after an unknown filetest operator.
64457      Branch: perl
64458            ! t/comp/parser.t toke.c
64459 ____________________________________________________________________________
64460 [ 21451] By: rgs                                   on 2003/10/15  09:19:02
64461         Log: Update MIME::Base64 and Digest::MD5 from the CPAN version.
64462      Branch: perl
64463            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
64464            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
64465            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/utf8.t
64466            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
64467            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
64468            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/unicode.t
64469 ____________________________________________________________________________
64470 [ 21450] By: rgs                                   on 2003/10/15  06:47:11
64471         Log: Add support for Linux abstract unix domain sockets to Socket.pm.
64472              Based on a idea by Alex Hudson. (Basically those are unix domain
64473              sockets whose name has a '\0' as first character.)
64474      Branch: perl
64475            ! ext/Socket/Socket.xs ext/Socket/t/Socket.t
64476 ____________________________________________________________________________
64477 [ 21449] By: ams                                   on 2003/10/15  06:32:44
64478         Log: Subject: [PATCH] SIGN => 1 support for MakeMaker
64479              From: Autrijus Tang <autrijus@autrijus.org>
64480              Date: Tue, 14 Oct 2003 18:32:28 +0800
64481              Message-Id: <1066127547.65845.35.camel@localhost>
64482      Branch: perl
64483            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
64484            ! lib/ExtUtils/MakeMaker.pm
64485 ____________________________________________________________________________
64486 [ 21448] By: ams                                   on 2003/10/15  05:56:12
64487         Log: Rewrite #21447.
64488      Branch: perl
64489            ! pod/perliol.pod
64490 ____________________________________________________________________________
64491 [ 21447] By: ams                                   on 2003/10/15  05:36:48
64492         Log: Subject: [patch pod/perliol.pod]
64493              From: Stas Bekman <stas@stason.org>
64494              Date: Tue, 14 Oct 2003 18:05:29 -0700
64495              Message-Id: <3F8C9D59.3040403@stason.org>
64496      Branch: perl
64497            ! pod/perliol.pod
64498 ____________________________________________________________________________
64499 [ 21446] By: nicholas                              on 2003/10/14  18:45:39
64500         Log: Duplicate 19423 (pathological hashes too easy) into hv_store_ent
64501              (the routine used by perl level HV operations)
64502      Branch: perl
64503            ! hv.c
64504 ____________________________________________________________________________
64505 [ 21445] By: rgs                                   on 2003/10/13  21:03:05
64506         Log: Subject: [PATCH ext/Devel/PPPort/PPPort.pm] Changes #20819 and #20996 break compatibility with perl 5.6.0
64507              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
64508              Date: Tue, 30 Sep 2003 19:23:34 +0200
64509              Message-ID: <021e01c38777$93ea4e10$0c2f1fac@R2D2>
64510      Branch: perl
64511            ! ext/Devel/PPPort/PPPort.pm
64512 ____________________________________________________________________________
64513 [ 21442] By: ams                                   on 2003/10/13  08:41:17
64514         Log: Subject: [perl #24189] Incorrect comment in perldoc strict
64515              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
64516              Date: 12 Oct 2003 09:01:25 -0000
64517              Message-Id: <rt-24189-65954.9.50514379869631@rt.perl.org>
64518      Branch: perl
64519            ! lib/strict.pm
64520 ____________________________________________________________________________
64521 [ 21441] By: rgs                                   on 2003/10/13  08:02:21
64522         Log: Subject: [PATCH] Internals::hash_seed() returns wrong value
64523              From: Jan Dubois <jand@ActiveState.com>
64524              Date: Sun, 12 Oct 2003 22:09:39 -0700
64525              Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com>
64526      Branch: perl
64527            ! universal.c
64528 ____________________________________________________________________________
64529 [ 21440] By: rgs                                   on 2003/10/12  19:58:05
64530         Log: Subject: [perl #24122] setreuid and friends borked on darwin/osx
64531              From: "pxm@nubz.org (via RT)" <perlbug-followup@perl.org>
64532              Date: 5 Oct 2003 20:55:56 -0000
64533              Message-ID: <rt-24122-65678.14.2411168523081@rt.perl.org>
64534      Branch: perl
64535            ! mg.c
64536 ____________________________________________________________________________
64537 [ 21439] By: rgs                                   on 2003/10/12  16:28:06
64538         Log: Subject: [PATCH] Tie::Hash documentation
64539              From: Slaven Rezic <slaven@rezic.de>
64540              Date: Sun, 12 Oct 2003 18:55:54 +0200 (CEST)
64541              Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de>
64542      Branch: perl
64543            ! lib/Tie/Hash.pm
64544 ____________________________________________________________________________
64545 [ 21438] By: rgs                                   on 2003/10/12  15:48:13
64546         Log: Subject: Re: [perl #24122] setreuid and friends borked on darwin/osx
64547              From: Slaven Rezic <slaven@rezic.de>
64548              Date: 07 Oct 2003 00:04:34 +0200
64549              Message-ID: <87ekxq6n0t.fsf@vran.herceg.de>
64550      Branch: perl
64551            ! hints/darwin.sh
64552 ____________________________________________________________________________
64553 [ 21437] By: rgs                                   on 2003/10/12  15:25:17
64554         Log: Minor nit in perlrun, spotted by Art Haas.
64555      Branch: perl
64556            ! pod/perlrun.pod
64557 ____________________________________________________________________________
64558 [ 21436] By: ams                                   on 2003/10/10  19:05:55
64559         Log: Subject: [PATCH] threads::async + some cleanup
64560              From: Elizabeth Mattijsen <liz@dijkmat.nl>
64561              Date: Fri, 10 Oct 2003 16:37:55 +0200
64562              Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]>
64563      Branch: perl
64564            ! ext/threads/threads.pm
64565 ____________________________________________________________________________
64566 [ 21435] By: ams                                   on 2003/10/10  19:02:34
64567         Log: Make everyone stop posting to p5p about 0e0.
64568      Branch: perl
64569            ! pod/perlsyn.pod
64570 ____________________________________________________________________________
64571 [ 21433] By: nicholas                              on 2003/10/09  20:57:26
64572         Log: Put all pre-processor #s on the first column (some compilers are picky)
64573              [perl #24167] `#' comment signs not at the very beginning of a line
64574      Branch: perl
64575            ! cop.h dosish.h ext/SDBM_File/sdbm/sdbm.h iperlsys.h op.c
64576            ! perl.h regcomp.c
64577 ____________________________________________________________________________
64578 [ 21432] By: rgs                                   on 2003/10/09  11:09:24
64579         Log: Suppress the test file t/op/nothr5005.t and integrate its tests into
64580              t/op/args.t, now that 5005threads have been removed. Port t/op/args.t
64581              to t/test.pl.
64582      Branch: perl
64583            - t/op/nothr5005.t
64584            ! MANIFEST t/op/args.t
64585 ____________________________________________________________________________
64586 [ 21431] By: rgs                                   on 2003/10/09  11:06:15
64587         Log: Document the behaviour of filetest operators regarding parentheses.
64588              This fixes bug #24127 (by documenting it as a feature.)
64589      Branch: perl
64590            ! pod/perlop.pod
64591 ____________________________________________________________________________
64592 [ 21430] By: ams                                   on 2003/10/09  07:55:34
64593         Log: Subject: [PATCH 5.8.1 CORE] Internal fixes to source-code coordinate
64594              calculations in regcomp.c
64595              From: Eric Promislow <ericp@ActiveState.com>
64596              Date: Wed, 8 Oct 2003 17:42:42 -0700
64597              Message-Id: <20031008174242.A17544@ActiveState.com>
64598      Branch: perl
64599            ! regcomp.c
64600 ____________________________________________________________________________
64601 [ 21429] By: ams                                   on 2003/10/09  07:43:56
64602         Log: Patch based on:
64603
64604              Subject: [perl #24157] -MModule=} is broken
64605              From: "Lukas Mai" (via RT) <perlbug-followup@perl.org>
64606              Date: 7 Oct 2003 21:47:43 -0000
64607              Message-Id: <rt-24157-65809.10.9980909617566@rt.perl.org>
64608
64609              (Includes a fix for a similar problem in -A, but not -d.)
64610      Branch: perl
64611            ! perl.c
64612 ____________________________________________________________________________
64613 [ 21428] By: ams                                   on 2003/10/09  02:32:07
64614         Log: Subject: [PATCH] Devel::PPPort is missing an aTHX when calling
64615              grok_numeric_radix()
64616              From: Jan Dubois <jand@ActiveState.com>
64617              Date: Wed, 08 Oct 2003 20:37:42 -0700
64618              Message-Id: <8kl9ov0932qo08o24uafuc9v77clrgnoe4@4ax.com>
64619      Branch: perl
64620            ! ext/Devel/PPPort/PPPort.pm
64621 ____________________________________________________________________________
64622 [ 21427] By: ams                                   on 2003/10/09  01:36:18
64623         Log: Subject: Re: require patch breaks locale
64624              From: Rick Delaney <rick@bort.ca>
64625              Date: Wed, 8 Oct 2003 22:41:55 -0400
64626              Message-Id: <20031008224155.A14638@biff.bort.ca>
64627      Branch: perl
64628            ! t/comp/require.t
64629 ____________________________________________________________________________
64630 [ 21426] By: ams                                   on 2003/10/09  01:26:57
64631         Log: Subject: Re: Simple @INC hook core dump [PATCH]
64632              From: Gisle Aas <gisle@ActiveState.com>
64633              Date: 08 Oct 2003 13:35:28 -0700
64634              Message-Id: <lrr81ncvsf.fsf@caliper.activestate.com>
64635      Branch: perl
64636            ! t/op/inccode.t
64637 ____________________________________________________________________________
64638 [ 21425] By: rgs                                   on 2003/10/08  11:34:17
64639         Log: Fix bug #24108: Goto +foo broken
64640              the fix having been suggested by xmath via Juerd.
64641      Branch: perl
64642            ! op.c t/op/goto.t
64643 ____________________________________________________________________________
64644 [ 21424] By: rgs                                   on 2003/10/08  11:16:58
64645         Log: Subject: Re: Simple @INC hook core dump [PATCH]
64646              From: Gisle Aas <gisle@ActiveState.com>
64647              Date: 08 Oct 2003 04:47:33 -0700
64648              Message-ID: <lrllrweysq.fsf_-_@caliper.activestate.com>
64649      Branch: perl
64650            ! pp_ctl.c
64651 ____________________________________________________________________________
64652 [ 21423] By: ams                                   on 2003/10/08  10:09:41
64653         Log: Subject: [PATCH pod/perlrun.pod] Layout & POD nit.
64654              From: Abigail <abigail@abigail.nl>
64655              Date: Wed, 8 Oct 2003 03:50:49 -0700
64656              Message-Id: <20031008105049.GA15770@ucan.foad.org>
64657      Branch: perl
64658            ! pod/perlrun.pod
64659 ____________________________________________________________________________
64660 [ 21422] By: ams                                   on 2003/10/08  06:13:07
64661         Log: "Are implicit undefs true?" asks Gisle.
64662      Branch: perl
64663            ! pod/perlsyn.pod
64664 ____________________________________________________________________________
64665 [ 21421] By: ams                                   on 2003/10/08  03:20:00
64666         Log: Subject: Re: [PATCH] perlop.pod Revamp - revision 4
64667              From: schwern@pobox.com
64668              Date: Tue, 7 Oct 2003 20:39:36 -0700
64669              Message-Id: <20031007203936.X4301@ttul.org>
64670
64671              (Originally from Shlomi Fish. Applied with tweaks.)
64672      Branch: perl
64673            ! pod/perlop.pod
64674 ____________________________________________________________________________
64675 [ 21420] By: ams                                   on 2003/10/07  19:51:35
64676         Log: Minor tweaks to pod/perlsyn.pod (as suggested by Yves Orton),
64677              sv.c (Tim Bunce), t/op/pow.t (John P. Linderman).
64678      Branch: perl
64679            ! pod/perlsyn.pod sv.c t/op/pow.t
64680 ____________________________________________________________________________
64681 [ 21419] By: ams                                   on 2003/10/07  04:03:34
64682         Log: Why should -3**$x be more precisely determined than 3**$x?
64683      Branch: perl
64684            ! t/op/pow.t
64685 ____________________________________________________________________________
64686 [ 21418] By: ams                                   on 2003/10/07  03:59:38
64687         Log: Subject: [PATCH] Fixing UNIVERSAL.pm's bit of unpleasantness
64688              From: schwern@pobox.com
64689              Date: Mon, 6 Oct 2003 13:14:36 -0700
64690              Message-Id: <20031006131436.G20960@ttul.org>
64691      Branch: perl
64692            ! lib/UNIVERSAL.pm t/op/universal.t
64693 ____________________________________________________________________________
64694 [ 21417] By: ams                                   on 2003/10/07  03:55:18
64695         Log: Update perlfunc/require to describe NXDOMAIN caching... er, you
64696              know what I mean.
64697      Branch: perl
64698            ! pod/perlfunc.pod
64699 ____________________________________________________________________________
64700 [ 21416] By: ams                                   on 2003/10/07  03:37:01
64701         Log: Subject: [patch sv.c] improve "...free unref scalar" warning
64702              From: Stas Bekman <stas@stason.org>
64703              Date: Mon, 06 Oct 2003 21:19:53 -0700
64704              Message-Id: <3F823EE9.4030103@stason.org>
64705      Branch: perl
64706            ! sv.c
64707 ____________________________________________________________________________
64708 [ 21415] By: ams                                   on 2003/10/06  17:30:31
64709         Log: Subject: [PATCH bleadperl] (was Re: require() does not behave aas documented)
64710              From: Rick Delaney <rick@bort.ca>
64711              Date: Tue, 23 Sep 2003 12:14:52 -0400
64712              Message-ID: <20030923121452.G18845@biff.bort.ca>
64713      Branch: perl
64714            ! pp_ctl.c t/comp/require.t
64715 ____________________________________________________________________________
64716 [ 21414] By: rgs                                   on 2003/10/06  15:23:01
64717         Log: Subject: Re: [PATCH lib/warnings.t]  Adding TODO functionality to lib/warnings.
64718              From: Abigail <abigail@abigail.nl>
64719              Date: Wed, 1 Oct 2003 14:19:43 +0200
64720              Message-ID: <20031001121943.GA29419@abigail.nl>
64721      Branch: perl
64722            ! lib/warnings.t
64723 ____________________________________________________________________________
64724 [ 21413] By: rgs                                   on 2003/10/06  15:05:32
64725         Log: Fixes in the modules maintainers list.
64726      Branch: perl
64727            ! Porting/Maintainers.pl
64728 ____________________________________________________________________________
64729 [ 21412] By: rgs                                   on 2003/10/06  15:02:42
64730         Log: Fix broken link in perltodo.pod.
64731      Branch: perl
64732            ! pod/perltodo.pod
64733 ____________________________________________________________________________
64734 [ 21411] By: rgs                                   on 2003/10/06  12:11:10
64735         Log: Typos in perldiag.
64736      Branch: perl
64737            ! pod/perldiag.pod
64738 ____________________________________________________________________________
64739 [ 21410] By: rgs                                   on 2003/10/06  11:55:52
64740         Log: Subject: Re: [doc-PATCH] for unpack_str() and question
64741              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
64742              Date: Mon, 6 Oct 2003 08:45:29 +0200
64743              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F180C1@ATTMSX4>
64744      Branch: perl
64745            ! pod/perlapi.pod pp_pack.c
64746 ____________________________________________________________________________
64747 [ 21409] By: rgs                                   on 2003/10/06  11:49:55
64748         Log: Subject: [PATCH pod/perlfunc.pod]  ref can return false on references
64749              From: Abigail <abigail@abigail.nl>
64750              Date: Mon, 6 Oct 2003 05:55:21 -0700
64751              Message-ID: <20031006125521.GA26446@ucan.foad.org>
64752      Branch: perl
64753            ! pod/perlfunc.pod
64754 ____________________________________________________________________________
64755 [ 21408] By: rgs                                   on 2003/10/06  11:46:14
64756         Log: Add a new option --check to Porting/Maintainers,
64757              to check for files who are listed for several maintainers.
64758      Branch: perl
64759            ! Porting/Maintainers.pm
64760 ____________________________________________________________________________
64761 [ 21407] By: rgs                                   on 2003/10/06  11:44:33
64762         Log: Subject: [PATCH]Re: The META.yml file in bleadperl
64763              From: Fergal Daly <fergal@esatclear.ie>
64764              Date: Mon, 6 Oct 2003 00:25:29 +0100
64765              Message-Id: <200310060025.29122.fergal@esatclear.ie>
64766
64767              Plus regeneration of META.yml
64768      Branch: perl
64769            ! META.yml Porting/makemeta
64770 ____________________________________________________________________________
64771 [ 21406] By: ams                                   on 2003/10/06  04:22:11
64772         Log: Subject: Re: [perl #24076] "<> err EXPR" and warnings.
64773              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
64774              Date: Sun, 5 Oct 2003 21:27:54 +0200
64775              Message-Id: <20031005212754.5ef54472.rgarciasuarez@free.fr>
64776              (Applied with tweaks to op.c and a comment.)
64777      Branch: perl
64778            ! op.c t/lib/warnings/op
64779 ____________________________________________________________________________
64780 [ 21405] By: ams                                   on 2003/10/06  03:56:54
64781         Log: Subject: Re: [PATCH] perlsyn.pod Revision - Resend
64782              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
64783              Date: Fri, 3 Oct 2003 12:34:46 +0200 (IST)
64784              Message-Id: <Pine.LNX.4.56.0310031233580.28640@vipe.technion.ac.il>
64785              (Applied with minor tweaks.)
64786      Branch: perl
64787            ! pod/perlsyn.pod
64788 ____________________________________________________________________________
64789 [ 21404] By: ams                                   on 2003/10/06  03:32:50
64790         Log: Subject: [perl #24120] Tie::Hash documentation has broken code
64791              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
64792              Date: 5 Oct 2003 18:40:36 -0000
64793              Message-Id: <rt-24120-65664.15.9776865968429@rt.perl.org>
64794              (Applied without $VERSION update.)
64795      Branch: perl
64796            ! lib/Tie/Hash.pm
64797 ____________________________________________________________________________
64798 [ 21403] By: ams                                   on 2003/10/06  03:26:39
64799         Log: Subject: Re: [PATCH] [perl #24113] mistake in perlretut
64800              From: Robert Spier <rspier@pobox.com>
64801              Date: Sun, 05 Oct 2003 21:34:30 -0700
64802              Message-Id: <m3vfr39e7d.wl_rspier@pobox.com>
64803      Branch: perl
64804            ! pod/perlretut.pod
64805 ____________________________________________________________________________
64806 [ 21402] By: ams                                   on 2003/10/05  03:08:53
64807         Log: Subject: [PATCH] pp_sys.c: pp_waitpid and EINTR
64808              From: Steve Grazzini <grazz@pobox.com>
64809              Date: Sat, 4 Oct 2003 18:15:23 -0400
64810              Message-Id: <20031004221523.GA29324@grazzini.net>
64811      Branch: perl
64812            ! pp_sys.c
64813 ____________________________________________________________________________
64814 [ 21401] By: ams                                   on 2003/10/02  17:25:34
64815         Log: Subject: Re: 5.8.1 and srand
64816              From: Slaven Rezic <slaven@rezic.de>
64817              Date: Thu, 2 Oct 2003 15:51:11 +0000
64818              Message-Id: <1065109871.3115@devpc01.iconmobile.de>
64819      Branch: perl
64820            ! t/op/fork.t
64821 ____________________________________________________________________________
64822 [ 21400] By: hv                                    on 2003/10/02  09:34:36
64823         Log: minor cleanup for Changes
64824      Branch: perl
64825            ! Changes
64826 ____________________________________________________________________________
64827 [ 21399] By: hv                                    on 2003/10/02  09:18:27
64828         Log: Update changes
64829      Branch: perl
64830            ! Changes patchlevel.h
64831 ____________________________________________________________________________
64832 [ 21398] By: hv                                    on 2003/10/02  09:15:42
64833         Log: build perlapi.pod in deterministic order even when functions differ
64834              only in case; regen perlapi.pod
64835      Branch: perl
64836            ! autodoc.pl pod/perlapi.pod
64837 ____________________________________________________________________________
64838 [ 21397] By: ams                                   on 2003/10/02  07:48:51
64839         Log: Subject: Re: 5.8.1 and srand
64840              From: Brendan O'Dea <bod@debian.org>
64841              Date: Thu, 2 Oct 2003 10:30:36 +1000
64842              Message-Id: <20031002003036.GA9198@londo.c47.org>
64843      Branch: perl
64844            ! util.c
64845 ____________________________________________________________________________
64846 [ 21396] By: ams                                   on 2003/10/01  22:18:13
64847         Log: Update Changes.
64848      Branch: perl
64849            ! Changes patchlevel.h
64850 ____________________________________________________________________________
64851 [ 21394] By: ams                                   on 2003/10/01  20:28:20
64852         Log: Subject: misapplied patch 19452
64853              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
64854              Date: Tue, 30 Sep 2003 06:01:50 -0700
64855              Message-Id: <20030930130150.GA1436@efn.org>
64856      Branch: perl
64857            ! pp_hot.c
64858 ____________________________________________________________________________
64859 [ 21392] By: rgs                                   on 2003/09/30  20:22:02
64860         Log: Revamp the section on local() in perlsub.
64861              - avoid using the word "declare" in conjunction with local()
64862              - less archaelogical references
64863              - more about localization of lvalues
64864              - removes examples of localization of tied hashes that don't work
64865              - give titles to subsections
64866              - explain localization of magic values
64867              - explain localization of globs
64868              - fix link to perldelta
64869      Branch: perl
64870            ! pod/perlsub.pod
64871 ____________________________________________________________________________
64872 [ 21391] By: rgs                                   on 2003/09/30  12:47:13
64873         Log: Useless "local $_" in a perlfaq3 example
64874      Branch: perl
64875            ! pod/perlfaq3.pod
64876 ____________________________________________________________________________
64877 [ 21390] By: rgs                                   on 2003/09/30  11:29:17
64878         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
64879              From: grommel@sears.com
64880              Date: Mon, 29 Sep 2003 14:45:16 -0500
64881              Message-ID: <OF9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain>
64882      Branch: perl
64883            ! hints/svr4.sh t/op/pack.t
64884 ____________________________________________________________________________
64885 [ 21389] By: rgs                                   on 2003/09/30  11:06:53
64886         Log: Add a TODO test for bug #23790, by Abigail
64887      Branch: perl
64888            ! t/op/sub_lval.t
64889 ____________________________________________________________________________
64890 [ 21388] By: rgs                                   on 2003/09/30  10:52:50
64891         Log: Subject: [PATCH] Re: [perl #24071] Typo in description of binmode
64892              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
64893              Date: Tue, 30 Sep 2003 04:53:02 -0700
64894              Message-ID: <20030930115302.GA3200@efn.org>
64895      Branch: perl
64896            ! pod/perlfunc.pod
64897 ____________________________________________________________________________
64898 [ 21387] By: rgs                                   on 2003/09/29  12:47:37
64899         Log: Subject: [PATCH] perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
64900              From: Tom Horsley <Tom.Horsley@ccur.com>
64901              Date: Mon, 29 Sep 2003 13:00:09 GMT
64902              Message-Id: <200309291300.NAA23856@amber2.ccur.com>
64903      Branch: perl
64904            ! ext/Sys/Syslog/t/syslog.t hints/powerux.sh
64905 ____________________________________________________________________________
64906 [ 21386] By: rgs                                   on 2003/09/29  11:14:27
64907         Log: Subject: [PATCH 5.8.1] Fix broken splitpod program
64908              From: Steve Hay <steve.hay@uk.radan.com>
64909              Date: Mon, 29 Sep 2003 11:50:23 +0100
64910              Message-ID: <3F780E6F.3020704@uk.radan.com>
64911      Branch: perl
64912            ! pod/splitpod
64913 ____________________________________________________________________________
64914 [ 21385] By: rgs                                   on 2003/09/29  11:09:32
64915         Log: Subject: [PATCH 5.8.1] pod/perlrun.pod: no space after -i allowed
64916              From: Brendan O'Dea <bod@debian.org>
64917              Date: Sun, 28 Sep 2003 23:23:34 +1000
64918              Message-ID: <20030928132334.GA29499@londo.c47.org>
64919      Branch: perl
64920            ! pod/perlrun.pod
64921 ____________________________________________________________________________
64922 [ 21384] By: rgs                                   on 2003/09/26  20:39:19
64923         Log: Nit to the maintainers list by SADAHIRO Tomoyuki
64924      Branch: perl
64925            ! Porting/Maintainers.pl
64926 ____________________________________________________________________________
64927 [ 21383] By: jhi                                   on 2003/09/26  04:41:17
64928         Log: Missing +x bits.
64929      Branch: perl
64930            ! Porting/makerel
64931 ____________________________________________________________________________
64932 [ 21382] By: rgs                                   on 2003/09/25  19:40:50
64933         Log: Update the perldelta for 5.9.0.
64934      Branch: perl
64935            ! pod/perldelta.pod
64936 ____________________________________________________________________________
64937 [ 21381] By: rgs                                   on 2003/09/25  19:02:12
64938         Log: Add the perl581delta manpage.
64939              Regenerate the table of contents.
64940      Branch: perl
64941            + pod/perl581delta.pod
64942            ! MANIFEST pod.lst pod/perl.pod pod/perlhist.pod pod/perltoc.pod
64943            ! vms/descrip_mms.template win32/pod.mak
64944 ____________________________________________________________________________
64945 [ 21380] By: rgs                                   on 2003/09/25  18:36:45
64946         Log: Update perlhist.pod
64947      Branch: perl
64948            ! pod/perlhist.pod
64949 ____________________________________________________________________________
64950 [ 21372] By: gbarr                                 on 2003/09/25  07:35:24
64951         Log: Sync with libnet 1.17
64952      Branch: perl
64953            ! lib/Net/ChangeLog.libnet lib/Net/Domain.pm lib/Net/FTP.pm
64954 ____________________________________________________________________________
64955 [ 21371] By: gbarr                                 on 2003/09/25  06:57:35
64956         Log: Update to Scalar-List-Utils 1.13
64957      Branch: perl
64958            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
64959            ! ext/List/Util/lib/List/Util.pm
64960            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/sum.t
64961 ____________________________________________________________________________
64962 [ 21370] By: jhi                                   on 2003/09/25  06:45:42
64963         Log: CPAN sites update.
64964      Branch: perl
64965            ! pod/perlmodlib.PL
64966 ____________________________________________________________________________
64967 [ 21369] By: jhi                                   on 2003/09/25  05:22:48
64968         Log: Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98)
64969              From: Greg Matheson <lang@ms.chinmin.edu.tw>
64970              Date: Wed, 24 Sep 2003 22:51:09 +0800
64971              Message-ID: <20030924225109.A17126@ms>
64972
64973              (Win98 + MinGW, a missing Win95.pm hunk)
64974      Branch: perl
64975            ! lib/ExtUtils/MM_Win95.pm
64976 ____________________________________________________________________________
64977 [ 21365] By: jhi                                   on 2003/09/25  04:44:05
64978         Log: AUTHORS tweak.
64979      Branch: perl
64980            ! AUTHORS
64981 ____________________________________________________________________________
64982 [ 21361] By: jhi                                   on 2003/09/24  17:40:42
64983         Log: Even though undefing SPACE and FORMAT should be safe,
64984              at this point I'm choosing to be paranoid and using
64985              #ifdef __Lynx__.
64986      Branch: perl
64987            ! perl.h
64988 ____________________________________________________________________________
64989 [ 21360] By: jhi                                   on 2003/09/24  17:30:07
64990         Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
64991              From: Olli Savia (via RT) <perlbug-followup@perl.org>
64992              Date: 24 Sep 2003 15:42:41 -0000
64993              Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>
64994      Branch: perl
64995            ! mg.c perl.h perlio.c pp_sys.c
64996 ____________________________________________________________________________
64997 [ 21356] By: jhi                                   on 2003/09/24  08:27:52
64998         Log: Subject: [DOCPATCH] attributes.pm
64999              From: Elizabeth Mattijsen <liz@dijkmat.nl>
65000              Date: Wed, 24 Sep 2003 11:00:42 +0200
65001              Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>
65002
65003              (reformatted a bit)
65004      Branch: perl
65005            ! lib/attributes.pm
65006 ____________________________________________________________________________
65007 [ 21354] By: jhi                                   on 2003/09/24  07:25:48
65008         Log: A fix from Graham for
65009              [perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz
65010              (seemingly a NV casting issue)
65011      Branch: perl
65012            ! ext/List/Util/Util.xs
65013 ____________________________________________________________________________
65014 [ 21353] By: jhi                                   on 2003/09/24  05:05:39
65015         Log: Someone actually reads the Makefile.PL messages, it seems.
65016              (from Jonathan Leffler)
65017      Branch: perl
65018            ! ext/Time/HiRes/Makefile.PL
65019 ____________________________________________________________________________
65020 [ 21351] By: jhi                                   on 2003/09/24  04:54:33
65021         Log: perliol tweaks.
65022      Branch: perl
65023            ! pod/perliol.pod
65024 ____________________________________________________________________________
65025 [ 21349] By: rgs                                   on 2003/09/23  22:09:57
65026         Log: The FAQ answer about POD comments was incorrect. [perl #23893]
65027              (plus a few typos.)
65028      Branch: perl
65029            ! pod/perlfaq7.pod pod/perlpodspec.pod
65030 ____________________________________________________________________________
65031 [ 21348] By: rgs                                   on 2003/09/23  21:56:50
65032         Log: Subject: [PATCH] perlvar
65033              From: Juerd <juerd@convolution.nl>
65034              Date: Sun, 21 Sep 2003 21:40:54 +0200
65035              Message-ID: <20030921194054.GD14702@c3.convolution.nl>
65036      Branch: perl
65037            ! pod/perlvar.pod
65038 ____________________________________________________________________________
65039 [ 21344] By: jhi                                   on 2003/09/23  19:33:45
65040         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
65041              From: grommel@sears.com
65042              Date: Tue, 23 Sep 2003 13:40:33 -0500
65043              Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain>
65044      Branch: perl
65045            ! hints/svr4.sh t/op/stat.t
65046 ____________________________________________________________________________
65047 [ 21343] By: jhi                                   on 2003/09/23  19:26:06
65048         Log: Subject: [PATCH] Re: OK: 5.8.1 RC5 on SuSE 8.2 32bit AMD (gcc 3.3 prerelease)
65049              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
65050              Date: Tue, 23 Sep 2003 09:13:55 -0700
65051              Message-ID: <20030923161354.GA2432@efn.org>
65052      Branch: perl
65053            ! INSTALL
65054 ____________________________________________________________________________
65055 [ 21342] By: rgs                                   on 2003/09/23  19:12:58
65056         Log: Minor nit in a debug message of the tokenizer.
65057      Branch: perl
65058            ! toke.c
65059 ____________________________________________________________________________
65060 [ 21340] By: jhi                                   on 2003/09/23  12:33:53
65061         Log: Let's call it 2.34, already (from Johan).
65062      Branch: perl
65063            ! lib/Getopt/Long.pm
65064 ____________________________________________________________________________
65065 [ 21339] By: jhi                                   on 2003/09/23  12:31:08
65066         Log: Subject: Re: [PATCH] RC5 and Intel's ICC
65067              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
65068              Date: Tue, 23 Sep 2003 15:04:35 +0200
65069              Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2>
65070
65071              (add -we147 to ccflags if cc = ICC so that prototype
65072              detection works right)
65073      Branch: perl
65074            ! hints/linux.sh
65075 ____________________________________________________________________________
65076 [ 21338] By: jhi                                   on 2003/09/23  12:02:28
65077         Log: Bump the Encode version to 1.9801 since we are no more identical
65078              to the CPAN version.
65079      Branch: perl
65080            ! ext/Encode/Encode.pm
65081 ____________________________________________________________________________
65082 [ 21332] By: jhi                                   on 2003/09/23  09:17:32
65083         Log: ucmlintage.
65084      Branch: perl
65085            ! ext/Encode/ucm/gsm0338.ucm
65086 ____________________________________________________________________________
65087 [ 21331] By: jhi                                   on 2003/09/23  09:11:23
65088         Log: GSM 03.38 mapping in Encoding::Byte is incorrect
65089
65090              Fix as much as possible - the specification is still
65091              a bit unclear.
65092      Branch: perl
65093            + ext/Encode/t/gsm0338.t
65094            ! MANIFEST ext/Encode/MANIFEST
65095            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/gsm0338.ucm
65096 ____________________________________________________________________________
65097 [ 21329] By: jhi                                   on 2003/09/23  06:10:28
65098         Log: Subject: [PATCH] Re: B::Deparse fails in pure_string()
65099              From: Stephen McCamant <smcc@MIT.EDU>
65100              Date: Mon, 22 Sep 2003 20:53:57 -0700
65101              Message-ID: <16239.50133.367465.947398@famine.OCF.Berkeley.EDU>
65102      Branch: perl
65103            ! ext/B/B/Deparse.pm
65104 ____________________________________________________________________________
65105 [ 21327] By: jhi                                   on 2003/09/23  04:51:15
65106         Log: Subject: [PATCH] RC5 and Intel's ICC
65107              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
65108              Date: Mon, 22 Sep 2003 22:52:40 +0200
65109              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
65110
65111              (the missing void return type)
65112      Branch: perl
65113            ! ext/threads/shared/shared.xs
65114 ____________________________________________________________________________
65115 [ 21326] By: jhi                                   on 2003/09/23  04:46:48
65116         Log: Subject: [PATCH] RC5 and Intel's ICC
65117              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
65118              Date: Mon, 22 Sep 2003 22:52:40 +0200
65119              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
65120
65121              (the attribute part)
65122      Branch: perl
65123            ! ext/Devel/PPPort/PPPort.pm perl.h
65124 ____________________________________________________________________________
65125 [ 21325] By: jhi                                   on 2003/09/23  04:43:29
65126         Log: Stray CRs noticed by Jan Dubois.
65127      Branch: perl
65128            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/t/MM_Win32.t
65129 ____________________________________________________________________________
65130 [ 21324] By: jhi                                   on 2003/09/23  04:40:19
65131         Log: The RCs have been missing CRs from certain files because
65132              not all shells can handle multiline arguments right.
65133      Branch: perl
65134            ! Porting/makerel
65135 ____________________________________________________________________________
65136 [ 21323] By: rgs                                   on 2003/09/22  20:31:19
65137         Log: When localising a magic value, propagate the readonly flag
65138              only if this scalar has \0 magic or has magic without a
65139              'set' method. (follows change #20479 for bug #23141.)
65140      Branch: perl
65141            ! scope.c t/op/local.t
65142 ____________________________________________________________________________
65143 [ 21319] By: jhi                                   on 2003/09/22  18:16:40
65144         Log: An error message need not be a novel.
65145      Branch: perl
65146            ! pod/perldiag.pod pp_hot.c
65147 ____________________________________________________________________________
65148 [ 21318] By: jhi                                   on 2003/09/22  17:45:23
65149         Log: Upgrade to Math::BigInt 1.66.
65150      Branch: perl
65151            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
65152            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
65153            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
65154            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
65155            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
65156 ____________________________________________________________________________
65157 [ 21311] By: jhi                                   on 2003/09/22  08:49:24
65158         Log: Some more perlio doc tweaks based on NI-S.
65159      Branch: perl
65160            ! pod/perliol.pod
65161 ____________________________________________________________________________
65162 [ 21305] By: jhi                                   on 2003/09/22  05:59:54
65163         Log: Upgrade to Time::HiRes 1.51.
65164      Branch: perl
65165            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
65166 ____________________________________________________________________________
65167 [ 21303] By: jhi                                   on 2003/09/22  04:37:21
65168         Log: Upgrade to Getopt::Long 2.33_03.
65169      Branch: perl
65170            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
65171 ____________________________________________________________________________
65172 [ 21302] By: jhi                                   on 2003/09/22  04:28:57
65173         Log: CPAN.pm 1.76_01 from Andreas.
65174      Branch: perl
65175            ! lib/CPAN.pm
65176 ____________________________________________________________________________
65177 [ 21299] By: jhi                                   on 2003/09/21  09:23:17
65178         Log: Regen toc.
65179      Branch: perl
65180            ! pod/perltoc.pod
65181 ____________________________________________________________________________
65182 [ 21298] By: jhi                                   on 2003/09/21  09:22:57
65183         Log: Handle also the curliffy files when tocing.
65184      Branch: perl
65185            ! pod/buildtoc
65186 ____________________________________________________________________________
65187 [ 21297] By: jhi                                   on 2003/09/21  08:50:22
65188         Log: Macrofy the compile/runtime test.
65189      Branch: perl
65190            ! cop.h gv.c perl.h pp_ctl.c regcomp.c sv.c utf8.c
65191 ____________________________________________________________________________
65192 [ 21296] By: jhi                                   on 2003/09/21  08:47:32
65193         Log: Tweak the section name to agree with the change #21295.
65194      Branch: perl
65195            ! lib/PerlIO.pm
65196 ____________________________________________________________________________
65197 [ 21295] By: jhi                                   on 2003/09/21  08:44:52
65198         Log: One obvious place to look for PerlIO implementations.
65199      Branch: perl
65200            ! pod/perliol.pod
65201 ____________________________________________________________________________
65202 [ 21294] By: jhi                                   on 2003/09/21  08:15:52
65203         Log: Subject: [PATCH #2] Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.t
65204              From: Dave Mitchell <davem@fdgroup.com>
65205              Date: Fri, 19 Sep 2003 19:35:44 +0100
65206              Message-ID: <20030919183544.GA14563@fdgroup.com>
65207      Branch: perl
65208            ! pp_ctl.c
65209 ____________________________________________________________________________
65210 [ 21293] By: jhi                                   on 2003/09/21  08:13:58
65211         Log: More PerlIO documentation.
65212      Branch: perl
65213            ! lib/PerlIO.pm pod/perliol.pod
65214 ____________________________________________________________________________
65215 [ 21292] By: jhi                                   on 2003/09/20  18:44:07
65216         Log: Retract #21273, #21264, and #21263 as requested by Schwern.
65217              (The real bug was mp2 being too "friendly" with MM innards.)
65218      Branch: perl
65219            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
65220            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
65221 ____________________________________________________________________________
65222 [ 21291] By: jhi                                   on 2003/09/20  18:37:33
65223         Log: In FreeBSD allow one to try using Perl's malloc with threads.
65224      Branch: perl
65225            ! hints/freebsd.sh
65226 ____________________________________________________________________________
65227 [ 21290] By: rgs                                   on 2003/09/20  10:05:38
65228         Log: Missing perlfaq chunk.
65229      Branch: perl
65230            ! pod/perlfaq4.pod
65231 ____________________________________________________________________________
65232 [ 21289] By: rgs                                   on 2003/09/20  10:00:12
65233         Log: FAQ sync.
65234      Branch: perl
65235            ! pod/perlfaq4.pod
65236 ____________________________________________________________________________
65237 [ 21288] By: jhi                                   on 2003/09/19  14:49:20
65238         Log: Subject: typo fixo
65239              From: Vadim Konovalov <konovalo@mail.wplus.net>
65240              Date: Fri, 19 Sep 2003 06:32:08 +0400
65241              Message-ID: <4538131828.20030919063208@mail.wplus.net>
65242      Branch: perl
65243            ! pod/perlunicode.pod
65244 ____________________________________________________________________________
65245 [ 21286] By: jhi                                   on 2003/09/19  04:48:52
65246         Log: Subject: [PATCH 5.8.1 @21211] getsysinfo() broken on OS/2
65247              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
65248              Date: Thu, 18 Sep 2003 19:01:06 -0700
65249              Message-ID: <20030919020106.GA22511@math.berkeley.edu>
65250      Branch: perl
65251            ! os2/os2.c
65252 ____________________________________________________________________________
65253 [ 21285] By: jhi                                   on 2003/09/19  04:46:39
65254         Log: Tests for change #21284.
65255      Branch: perl
65256            ! lib/dumpvar.t
65257 ____________________________________________________________________________
65258 [ 21284] By: jhi                                   on 2003/09/19  04:46:12
65259         Log: Subject: [PATCH 5.8.1 @21211] dumpvar.pl broken
65260              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
65261              Date: Thu, 18 Sep 2003 18:58:59 -0700
65262              Message-ID: <20030919015858.GA22503@math.berkeley.edu>
65263      Branch: perl
65264            ! lib/dumpvar.pl
65265 ____________________________________________________________________________
65266 [ 21283] By: rgs                                   on 2003/09/18  21:29:23
65267         Log: Perlfaq nits from Iain Truskett.
65268              (from the perlfaq-workers list)
65269      Branch: perl
65270            ! pod/perlfaq2.pod pod/perlfaq4.pod pod/perlfaq8.pod
65271 ____________________________________________________________________________
65272 [ 21282] By: rgs                                   on 2003/09/18  21:10:26
65273         Log: Integrate a change from the perlfaq CVS.
65274              I consider the bleadperl version being more up-to-date as of now.
65275      Branch: perl
65276            ! pod/perlfaq3.pod
65277 ____________________________________________________________________________
65278 [ 21277] By: jhi                                   on 2003/09/18  19:23:22
65279         Log: Subject: [PATCH 5.8.1 @21211] -M -A -C broken
65280              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
65281              Date: Thu, 18 Sep 2003 11:02:02 -0700
65282              Message-ID: <20030918180202.GA21949@math.berkeley.edu>
65283
65284              (use stat.t instead of time.t)
65285      Branch: perl
65286            ! os2/os2ish.h pp_sys.c t/op/stat.t
65287 ____________________________________________________________________________
65288 [ 21276] By: jhi                                   on 2003/09/18  19:15:07
65289         Log: Subject: Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaults
65290              From: Rick Delaney <rick.delaney@rogers.com>
65291              Date: Wed, 1 Jan 2003 22:54:59 -0500
65292              Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com>
65293
65294              (Pity the first patch fell through the cracks back then.
65295              Not that forbidding non-object copy constructors is the right
65296              thing to do but the bug could use fixing.)
65297      Branch: perl
65298            ! lib/overload.t pp.h
65299 ____________________________________________________________________________
65300 [ 21274] By: jhi                                   on 2003/09/18  10:59:58
65301         Log: Subject: [PATCH] small fix for Devel::PPPort
65302              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
65303              Date: Thu, 18 Sep 2003 10:14:58 +0200
65304              Message-id: <20030918081458.GA2653@ethan>
65305      Branch: perl
65306            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
65307 ____________________________________________________________________________
65308 [ 21273] By: jhi                                   on 2003/09/18  10:57:41
65309         Log: ld has many guises.
65310      Branch: perl
65311            ! lib/ExtUtils/t/MM_Unix.t
65312 ____________________________________________________________________________
65313 [ 21271] By: jhi                                   on 2003/09/18  08:05:28
65314         Log: Missed OS/2 patch hunk.
65315      Branch: perl
65316            ! os2/os2.c
65317 ____________________________________________________________________________
65318 [ 21270] By: jhi                                   on 2003/09/18  05:00:23
65319         Log: Subject: Patch for VMS::Filespec
65320              From: Ken Williams <ken@mathforum.org>
65321              Date: Wed, 17 Sep 2003 20:11:46 -0500
65322              Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org>
65323      Branch: perl
65324            ! vms/ext/Filespec.pm
65325 ____________________________________________________________________________
65326 [ 21268] By: jhi                                   on 2003/09/18  04:58:05
65327         Log: Subject: 5.8.1 warnings when long double == double
65328              From: Andy Dougherty <doughera@lafayette.edu>
65329              Date: Wed, 10 Sep 2003 12:03:53 -0400 (EDT)
65330              Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu>
65331              (the changed message)
65332      Branch: perl
65333            ! Configure
65334 ____________________________________________________________________________
65335 [ 21267] By: jhi                                   on 2003/09/18  04:54:16
65336         Log: Patch from Enache Adrian for the new tricks of gcc 3.4
65337              for "is this symbol defined" scanning of Configure.
65338      Branch: perl
65339            ! Configure
65340 ____________________________________________________________________________
65341 [ 21266] By: jhi                                   on 2003/09/18  04:29:55
65342         Log: Make it possible to override the mistrustnm hint in Solaris.
65343      Branch: perl
65344            ! hints/solaris_2.sh
65345 ____________________________________________________________________________
65346 [ 21264] By: jhi                                   on 2003/09/17  21:01:36
65347         Log: A potential fix for non-empty LD in Unix.
65348      Branch: perl
65349            ! lib/ExtUtils/t/MM_Unix.t
65350 ____________________________________________________________________________
65351 [ 21263] By: jhi                                   on 2003/09/17  14:09:50
65352         Log: Subject: RE: MM in maint@21251 breaks mp2
65353              From: "Orton, Yves" <yves.orton@de.mci.com>
65354              Message-ID: <71B318898201D311845C0008C75DAD1C089611FE@defra1ex2>
65355              Date: Wed, 17 Sep 2003 15:47:35 +0100
65356      Branch: perl
65357            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
65358            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
65359 ____________________________________________________________________________
65360 [ 21261] By: jhi                                   on 2003/09/17  09:33:39
65361         Log: The AIX C product potentially consists of several packages,
65362              the main package being (hopefully) the first one.
65363      Branch: perl
65364            ! hints/aix.sh
65365 ____________________________________________________________________________
65366 [ 21260] By: jhi                                   on 2003/09/17  07:52:03
65367         Log: Fix Solaris ccversion not having the cc version.
65368      Branch: perl
65369            ! hints/solaris_2.sh
65370 ____________________________________________________________________________
65371 [ 21259] By: jhi                                   on 2003/09/17  06:02:19
65372         Log: Subject: [PATCH 5.8.1 @21211] OS/2 APIs again
65373              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
65374              Date: Tue, 16 Sep 2003 23:49:42 -0700
65375              Message-ID: <20030917064941.GA20444@math.berkeley.edu>
65376      Branch: perl
65377            ! os2/os2ish.h
65378 ____________________________________________________________________________
65379 [ 21258] By: jhi                                   on 2003/09/17  06:00:48
65380         Log: Subject: [PATCH 5.8.1 @21211] os2_process.t
65381              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
65382              Date: Tue, 16 Sep 2003 23:21:48 -0700
65383              Message-ID: <20030917062147.GA20400@math.berkeley.edu>
65384      Branch: perl
65385            ! os2/OS2/Process/t/os2_process.t
65386 ____________________________________________________________________________
65387 [ 21257] By: jhi                                   on 2003/09/17  03:53:46
65388         Log: Subject: [PATCH 5.8.1 @21211] magic.t
65389              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
65390              Date: Tue, 16 Sep 2003 19:17:57 -0700
65391              Message-ID: <20030917021757.GA20261@math.berkeley.edu>
65392      Branch: perl
65393            ! t/op/magic.t
65394 ____________________________________________________________________________
65395 [ 21253] By: jhi                                   on 2003/09/16  19:48:08
65396         Log: Subject: [DOC PATCH] Re: [perl #23779] $? and negative exit codes
65397              From: Dave Mitchell <davem@fdgroup.com>
65398              Date: Tue, 16 Sep 2003 21:56:20 +0100
65399              Message-ID: <20030916205620.GB1246@fdgroup.com>
65400      Branch: perl
65401            ! pod/perlfunc.pod
65402 ____________________________________________________________________________
65403 [ 21249] By: jhi                                   on 2003/09/16  19:10:58
65404         Log: More suggested patches for NCR MP-RAS from Andy Dougherty.
65405      Branch: perl
65406            + ext/Time/HiRes/hints/svr4.pl
65407            ! MANIFEST ext/Sys/Syslog/t/syslog.t t/op/pack.t
65408 ____________________________________________________________________________
65409 [ 21247] By: jhi                                   on 2003/09/16  18:57:34
65410         Log: Subject: Re: [perl #23791] Many errors in build under NCR MP-RAS
65411              From: Andy Dougherty <doughera@lafayette.edu>
65412              Date: Tue, 16 Sep 2003 13:47:55 -0400 (EDT)
65413              Message-ID: <Pine.SOL.4.53.0309161345020.13081@maxwell.phys.lafayette.edu>
65414      Branch: perl
65415            ! ext/POSIX/hints/svr4.pl hints/svr4.sh
65416 ____________________________________________________________________________
65417 [ 21245] By: jhi                                   on 2003/09/16  18:47:52
65418         Log: Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
65419              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
65420              Date: Wed, 4 Jun 2003 00:45:23 -0700
65421              Message-ID: <20030604074523.GA7148@math.berkeley.edu>
65422      Branch: perl
65423            ! lib/Getopt/Std.pm
65424 ____________________________________________________________________________
65425 [ 21243] By: jhi                                   on 2003/09/16  12:18:03
65426         Log: Give a concrete example of the still existing Unicode slowness.
65427      Branch: perl
65428            ! pod/perlunicode.pod
65429 ____________________________________________________________________________
65430 [ 21241] By: jhi                                   on 2003/09/16  06:38:45
65431         Log: Make the VERSION of File::Spec be 0.86, otherwise File::Temp's
65432              use File::Spec 0.8 is unhappy.
65433      Branch: perl
65434            ! lib/File/Spec.pm
65435 ____________________________________________________________________________
65436 [ 21240] By: jhi                                   on 2003/09/16  06:34:35
65437         Log: The test is not needed, says Schwern.
65438      Branch: perl
65439            - lib/base/t/fields-560.t
65440            ! MANIFEST
65441 ____________________________________________________________________________
65442 [ 21239] By: jhi                                   on 2003/09/16  05:04:09
65443         Log: Upgrade to File::Spec 0.85_03.
65444      Branch: perl
65445            + lib/File/Spec/t/crossplatform.t
65446            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Mac.pm
65447            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
65448            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
65449            ! lib/File/Spec/t/Spec.t
65450 ____________________________________________________________________________
65451 [ 21238] By: jhi                                   on 2003/09/16  04:57:08
65452         Log: Upgrade to MakeMaker 6.17.
65453      Branch: perl
65454            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
65455            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
65456            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
65457            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
65458            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
65459            ! lib/ExtUtils/README lib/ExtUtils/t/MM_Win32.t
65460            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
65461            ! t/lib/MakeMaker/Test/Utils.pm
65462 ____________________________________________________________________________
65463 [ 21235] By: jhi                                   on 2003/09/16  04:35:34
65464         Log: Upgrade to base 2.03.
65465              (Rename the fields-5.6.0.t to have less d.o.t.s.)
65466      Branch: perl
65467            + lib/base/t/base.t lib/base/t/fields-560.t
65468            + lib/base/t/fields-base.t lib/base/t/fields.t
65469            - lib/fields-base.t lib/fields.t
65470            ! MANIFEST lib/base.pm lib/fields.pm
65471 ____________________________________________________________________________
65472 [ 21234] By: jhi                                   on 2003/09/15  19:17:03
65473         Log: Subject: Re: perl@21233 looks ok on VMS 7.3-1
65474              From: PPrymmer@factset.com
65475              Date: Mon, 15 Sep 2003 15:28:52 -0400
65476              Message-ID: <OF6F1E6CF4.9206F415-ON85256DA2.006A58F1-85256DA2.006B0330@factset.com>
65477      Branch: perl
65478            ! lib/Memoize/t/tie_sdbm.t
65479 ____________________________________________________________________________
65480 [ 21230] By: jhi                                   on 2003/09/14  17:46:52
65481         Log: Check the context of for/grep/map.
65482      Branch: perl
65483            ! t/op/grep.t
65484 ____________________________________________________________________________
65485 [ 21228] By: jhi                                   on 2003/09/14  13:40:23
65486         Log: For-non-perlio places we need STDOUT back.
65487      Branch: perl
65488            ! t/io/dup.t
65489 ____________________________________________________________________________
65490 [ 21227] By: jhi                                   on 2003/09/14  09:44:49
65491         Log: Also IRIX wants setlogsock('stream').
65492      Branch: perl
65493            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
65494 ____________________________________________________________________________
65495 [ 21224] By: jhi                                   on 2003/09/14  07:44:26
65496         Log: More portable reading.
65497      Branch: perl
65498            ! t/io/dup.t
65499 ____________________________________________________________________________
65500 [ 21222] By: jhi                                   on 2003/09/14  07:35:28
65501         Log: More dup testing.
65502      Branch: perl
65503            ! t/io/dup.t
65504 ____________________________________________________________________________
65505 [ 21220] By: jhi                                   on 2003/09/14  06:54:05
65506         Log: Use $Config{_exe}.
65507      Branch: perl
65508            ! t/run/switches.t
65509 ____________________________________________________________________________
65510 [ 21219] By: jhi                                   on 2003/09/14  06:46:26
65511         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
65512              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
65513              Date: Sat, 13 Sep 2003 20:20:30 -0700
65514              Message-ID: <20030914032030.GA17822@math.berkeley.edu>
65515      Branch: perl
65516            ! os2/os2.c t/run/switches.t
65517 ____________________________________________________________________________
65518 [ 21218] By: jhi                                   on 2003/09/14  06:45:13
65519         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
65520              From: Michael G Schwern <schwern@pobox.com>
65521              Date: Thu, 11 Sep 2003 15:07:10 -0700
65522              Message-ID: <20030911220710.GO18786@windhund.schwern.org>
65523
65524              (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted)
65525      Branch: perl
65526            ! lib/ExtUtils/t/Manifest.t
65527 ____________________________________________________________________________
65528 [ 21217] By: jhi                                   on 2003/09/14  06:42:12
65529         Log: Subject: [PATCH] PerlIO_tmpfile clean-up for VMS
65530              From: "Craig A. Berry" <craigberry@mac.com>
65531              Date: Sun, 14 Sep 2003 00:23:56 -0500
65532              Message-ID: <3F63FB6C.5040502@mac.com>
65533      Branch: perl
65534            ! perlio.c
65535 ____________________________________________________________________________
65536 [ 21214] By: jhi                                   on 2003/09/13  18:33:41
65537         Log: parse_version doesn't always succeed.
65538      Branch: perl
65539            ! Porting/cmpVERSION.pl
65540 ____________________________________________________________________________
65541 [ 21213] By: jhi                                   on 2003/09/13  18:31:41
65542         Log: pod changes, so change $VERSION.
65543      Branch: perl
65544            ! lib/Fatal.pm
65545 ____________________________________________________________________________
65546 [ 21210] By: jhi                                   on 2003/09/13  15:24:38
65547         Log: Subject: Re: unicode regex problem
65548              From: hv@crypt.org
65549              Date: Sat, 13 Sep 2003 15:21:34 +0100
65550              Message-Id: <200309131421.h8DELYx25894@zen.crypt.org>
65551      Branch: perl
65552            ! regcomp.c t/op/pat.t
65553 ____________________________________________________________________________
65554 [ 21209] By: jhi                                   on 2003/09/13  15:22:38
65555         Log: More PerlIO warnings changes.
65556      Branch: perl
65557            ! ext/PerlIO/t/fail.t t/lib/warnings/perlio
65558 ____________________________________________________________________________
65559 [ 21208] By: jhi                                   on 2003/09/13  11:15:40
65560         Log: The "perlio: " prefix looks a little odd
65561              in the few warning/error messages, since
65562              no other 'subsystems' have prefixes.
65563      Branch: perl
65564            ! perlio.c pod/perldiag.pod t/io/open.t
65565 ____________________________________________________________________________
65566 [ 21207] By: jhi                                   on 2003/09/13  10:37:30
65567         Log: Layer names were recognized by their prefixes
65568              (e.g. open(F, ":u", "file") worked...)
65569      Branch: perl
65570            ! perlio.c t/io/open.t
65571 ____________________________________________________________________________
65572 [ 21206] By: jhi                                   on 2003/09/13  10:10:46
65573         Log: Apparently at some point doing 3-arg open with
65574              illegal mode like ">>>" had stopped croaking.
65575      Branch: perl
65576            ! doio.c t/io/open.t
65577 ____________________________________________________________________________
65578 [ 21205] By: jhi                                   on 2003/09/13  08:42:10
65579         Log: Minuscule code cleanup.
65580      Branch: perl
65581            ! doio.c
65582 ____________________________________________________________________________
65583 [ 21204] By: jhi                                   on 2003/09/13  06:47:23
65584         Log: Subject: [perl #23788] int of a fraction errors
65585              From: "Boyd, Brooks D" (via RT) <perlbug-followup@perl.org>
65586              Date: 11 Sep 2003 22:38:19 -0000
65587              Message-ID: <rt-23788-64511.8.7546744242259@rt.perl.org>
65588
65589              Add a separate faq entry for int().  (Yes, a bit redundant
65590              with the existing "why are my numbers broken" entry.)
65591      Branch: perl
65592            ! pod/perlfaq4.pod
65593 ____________________________________________________________________________
65594 [ 21203] By: jhi                                   on 2003/09/13  06:34:03
65595         Log: Subject: Unknown discipline ':utf8' w/ maint perl w/o perlio
65596              From: Stas Bekman <stas@stason.org>
65597              Date: Fri, 12 Sep 2003 13:44:11 -0700
65598              Message-ID: <3F62301B.3080604@stason.org>
65599
65600              s/discipline/IO layer/, instead of "unknown" say "unavailable",
65601              and have the fuller explanation in perldiag.
65602      Branch: perl
65603            ! doio.c pod/perldiag.pod
65604 ____________________________________________________________________________
65605 [ 21202] By: jhi                                   on 2003/09/13  06:07:27
65606         Log: Make the new glob tests pass (well, skip) even with miniperl.
65607      Branch: perl
65608            ! t/run/fresh_perl.t
65609 ____________________________________________________________________________
65610 [ 21201] By: rgs                                   on 2003/09/12  21:41:04
65611         Log: Stringify the $VERSION of DynaLoader so it's never dependent
65612              on localized float-to-string conversions.
65613      Branch: perl
65614            ! ext/DynaLoader/DynaLoader_pm.PL
65615 ____________________________________________________________________________
65616 [ 21198] By: jhi                                   on 2003/09/12  17:59:25
65617         Log: It's UTF-8, not UTF8.  (Note: not s/UTF-8/UTF8/,
65618              since that would break a lot of code.)  Also few
65619              stray UTF16s, UTF32s, and "encoded in Unicode".
65620      Branch: perl
65621            ! doop.c hv.h pod/perl570delta.pod pod/perl58delta.pod
65622            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
65623            ! pod/perlhack.pod pod/perlpodspec.pod pod/perltoc.pod
65624            ! pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
65625            ! pp_hot.c pp_sys.c sv.c sv.h utf8.c utf8.h utfebcdic.h
65626 ____________________________________________________________________________
65627 [ 21197] By: jhi                                   on 2003/09/12  17:24:17
65628         Log: The buildtoc now has options.
65629      Branch: perl
65630            ! pod/Makefile.SH
65631 ____________________________________________________________________________
65632 [ 21196] By: jhi                                   on 2003/09/12  14:33:16
65633         Log: Some more tweaks on open ...&=.
65634      Branch: perl
65635            ! pod/perlfunc.pod
65636 ____________________________________________________________________________
65637 [ 21194] By: jhi                                   on 2003/09/12  11:36:14
65638         Log: Slightly more documentation for open ...&=.
65639      Branch: perl
65640            ! pod/perlfunc.pod
65641 ____________________________________________________________________________
65642 [ 21193] By: jhi                                   on 2003/09/12  03:21:53
65643         Log: Document the new strict strict in strict.
65644      Branch: perl
65645            ! lib/strict.pm
65646 ____________________________________________________________________________
65647 [ 21191] By: jhi                                   on 2003/09/12  03:03:17
65648         Log: More comments for the FreeBSD threads hints.
65649      Branch: perl
65650            ! hints/freebsd.sh
65651 ____________________________________________________________________________
65652 [ 21188] By: jhi                                   on 2003/09/11  20:23:55
65653         Log: More refactoring of the FreeBSD threads hints.
65654              Basically, for fresh enough 5.x the -pthread is dropped,
65655              otherwise keep it, and no known FreeBSD release has
65656              a functional gethostbyaddr_r.
65657      Branch: perl
65658            ! hints/freebsd.sh
65659 ____________________________________________________________________________
65660 [ 21187] By: jhi                                   on 2003/09/11  20:12:00
65661         Log: Subject: [PATCH 5.8.1 @20218] OS/2 API
65662              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
65663              Date: Thu, 11 Sep 2003 09:15:04 -0700
65664              Message-ID: <20030911161504.GA16113@math.berkeley.edu>
65665      Branch: perl
65666            ! os2/OS2/Process/MANIFEST os2/OS2/Process/Process.pm
65667            ! os2/OS2/Process/Process.xs
65668 ____________________________________________________________________________
65669 [ 21186] By: jhi                                   on 2003/09/11  20:10:32
65670         Log: Subject: [PATCH maint@21148] Security: suidperl path disclosure revisited
65671              From: "Brendan O'Dea" <bod@debian.org>
65672              Date: Fri, 12 Sep 2003 00:12:51 +1000
65673              Message-ID: <20030911141251.GA26907@londo.c47.org>
65674      Branch: perl
65675            ! perl.c
65676 ____________________________________________________________________________
65677 [ 21181] By: jhi                                   on 2003/09/11  08:25:13
65678         Log: The change of not needing -pthread in FreeBSD 5.x
65679              is very recent (Sep 3) (from Anton Berezin).
65680      Branch: perl
65681            ! hints/freebsd.sh
65682 ____________________________________________________________________________
65683 [ 21179] By: jhi                                   on 2003/09/11  06:13:12
65684         Log: Upgrade to Pod::Perldoc 3.10.
65685              (Yes, the doughera address change is wrong, but hardly worth 3.11.)
65686      Branch: perl
65687            ! lib/Pod/Perldoc.pm
65688 ____________________________________________________________________________
65689 [ 21176] By: jhi                                   on 2003/09/11  05:22:27
65690         Log: Upgrade to base 2.02.
65691      Branch: perl
65692            + lib/fields-base.t
65693            ! MANIFEST lib/base.pm lib/fields.t
65694 ____________________________________________________________________________
65695 [ 21174] By: jhi                                   on 2003/09/11  04:45:56
65696         Log: Replace #21158 with a better patch from Hugo
65697              (for [perl #23769]).
65698      Branch: perl
65699            ! regcomp.c regexec.c t/op/pat.t
65700 ____________________________________________________________________________
65701 [ 21173] By: jhi                                   on 2003/09/11  03:08:04
65702         Log: Subject: [PATCH][TESTS] dumpvar.pl
65703              From: Joe McMahon <mcmahon@metalab.unc.edu>
65704              Date: Thu, 11 Sep 2003 00:10:29 -0400 (EDT)
65705              Message-ID: <Pine.LNX.4.44.0309102337150.2043-300000@tribal.metalab.unc.edu>
65706      Branch: perl
65707            ! lib/dumpvar.pl lib/dumpvar.t
65708 ____________________________________________________________________________
65709 [ 21172] By: jhi                                   on 2003/09/11  03:03:52
65710         Log: Enache still wants -pthread gone for FreeBSD 5.x
65711              since it doesn't work with the latest -current.
65712      Branch: perl
65713            ! hints/freebsd.sh
65714 ____________________________________________________________________________
65715 [ 21171] By: jhi                                   on 2003/09/11  02:58:29
65716         Log: Subject: [patch] more fullpath TAGS patches (emacs/cperl-mode.el + emacs/ptags)
65717              From: Stas Bekman <stas@stason.org>
65718              Date: Thu, 28 Aug 2003 16:10:48 -0700
65719              Message-ID: <3F4E8BF8.1090800@stason.org>
65720      Branch: perl
65721            ! emacs/cperl-mode.el emacs/ptags
65722 ____________________________________________________________________________
65723 [ 21170] By: jhi                                   on 2003/09/11  02:56:50
65724         Log: Retract #21149, sez Schwern.
65725      Branch: perl
65726            ! lib/Test/More.pm
65727 ____________________________________________________________________________
65728 [ 21169] By: jhi                                   on 2003/09/11  02:55:49
65729         Log: Retract #21168 based on advice from Anton Berezin (added).
65730      Branch: perl
65731            ! hints/freebsd.sh
65732 ____________________________________________________________________________
65733 [ 21168] By: rgs                                   on 2003/09/10  21:43:40
65734         Log: Subject: nit to hints/freebsd.sh
65735              From: Enache Adrian <enache@rdslink.ro>
65736              Date: Wed, 10 Sep 2003 19:50:59 +0300
65737              Message-ID: <20030910165059.GB1321@ratsnest.hole>
65738      Branch: perl
65739            ! hints/freebsd.sh
65740 ____________________________________________________________________________
65741 [ 21167] By: rgs                                   on 2003/09/10  21:18:59
65742         Log: Subject: Re: [perl #15395] lexical warnings and inheritance
65743              From: Anno Siegel <Siegel@zrz.TU-Berlin.DE>
65744              Date: Sun, 31 Aug 2003 22:08:19 GMT
65745              Message-Id: <200308312208.WAA25312@lublin.zrz.TU-Berlin.DE>
65746
65747              The test has been moved into warnings.pm's test suite. Note
65748              that this patch fixed as well the behaviour of warnings::enabled
65749              regarding lexical scoping and different files; hence the expected
65750              results in a few tests in /t/lib/warnings/9enabled has been
65751              reverted.
65752      Branch: perl
65753            ! lib/warnings.pm t/lib/warnings/9enabled warnings.pl
65754 ____________________________________________________________________________
65755 [ 21166] By: rgs                                   on 2003/09/10  19:36:30
65756         Log: Remove the warning in perlfaq about using map in void context :
65757              From: abigail@abigail.nl (Abigail)
65758              Subject: [PATCH perlfaq6] map in a void context.
65759              Date: Tue, 9 Sep 2003 10:31:58 +0200
65760              Message-ID: <20030909083158.GA24125@abigail.nl>
65761      Branch: perl
65762            ! pod/perlfaq6.pod
65763 ____________________________________________________________________________
65764 [ 21165] By: jhi                                   on 2003/09/10  16:48:52
65765         Log: Subject: [PATCH] AUTHORS
65766              From: enache@rdslink.ro (Enache Adrian)
65767              Date: Tue, 9 Sep 2003 19:34:05 +0300
65768              Message-ID: <20030909163405.GB1398@ratsnest.hole>
65769      Branch: perl
65770            ! AUTHORS
65771 ____________________________________________________________________________
65772 [ 21164] By: jhi                                   on 2003/09/10  15:38:51
65773         Log: Regen perlapi.
65774      Branch: perl
65775            ! pod/perlapi.pod
65776 ____________________________________________________________________________
65777 [ 21163] By: merijn                                on 2003/09/10  15:31:27
65778         Log: Subject: [perl #23778] hints/aix.sh
65779              Date: 10 Sep 2003 16:30:32 -0000
65780              From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org>
65781              Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org>
65782      Branch: perl
65783            ! hints/aix.sh
65784 ____________________________________________________________________________
65785 [ 21162] By: jhi                                   on 2003/09/10  15:21:43
65786         Log: blead version of #21161.
65787      Branch: perl
65788            ! pod/perlvar.pod
65789 ____________________________________________________________________________
65790 [ 21160] By: jhi                                   on 2003/09/10  15:11:59
65791         Log: Subject: Re: Decreasing VMS tests in File::Spec::VMS?
65792              From: PPrymmer@factset.com
65793              Message-ID: <OF103BAFC0.72D92F9B-ON85256D98.00742293-85256D98.0077A3F5@factset.com>
65794              Date: Fri, 5 Sep 2003 17:46:48 -0400
65795      Branch: perl
65796            ! lib/File/Spec/t/Spec.t
65797 ____________________________________________________________________________
65798 [ 21159] By: jhi                                   on 2003/09/10  15:10:06
65799         Log: Subject: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
65800              From: Kurt Starsinic <kstar@cpan.org>
65801              Date: Tue, 9 Sep 2003 23:16:00 -0400
65802              Message-ID: <20030910031600.GA30554@verizon.net>
65803
65804              Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
65805              From: "Brendan O'Dea" <bod@debian.org>
65806              Date: Wed, 10 Sep 2003 22:03:15 +1000
65807              Message-ID: <20030910120315.GA1372@londo.c47.org>
65808      Branch: perl
65809            ! t/lib/h2ph.pht utils/h2ph.PL
65810 ____________________________________________________________________________
65811 [ 21158] By: jhi                                   on 2003/09/10  09:31:24
65812         Log: Unicode regex broken on simple example
65813              regrepeat() did not work right for UTF-8(ed Latin-1)
65814              in the EXACT case, which made the \x{a0}+ fail.
65815      Branch: perl
65816            ! regexec.c t/op/pat.t
65817 ____________________________________________________________________________
65818 [ 21157] By: jhi                                   on 2003/09/10  08:15:54
65819         Log: Linenumbers for utf8 warnings were wrong, test also rcatline.
65820      Branch: perl
65821            ! pp_hot.c t/io/utf8.t
65822 ____________________________________________________________________________
65823 [ 21156] By: jhi                                   on 2003/09/10  08:05:13
65824         Log: Detypo and explain better.
65825      Branch: perl
65826            ! pod/perldiag.pod
65827 ____________________________________________________________________________
65828 [ 21155] By: jhi                                   on 2003/09/10  08:02:55
65829         Log: If doing rcatline no point rescanning each time
65830              the beginning of the SV for utf8 validity.
65831      Branch: perl
65832            ! pp_hot.c
65833 ____________________________________________________________________________
65834 [ 21154] By: jhi                                   on 2003/09/10  07:16:52
65835         Log: No utf8 warnings without use warnings.
65836      Branch: perl
65837            ! t/io/utf8.t
65838 ____________________________________________________________________________
65839 [ 21153] By: jhi                                   on 2003/09/10  06:57:16
65840         Log: Reading a latin1 file with open(... "<:utf8") will freeze
65841              is no more valid, the script doesn't freeze, but I noticed
65842              that neither does the <FILE> complain about bad UTF-8 as it
65843              should and as it does with :encoding(utf8).
65844      Branch: perl
65845            ! pp_hot.c t/io/utf8.t
65846 ____________________________________________________________________________
65847 [ 21152] By: jhi                                   on 2003/09/10  06:54:02
65848         Log: A new UTF-8 API, Perl_is_utf8_string_loc(), a variant
65849              of Perl_utf8_is_string().
65850      Branch: perl
65851            ! embed.fnc embed.h global.sym proto.h utf8.c
65852 ____________________________________________________________________________
65853 [ 21151] By: jhi                                   on 2003/09/10  06:16:28
65854         Log: Document a PerlIO/Encode warning.
65855      Branch: perl
65856            ! pod/perldiag.pod
65857 ____________________________________________________________________________
65858 [ 21149] By: jhi                                   on 2003/09/09  17:22:42
65859         Log: Subject: Re: maint @ 21116
65860              From: Fergal Daly <fergal@esatclear.ie>
65861              Date: Tue, 9 Sep 2003 18:26:20 +0100
65862              Message-Id: <200309091826.20630.fergal@esatclear.ie>
65863
65864              (added warning)
65865      Branch: perl
65866            ! lib/Test/More.pm
65867 ____________________________________________________________________________
65868 [ 21146] By: jhi                                   on 2003/09/09  15:36:20
65869         Log: Adjust the test count.
65870      Branch: perl
65871            ! lib/Test/Simple/t/is_deeply.t
65872 ____________________________________________________________________________
65873 [ 21144] By: jhi                                   on 2003/09/09  15:03:58
65874         Log: AUTHORS update from Dave Mitchell.
65875      Branch: perl
65876            ! AUTHORS
65877 ____________________________________________________________________________
65878 [ 21143] By: jhi                                   on 2003/09/09  15:02:18
65879         Log: Retract #20548 and #20465.
65880      Branch: perl
65881            ! lib/Test/More.pm lib/Test/Simple/t/More.t
65882            ! lib/Test/Simple/t/is_deeply.t
65883 ____________________________________________________________________________
65884 [ 21141] By: jhi                                   on 2003/09/09  14:27:10
65885         Log: Subject: Re: maint @ 21116
65886              From: Enache Adrian <enache@rdslink.ro>
65887              Date: Tue, 9 Sep 2003 16:59:44 +0300
65888              Message-ID: <20030909135944.GA1666@ratsnest.hole>
65889      Branch: perl
65890            ! makedef.pl
65891 ____________________________________________________________________________
65892 [ 21140] By: jhi                                   on 2003/09/09  14:25:51
65893         Log: Retract #21132.
65894      Branch: perl
65895            ! makedef.pl perl.h
65896 ____________________________________________________________________________
65897 [ 21139] By: jhi                                   on 2003/09/09  11:55:33
65898         Log: Warn more about disclosing the hash seed, from Scott A. Crosby.
65899      Branch: perl
65900            ! lib/Hash/Util.pm pod/perlrun.pod
65901 ____________________________________________________________________________
65902 [ 21137] By: jhi                                   on 2003/09/09  09:50:13
65903         Log: Subject: =encoding in perlpod/perlpodspec
65904              From: sburke@cpan.org (Sean M. Burke)
65905              Date: Sun, 07 Sep 2003 03:08:28 -0800
65906              Message-ID: <5.2.1.1.1.20030907030717.00a6aaa0@mailstore.pobox.com>
65907      Branch: perl
65908            ! pod/perlpod.pod pod/perlpodspec.pod
65909 ____________________________________________________________________________
65910 [ 21136] By: jhi                                   on 2003/09/09  09:46:01
65911         Log: One more chance... Elizabeth's change #21107 plus
65912              Subject: Re: [PATCH] warnings.pl: each thread 10K smaller
65913              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
65914              Date: Tue, 9 Sep 2003 01:44:24 +0200
65915              Message-Id: <20030909014424.7ef5e0cd.rgarciasuarez@free.fr>
65916      Branch: perl
65917            ! lib/warnings.pm toke.c warnings.pl
65918 ____________________________________________________________________________
65919 [ 21135] By: jhi                                   on 2003/09/09  09:35:48
65920         Log: One more test count tweak.
65921      Branch: perl
65922            ! t/op/grep.t
65923 ____________________________________________________________________________
65924 [ 21132] By: jhi                                   on 2003/09/09  07:57:20
65925         Log: Subject: Re: maint @ 21116
65926              From: Steve Hay <steve.hay@uk.radan.com>
65927              Date: Tue, 09 Sep 2003 09:49:07 +0100
65928              Message-ID: <3F5D9403.3040004@uk.radan.com>
65929      Branch: perl
65930            ! makedef.pl perl.h
65931 ____________________________________________________________________________
65932 [ 21131] By: jhi                                   on 2003/09/09  07:54:52
65933         Log: Subject: Re: [PATCH] honoring void context for map(), return from sub end test
65934              From: david nicol <whatever@davidnicol.com>
65935              Date: 08 Sep 2003 23:39:32 -0500
65936              Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com>
65937
65938              (a testcase)
65939      Branch: perl
65940            ! t/op/grep.t
65941 ____________________________________________________________________________
65942 [ 21128] By: jhi                                   on 2003/09/09  07:08:15
65943         Log: Ooops, perlio into scalars was already history for this test...
65944      Branch: perl
65945            ! lib/dumpvar.t
65946 ____________________________________________________________________________
65947 [ 21127] By: jhi                                   on 2003/09/09  07:06:26
65948         Log: Cannot do perlio into scalars without perlio.
65949      Branch: perl
65950            ! lib/dumpvar.t
65951 ____________________________________________________________________________
65952 [ 21126] By: jhi                                   on 2003/09/09  07:04:53
65953         Log: I claim that the debugger is untestable until proven otherwise.
65954      Branch: perl
65955            - lib/perl5db/de0.t
65956            ! MANIFEST
65957 ____________________________________________________________________________
65958 [ 21124] By: jhi                                   on 2003/09/09  06:59:52
65959         Log: In trying to save space, the warnings.pl change (#21107)
65960              pulled in attributes.pm... and the change didn't seem to
65961              be that well tested with different configurations.
65962              Retract #21119, #21117, #21107.
65963      Branch: perl
65964            ! ext/B/t/stash.t lib/warnings.pm warnings.pl
65965 ____________________________________________________________________________
65966 [ 21122] By: jhi                                   on 2003/09/09  06:28:31
65967         Log: Really do #21121.
65968      Branch: perl
65969            ! MANIFEST
65970 ____________________________________________________________________________
65971 [ 21121] By: jhi                                   on 2003/09/09  05:56:52
65972         Log: There's no particular reason to have the dumpvar.t
65973              in lib/perl5db/.
65974      Branch: perl
65975            + lib/dumpvar.t
65976            - lib/perl5db/dumpvar.t
65977            ! MANIFEST
65978 ____________________________________________________________________________
65979 [ 21119] By: jhi                                   on 2003/09/09  05:46:02
65980         Log: strict stash seems to have gone, too.
65981      Branch: perl
65982            ! ext/B/t/stash.t
65983 ____________________________________________________________________________
65984 [ 21117] By: rgs                                   on 2003/09/08  22:26:36
65985         Log: Loading warnings.pm now loads attributes.pm that loads strict.pm.
65986              (due to #21107 apparently.) Adjust this test accordingly.
65987      Branch: perl
65988            ! ext/B/t/stash.t
65989 ____________________________________________________________________________
65990 [ 21113] By: jhi                                   on 2003/09/08  21:10:53
65991         Log: Subject: [PATCH] silence 1 compiler warning
65992              From: Nicholas Clark <nick@ccl4.org>
65993              Date: Mon, 8 Sep 2003 23:04:45 +0100
65994              Message-ID: <20030908230445.E30881@plum.flirble.org>
65995      Branch: perl
65996            ! universal.c
65997 ____________________________________________________________________________
65998 [ 21112] By: jhi                                   on 2003/09/08  21:09:34
65999         Log: Retract #21096, mostly: I had misexplained the situation
66000              to Scott A. Crosby.  Seeing the seed value while not good
66001              for the ultimate paranoia viewpoint is not that bad, as long
66002              as the users are fully aware of the dangers of disclosing
66003              the hash seed.     So hash_seed() is okay.
66004
66005              Being able to see the hash values (as in Java) would
66006              be another option, but dubious: it's not that per-key
66007              hash values themselves are bad to allow scripts to see,
66008              but rather that hash values are just as sensitive (from
66009              the DoSing viewpoint) as the hash seed itself (and there
66010              usually more hash values than the one hash seed....)
66011      Branch: perl
66012            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
66013 ____________________________________________________________________________
66014 [ 21110] By: jhi                                   on 2003/09/08  20:59:04
66015         Log: Urk.  unique, not shared.
66016      Branch: perl
66017            ! configpm
66018 ____________________________________________________________________________
66019 [ 21109] By: jhi                                   on 2003/09/08  20:57:25
66020         Log: Subject: [PATCH] configpm: about 1.5K less per thread
66021              From: Elizabeth Mattijsen <liz@dijkmat.nl>
66022              Date: Mon, 8 Sep 2003 23:58:34 +0200
66023              Message-Id: <p05111b21bb829c68b496@[192.168.56.4]>
66024      Branch: perl
66025            ! configpm
66026 ____________________________________________________________________________
66027 [ 21107] By: jhi                                   on 2003/09/08  20:45:38
66028         Log: Subject: [PATCH] warnings.pl: each thread 10K smaller
66029              From: Elizabeth Mattijsen <liz@dijkmat.nl>
66030              Date: Mon, 8 Sep 2003 22:22:38 +0200
66031              Message-Id: <p05111b16bb827ce551da@[192.168.56.4]>
66032      Branch: perl
66033            ! lib/warnings.pm warnings.pl
66034 ____________________________________________________________________________
66035 [ 21106] By: rgs                                   on 2003/09/08  20:45:03
66036         Log: A version of change #21073 that works.
66037      Branch: perl
66038            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
66039 ____________________________________________________________________________
66040 [ 21105] By: jhi                                   on 2003/09/08  20:44:22
66041         Log: Regen perlapi.
66042      Branch: perl
66043            ! pod/perlapi.pod
66044 ____________________________________________________________________________
66045 [ 21103] By: jhi                                   on 2003/09/08  20:18:56
66046         Log: Radu Greab is my hero (the recent cygwin getpw*->pw_comment
66047              being a bad pointer is apparently a known cygwin bug).     The
66048              cure is to initialize the field.
66049      Branch: perl
66050            ! pp_sys.c
66051 ____________________________________________________________________________
66052 [ 21100] By: jhi                                   on 2003/09/08  19:38:39
66053         Log: Bad export.
66054      Branch: perl
66055            ! lib/Hash/Util.t
66056 ____________________________________________________________________________
66057 [ 21098] By: jhi                                   on 2003/09/08  19:06:09
66058         Log: The IPC::Open3 is just too unreliable for this task.
66059      Branch: perl
66060            ! lib/perl5db/de0.t
66061 ____________________________________________________________________________
66062 [ 21097] By: jhi                                   on 2003/09/08  18:42:43
66063         Log: Try to make the de0.t test more robust.
66064              The test is so flakey (too many external things influencing
66065              the result) that I'm likely to leave it out from the maint.
66066      Branch: perl
66067            ! lib/perl5db/de0.t
66068 ____________________________________________________________________________
66069 [ 21096] By: jhi                                   on 2003/09/08  17:58:19
66070         Log: Scott A. Crosby believes in not disclosing
66071              any more information than necessary: therefore
66072              instead of hash_seed() we have now hashes_random().
66073      Branch: perl
66074            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
66075 ____________________________________________________________________________
66076 [ 21095] By: jhi                                   on 2003/09/08  17:36:50
66077         Log: Mac OS X "last resort" recipe.
66078      Branch: perl
66079            ! README.macosx
66080 ____________________________________________________________________________
66081 [ 21094] By: jhi                                   on 2003/09/08  16:50:55
66082         Log: Subject: [patch] AUTHORS
66083              From: Juerd <juerd@cpan.org>
66084              Date: Mon, 8 Sep 2003 08:42:13 +0200
66085              Message-ID: <20030908064213.GC23461@c3.convolution.nl>
66086      Branch: perl
66087            ! AUTHORS
66088 ____________________________________________________________________________
66089 [ 21093] By: jhi                                   on 2003/09/08  15:47:14
66090         Log: Slightly more intelligent paranoia.
66091      Branch: perl
66092            ! pod/perldiag.pod util.c
66093 ____________________________________________________________________________
66094 [ 21090] By: jhi                                   on 2003/09/08  14:07:03
66095         Log: Win32 is playing to hard to get but I do not have
66096              time to chase it, so restore #21072, more or less.
66097              I think testing the debugger in UNIX-like places
66098              is enough, no need to go into painful contortions
66099              trying to "portably" run interactive programs like
66100              the debugger.
66101      Branch: perl
66102            ! lib/perl5db/de0.t
66103 ____________________________________________________________________________
66104 [ 21088] By: jhi                                   on 2003/09/08  12:50:15
66105         Log: 5.8.1 was mistakenly redefining PL_sv_placeholder.
66106      Branch: perl
66107            ! ext/Storable/Storable.xs
66108 ____________________________________________________________________________
66109 [ 21087] By: jhi                                   on 2003/09/08  12:34:37
66110         Log: Add Hash::Util::hash_seed() which answers among
66111              other things the question whether our hashes are
66112              "randomised".  (They always were...)
66113      Branch: perl
66114            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
66115 ____________________________________________________________________________
66116 [ 21086] By: jhi                                   on 2003/09/08  12:22:03
66117         Log: XSRETURN_UV was missing.
66118      Branch: perl
66119            ! XSUB.h
66120 ____________________________________________________________________________
66121 [ 21085] By: jhi                                   on 2003/09/08  12:15:23
66122         Log: Superparanoia.
66123      Branch: perl
66124            ! util.c
66125 ____________________________________________________________________________
66126 [ 21084] By: ams                                   on 2003/09/08  11:44:25
66127         Log: Clean up pp_readdir() somewhat.
66128      Branch: perl
66129            ! pp_sys.c
66130 ____________________________________________________________________________
66131 [ 21082] By: jhi                                   on 2003/09/08  11:32:46
66132         Log: The #21073 broke ext/B/t/o.t, retracting the #21073.
66133      Branch: perl
66134            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
66135 ____________________________________________________________________________
66136 [ 21080] By: jhi                                   on 2003/09/08  09:52:40
66137         Log: In Win32 IPC::Open3 + IO::Select does not work that well
66138              so mostly undo the change #21072 and revert back to using
66139              a temp file.
66140      Branch: perl
66141            ! lib/perl5db/de0.t
66142 ____________________________________________________________________________
66143 [ 21078] By: jhi                                   on 2003/09/08  09:10:47
66144         Log: In Win32 the cmd.exe console output doesn't seem to
66145              be catchable using the in-memory I/O + select trick,
66146              so use tie-STDOUT trick instead.
66147      Branch: perl
66148            ! lib/perl5db/dumpvar.t
66149 ____________________________________________________________________________
66150 [ 21077] By: jhi                                   on 2003/09/08  09:03:13
66151         Log: Move Config test.
66152      Branch: perl
66153            ! lib/perl5db/de0.t
66154 ____________________________________________________________________________
66155 [ 21076] By: jhi                                   on 2003/09/08  08:50:27
66156         Log: Let's require fork for this test.
66157      Branch: perl
66158            ! lib/perl5db/de0.t
66159 ____________________________________________________________________________
66160 [ 21074] By: jhi                                   on 2003/09/08  08:09:27
66161         Log: Subject: [PATCH] call_(pv|etc.) for Devel::PPPort
66162              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
66163              Date: Mon, 08 Sep 2003 08:56:09 +0200
66164              Message-id: <20030908065609.GA1260@ethan>
66165      Branch: perl
66166            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
66167            ! ext/Devel/PPPort/t/test.t
66168 ____________________________________________________________________________
66169 [ 21073] By: jhi                                   on 2003/09/08  08:07:55
66170         Log: Subject: Re: one nit to fix [PATCH]
66171              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
66172              Date: Mon, 8 Sep 2003 10:19:08 +0200
66173              Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com>
66174      Branch: perl
66175            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
66176 ____________________________________________________________________________
66177 [ 21072] By: jhi                                   on 2003/09/08  08:04:53
66178         Log: Subject: Re: [PATCH] Test skeleton for debugger commands
66179              From: Andreas J Koenig <andreas.koenig@anima.de>
66180              Date: Mon, 08 Sep 2003 10:48:27 +0200
66181              Message-ID: <87llszis2s.fsf@franz.ak.mind.de>
66182      Branch: perl
66183            ! lib/perl5db/de0.t
66184 ____________________________________________________________________________
66185 [ 21071] By: jhi                                   on 2003/09/08  06:46:00
66186         Log: de0.t: use Test::More, add some tests.
66187      Branch: perl
66188            ! lib/perl5db/de0.t
66189 ____________________________________________________________________________
66190 [ 21070] By: jhi                                   on 2003/09/08  06:31:39
66191         Log: More dumpvar testing.
66192      Branch: perl
66193            ! lib/perl5db/dumpvar.t
66194 ____________________________________________________________________________
66195 [ 21069] By: jhi                                   on 2003/09/08  05:34:03
66196         Log: An empty test.
66197      Branch: perl
66198            ! lib/perl5db/dumpvar.t
66199 ____________________________________________________________________________
66200 [ 21068] By: jhi                                   on 2003/09/08  05:21:21
66201         Log: dumpvar.t: use Test::More;
66202      Branch: perl
66203            ! lib/perl5db/dumpvar.t
66204 ____________________________________________________________________________
66205 [ 21067] By: jhi                                   on 2003/09/08  05:11:46
66206         Log: Cleanup PerlIO::scalar documentation a bit.
66207      Branch: perl
66208            ! ext/PerlIO/scalar/scalar.pm
66209 ____________________________________________________________________________
66210 [ 21066] By: jhi                                   on 2003/09/08  04:49:28
66211         Log: The in-memory files require PerlIO::scalar.
66212      Branch: perl
66213            ! lib/perl5db/dumpvar.t
66214 ____________________________________________________________________________
66215 [ 21065] By: rgs                                   on 2003/09/07  21:17:23
66216         Log: Subject: [PATCH] Test skeleton for debugger commands
66217              From: Andreas J Koenig <andreas.koenig@anima.de>
66218              Date: Sun, 07 Sep 2003 18:51:56 +0200
66219              Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de>
66220              With minor adjustments
66221      Branch: perl
66222            + lib/perl5db/de0.t lib/perl5db/dumpvar.t
66223            ! MANIFEST
66224 ____________________________________________________________________________
66225 [ 21064] By: rgs                                   on 2003/09/07  19:12:05
66226         Log: Upgrade to Unicode::Collate 0.28
66227      Branch: perl
66228            + lib/Unicode/Collate/t/contract.t
66229            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
66230            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
66231 ____________________________________________________________________________
66232 [ 21063] By: rgs                                   on 2003/09/07  18:25:23
66233         Log: Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
66234              From: Dave Mitchell <davem@fdgroup.com>
66235              Date: Sun, 7 Sep 2003 19:14:44 +0100
66236              Message-ID: <20030907181444.GA7058@fdgroup.com>
66237      Branch: perl
66238            ! ext/Opcode/Safe.pm
66239 ____________________________________________________________________________
66240 [ 21062] By: rgs                                   on 2003/09/07  12:44:33
66241         Log: Subject: [PATCH] honoring void context for map()
66242              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
66243              Date: Thu, 04 Sep 2003 11:13:41 +0200
66244              Message-id: <20030904091341.GA30655@ethan>
66245      Branch: perl
66246            ! pp_ctl.c
66247 ____________________________________________________________________________
66248 [ 21061] By: jhi                                   on 2003/09/07  07:04:53
66249         Log: Retract #21010.
66250      Branch: perl
66251            ! lib/dumpvar.pl
66252 ____________________________________________________________________________
66253 [ 21060] By: rgs                                   on 2003/09/06  21:30:10
66254         Log: Minor doc style nits in XSLoader.
66255      Branch: perl
66256            ! ext/DynaLoader/XSLoader_pm.PL
66257 ____________________________________________________________________________
66258 [ 21058] By: jhi                                   on 2003/09/06  19:57:46
66259         Log: Vanity patch.
66260      Branch: perl
66261            ! AUTHORS
66262 ____________________________________________________________________________
66263 [ 21057] By: jhi                                   on 2003/09/06  19:56:53
66264         Log: Updated Sharp Zaurus cross-compilation from Redvers Davies.
66265      Branch: perl
66266            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README Cross/TODO
66267            ! Cross/config.sh-arm-linux Cross/generate_config_sh
66268            ! Cross/installperl.patch
66269 ____________________________________________________________________________
66270 [ 21056] By: rgs                                   on 2003/09/06  19:03:41
66271         Log: Email nits in Fatal.pm [perl #23724].
66272      Branch: perl
66273            ! lib/Fatal.pm
66274 ____________________________________________________________________________
66275 [ 21052] By: jhi                                   on 2003/09/05  20:34:15
66276         Log: Musty corners of Syslog.pm.
66277      Branch: perl
66278            ! ext/Sys/Syslog/Syslog.pm
66279 ____________________________________________________________________________
66280 [ 21051] By: ams                                   on 2003/09/05  18:43:46
66281         Log: 1. Work around the bug fixed by #20587 (because it's in 5.8.0).
66282              2. Compensate for PL_sv_placeholder <= 5.8.1.
66283              3. Clean up non-backwards-compatible tests.
66284              4. Prepare for the 2.08 CPAN release.
66285      Branch: perl
66286            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
66287            ! ext/Storable/t/freeze.t ext/Storable/t/malice.t
66288            ! ext/Storable/t/utf8hash.t
66289 ____________________________________________________________________________
66290 [ 21048] By: jhi                                   on 2003/09/05  13:53:23
66291         Log: One more known tie problem.
66292      Branch: perl
66293            ! pod/perltie.pod
66294 ____________________________________________________________________________
66295 [ 21047] By: jhi                                   on 2003/09/05  13:46:35
66296         Log: Subject: [PATCH] threads/shared.pm: saves 4K per thread
66297              Date: Fri, 5 Sep 2003 14:46:00 +0200
66298              Message-Id: <p05111b05bb7e177db044@[192.168.56.4]>
66299              From: Elizabeth Mattijsen <liz@dijkmat.nl>
66300      Branch: perl
66301            ! ext/threads/shared/shared.pm
66302 ____________________________________________________________________________
66303 [ 21046] By: jhi                                   on 2003/09/05  13:44:30
66304         Log: Subject: versions threads modules
66305              From: Elizabeth Mattijsen <liz@dijkmat.nl>
66306              Date: Fri, 5 Sep 2003 12:22:52 +0200
66307              Message-Id: <p05111b03bb7e1423e6ff@[192.168.56.4]>
66308      Branch: perl
66309            ! ext/threads/shared/shared.pm
66310 ____________________________________________________________________________
66311 [ 21045] By: jhi                                   on 2003/09/05  13:43:36
66312         Log: More suidperl path disclosure plugging:
66313              the #9813 didn't do enough.  See either of
66314              http://rt.perl.org/rt2/Ticket/Display.html?id=6511
66315              http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426
66316      Branch: perl
66317            ! perl.c pod/perldiag.pod
66318 ____________________________________________________________________________
66319 [ 21044] By: jhi                                   on 2003/09/05  13:09:54
66320         Log: FreeBSD hints updates from Anton Berezin.
66321      Branch: perl
66322            ! hints/freebsd.sh
66323 ____________________________________________________________________________
66324 [ 21043] By: merijn                                on 2003/09/05  11:18:20
66325         Log: Changed conflicting diff options
66326      Branch: perl
66327            ! patchlevel.h
66328 ____________________________________________________________________________
66329 [ 21042] By: jhi                                   on 2003/09/05  06:47:43
66330         Log: Acknowledge some known tie bugs.
66331      Branch: perl
66332            ! pod/perltie.pod
66333 ____________________________________________________________________________
66334 [ 21041] By: merijn                                on 2003/09/05  04:50:44
66335         Log: Subject: [PATCH] Remove dublicated entry in AUTHORS
66336              From: Ilya Martynov <ilya@martynov.org>
66337              Date: Fri, 05 Sep 2003 00:49:57 +0400
66338              Message-ID: <8765k8uvm2.fsf@abra.ru>
66339      Branch: perl
66340            ! AUTHORS
66341 ____________________________________________________________________________
66342 [ 21040] By: jhi                                   on 2003/09/05  04:36:48
66343         Log: code example error in "perlopentut"
66344      Branch: perl
66345            ! pod/perlopentut.pod
66346 ____________________________________________________________________________
66347 [ 21039] By: jhi                                   on 2003/09/05  04:13:17
66348         Log: Another seemingly fixed (un)tie bug,
66349              [perl ##22297] cannot untie scalar from within tied FETCH
66350      Branch: perl
66351            ! t/op/tie.t
66352 ____________________________________________________________________________
66353 [ 21036] By: jhi                                   on 2003/09/04  19:34:26
66354         Log: Subject: Re: [PATCH] Data::Dumper 2.121
66355              From: Ilya Martynov <ilya@martynov.org>
66356              Date: Fri, 05 Sep 2003 00:33:46 +0400
66357              Message-ID: <87ad9kuwd1.fsf@abra.ru>
66358      Branch: perl
66359            ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
66360            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
66361            ! ext/Data/Dumper/t/overload.t ext/Data/Dumper/t/pair.t
66362 ____________________________________________________________________________
66363 [ 21033] By: jhi                                   on 2003/09/04  18:52:29
66364         Log: I think once is enough.
66365      Branch: perl
66366            ! configure.gnu
66367 ____________________________________________________________________________
66368 [ 21032] By: jhi                                   on 2003/09/04  17:30:28
66369         Log: Subject: [PATCH] Re: [PATCH] Re: ByteLoader and MSWin32
66370              From: Enache Adrian <enache@rdslink.ro>
66371              Date: Thu, 4 Sep 2003 20:09:06 +0300
66372              Message-ID: <20030904170906.GA1235@ratsnest.hole>
66373      Branch: perl
66374            ! bytecode.pl ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
66375            ! ext/ByteLoader/byterun.c
66376 ____________________________________________________________________________
66377 [ 21031] By: jhi                                   on 2003/09/04  17:27:58
66378         Log: Subject: [PATCH] perlreftut: change distribution conditions
66379              From: "Brendan O'Dea" <bod@debian.org>
66380              Date: Thu, 4 Sep 2003 02:28:49 +1000
66381              Message-ID: <20030903162849.GA9675@londo.c47.org>
66382      Branch: perl
66383            ! pod/perlreftut.pod
66384 ____________________________________________________________________________
66385 [ 21030] By: jhi                                   on 2003/09/04  17:26:48
66386         Log: Subject: Re: "vendor" patch pickup
66387              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
66388              Date: Thu, 4 Sep 2003 19:47:55 +0200
66389              Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2>
66390
66391              (Gentoo: take Marcus' version of the __THROW patch and
66392              even further #ifdef-protect it with __GLIBC__.)
66393      Branch: perl
66394            ! perl.h
66395 ____________________________________________________________________________
66396 [ 21029] By: jhi                                   on 2003/09/04  16:01:26
66397         Log: Tiny perlcc tweaks.
66398      Branch: perl
66399            ! utils/perlcc.PL
66400 ____________________________________________________________________________
66401 [ 21028] By: jhi                                   on 2003/09/04  15:10:48
66402         Log: A SuSE patchlet for perlcc -c to avoid
66403              "Modification of a read-only value attempted at ... C.pm"
66404      Branch: perl
66405            ! ext/B/B/C.pm
66406 ____________________________________________________________________________
66407 [ 21027] By: jhi                                   on 2003/09/04  08:54:40
66408         Log: AUTHORS updates.
66409      Branch: perl
66410            ! AUTHORS
66411 ____________________________________________________________________________
66412 [ 21025] By: jhi                                   on 2003/09/03  20:27:56
66413         Log: Upgrade to Math::BigInt pre-rel 1.66 as of
66414              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html
66415              (the tar.gz link doesn't have 'v1.66', it has '1.66')
66416              so that the smoke builds can start chewing it.
66417      Branch: perl
66418            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
66419            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
66420            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
66421            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
66422            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbf.t
66423            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
66424 ____________________________________________________________________________
66425 [ 21022] By: jhi                                   on 2003/09/03  16:42:24
66426         Log: Subject: [PATCH Porting/valgrindpp.pl] fix: output from different pids
66427              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
66428              Date: Wed, 3 Sep 2003 19:20:20 +0200
66429              Message-ID: <005901c3723f$a7914f10$0c2f1fac@R2D2>
66430      Branch: perl
66431            ! Porting/valgrindpp.pl
66432 ____________________________________________________________________________
66433 [ 21019] By: jhi                                   on 2003/09/03  15:51:35
66434         Log: Also indicate the Unicode level here.
66435              (The last date is non-committal :-)
66436      Branch: perl
66437            ! pod/perlunicode.pod
66438 ____________________________________________________________________________
66439 [ 21018] By: jhi                                   on 2003/09/03  12:08:23
66440         Log: Avoid lvalue casts, from Enache.
66441      Branch: perl
66442            ! ext/ByteLoader/bytecode.h op.h
66443 ____________________________________________________________________________
66444 [ 21017] By: jhi                                   on 2003/09/03  08:23:39
66445         Log: Bump up the VERSION.
66446      Branch: perl
66447            ! lib/bytes.pm
66448 ____________________________________________________________________________
66449 [ 21016] By: jhi                                   on 2003/09/03  08:22:48
66450         Log: Add, document, and test bytes::substr, index, rindex, chr,
66451              document bytes::ord.
66452      Branch: perl
66453            ! lib/bytes.pm lib/bytes.t lib/bytes_heavy.pl
66454 ____________________________________________________________________________
66455 [ 21014] By: jhi                                   on 2003/09/03  06:16:24
66456         Log: Subject: [PATCH] Re: maint@20974 or before broke mp2 ithreads test
66457              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
66458              Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST)
66459              Message-ID: <29644.1062572245@www50.gmx.net>
66460
66461              The other half of #20930 should be still good.
66462      Branch: perl
66463            ! op.c
66464 ____________________________________________________________________________
66465 [ 21013] By: jhi                                   on 2003/09/03  06:15:09
66466         Log: use IO; is deprecated.
66467      Branch: perl
66468            ! ext/threads/t/join.t
66469 ____________________________________________________________________________
66470 [ 21012] By: jhi                                   on 2003/09/03  05:28:50
66471         Log: Upgrade to base 2.01 from CPAN.
66472      Branch: perl
66473            ! lib/base.pm lib/fields.pm
66474 ____________________________________________________________________________
66475 [ 21011] By: jhi                                   on 2003/09/03  05:08:29
66476         Log: Changing the test count is a good idea.
66477      Branch: perl
66478            ! ext/threads/t/join.t
66479 ____________________________________________________________________________
66480 [ 21010] By: jhi                                   on 2003/09/03  04:59:38
66481         Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object
66482              From: Joe McMahon <mcmahon@ibiblio.org>
66483              Date: Tue, 2 Sep 2003 18:02:14 -0400
66484              Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org>
66485      Branch: perl
66486            ! lib/dumpvar.pl
66487 ____________________________________________________________________________
66488 [ 21009] By: jhi                                   on 2003/09/03  04:48:40
66489         Log: Subject: Re: maint@20974 or before broke mp2 ithreads test
66490              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
66491              Date: Wed, 3 Sep 2003 06:07:54 +0200
66492              Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2>
66493      Branch: perl
66494            ! ext/threads/t/join.t
66495 ____________________________________________________________________________
66496 [ 21008] By: jhi                                   on 2003/09/03  04:31:35
66497         Log: VMS does not have quite UNIX glob semantics.
66498      Branch: perl
66499            ! t/run/fresh_perl.t
66500 ____________________________________________________________________________
66501 [ 21007] By: rgs                                   on 2003/09/02  21:21:27
66502         Log: Subject: some method calls not autoloaded
66503              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
66504              Date: Tue, 2 Sep 2003 15:06:29 -0700
66505              Message-ID: <20030902220629.GA2952@efn.org>
66506      Branch: perl
66507            ! pod/perlfunc.pod pod/perlsub.pod
66508 ____________________________________________________________________________
66509 [ 21003] By: jhi                                   on 2003/09/02  19:01:07
66510         Log: An untie test from perlmonks-- worked in 5.6.1,
66511              broken in 5.8.0, seems to be working again in maint,
66512              better nail it down now.
66513      Branch: perl
66514            ! t/op/tie.t
66515 ____________________________________________________________________________
66516 [ 21000] By: jhi                                   on 2003/09/02  15:35:40
66517         Log: Retract #20930 because of
66518              Subject: maint@20974 or before broke mp2 ithreads test
66519              From: Stas Bekman <stas@stason.org>
66520              Date: Mon, 01 Sep 2003 23:31:11 -0700
66521              Message-ID: <3F54392F.7080009@stason.org>
66522      Branch: perl
66523            ! op.c
66524 ____________________________________________________________________________
66525 [ 20999] By: jhi                                   on 2003/09/02  15:34:14
66526         Log: Subject: [DOCPATCH] Re: [perl #23630] problem with "used only once" warning
66527              From: Fergal Daly <fergal@esatclear.ie>
66528              Date: Tue, 2 Sep 2003 17:36:52 +0100
66529              Message-Id: <200309021736.52725.fergal@esatclear.ie>
66530      Branch: perl
66531            ! pod/perldiag.pod
66532 ____________________________________________________________________________
66533 [ 20998] By: jhi                                   on 2003/09/02  15:02:47
66534         Log: Subject: [perl #23672] Math::BigInit POD
66535              From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org>
66536              Date: 1 Sep 2003 08:47:39 -0000
66537              Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org>
66538      Branch: perl
66539            ! lib/Math/BigInt.pm
66540 ____________________________________________________________________________
66541 [ 20997] By: jhi                                   on 2003/09/02  14:58:21
66542         Log: Subject: [PATCH perlfaq6.pod] Explain \Q better
66543              From: Mark Jason Dominus <mjd@plover.com>
66544              Date: Mon, 01 Sep 2003 16:19:20 -0400
66545              Message-ID: <20030901201920.3929.qmail@plover.com>
66546      Branch: perl
66547            ! pod/perlfaq6.pod
66548 ____________________________________________________________________________
66549 [ 20996] By: jhi                                   on 2003/09/02  14:56:29
66550         Log: Subject: [PATCH] grok_(number|numeric_radix) added to Devel::PPPort
66551              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
66552              Date: Tue, 02 Sep 2003 11:27:19 +0200
66553              Message-id: <20030902092719.GA18075@ethan>
66554      Branch: perl
66555            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
66556            ! ext/Devel/PPPort/t/test.t
66557 ____________________________________________________________________________
66558 [ 20993] By: jhi                                   on 2003/09/02  14:40:54
66559         Log: Subject: [PATCH] Re: ByteLoader and MSWin32
66560              From: Enache Adrian <enache@rdslink.ro>
66561              Date: Tue, 2 Sep 2003 03:45:11 +0300
66562              Message-ID: <20030902004511.GA1442@ratsnest.hole>
66563      Branch: perl
66564            ! embed.fnc embed.h ext/ByteLoader/bytecode.h global.sym op.c
66565            ! op.h proto.h t/TEST
66566 ____________________________________________________________________________
66567 [ 20990] By: jhi                                   on 2003/09/02  04:29:45
66568         Log: Upgrade to Unicode::Collate 0.27.
66569      Branch: perl
66570            + lib/Unicode/Collate/t/hangul.t
66571            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
66572            ! lib/Unicode/Collate/README
66573 ____________________________________________________________________________
66574 [ 20989] By: jhi                                   on 2003/09/02  04:23:20
66575         Log: Subject: [PATCH Porting/valgrindpp.pl] more options for valgrindpp.pl
66576              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
66577              Date: Mon, 1 Sep 2003 22:28:58 +0200
66578              Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2>
66579      Branch: perl
66580            ! Porting/valgrindpp.pl
66581 ____________________________________________________________________________
66582 [ 20983] By: jhi                                   on 2003/09/01  14:14:49
66583         Log: From Craig Berry, following the example of the other podxxx.PL
66584              in relying on basename($0, '.PL') to Do The Right Thing with
66585              regard to the case of the extension, which could be either
66586              .pl or .PL on VMS depending on version-specific features.
66587      Branch: perl
66588            ! pod/pod2usage.PL pod/podselect.PL
66589 ____________________________________________________________________________
66590 [ 20982] By: jhi                                   on 2003/09/01  13:01:49
66591         Log: Configure -r in AIX bad.
66592      Branch: perl
66593            ! README.aix
66594 ____________________________________________________________________________
66595 [ 20981] By: jhi                                   on 2003/09/01  11:28:35
66596         Log: Subject: [DOC PATCH] perlfaq4.pod
66597              Date: Mon, 1 Sep 2003 12:38:50 +0200
66598              From: Elizabeth Mattijsen <liz@dijkmat.nl>
66599              Message-Id: <p05111b19bb78d1d7aa70@[192.168.56.4]>
66600      Branch: perl
66601            ! pod/perlfaq4.pod
66602 ____________________________________________________________________________
66603 [ 20980] By: jhi                                   on 2003/09/01  08:49:02
66604         Log: Subject: glob() bug
66605              From: Gurusamy Sarathy <gsar@ActiveState.com>
66606              Date: Mon, 01 Sep 2003 02:25:41 -0700
66607              Message-Id: <200309010925.h819Pf0X011457@smtp3.ActiveState.com>
66608      Branch: perl
66609            ! op.c t/run/fresh_perl.t
66610 ____________________________________________________________________________
66611 [ 20979] By: jhi                                   on 2003/09/01  06:32:01
66612         Log: Ultrix VAX is like VMS VAX in floating point.
66613      Branch: perl
66614            ! t/op/sprintf.t
66615 ____________________________________________________________________________
66616 [ 20978] By: jhi                                   on 2003/09/01  05:44:25
66617         Log: Subject: [PATCH@20959] some WinCE compilers require a little correction
66618              From: Vadim Konovalov <vkonovalov@peterstar.ru>
66619              Date: Mon, 1 Sep 2003 02:57:33 +0400
66620              Message-ID: <1091134912500.20030901025733@peterstar.ru>
66621      Branch: perl
66622            ! wince/Makefile.ce wince/wince.c
66623 ____________________________________________________________________________
66624 [ 20973] By: jhi                                   on 2003/08/31  15:34:43
66625         Log: Add test for -i.
66626      Branch: perl
66627            ! MANIFEST t/run/switches.t
66628 ____________________________________________________________________________
66629 [ 20972] By: jhi                                   on 2003/08/31  15:12:10
66630         Log: Add tests for -h and (unknown) -z.
66631      Branch: perl
66632            ! MANIFEST t/run/switches.t
66633 ____________________________________________________________________________
66634 [ 20971] By: jhi                                   on 2003/08/31  15:03:42
66635         Log: Add test for -v.
66636      Branch: perl
66637            ! MANIFEST t/run/switches.t
66638 ____________________________________________________________________________
66639 [ 20970] By: jhi                                   on 2003/08/31  14:55:54
66640         Log: List the switches tested in switches.t.
66641      Branch: perl
66642            ! t/run/switches.t
66643 ____________________________________________________________________________
66644 [ 20969] By: jhi                                   on 2003/08/31  14:51:19
66645         Log: Subject: [PATCH: perl@20898] have installperl install perl_setup.com and dbga2p.exe for VMS
66646              From: PPrymmer@factset.com
66647              Message-ID: <OF0394CB1E.C7646793-ON85256D93.004D75D4-85256D93.004E01F2@factset.com>
66648              Date: Sun, 31 Aug 2003 10:11:54 -0400
66649      Branch: perl
66650            ! installperl
66651 ____________________________________________________________________________
66652 [ 20968] By: jhi                                   on 2003/08/31  13:24:10
66653         Log: Subject: [PATCH sv.c] Re: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
66654              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
66655              Date: Sun, 31 Aug 2003 15:21:17 +0200
66656              Message-ID: <038401c36fc2$d01b1440$9b00a8c0@R2D2>
66657      Branch: perl
66658            ! sv.c
66659 ____________________________________________________________________________
66660 [ 20965] By: jhi                                   on 2003/08/31  08:55:59
66661         Log: Ouch.  Upgrading to base 2.0 made the threads tests very unhappy
66662              both in blead and maint, lots of "Attempt to free non-existent
66663              shared string" and "Unbalanced string table refcount" errors.
66664              Retract #20960 (and #20963).
66665      Branch: perl
66666            - lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
66667            - lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
66668            ! MANIFEST lib/base.pm lib/fields.pm
66669 ____________________________________________________________________________
66670 [ 20964] By: jhi                                   on 2003/08/31  08:17:43
66671         Log: Integrate from maint:
66672              [ 20963]
66673              Muffle the 'Pseudo-hashes are deprecated' warning for maint.
66674      Branch: perl
66675           !> lib/base/t/fp560.t
66676 ____________________________________________________________________________
66677 [ 20961] By: jhi                                   on 2003/08/31  08:09:21
66678         Log: De-cargo-cult.
66679      Branch: perl
66680            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
66681 ____________________________________________________________________________
66682 [ 20960] By: jhi                                   on 2003/08/31  08:07:43
66683         Log: Upgrade to base.pm 2.0.
66684
66685              (Rename the tests around a bit to be more 8.3-friendly.)
66686      Branch: perl
66687            + lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
66688            + lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
66689            ! MANIFEST lib/base.pm lib/fields.pm
66690 ____________________________________________________________________________
66691 [ 20957] By: jhi                                   on 2003/08/30  18:47:02
66692         Log: Fewer naked char constants.
66693      Branch: perl
66694            ! doio.c perlio.c sv.h
66695 ____________________________________________________________________________
66696 [ 20956] By: jhi                                   on 2003/08/30  18:38:05
66697         Log: This is probably a wrong fix for
66698              [perl #23645] tell with perlio on appended files
66699              but maybe this gets NI-S agitated enough to present the correct fix :-)
66700      Branch: perl
66701            ! perlio.c t/io/tell.t
66702 ____________________________________________________________________________
66703 [ 20954] By: jhi                                   on 2003/08/30  17:14:19
66704         Log: A new try at
66705
66706              Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
66707              From: "Gerrit P. Haase" <gp@familiehaase.de>
66708              Date: Thu, 28 Aug 2003 08:18:51 +0200
66709              Message-ID: <4157199551.20030828081851@familiehaase.de>
66710
66711              (this time Cygwin only)
66712      Branch: perl
66713            ! perlio.c
66714 ____________________________________________________________________________
66715 [ 20952] By: rgs                                   on 2003/08/30  15:20:48
66716         Log: Tweak XSLoader.t.
66717              XSLoader is supposed to work even for extensions that
66718              are statically linked. So only check that the extension we
66719              test for is actually available. (This test is not supposed
66720              to be run by miniperl.)
66721      Branch: perl
66722            ! ext/DynaLoader/t/XSLoader.t
66723 ____________________________________________________________________________
66724 [ 20950] By: jhi                                   on 2003/08/30  06:49:31
66725         Log: Something went wrong in change #20929;
66726              linux 2.4.18-bf2.4 didn't like it:
66727              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html
66728              and similar failure pattern also seen in Solaris 8.
66729      Branch: perl
66730            ! perlio.c
66731 ____________________________________________________________________________
66732 [ 20948] By: jhi                                   on 2003/08/30  06:08:57
66733         Log: Setup @INC.
66734      Branch: perl
66735            ! t/op/cproto.t
66736 ____________________________________________________________________________
66737 [ 20946] By: jhi                                   on 2003/08/30  06:00:09
66738         Log: Tabify and re-sort MANIFEST.
66739      Branch: perl
66740            ! MANIFEST
66741 ____________________________________________________________________________
66742 [ 20945] By: jhi                                   on 2003/08/30  05:57:04
66743         Log: Make XSLoader.t more robust (and sdbm.t more verbose)
66744      Branch: perl
66745            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
66746 ____________________________________________________________________________
66747 [ 20944] By: jhi                                   on 2003/08/30  05:50:41
66748         Log: Subject: [PATCH] XSLoader nits and tests
66749              From: Michael G Schwern <schwern@pobox.com>
66750              Date: Fri, 29 Aug 2003 22:55:07 -0700
66751              Message-ID: <20030830055507.GI25970@windhund.schwern.org>
66752      Branch: perl
66753            + ext/DynaLoader/t/XSLoader.t
66754            ! MANIFEST ext/DynaLoader/XSLoader_pm.PL
66755 ____________________________________________________________________________
66756 [ 20943] By: jhi                                   on 2003/08/30  05:44:02
66757         Log: Missed from #20942.
66758      Branch: perl
66759            ! lib/File/Spec/VMS.pm
66760 ____________________________________________________________________________
66761 [ 20942] By: jhi                                   on 2003/08/30  05:41:59
66762         Log: Subject: [PATCH: perl@20898] fix File::Spec->abs2rel() to return absolute $path more often for VMS
66763              From: PPrymmer@factset.com
66764              Date: Sat, 30 Aug 2003 00:57:28 -0400
66765              Message-ID: <OFD8AE5D6D.EA3FBE7D-ON85256D92.001A31FE-85256D92.001B3BE5@factset.com>
66766      Branch: perl
66767            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
66768 ____________________________________________________________________________
66769 [ 20941] By: jhi                                   on 2003/08/30  05:37:13
66770         Log: Subject: [patch sv.h api doc] SvTAINTED_on does its craft only under -T
66771              From: Stas Bekman <stas@stason.org>
66772              Date: Fri, 29 Aug 2003 17:11:41 -0700
66773              Message-ID: <3F4FEBBD.8000901@stason.org>
66774      Branch: perl
66775            ! pod/perlapi.pod sv.h
66776 ____________________________________________________________________________
66777 [ 20940] By: rgs                                   on 2003/08/29  21:17:59
66778         Log: Add a new test, to ensure that we don't unexpectedly change
66779              prototypes of builtins.
66780      Branch: perl
66781            + t/op/cproto.t
66782            ! MANIFEST
66783 ____________________________________________________________________________
66784 [ 20938] By: rgs                                   on 2003/08/29  20:22:21
66785         Log: Don't cast PL_multiline to bool : you may loose important bits.
66786      Branch: perl
66787            ! pp.c pp_hot.c
66788 ____________________________________________________________________________
66789 [ 20937] By: jhi                                   on 2003/08/29  17:22:11
66790         Log: Subject: [PATCH] Re: all 9007199254740992s are equal, but some are more equal than others
66791              From: Nicholas Clark <nick@ccl4.org>
66792              Date: Wed, 27 Aug 2003 22:59:55 +0100
66793              Message-ID: <20030827225955.E558@plum.flirble.org>
66794      Branch: perl
66795            ! pp.c
66796 ____________________________________________________________________________
66797 [ 20936] By: jhi                                   on 2003/08/29  17:17:16
66798         Log: Some perluniintro tweaks.
66799      Branch: perl
66800            ! pod/perluniintro.pod
66801 ____________________________________________________________________________
66802 [ 20935] By: jhi                                   on 2003/08/29  17:07:25
66803         Log: Tiny doc tweak from Shannon -jj Behrens.
66804      Branch: perl
66805            ! pod/perluniintro.pod
66806 ____________________________________________________________________________
66807 [ 20933] By: jhi                                   on 2003/08/29  13:25:18
66808         Log: Comparing an int to a U32 makes VC6 nervous.
66809      Branch: perl
66810            ! pp.c pp_hot.c
66811 ____________________________________________________________________________
66812 [ 20932] By: jhi                                   on 2003/08/29  13:06:06
66813         Log: Better skip() explicit number of tests, test counts getting
66814              out of sync less likely that way.
66815      Branch: perl
66816            ! t/op/pack.t
66817 ____________________________________________________________________________
66818 [ 20931] By: jhi                                   on 2003/08/29  12:59:32
66819         Log: Some Ultrix test dodgings.
66820      Branch: perl
66821            ! t/base/num.t t/op/arith.t t/op/pack.t
66822 ____________________________________________________________________________
66823 [ 20930] By: jhi                                   on 2003/08/29  12:57:07
66824         Log: Subject: [PATCH op.c] Perl_newCONSTSUB() related memory leaks
66825              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
66826              Date: Thu, 28 Aug 2003 21:47:22 +0200
66827              Message-ID: <006301c36d9d$335976a0$e400a8c0@R2D2>
66828      Branch: perl
66829            ! op.c
66830 ____________________________________________________________________________
66831 [ 20929] By: jhi                                   on 2003/08/29  12:55:12
66832         Log: Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
66833              From: "Gerrit P. Haase" <gp@familiehaase.de>
66834              Date: Thu, 28 Aug 2003 08:18:51 +0200
66835              Message-ID: <4157199551.20030828081851@familiehaase.de>
66836
66837              (changed so that the 'b' is always appended)
66838      Branch: perl
66839            ! perlio.c
66840 ____________________________________________________________________________
66841 [ 20928] By: jhi                                   on 2003/08/29  07:04:17
66842         Log: Subject: RE: [PATCH] Pod::InputObjects performance de-pessimization
66843              From: marek.rouchal@infineon.com
66844              Date: Wed, 27 Aug 2003 17:25:28 +0200
66845              Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com>
66846
66847              PodParser-1.25 prerelease.
66848      Branch: perl
66849            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
66850            ! lib/Pod/Parser.pm pod/pod2usage.PL pod/podchecker.PL
66851            ! pod/podselect.PL t/pod/find.t t/pod/poderrs.xr
66852 ____________________________________________________________________________
66853 [ 20927] By: jhi                                   on 2003/08/28  18:53:45
66854         Log: MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.
66855      Branch: perl
66856            ! ext/DynaLoader/dl_mpeix.xs mpeix/mpeix.c
66857 ____________________________________________________________________________
66858 [ 20925] By: jhi                                   on 2003/08/28  16:15:47
66859         Log: Subject: [PATCH] valgrindpp.pl
66860              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
66861              Date: Thu, 28 Aug 2003 09:43:49 +0200
66862              Message-ID: <002701c36d38$1edb71c0$ae4eeed9@R2D2>
66863      Branch: perl
66864            ! Porting/valgrindpp.pl
66865 ____________________________________________________________________________
66866 [ 20924] By: jhi                                   on 2003/08/28  16:12:08
66867         Log: Subject: [PATCH] Quieten more warnings in Deparse.pm
66868              From: Paul Johnson <paul@pjcj.net>
66869              Date: Thu, 28 Aug 2003 00:13:59 +0200
66870              Message-ID: <20030827221359.GE28396@pjcj.net>
66871      Branch: perl
66872            ! ext/B/B/Deparse.pm
66873 ____________________________________________________________________________
66874 [ 20923] By: jhi                                   on 2003/08/28  01:45:51
66875         Log: Subject: Re: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod
66876              From: Michael G Schwern <schwern@pobox.com>
66877              Date: Wed, 27 Aug 2003 15:05:20 -0700
66878              Message-ID: <20030827220520.GD7300@windhund.schwern.org>
66879      Branch: perl
66880            ! lib/ExtUtils/MakeMaker/Tutorial.pod
66881 ____________________________________________________________________________
66882 [ 20922] By: rgs                                   on 2003/08/27  19:52:27
66883         Log: Add caveats and tests for Symbol::delete_package().
66884      Branch: perl
66885            ! lib/Symbol.pm lib/Symbol.t
66886 ____________________________________________________________________________
66887 [ 20921] By: jhi                                   on 2003/08/27  17:12:56
66888         Log: Configure is doing fine in Ultrix, operator error.
66889      Branch: perl
66890            ! hints/ultrix_4.sh
66891 ____________________________________________________________________________
66892 [ 20920] By: jhi                                   on 2003/08/27  16:49:22
66893         Log: Add the valgrindpp.pl script from Marcus Holland-Moritz.
66894      Branch: perl
66895            + Porting/valgrindpp.pl
66896            ! MANIFEST
66897 ____________________________________________________________________________
66898 [ 20917] By: jhi                                   on 2003/08/27  13:09:33
66899         Log: Subject: disturbing, disruptive typo in Tutorial.pod [PATCH]
66900              From: "John P. Linderman" <jpl@research.att.com>
66901              Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT)
66902              Message-Id: <200308271210.IAA23907@raptor.research.att.com>
66903
66904              Subject: typo in pod/perlnewmod.pod [PATCH]
66905              From: "John P. Linderman" <jpl@research.att.com>
66906              Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT)
66907              Message-Id: <200308271307.JAA46955@raptor.research.att.com>
66908
66909              Subject: [PATCH] document the location of byacc
66910              From: Dave Mitchell <davem@fdgroup.com>
66911              Date: Wed, 27 Aug 2003 14:26:50 +0100
66912              Message-ID: <20030827132650.GA23144@fdgroup.com>
66913      Branch: perl
66914            ! Porting/pumpkin.pod lib/ExtUtils/MakeMaker/Tutorial.pod
66915            ! pod/perlnewmod.pod
66916 ____________________________________________________________________________
66917 [ 20916] By: jhi                                   on 2003/08/27  13:01:26
66918         Log: Ultrix tweaks: <string.h> must not be included twice
66919              (otherwise one gets prototype conflicts between the <string.h>
66920              and proto.h because Ultrix thinks e.g. Perl_ninstr has been
66921              define in <string.h>...); and Configure misprobes some features.
66922      Branch: perl
66923            ! ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/sdbm.c
66924            ! ext/SDBM_File/sdbm/sdbm.h ext/Socket/Socket.xs
66925            ! hints/ultrix_4.sh
66926 ____________________________________________________________________________
66927 [ 20915] By: jhi                                   on 2003/08/27  05:37:34
66928         Log: Urk.  In Mac OS X byteorder is not one of the "known ones",
66929              but instead it is 0xFFFF.  So retract #20914.
66930      Branch: perl
66931            ! perl.h
66932 ____________________________________________________________________________
66933 [ 20914] By: jhi                                   on 2003/08/27  05:17:44
66934         Log: Sanity check for BYTEORDER.
66935      Branch: perl
66936            ! perl.h
66937 ____________________________________________________________________________
66938 [ 20913] By: rgs                                   on 2003/08/26  20:34:48
66939         Log: Integrate two DJGPP portability patches from the 5.6.2 branch :
66940
66941              [20859]
66942              Two portability patches for DJGPP from Richard Dawe
66943              <rich@phekda.freeserve.co.uk>.
66944              Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>
66945
66946              [20911]
66947              Don't uppercase automatically all environment variables on DJGPP.
66948              (reported by Richard Dawe, this breaks portability of Unix
66949              scripts.) Don't change the behaviour on plain MS/DOS.
66950      Branch: perl
66951            ! perl.c
66952           !> djgpp/djgppsed.sh dosish.h
66953 ____________________________________________________________________________
66954 [ 20912] By: rgs                                   on 2003/08/26  20:15:40
66955         Log: perlapi.pod tweaks, based on :
66956              Subject: misdocumented return value for sv_setref*
66957              From: Joe Schaefer <joe+perl@sunstarsys.com>
66958              Date: 12 Aug 2003 13:21:42 -0400
66959              Message-ID: <m3adae94gp.fsf@sol.sunstarsys.com>
66960      Branch: perl
66961            ! pod/perlapi.pod sv.c
66962 ____________________________________________________________________________
66963 [ 20910] By: rgs                                   on 2003/08/26  19:37:29
66964         Log: Change the internal prototype of the pop() and shift() builtins
66965              to (;\@), to reflect that their array argument is optional.
66966      Branch: perl
66967            ! opcode.h opcode.pl
66968 ____________________________________________________________________________
66969 [ 20909] By: rgs                                   on 2003/08/26  19:13:39
66970         Log: Subject: [PATCH] improved 19064 (local $_[0] problems)
66971              From: Dave Mitchell <davem@fdgroup.com>
66972              Date: Sun, 24 Aug 2003 15:52:00 +0100
66973              Message-ID: <20030824145159.GA12210@fdgroup.com>
66974      Branch: perl
66975            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
66976 ____________________________________________________________________________
66977 [ 20908] By: rgs                                   on 2003/08/26  18:40:50
66978         Log: Subject: [PATCH] minor File::Spec testing cleanup
66979              From: Ken Williams <ken@mathforum.org>
66980              Date: Thu, 21 Aug 2003 22:47:51 -0500
66981              Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org>
66982      Branch: perl
66983            ! lib/File/Spec/t/rel2abs2rel.t
66984 ____________________________________________________________________________
66985 [ 20907] By: jhi                                   on 2003/08/26  12:12:14
66986         Log: Maintainer catch from Rafael.
66987      Branch: perl
66988            ! Porting/Maintainers.pl
66989 ____________________________________________________________________________
66990 [ 20905] By: jhi                                   on 2003/08/26  09:36:22
66991         Log: Take a cutdown version of the change #20903 also to perlebcdic.
66992      Branch: perl
66993            ! pod/perlebcdic.pod
66994 ____________________________________________________________________________
66995 [ 20904] By: jhi                                   on 2003/08/26  09:29:49
66996         Log: No dynaloading at all in Ultrix.
66997      Branch: perl
66998            ! hints/ultrix_4.sh
66999 ____________________________________________________________________________
67000 [ 20903] By: jhi                                   on 2003/08/26  08:54:02
67001         Log: PerlIO on EBCDIC on BS2000 advice from Thomas Dorner.
67002              (This information looks interesting enough to be mentioned
67003              elsewhere, too.)
67004      Branch: perl
67005            ! README.bs2000
67006 ____________________________________________________________________________
67007 [ 20902] By: jhi                                   on 2003/08/26  08:36:36
67008         Log: CGI::Carp from CGI.pm 3.00 was missing.
67009      Branch: perl
67010            ! lib/CGI/Carp.pm
67011 ____________________________________________________________________________
67012 [ 20901] By: jhi                                   on 2003/08/26  05:18:15
67013         Log: Subject: Re: [PATCH] valgrind and /#/x
67014              From: Enache Adrian <enache@rdslink.ro>
67015              Date: Tue, 26 Aug 2003 08:11:07 +0300
67016              Message-ID: <20030826051107.GA1086@ratsnest.hole>
67017      Branch: perl
67018            ! regcomp.c t/op/re_tests t/run/fresh_perl.t toke.c
67019 ____________________________________________________________________________
67020 [ 20900] By: jhi                                   on 2003/08/26  04:53:09
67021         Log: More memory lane.
67022      Branch: perl
67023            ! hints/ultrix_4.sh
67024 ____________________________________________________________________________
67025 [ 20899] By: rgs                                   on 2003/08/25  21:05:57
67026         Log: fix syscall() prototype description in
67027              perlfunc.pod, as suggested by Lukas Mai.
67028      Branch: perl
67029            ! pod/perlfunc.pod
67030 ____________________________________________________________________________
67031 [ 20896] By: jhi                                   on 2003/08/25  19:52:48
67032         Log: Tiny doc tweak.
67033      Branch: perl
67034            ! README.solaris
67035 ____________________________________________________________________________
67036 [ 20895] By: jhi                                   on 2003/08/25  19:46:31
67037         Log: Even more SunOS 4 info.
67038      Branch: perl
67039            ! README.solaris
67040 ____________________________________________________________________________
67041 [ 20894] By: jhi                                   on 2003/08/25  19:37:00
67042         Log: Subject: [PATCH@20512] make backspace key work for WinCE users
67043              From: Vadim Konovalov <vkonovalov@peterstar.ru>
67044              Date: Tue, 26 Aug 2003 00:10:29 +0400
67045              Message-ID: <135606488000.20030826001029@peterstar.ru>
67046      Branch: perl
67047            ! wince/perlmain.c
67048 ____________________________________________________________________________
67049 [ 20893] By: jhi                                   on 2003/08/25  19:25:08
67050         Log: Subject: more valgrinding: select problem?
67051              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
67052              Date: Mon, 25 Aug 2003 22:02:17 +0200
67053              Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>
67054
67055              In glibc, just use the __FD_SETSIZE since that's
67056              the size of the buffer (usually 1024 bits, much
67057              more than the selectminbits of 32).
67058      Branch: perl
67059            ! pp_sys.c
67060 ____________________________________________________________________________
67061 [ 20892] By: jhi                                   on 2003/08/25  19:11:32
67062         Log: More ptags tweakage from Stas; now add 'fullpath'
67063              option to get absolute paths.
67064      Branch: perl
67065            ! emacs/ptags
67066 ____________________________________________________________________________
67067 [ 20891] By: jhi                                   on 2003/08/25  18:35:03
67068         Log: The new tests of #20888 didn't really test what they claimed to.
67069      Branch: perl
67070            ! t/op/pat.t
67071 ____________________________________________________________________________
67072 [ 20890] By: jhi                                   on 2003/08/25  18:14:33
67073         Log: Subject: [5.8.1] maint @ 20845 OK on aix 4.2
67074              From: Jose.auguste-etienne@cgss-guyane.fr
67075              Date: Mon, 25 Aug 2003 14:35:45 -0300
67076              Message-ID: <OF1EF867E8.4A2A43A1-ON03256D8D.005DFE9A@Cgss-Guyane.fr>
67077
67078              AIX Configure advice.
67079      Branch: perl
67080            ! README.aix
67081 ____________________________________________________________________________
67082 [ 20889] By: jhi                                   on 2003/08/25  18:08:42
67083         Log: More SunOS 4.x info.
67084      Branch: perl
67085            ! README.solaris
67086 ____________________________________________________________________________
67087 [ 20888] By: jhi                                   on 2003/08/25  17:53:32
67088         Log: The #20887 didn't go over that well;
67089              and add a few more tests from UTS#18.
67090      Branch: perl
67091            ! t/op/pat.t
67092 ____________________________________________________________________________
67093 [ 20887] By: jhi                                   on 2003/08/25  16:40:51
67094         Log: pat.t -> charnames -> UCD -> Storable,
67095              not good for static builds and minitest.
67096      Branch: perl
67097            ! t/op/pat.t
67098 ____________________________________________________________________________
67099 [ 20886] By: jhi                                   on 2003/08/25  16:35:26
67100         Log: SunOS 4.1.4 is working, too.
67101      Branch: perl
67102            ! README.solaris hints/sunos_4_1.sh
67103 ____________________________________________________________________________
67104 [ 20884] By: jhi                                   on 2003/08/25  16:05:18
67105         Log: Regen perlmodlib, perltoc.
67106      Branch: perl
67107            ! pod/perlmodlib.pod pod/perltoc.pod
67108 ____________________________________________________________________________
67109 [ 20881] By: jhi                                   on 2003/08/25  15:45:51
67110         Log: UVSIZE is not yet defined when it would be needed
67111              by MULTIARCH.  So go back to LONGSIZE, and (belt-
67112              and-suspenders-and-rope style) later in UVSIZE
67113              possibly redefine BYTEORDER.
67114      Branch: perl
67115            ! Configure config_h.SH
67116 ____________________________________________________________________________
67117 [ 20880] By: jhi                                   on 2003/08/25  11:28:45
67118         Log: Subject: [PATCH] valgrind and /#/x
67119              From: Dave Mitchell <davem@fdgroup.com>
67120              Date: Mon, 25 Aug 2003 13:27:49 +0100
67121              Message-ID: <20030825122748.GA15560@fdgroup.com>
67122      Branch: perl
67123            ! regcomp.c
67124 ____________________________________________________________________________
67125 [ 20879] By: jhi                                   on 2003/08/25  11:16:29
67126         Log: Subject: Please update my address
67127              From: Ed Avis <ed@membled.com>
67128              Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST)
67129              Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net>
67130
67131              (Just the AUTHORS part, though, I don't think retroactively
67132              updating the Changes* is useful.)
67133      Branch: perl
67134            ! AUTHORS
67135 ____________________________________________________________________________
67136 [ 20878] By: jhi                                   on 2003/08/25  11:14:26
67137         Log: Document even more ways of affecting your "utf8ness".
67138      Branch: perl
67139            ! lib/utf8.pm
67140 ____________________________________________________________________________
67141 [ 20877] By: jhi                                   on 2003/08/25  11:11:40
67142         Log: Change the VERSION since there are now changes since Perl 5.8.0.
67143      Branch: perl
67144            ! ext/I18N/Langinfo/Langinfo.pm
67145 ____________________________________________________________________________
67146 [ 20876] By: jhi                                   on 2003/08/25  11:11:13
67147         Log: Keep the CGI::Util VERSION at 1.31 since there have been changes
67148              since Perl 5.8.0.
67149      Branch: perl
67150            ! lib/CGI/Util.pm
67151 ____________________________________________________________________________
67152 [ 20875] By: jhi                                   on 2003/08/25  11:09:49
67153         Log: Upgrade to CGI.pm 3.00.
67154      Branch: perl
67155            ! lib/CGI.pm lib/CGI/Util.pm
67156 ____________________________________________________________________________
67157 [ 20872] By: jhi                                   on 2003/08/25  09:03:44
67158         Log: Subject: [PATCH] valgrind update
67159              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
67160              Date: Mon, 25 Aug 2003 09:51:57 +0200 (MEST)
67161              Message-ID: <21671.1061797917@www38.gmx.net>
67162      Branch: perl
67163            ! t/TEST t/op/magic.t
67164 ____________________________________________________________________________
67165 [ 20871] By: jhi                                   on 2003/08/25  05:16:02
67166         Log: Subject: [PATCH] valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)
67167              From: Nicholas Clark <nick@ccl4.org>
67168              Date: Sun, 24 Aug 2003 16:48:53 +0100
67169              Message-ID: <20030824164851.E558@plum.flirble.org>
67170      Branch: perl
67171            ! doop.c
67172 ____________________________________________________________________________
67173 [ 20870] By: jhi                                   on 2003/08/25  05:14:04
67174         Log: Subject: [patch emacs/ptags] allow xemacs to be used
67175              From: Stas Bekman <stas@stason.org>
67176              Date: Sun, 24 Aug 2003 22:05:00 -0700
67177              Message-ID: <3F4998FC.3090401@stason.org>
67178      Branch: perl
67179            ! emacs/ptags
67180 ____________________________________________________________________________
67181 [ 20868] By: jhi                                   on 2003/08/24  13:20:03
67182         Log: MPE/iX doc tweak from Mark Bixby.
67183      Branch: perl
67184            ! README.mpeix
67185 ____________________________________________________________________________
67186 [ 20867] By: jhi                                   on 2003/08/24  10:46:42
67187         Log: Various tweaks for getting Perl to compile on SunOS 4.x.
67188              Doesn't work well yet, something broken in DynaLoader/XSLoader?
67189      Branch: perl
67190            ! README.solaris ext/IO/poll.c hints/sunos_4_1.sh
67191 ____________________________________________________________________________
67192 [ 20866] By: jhi                                   on 2003/08/24  10:00:59
67193         Log: IRIX 5.3 is 99.90% okay.
67194      Branch: perl
67195            ! README.irix hints/irix_5.sh
67196 ____________________________________________________________________________
67197 [ 20865] By: jhi                                   on 2003/08/24  08:24:46
67198         Log: An imperfect last resort in case there is no strtoul() but
67199              there is strtol() (like e.g. SunOS 4) because of the Atoul()
67200              in Perl_get_hash_seed()).  The only true fix would be to
67201              implement Perl_my_strtoul() (and Perl_my_strtol(), I guess)
67202              in numeric.c.
67203      Branch: perl
67204            ! perl.h
67205 ____________________________________________________________________________
67206 [ 20864] By: jhi                                   on 2003/08/24  07:45:47
67207         Log: s/rationale/rational/g on bigrats.
67208      Branch: perl
67209            ! lib/Math/BigRat.pm lib/bigrat.pm
67210 ____________________________________________________________________________
67211 [ 20862] By: jhi                                   on 2003/08/24  06:41:17
67212         Log: Update the CPAN mirrors list.
67213      Branch: perl
67214            ! pod/perlmodlib.PL pod/perlmodlib.pod
67215 ____________________________________________________________________________
67216 [ 20861] By: jhi                                   on 2003/08/24  06:13:13
67217         Log: gcc -O3 and Storable in Linux do not like each other.
67218      Branch: perl
67219            ! ext/Storable/hints/linux.pl
67220 ____________________________________________________________________________
67221 [ 20860] By: jhi                                   on 2003/08/24  05:34:56
67222         Log: Bad quote day, noticed by Philip Newton.
67223      Branch: perl
67224            ! hints/dos_djgpp.sh
67225 ____________________________________________________________________________
67226 [ 20856] By: jhi                                   on 2003/08/23  09:15:15
67227         Log: Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture"
67228              From: Enache Adrian <enache@rdslink.ro>
67229              Date: Mon, 4 Aug 2003 16:20:19 +0300
67230              Message-ID: <20030804132019.GA6764@ratsnest.hole>
67231      Branch: perl
67232            ! Configure config_h.SH
67233 ____________________________________________________________________________
67234 [ 20855] By: jhi                                   on 2003/08/23  07:51:32
67235         Log: Add more comments so that one can see what is supposed to happen.
67236      Branch: perl
67237            ! t/op/lc.t
67238 ____________________________________________________________________________
67239 [ 20854] By: jhi                                   on 2003/08/23  07:41:11
67240         Log: More data points about the Storable optimization problem
67241              in Linux.  (It might be that also non-Debians are affected,
67242              waiting for more information.)
67243      Branch: perl
67244            ! ext/Storable/hints/linux.pl
67245 ____________________________________________________________________________
67246 [ 20853] By: jhi                                   on 2003/08/23  07:37:41
67247         Log: Move the note about known eval leaks earlier.
67248      Branch: perl
67249            ! pod/perlhack.pod
67250 ____________________________________________________________________________
67251 [ 20852] By: jhi                                   on 2003/08/23  07:15:58
67252         Log: Forgot to regen byterun.c.
67253      Branch: perl
67254            ! ext/ByteLoader/byterun.c
67255 ____________________________________________________________________________
67256 [ 20851] By: jhi                                   on 2003/08/23  07:13:29
67257         Log: Doc tweaks on perlhack.
67258      Branch: perl
67259            ! pod/perlhack.pod
67260 ____________________________________________________________________________
67261 [ 20850] By: jhi                                   on 2003/08/23  06:54:58
67262         Log: Subject: [PATCH] Re: valgrind as a leak hound?
67263              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
67264              Date: Fri, 22 Aug 2003 23:28:18 +0200
67265              Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2>
67266
67267              Add the leak detection to valgrind testing.
67268      Branch: perl
67269            + t/perl.supp
67270            ! MANIFEST pod/perlhack.pod t/TEST
67271 ____________________________________________________________________________
67272 [ 20843] By: jhi                                   on 2003/08/22  15:05:39
67273         Log: Oops.  Why can't C comments nest?
67274      Branch: perl
67275            ! pp_sys.c
67276 ____________________________________________________________________________
67277 [ 20842] By: jhi                                   on 2003/08/22  14:57:09
67278         Log: Try to dodge getspnam() in AIX.
67279      Branch: perl
67280            ! pp_sys.c
67281 ____________________________________________________________________________
67282 [ 20840] By: jhi                                   on 2003/08/22  13:52:26
67283         Log: Subject: Re: mysterious bytecode.t failure
67284              From: Enache Adrian <enache@rdslink.ro>
67285              Date: Fri, 22 Aug 2003 11:49:34 +0300
67286              Message-ID: <20030822084934.GA1257@ratsnest.hole>
67287      Branch: perl
67288            ! t/base/lex.t
67289 ____________________________________________________________________________
67290 [ 20839] By: jhi                                   on 2003/08/22  13:51:44
67291         Log: Subject: [PATCH] for File::Temp::tempdir(CLEANUP => 1)
67292              From: Slaven Rezic <slaven@rezic.de>
67293              Date: Sun, 17 Aug 2003 12:52:47 +0200 (CEST)
67294              Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de>
67295      Branch: perl
67296            ! lib/File/Temp.pm lib/File/Temp/t/tempfile.t
67297 ____________________________________________________________________________
67298 [ 20837] By: jhi                                   on 2003/08/22  13:42:24
67299         Log: Just #.
67300      Branch: perl
67301            ! pod/buildtoc pod/perltoc.pod
67302 ____________________________________________________________________________
67303 [ 20835] By: jhi                                   on 2003/08/22  13:32:12
67304         Log: Regen toc.
67305      Branch: perl
67306            ! pod/perltoc.pod
67307 ____________________________________________________________________________
67308 [ 20834] By: jhi                                   on 2003/08/22  13:28:36
67309         Log: Also MANIFEST the vms/perlvms restoration.
67310      Branch: perl
67311            ! MANIFEST
67312 ____________________________________________________________________________
67313 [ 20833] By: jhi                                   on 2003/08/22  13:22:02
67314         Log: In the vms/descrip_mms.template    the perlvms.pod must
67315              be copied from vms/, err, [.vms], not [.pod].
67316      Branch: perl
67317            ! pod/buildtoc vms/descrip_mms.template
67318 ____________________________________________________________________________
67319 [ 20832] By: jhi                                   on 2003/08/22  13:15:35
67320         Log: Retract #20826 and #20831; things are done differently
67321              in VMS, it seems.  Maybe the vms/descrip_mms.template
67322              needs to be changed?
67323      Branch: perl
67324            + vms/perlvms.pod
67325            - pod/perlvms.pod
67326            ! MANIFEST Makefile.SH
67327 ____________________________________________________________________________
67328 [ 20831] By: jhi                                   on 2003/08/22  13:04:47
67329         Log: Rafael spotted that vms/perlvms.pod was still referred to.
67330      Branch: perl
67331            ! Makefile.SH
67332 ____________________________________________________________________________
67333 [ 20829] By: jhi                                   on 2003/08/22  12:22:04
67334         Log: The change #20809 opened up a code path that might leave s unset.
67335      Branch: perl
67336            ! mg.c
67337 ____________________________________________________________________________
67338 [ 20828] By: jhi                                   on 2003/08/22  12:17:49
67339         Log: Subject: [PATCH: lib/File/Path.t] Re: maint @ 20803
67340              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
67341              Date: Fri, 22 Aug 2003 14:57:09 +0200
67342              Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2>
67343      Branch: perl
67344            ! lib/File/Path.t
67345 ____________________________________________________________________________
67346 [ 20827] By: jhi                                   on 2003/08/22  12:17:01
67347         Log: Test the correct longness; from Enache.
67348      Branch: perl
67349            ! ext/B/t/assembler.t
67350 ____________________________________________________________________________
67351 [ 20826] By: jhi                                   on 2003/08/22  12:15:28
67352         Log: perlvms moving day, from Craig Berry.
67353      Branch: perl
67354            + pod/perlvms.pod
67355            - vms/perlvms.pod
67356            ! MANIFEST
67357 ____________________________________________________________________________
67358 [ 20825] By: jhi                                   on 2003/08/22  12:14:14
67359         Log: Lower Storable.xs optimization to -O2 on certain
67360              known platforms.
67361      Branch: perl
67362            + ext/Storable/hints/linux.pl
67363            ! MANIFEST
67364 ____________________________________________________________________________
67365 [ 20824] By: jhi                                   on 2003/08/22  08:20:15
67366         Log: Subject: [PATCH] Re: [perl #23463] compiler version on sparc/netbsd
67367              From: Nicholas Clark <nick@ccl4.org>
67368              Date: Thu, 21 Aug 2003 22:26:18 +0100
67369              Message-ID: <20030821222618.T558@plum.flirble.org>
67370      Branch: perl
67371            ! t/op/pack.t
67372 ____________________________________________________________________________
67373 [ 20823] By: jhi                                   on 2003/08/22  08:16:47
67374         Log: Subject: Re: [perl #23463]: compiler version on sparc/netbsd
67375              From: alian@cpan.org (Alian)
67376              Date: Wed, 20 Aug 2003 20:39:17 +0200
67377              Message-ID: <3F43C055.6030709@jupiter.alianet>
67378      Branch: perl
67379            ! t/op/pack.t
67380 ____________________________________________________________________________
67381 [ 20822] By: jhi                                   on 2003/08/22  08:01:57
67382         Log: Try to make the use of utf8 as clear as possible.
67383      Branch: perl
67384            ! lib/utf8.pm
67385 ____________________________________________________________________________
67386 [ 20821] By: jhi                                   on 2003/08/22  07:51:21
67387         Log: Put the tests of the change #19064 back, but disable them.
67388      Branch: perl
67389            ! t/op/args.t
67390 ____________________________________________________________________________
67391 [ 20820] By: jhi                                   on 2003/08/22  06:47:50
67392         Log: Advertise the encoding pragma at the utf8 pragma.
67393      Branch: perl
67394            ! lib/utf8.pm
67395 ____________________________________________________________________________
67396 [ 20819] By: jhi                                   on 2003/08/22  06:31:29
67397         Log: Subject: [PATCH] grok_* symbols missing in Devel::PPPort (2nd attempt)
67398              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
67399              Date: Fri, 22 Aug 2003 09:01:09 +0200
67400              Message-id: <20030822070109.GA1029@ethan>
67401      Branch: perl
67402            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
67403            ! ext/Devel/PPPort/t/test.t
67404 ____________________________________________________________________________
67405 [ 20817] By: jhi                                   on 2003/08/22  05:18:53
67406         Log: Subject: [PATCH] perl-5.8.0, langinfo.h and YESSTR
67407              From: insecure <insecure@mail.od.ua>
67408              Date: Thu, 21 Aug 2003 21:37:56 +0300
67409              Message-Id: <200308212137.57016.insecure@mail.od.ua>
67410      Branch: perl
67411            ! ext/I18N/Langinfo/Langinfo.xs
67412 ____________________________________________________________________________
67413 [ 20816] By: jhi                                   on 2003/08/22  05:15:30
67414         Log: More bytecode patching from Enache.
67415      Branch: perl
67416            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
67417            ! ext/B/B/Disassembler.pm ext/ByteLoader/bytecode.h
67418 ____________________________________________________________________________
67419 [ 20815] By: jhi                                   on 2003/08/22  05:06:58
67420         Log: Subject: Re: pod cleanup
67421              From: Ken Williams <ken@mathforum.org>
67422              Date: Thu, 21 Aug 2003 21:24:57 -0500
67423              Message-Id: <D2C0AA31-D447-11D7-8495-003065F6D85A@mathforum.org>
67424      Branch: perl
67425            ! lib/File/Spec/Cygwin.pm lib/File/Spec/OS2.pm
67426 ____________________________________________________________________________
67427 [ 20814] By: jhi                                   on 2003/08/22  05:05:52
67428         Log: Do not edit perltoc since it is autogenerated.
67429      Branch: perl
67430            ! pod/buildtoc
67431 ____________________________________________________________________________
67432 [ 20813] By: jhi                                   on 2003/08/22  04:57:12
67433         Log: Subject: [PATCH] Re: pod cleanup
67434              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
67435              Date: Thu, 21 Aug 2003 17:09:17 -0400
67436              Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>
67437
67438              (the pod part)
67439      Branch: perl
67440            ! pod/perl5005delta.pod pod/perlfaq4.pod pod/perlhack.pod
67441            ! pod/perlipc.pod pod/perlpacktut.pod
67442 ____________________________________________________________________________
67443 [ 20811] By: jhi                                   on 2003/08/22  04:46:58
67444         Log: No need to E<gt>.
67445      Branch: perl
67446            ! pod/perluniintro.pod
67447 ____________________________________________________________________________
67448 [ 20810] By: jhi                                   on 2003/08/22  04:46:01
67449         Log: Add File::Temp's OO test.
67450      Branch: perl
67451            + lib/File/Temp/t/object.t
67452            ! MANIFEST
67453 ____________________________________________________________________________
67454 [ 20809] By: rgs                                   on 2003/08/21  19:07:22
67455         Log: The magic variables that alter STDOUT have a tendancy to segfault
67456              when accessed if STDOUT is undefined. Protect them.
67457      Branch: perl
67458            ! mg.c
67459 ____________________________________________________________________________
67460 [ 20808] By: jhi                                   on 2003/08/21  18:39:36
67461         Log: Mention the Unicode UTR #18 version referenced.
67462      Branch: perl
67463            ! pod/perlunicode.pod
67464 ____________________________________________________________________________
67465 [ 20807] By: jhi                                   on 2003/08/21  18:22:22
67466         Log: Must close so that unlink works portably.
67467      Branch: perl
67468            ! t/io/utf8.t
67469 ____________________________________________________________________________
67470 [ 20806] By: jhi                                   on 2003/08/21  18:15:07
67471         Log: Subject: [perluniintro.pod] pod markup fix
67472              From: Stas Bekman <stas@stason.org>
67473              Date: Thu, 21 Aug 2003 11:41:01 -0700
67474              Message-ID: <3F45123D.8020805@stason.org>
67475      Branch: perl
67476            ! pod/perluniintro.pod
67477 ____________________________________________________________________________
67478 [ 20805] By: jhi                                   on 2003/08/21  18:11:30
67479         Log: Subject: [PATCH] utf8 variable names scrambled in error messages
67480              From: Enache Adrian <enache@rdslink.ro>
67481              Date: Thu, 21 Aug 2003 21:17:26 +0300
67482              Message-ID: <20030821181726.GA1241@ratsnest.hole>
67483      Branch: perl
67484            ! gv.c t/op/die.t
67485 ____________________________________________________________________________
67486 [ 20804] By: jhi                                   on 2003/08/21  18:09:10
67487         Log: Fix the syswrite downgrade bug of
67488              [perl #23428] Somethings rotten in unicode semantics
67489      Branch: perl
67490            ! pp_sys.c t/io/utf8.t
67491 ____________________________________________________________________________
67492 [ 20801] By: jhi                                   on 2003/08/21  15:06:16
67493         Log: No more public cwd(), use private _cwd().
67494      Branch: perl
67495            ! lib/File/Spec/t/Spec.t
67496 ____________________________________________________________________________
67497 [ 20799] By: jhi                                   on 2003/08/21  14:20:04
67498         Log: Underline the fact that abs2rel() makes no sense
67499              if it spans multiple roots.
67500      Branch: perl
67501            ! lib/File/Spec.pm lib/File/Spec/Unix.pm
67502 ____________________________________________________________________________
67503 [ 20798] By: jhi                                   on 2003/08/21  14:12:29
67504         Log: Rename the internal cwd() to _cwd() (it's not curdir).
67505      Branch: perl
67506            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
67507            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
67508            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
67509            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
67510 ____________________________________________________________________________
67511 [ 20797] By: jhi                                   on 2003/08/21  14:05:18
67512         Log: Subject: Re: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
67513              From: PPrymmer@factset.com
67514              Message-ID: <OF261B78F0.19FBE242-ON85256D88.00091B48-85256D88.000A179D@factset.com>
67515              Date: Tue, 19 Aug 2003 21:50:12 -0400
67516      Branch: perl
67517            ! lib/ExtUtils/MM_Unix.pm
67518 ____________________________________________________________________________
67519 [ 20795] By: jhi                                   on 2003/08/21  04:42:56
67520         Log: Retract #19064, broke mod_perl flushing (localisation of $|).
67521              http://public.activestate.com/cgi-bin/perlbrowse?patch=19064
67522              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01466.html
67523      Branch: perl
67524            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
67525 ____________________________________________________________________________
67526 [ 20794] By: jhi                                   on 2003/08/21  04:35:54
67527         Log: MPE/iX does not have nanosleep() (the test makes
67528              a wrong conclusion of the linking succeeding)
67529      Branch: perl
67530            ! ext/Time/HiRes/Makefile.PL
67531 ____________________________________________________________________________
67532 [ 20793] By: jhi                                   on 2003/08/21  04:35:05
67533         Log: Subject: Re: untieing your victim during the act
67534              From: Dave Mitchell <davem@fdgroup.com>
67535              Date: Wed, 20 Aug 2003 20:44:53 +0100
67536              Message-ID: <20030820194453.GD27719@fdgroup.com>
67537      Branch: perl
67538            ! mg.c
67539 ____________________________________________________________________________
67540 [ 20792] By: jhi                                   on 2003/08/21  04:30:54
67541         Log: Byteloader patching from Enache continues;
67542              PADOFFSET handling was wrong.
67543      Branch: perl
67544            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
67545            ! ext/B/t/assembler.t ext/ByteLoader/bytecode.h
67546            ! ext/ByteLoader/byterun.c
67547 ____________________________________________________________________________
67548 [ 20791] By: jhi                                   on 2003/08/20  13:55:35
67549         Log: Subject: [PATCH perl@20760] Remove redundant targets from Win32 Makefile
67550              From: Steve Hay <steve.hay@uk.radan.com>
67551              Date: Wed, 20 Aug 2003 10:54:46 +0100
67552              Message-ID: <3F434566.3030602@uk.radan.com>
67553      Branch: perl
67554            ! win32/Makefile win32/makefile.mk
67555 ____________________________________________________________________________
67556 [ 20790] By: jhi                                   on 2003/08/20  11:01:52
67557         Log: Upgrade to Encode 1.98.
67558      Branch: perl
67559            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
67560            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
67561            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
67562            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_eucjp.t
67563            ! ext/Encode/t/enc_utf8.t ext/Encode/t/mime-header.t
67564            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
67565            ! ext/Encode/ucm/macHebrew.ucm
67566 ____________________________________________________________________________
67567 [ 20789] By: jhi                                   on 2003/08/20  10:49:51
67568         Log: Patch from Enache for the crashing of bytecode.t in Tru64.
67569      Branch: perl
67570            ! ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
67571 ____________________________________________________________________________
67572 [ 20786] By: rgs                                   on 2003/08/19  20:22:07
67573         Log: t/TEST fails to fail when it can't find tests.
67574      Branch: perl
67575            ! t/TEST
67576 ____________________________________________________________________________
67577 [ 20785] By: jhi                                   on 2003/08/19  19:34:18
67578         Log: Manifest.t.ation of Schwern.
67579      Branch: perl
67580            ! lib/ExtUtils/t/Manifest.t
67581 ____________________________________________________________________________
67582 [ 20783] By: jhi                                   on 2003/08/19  19:24:00
67583         Log: Nick's podulator was right, I just hadn't read the manual...
67584              the vms\perlvms.pod lines needed to be moved.
67585      Branch: perl
67586            ! win32/Makefile win32/makefile.mk
67587 ____________________________________________________________________________
67588 [ 20781] By: jhi                                   on 2003/08/19  16:59:49
67589         Log: Subject: Re: [perl #23304] Installing perl breaks redhat-config scripts[was: New (well  known) printer won't install in RH-9]
67590              From: Andy Dougherty <doughera@lafayette.edu>
67591              Date: Tue, 19 Aug 2003 10:45:24 -0400 (EDT)
67592              Message-ID: <Pine.SOL.4.53.0308191027250.6665@maxwell.phys.lafayette.edu>
67593      Branch: perl
67594            ! INSTALL
67595 ____________________________________________________________________________
67596 [ 20780] By: jhi                                   on 2003/08/19  16:54:48
67597         Log: Subject: [PATCH] Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhausted
67598              From: alian <alian@cpan.org>
67599              Date: Tue, 19 Aug 2003 18:18:03 +0200
67600              Message-ID: <20030819161650.65754.qmail@onion.perl.org>
67601      Branch: perl
67602            + ext/B/hints/openbsd.pl
67603            ! MANIFEST
67604 ____________________________________________________________________________
67605 [ 20779] By: jhi                                   on 2003/08/19  16:49:22
67606         Log: Subject: Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
67607              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
67608              Date: Tue, 19 Aug 2003 08:28:14 -0700
67609              Message-ID: <20030819152814.GA15441@math.berkeley.edu>
67610      Branch: perl
67611            ! lib/File/Spec/OS2.pm
67612 ____________________________________________________________________________
67613 [ 20778] By: jhi                                   on 2003/08/19  15:09:30
67614         Log: Unnecessary whitespace diff.
67615      Branch: perl
67616            ! lib/ExtUtils/MakeMaker.pm
67617 ____________________________________________________________________________
67618 [ 20777] By: jhi                                   on 2003/08/19  15:05:18
67619         Log: One less failure.
67620      Branch: perl
67621            ! lib/ExtUtils/t/Manifest.t
67622 ____________________________________________________________________________
67623 [ 20776] By: jhi                                   on 2003/08/19  13:36:03
67624         Log: Replace #20772 with
67625
67626              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
67627              From: PPrymmer@factset.com
67628              Message-ID: <OFE22C35CE.D5CB1A7F-ON85256D87.004E3BCA-85256D87.004F9EF2@factset.com>
67629              Date: Tue, 19 Aug 2003 10:29:44 -0400
67630      Branch: perl
67631            ! lib/ExtUtils/t/Manifest.t
67632 ____________________________________________________________________________
67633 [ 20775] By: jhi                                   on 2003/08/19  13:29:13
67634         Log: (From Enache) Keep bytecode files (.plc) around in case
67635              of failures.  (Currently Tru64 is reliably barfing.)
67636      Branch: perl
67637            ! ext/B/t/bytecode.t
67638 ____________________________________________________________________________
67639 [ 20774] By: jhi                                   on 2003/08/19  13:20:59
67640         Log: 's buildtoc now.
67641      Branch: perl
67642            ! README.cygwin
67643 ____________________________________________________________________________
67644 [ 20773] By: jhi                                   on 2003/08/19  13:19:24
67645         Log: These are kind of important.
67646      Branch: perl
67647            ! MANIFEST
67648 ____________________________________________________________________________
67649 [ 20772] By: jhi                                   on 2003/08/19  13:13:26
67650         Log: Replace #20763 with
67651
67652              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
67653              From: Michael G Schwern <schwern@pobox.com>
67654              Date: Mon, 18 Aug 2003 17:07:30 -0700
67655              Message-ID: <20030819000729.GG14782@windhund.schwern.org>
67656      Branch: perl
67657            ! lib/ExtUtils/t/Manifest.t
67658 ____________________________________________________________________________
67659 [ 20771] By: jhi                                   on 2003/08/19  13:10:42
67660         Log: Subject: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
67661              From: Michael G Schwern <schwern@pobox.com>
67662              Date: Mon, 18 Aug 2003 18:02:08 -0700
67663              Message-ID: <20030819010208.GI14782@windhund.schwern.org>
67664      Branch: perl
67665            ! lib/File/Spec/OS2.pm
67666 ____________________________________________________________________________
67667 [ 20770] By: jhi                                   on 2003/08/19  13:08:45
67668         Log: Subject: [PATCH] maintperl - File::Spec cwd() stuff
67669              From: Ken Williams <ken@mathforum.org>
67670              Date: Mon, 18 Aug 2003 17:07:43 -0500
67671              Message-Id: <645E5A7D-D1C8-11D7-84BF-003065F6D85A@mathforum.org>
67672      Branch: perl
67673            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
67674            ! lib/File/Spec/t/Spec.t
67675 ____________________________________________________________________________
67676 [ 20769] By: jhi                                   on 2003/08/19  12:25:07
67677         Log: Update the history records.
67678      Branch: perl
67679            ! pod/perlhist.pod
67680 ____________________________________________________________________________
67681 [ 20768] By: jhi                                   on 2003/08/19  12:15:58
67682         Log: Still trying to unify MANIFEST sorting.
67683      Branch: perl
67684            ! MANIFEST pod/buildtoc
67685 ____________________________________________________________________________
67686 [ 20767] By: jhi                                   on 2003/08/19  12:10:00
67687         Log: Try to unify the MANIFEST sorting.
67688      Branch: perl
67689            ! MANIFEST Makefile.SH pod/buildtoc
67690 ____________________________________________________________________________
67691 [ 20766] By: jhi                                   on 2003/08/19  12:04:22
67692         Log: Nicholas Clark's podulator.  The win32 makefile
67693              generation doesn't seem to be working yet.
67694      Branch: perl
67695            + pod.lst pod/buildtoc
67696            - pod/buildtoc.PL
67697            ! MANIFEST Makefile.SH pod/Makefile.SH pod/perl.pod
67698            ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
67699 ____________________________________________________________________________
67700 [ 20765] By: jhi                                   on 2003/08/19  03:10:57
67701         Log: Pod tweaks for NEXT from Alan Ferrency.
67702      Branch: perl
67703            ! lib/NEXT.pm
67704 ____________________________________________________________________________
67705 [ 20764] By: jhi                                   on 2003/08/18  19:34:16
67706         Log: Typo tweaks from Gerrit P. Haase.  Fcntl, fcntl, fcntl.
67707      Branch: perl
67708            ! ext/Fcntl/Fcntl.pm pod/perlfunc.pod t/io/utf8.t
67709 ____________________________________________________________________________
67710 [ 20763] By: jhi                                   on 2003/08/18  19:01:33
67711         Log: Subject: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
67712              From: PPrymmer@factset.com
67713              Date: Mon, 18 Aug 2003 15:57:12 -0400
67714              Message-ID: <OF314202D4.49371ADF-ON85256D86.006CEBE2-85256D86.006D9AA7@factset.com>
67715      Branch: perl
67716            ! lib/ExtUtils/t/Manifest.t
67717 ____________________________________________________________________________
67718 [ 20762] By: jhi                                   on 2003/08/18  18:57:22
67719         Log: Subject: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
67720              From: PPrymmer@factset.com
67721              Date: Mon, 18 Aug 2003 14:28:22 -0400
67722              Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com>
67723      Branch: perl
67724            ! vms/descrip_mms.template
67725 ____________________________________________________________________________
67726 [ 20761] By: jhi                                   on 2003/08/18  18:53:05
67727         Log: Use the base class cwd() method.
67728      Branch: perl
67729            ! lib/File/Spec/VMS.pm
67730 ____________________________________________________________________________
67731 [ 20758] By: jhi                                   on 2003/08/18  09:37:22
67732         Log: Subject: [PATCH] Uppercase globals in Pod::Html
67733              From: Michael G Schwern <schwern@pobox.com>
67734              Date: Mon, 18 Aug 2003 03:29:09 -0700
67735              Message-ID: <20030818102909.GJ823@windhund.schwern.org>
67736      Branch: perl
67737            ! lib/Pod/Html.pm
67738 ____________________________________________________________________________
67739 [ 20756] By: jhi                                   on 2003/08/18  08:46:52
67740         Log: Subject: [PATCH] Pod::Html  unifying global variable declaration and initialization
67741              From: Michael G Schwern <schwern@pobox.com>
67742              Date: Mon, 18 Aug 2003 02:44:31 -0700
67743              Message-ID: <20030818094431.GG823@windhund.schwern.org>
67744      Branch: perl
67745            ! lib/Pod/Html.pm
67746 ____________________________________________________________________________
67747 [ 20755] By: jhi                                   on 2003/08/18  08:41:24
67748         Log: Warn about the slowness of memory debuggers.
67749      Branch: perl
67750            ! pod/perlhack.pod
67751 ____________________________________________________________________________
67752 [ 20754] By: jhi                                   on 2003/08/18  08:34:00
67753         Log: Upgrade to ExtUtils::MakeMaker 6.16.
67754      Branch: perl
67755            + lib/ExtUtils/t/prereq_print.t
67756            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Installed.pm
67757            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
67758            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
67759            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
67760            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Manifest.t
67761 ____________________________________________________________________________
67762 [ 20753] By: jhi                                   on 2003/08/18  08:21:36
67763         Log: Subject: Re: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
67764              From: Michael G Schwern <schwern@pobox.com>
67765              Date: Mon, 18 Aug 2003 01:34:34 -0700
67766              Message-ID: <20030818083433.GB823@windhund.schwern.org>
67767      Branch: perl
67768            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
67769 ____________________________________________________________________________
67770 [ 20752] By: jhi                                   on 2003/08/18  07:01:16
67771         Log: I could have sworn the base class method was there.
67772      Branch: perl
67773            ! lib/File/Spec/Unix.pm
67774 ____________________________________________________________________________
67775 [ 20751] By: jhi                                   on 2003/08/18  05:09:34
67776         Log: utf8::is_utf8() wasn't there in 5.8.0.
67777      Branch: perl
67778            ! lib/utf8.pm
67779 ____________________________________________________________________________
67780 [ 20750] By: jhi                                   on 2003/08/18  04:53:22
67781         Log: Subject: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
67782              From: "Craig A. Berry" <craigberry@mac.com>
67783              Date: Sun, 17 Aug 2003 23:28:21 -0500
67784              Message-ID: <3F4055E5.2070407@mac.com>
67785      Branch: perl
67786            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
67787 ____________________________________________________________________________
67788 [ 20749] By: jhi                                   on 2003/08/17  19:27:03
67789         Log: Subject: [PATCH] Taint safe Cwd::_qnx_abs_path()
67790              From: Michael G Schwern <schwern@pobox.com>
67791              Date: Sat, 16 Aug 2003 14:58:25 -0700
67792              Message-ID: <20030816215824.GF5859@windhund.schwern.org>
67793
67794              (plus local *REALPATH)
67795      Branch: perl
67796            ! lib/Cwd.pm
67797 ____________________________________________________________________________
67798 [ 20747] By: jhi                                   on 2003/08/17  08:44:18
67799         Log: Subject: [PATCH] Re: [BUG] string loses its utf8 flag on die
67800              From: Enache Adrian <enache@rdslink.ro>
67801              Date: Sat, 16 Aug 2003 16:03:16 +0300
67802              Message-ID: <20030816130316.GA1654@ratsnest.hole>
67803
67804              Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die
67805              From: Enache Adrian <enache@rdslink.ro>
67806              Date: Sun, 17 Aug 2003 04:42:22 +0300
67807              Message-ID: <20030817014222.GA1287@ratsnest.hole>
67808      Branch: perl
67809            ! t/op/die.t util.c
67810 ____________________________________________________________________________
67811 [ 20745] By: jhi                                   on 2003/08/17  07:52:47
67812         Log: The lib/Cwd.pm diet part of
67813
67814              Subject: [PATCH] File::Spec on diet
67815              From: Tels <perl_dummy@bloodgate.com>
67816              Date: Mon, 7 Jul 2003 22:41:42 +0200
67817              Message-Id: <200307072235.03364@bloodgate.com>
67818      Branch: perl
67819            ! lib/Cwd.pm
67820 ____________________________________________________________________________
67821 [ 20744] By: jhi                                   on 2003/08/17  07:50:00
67822         Log: The "reduce memory footprint and increase speed by not
67823              unconditionally pulling in Cwd"    part of
67824
67825              Subject: [PATCH] File::Spec on diet
67826              From: Tels <perl_dummy@bloodgate.com>
67827              Date: Mon, 7 Jul 2003 22:41:42 +0200
67828              Message-Id: <200307072235.03364@bloodgate.com>
67829
67830              was still valid.
67831      Branch: perl
67832            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
67833            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
67834            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
67835            ! lib/File/Spec/Win32.pm
67836 ____________________________________________________________________________
67837 [ 20741] By: jhi                                   on 2003/08/17  06:53:07
67838         Log: File::Temp 0.14 from Tim Jenness, now with OO interface.
67839      Branch: perl
67840            ! lib/File/Temp.pm
67841 ____________________________________________________________________________
67842 [ 20739] By: jhi                                   on 2003/08/16  21:03:07
67843         Log: Subject: [PATCH: perl@20724] fixes for installperl and the vmsdebug build on VMS
67844              From: PPrymmer@factset.com
67845              Date: Sat, 16 Aug 2003 11:55:58 -0400
67846              Message-ID: <OFA82C9B0A.6463DD81-ON85256D84.0056DF1B-85256D84.005784F2@factset.com>
67847      Branch: perl
67848            ! installperl
67849 ____________________________________________________________________________
67850 [ 20738] By: jhi                                   on 2003/08/16  20:39:47
67851         Log: Update to Filter::Util::Call 1.6 from CPAN, but keep our
67852              $VERSION at 1.601 so that we are different in version
67853              than 5.8.0 since the module is different (one doc tweak).
67854      Branch: perl
67855            ! ext/Filter/Util/Call/Call.pm
67856 ____________________________________________________________________________
67857 [ 20737] By: jhi                                   on 2003/08/16  20:25:21
67858         Log: valgrind --help didn't return a happy exit status.
67859      Branch: perl
67860            ! Makefile.SH
67861 ____________________________________________________________________________
67862 [ 20736] By: rgs                                   on 2003/08/16  19:54:43
67863         Log: Avoid a "Subroutine Cwd::fastcwd redefined" warning when
67864              loading Cwd. Undefing &Cwd::fastcwd beforehand is inconvenient
67865              because loading the XS part of Cwd might fail.
67866      Branch: perl
67867            ! lib/Cwd.pm
67868 ____________________________________________________________________________
67869 [ 20735] By: rgs                                   on 2003/08/16  19:39:39
67870         Log: Subject: [patch lib/utf8.pm] doc tweaks
67871              From: Stas Bekman <stas@stason.org>
67872              Date: Sat, 16 Aug 2003 13:30:28 -0700
67873              Message-ID: <3F3E9464.3030202@stason.org>
67874      Branch: perl
67875            ! lib/utf8.pm
67876 ____________________________________________________________________________
67877 [ 20734] By: rgs                                   on 2003/08/16  19:32:05
67878         Log: Subject: [PATCH] Taint problems in Cwd::abs_path
67879              From: Michael G Schwern <schwern@pobox.com>
67880              Date: Fri, 15 Aug 2003 18:43:45 -0700
67881              Message-ID: <20030816014345.GE4023@windhund.schwern.org>
67882      Branch: perl
67883            ! ext/Cwd/t/taint.t lib/Cwd.pm
67884 ____________________________________________________________________________
67885 [ 20733] By: jhi                                   on 2003/08/16  17:03:15
67886         Log: No ODBM for Mac OS X, even if we have Fink GDBM libraries.
67887      Branch: perl
67888            ! hints/darwin.sh
67889 ____________________________________________________________________________
67890 [ 20732] By: jhi                                   on 2003/08/16  16:52:50
67891         Log: Add valgrind testing target.
67892      Branch: perl
67893            ! Makefile.SH pod/perlhack.pod t/TEST
67894 ____________________________________________________________________________
67895 [ 20731] By: jhi                                   on 2003/08/16  14:37:33
67896         Log: More networking negativity.
67897      Branch: perl
67898            ! pod/perlport.pod
67899 ____________________________________________________________________________
67900 [ 20730] By: rgs                                   on 2003/08/16  12:12:43
67901         Log: Remove a useless vstring reference in perlnumber.pod.
67902      Branch: perl
67903            ! pod/perlnumber.pod
67904 ____________________________________________________________________________
67905 [ 20729] By: jhi                                   on 2003/08/16  10:11:30
67906         Log: README.macosx updates about known problems.
67907      Branch: perl
67908            ! README.macosx
67909 ____________________________________________________________________________
67910 [ 20728] By: jhi                                   on 2003/08/16  08:32:04
67911         Log: Subject: [PATCH] Small test tweak for Memoize/t/error.t
67912              From: Andreas J Koenig <andreas.koenig@anima.de>
67913              Date: Fri, 15 Aug 2003 11:55:22 +0200
67914              Message-ID: <87smo39red.fsf@franz.ak.mind.de>
67915      Branch: perl
67916            ! lib/Memoize/t/errors.t
67917 ____________________________________________________________________________
67918 [ 20727] By: jhi                                   on 2003/08/16  07:25:08
67919         Log: Upgrade to File::Temp 0.13 from CPAN--
67920              but since we had a '0.13' already in 5.8.0, make this
67921              still a '0.131'.
67922      Branch: perl
67923            ! lib/File/Temp.pm lib/File/Temp/t/mktemp.t
67924            ! lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
67925            ! lib/File/Temp/t/tempfile.t
67926 ____________________________________________________________________________
67927 [ 20726] By: jhi                                   on 2003/08/15  20:29:10
67928         Log: Clarify the E flag.
67929      Branch: perl
67930            ! embed.fnc
67931 ____________________________________________________________________________
67932 [ 20725] By: jhi                                   on 2003/08/15  15:37:36
67933         Log: Integrate from maint:
67934              [ 20724]
67935              No peeking before the buffer.
67936              (This was probably the random failure showing up
67937              in Solaris with t/uni/tr_7jis.t)
67938      Branch: perl
67939           !> toke.c
67940 ____________________________________________________________________________
67941 [ 20721] By: jhi                                   on 2003/08/15  08:44:42
67942         Log: Subject: [PATCH] TEST script (Was: Not ok 20712ff)
67943              From: Andreas J Koenig <andreas.koenig@anima.de>
67944              Date: Fri, 15 Aug 2003 11:37:29 +0200
67945              Message-ID: <87wudf9s86.fsf_-_@franz.ak.mind.de>
67946      Branch: perl
67947            ! t/TEST
67948 ____________________________________________________________________________
67949 [ 20720] By: jhi                                   on 2003/08/15  08:40:07
67950         Log: Integrate from maint:
67951              [ 20719]
67952              no_plan is not a good plan until TEST is fixed.
67953      Branch: perl
67954           !> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
67955 ____________________________________________________________________________
67956 [ 20717] By: jhi                                   on 2003/08/15  05:06:39
67957         Log: Up the F::S subpackage versions; up the JPL JNI.pm version
67958              (the JPL cvs seems to be out of order), the only real change
67959              (in JNI.xs) seems to have been CRLF->LF conversion.
67960      Branch: perl
67961            ! jpl/JNI/JNI.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
67962 ____________________________________________________________________________
67963 [ 20716] By: jhi                                   on 2003/08/15  04:58:34
67964         Log: Upgrade to Test::Harness 2.30.
67965      Branch: perl
67966            ! lib/Test/Harness.pm lib/Test/Harness/Changes
67967            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/pod.t
67968 ____________________________________________________________________________
67969 [ 20715] By: jhi                                   on 2003/08/15  04:41:37
67970         Log: Damian replied that he'll make a CPAN Switch 2.10
67971              out of 5.8.1 Switch 2.10.
67972      Branch: perl
67973            ! lib/Switch.pm
67974 ____________________________________________________________________________
67975 [ 20714] By: jhi                                   on 2003/08/14  18:35:07
67976         Log: Add PerlIO::via::QuotedPrint to Maintainers.
67977      Branch: perl
67978            ! Porting/Maintainers.pl
67979 ____________________________________________________________________________
67980 [ 20713] By: jhi                                   on 2003/08/14  18:33:06
67981         Log: Upgrade to PerlIO::via::Quoted 0.05.
67982      Branch: perl
67983            ! lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
67984 ____________________________________________________________________________
67985 [ 20712] By: jhi                                   on 2003/08/14  18:29:19
67986         Log: Upgrade to NEXT 0.60.
67987      Branch: perl
67988            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
67989            ! lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
67990 ____________________________________________________________________________
67991 [ 20711] By: jhi                                   on 2003/08/14  17:31:55
67992         Log: perlcheat is a reference, not tutorial.
67993      Branch: perl
67994            ! pod/perl.pod
67995 ____________________________________________________________________________
67996 [ 20710] By: jhi                                   on 2003/08/14  16:48:34
67997         Log: Subject: PATCH RC4 IO::Dir
67998              From: Mark Jason Dominus <mjd@plover.com>
67999              Date: Thu, 14 Aug 2003 12:02:59 -0400
68000              Message-ID: <20030814160259.27586.qmail@plover.com>
68001      Branch: perl
68002            ! ext/IO/lib/IO/Dir.pm
68003 ____________________________________________________________________________
68004 [ 20708] By: jhi                                   on 2003/08/14  14:45:20
68005         Log: win32/fcrypt.c was forgotten.
68006      Branch: perl
68007            ! MANIFEST
68008 ____________________________________________________________________________
68009 [ 20706] By: jhi                                   on 2003/08/14  14:40:30
68010         Log: Not so great a version bump, let Paul release 0.17.
68011      Branch: perl
68012            ! ext/Filter/Util/Call/Call.pm
68013 ____________________________________________________________________________
68014 [ 20705] By: jhi                                   on 2003/08/14  14:38:40
68015         Log: One more XS change versus no VERSION change.
68016              (Remaining in JNI.pm/xs, don't know what to about that
68017              since JNI is kind of "stable".)
68018      Branch: perl
68019            ! ext/Filter/Util/Call/Call.pm
68020 ____________________________________________________________________________
68021 [ 20704] By: jhi                                   on 2003/08/14  14:36:45
68022         Log: XS contents changes versus VERSION non-changes.
68023      Branch: perl
68024            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
68025            ! ext/PerlIO/scalar/scalar.pm ext/SDBM_File/SDBM_File.pm
68026            ! ext/Socket/Socket.pm
68027 ____________________________________________________________________________
68028 [ 20702] By: jhi                                   on 2003/08/14  14:24:40
68029         Log: Subject: [PATCH perl@20684] Include fcrypt.c for crypt() on Windows
68030              From: Steve Hay <steve.hay@uk.radan.com>
68031              Date: Thu, 14 Aug 2003 15:39:16 +0100
68032              Message-ID: <3F3B9F14.4040609@uk.radan.com>
68033
68034              (Sarathy okayed the idea.)
68035      Branch: perl
68036            + win32/fcrypt.c
68037            - win32/des_fcrypt.patch
68038            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
68039 ____________________________________________________________________________
68040 [ 20701] By: jhi                                   on 2003/08/14  14:17:42
68041         Log: Subject: [DOC PATCH] warnings.pl
68042              From: Elizabeth Mattijsen <liz@dijkmat.nl>
68043              Date: Thu, 14 Aug 2003 13:12:55 +0200
68044              Message-id: <p05111b00bb611e8835e0@[192.168.56.3]>
68045
68046              (some rewording)
68047      Branch: perl
68048            ! lib/warnings.pm warnings.pl
68049 ____________________________________________________________________________
68050 [ 20700] By: gbarr                                 on 2003/08/14  14:12:45
68051         Log: Update to Scalar-List-Utils 1.12
68052      Branch: perl
68053            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
68054            ! ext/List/Util/lib/List/Util.pm
68055            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/reduce.t
68056 ____________________________________________________________________________
68057 [ 20699] By: jhi                                   on 2003/08/14  13:16:27
68058         Log: All the authors of these modules have now been contacted;
68059              but assuming no CPAN updates are upcoming, here are 'fake'
68060              version updates to make us different from 5.8.0.
68061              (List::Util+Scalar::Util will soon be updated;
68062              File::Spec CPAN release will be made based on 5.8.1.)
68063      Branch: perl
68064            ! ext/Data/Dumper/Dumper.pm lib/CGI/Fast.pm lib/CGI/Util.pm
68065            ! lib/File/Temp.pm lib/Locale/Country.pm lib/Locale/Currency.pm
68066            ! lib/Locale/Language.pm lib/Locale/Script.pm lib/Switch.pm
68067            ! lib/Test/Harness/Straps.pm lib/Text/Wrap.pm
68068 ____________________________________________________________________________
68069 [ 20697] By: jhi                                   on 2003/08/14  07:05:48
68070         Log: Make the blead versions of these be newer...
68071      Branch: perl
68072            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
68073 ____________________________________________________________________________
68074 [ 20696] By: jhi                                   on 2003/08/14  06:51:34
68075         Log: Tweak from Slaven to catch also changed .xs files
68076              (.pm -> .xs name equivalence is assumed)
68077      Branch: perl
68078            ! Porting/cmpVERSION.pl
68079 ____________________________________________________________________________
68080 [ 20695] By: jhi                                   on 2003/08/14  06:44:10
68081         Log: Diffs-sans-version-diffs between blead and maint.
68082      Branch: perl
68083            ! ext/B/B.pm ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
68084            ! ext/Devel/PPPort/PPPort.pm lib/English.pm lib/overload.pm
68085            ! lib/warnings.pm warnings.pl
68086 ____________________________________________________________________________
68087 [ 20692] By: jhi                                   on 2003/08/14  05:23:58
68088         Log: One more VERSION bump.
68089      Branch: perl
68090            ! lib/SelfLoader.pm
68091 ____________________________________________________________________________
68092 [ 20691] By: jhi                                   on 2003/08/14  05:21:20
68093         Log: Add a known exception.
68094      Branch: perl
68095            ! Porting/cmpVERSION.pl
68096 ____________________________________________________________________________
68097 [ 20689] By: jhi                                   on 2003/08/14  04:54:18
68098         Log: The blead version has got the dor.
68099      Branch: perl
68100            ! ext/Opcode/Opcode.pm
68101 ____________________________________________________________________________
68102 [ 20688] By: jhi                                   on 2003/08/14  04:51:30
68103         Log: A swath of VERSION patches from Nicholas Clark.
68104      Branch: perl
68105            ! lib/AutoSplit.pm lib/CPAN/Nox.pm lib/Cwd.pm lib/English.pm
68106            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Path.pm
68107            ! lib/Hash/Util.pm lib/Net/hostent.pm lib/Net/servent.pm
68108            ! lib/Text/Abbrev.pm lib/Thread/Semaphore.pm lib/Tie/Array.pm
68109            ! lib/Tie/RefHash.pm lib/UNIVERSAL.pm lib/Unicode/UCD.pm
68110            ! lib/attributes.pm lib/base.pm lib/diagnostics.pm lib/fields.pm
68111            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/utf8.pm
68112            ! lib/vmsish.pm os2/OS2/Process/Process.pm
68113            ! os2/OS2/REXX/DLL/DLL.pm t/TestInit.pm
68114            ! t/lib/MakeMaker/Test/Utils.pm t/lib/Math/BigInt/BareCalc.pm
68115            ! vms/ext/Filespec.pm warnings.pl
68116 ____________________________________________________________________________
68117 [ 20687] By: jhi                                   on 2003/08/13  18:53:15
68118         Log: Alpha version numbers noticed by Schwern.
68119              (These hacks are no more needed since the PAUSE indexer no
68120              more indexes the insides of Perl distributions, says Andreas.)
68121      Branch: perl
68122            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
68123            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
68124            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
68125            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
68126            ! ext/IPC/SysV/SysV.pm
68127 ____________________________________________________________________________
68128 [ 20686] By: jhi                                   on 2003/08/13  18:42:50
68129         Log: Subject: Re: script wanted
68130              From: Nicholas Clark <nick@ccl4.org>
68131              Date: Wed, 13 Aug 2003 20:46:09 +0100
68132              Message-ID: <20030813204609.G20130@plum.flirble.org>
68133      Branch: perl
68134            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/Debug.pm
68135            ! ext/B/B/Lint.pm ext/Fcntl/Fcntl.pm ext/File/Glob/Glob.pm
68136            ! ext/IO/IO.pm ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
68137            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
68138            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/Msg.pm
68139            ! ext/IPC/SysV/Semaphore.pm ext/POSIX/POSIX.pm
68140            ! ext/Sys/Hostname/Hostname.pm ext/Sys/Syslog/Syslog.pm
68141            ! ext/re/re.pm ext/threads/shared/shared.pm
68142            ! ext/threads/threads.pm
68143 ____________________________________________________________________________
68144 [ 20685] By: jhi                                   on 2003/08/13  18:24:50
68145         Log: Subject: Re: script wanted
68146              From: Enache Adrian <enache@rdslink.ro>
68147              Date: Wed, 13 Aug 2003 22:31:18 +0300
68148              Message-ID: <20030813193118.GA1273@ratsnest.hole>
68149      Branch: perl
68150            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
68151            ! ext/B/B/Disassembler.pm
68152 ____________________________________________________________________________
68153 [ 20681] By: jhi                                   on 2003/08/13  17:13:12
68154         Log: Subject: [PATCH lib/lib_pm.PL utils/perlcc.PL utils/h2xs.PL] RE: script wanted
68155              From: Robin Barker <Robin.Barker@npl.co.uk>
68156              Date: Wed, 13 Aug 2003 18:05:38 +0100
68157              Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk>
68158      Branch: perl
68159            ! lib/lib_pm.PL utils/h2xs.PL utils/perlcc.PL
68160 ____________________________________________________________________________
68161 [ 20680] By: jhi                                   on 2003/08/13  17:11:38
68162         Log: Subject: [PATCH] GNU Public General Public General GNU Public License License
68163              From: Michael G Schwern <schwern@pobox.com>
68164              Date: Wed, 13 Aug 2003 11:15:40 -0700
68165              Message-ID: <20030813181539.GA22658@windhund.schwern.org>
68166      Branch: perl
68167            ! pod/perlartistic.pod pod/perlgpl.pod
68168 ____________________________________________________________________________
68169 [ 20678] By: jhi                                   on 2003/08/13  13:46:18
68170         Log: Add cmpVERSION.pl from Slaven for comparing two
68171              Perl source trees for modules that have changed
68172              but have the same version numbers.
68173      Branch: perl
68174            + Porting/cmpVERSION.pl
68175            ! MANIFEST
68176 ____________________________________________________________________________
68177 [ 20676] By: jhi                                   on 2003/08/13  12:03:08
68178         Log: Make Johan's confusion go away, but there are no doubt more
68179              similar cases.
68180      Branch: perl
68181            ! lib/File/Find.pm
68182 ____________________________________________________________________________
68183 [ 20674] By: jhi                                   on 2003/08/13  11:57:47
68184         Log: Make (hopefully) the Windows CR CR LF bug go away
68185              by making the CRLF layer repel any other CRLF layers.
68186              In other words: binmode(FH, ":crlf") in e.g. Win32
68187              is effectively a no-op since there already is one
68188              CRLF layer in the stack by default.
68189      Branch: perl
68190            ! perlio.c pod/perlrun.pod t/io/crlf.t t/io/layers.t
68191 ____________________________________________________________________________
68192 [ 20673] By: jhi                                   on 2003/08/13  10:29:56
68193         Log: One tweak from Dave Mitchell.
68194      Branch: perl
68195            ! pod/perlport.pod
68196 ____________________________________________________________________________
68197 [ 20672] By: jhi                                   on 2003/08/13  10:27:54
68198         Log: One tweak for microperl in OS/2.
68199      Branch: perl
68200            ! perl.h
68201 ____________________________________________________________________________
68202 [ 20671] By: merijn                                on 2003/08/13  08:57:27
68203         Log: Subject: [PATCH] another VMS pod nit
68204              From: "Craig A. Berry" <craigberry@mac.com>
68205              Date: Wed, 13 Aug 2003 01:01:46 -0500
68206              Message-ID: <3F39D44A.4010207@mac.com>
68207      Branch: perl
68208            ! vms/descrip_mms.template
68209 ____________________________________________________________________________
68210 [ 20670] By: merijn                                on 2003/08/13  08:54:45
68211         Log: Subject: [PATCH Tie::File] turn the alarm off in the tests (was Re: maint @ 20617 (on VMS))
68212              From: "Craig A. Berry" <craigberry@mac.com>
68213              Date: Tue, 12 Aug 2003 21:12:00 -0500
68214              Message-ID: <3F399E70.4050607@mac.com>
68215      Branch: perl
68216            ! lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/29_downcopy.t
68217            ! lib/Tie/File/t/29a_upcopy.t
68218 ____________________________________________________________________________
68219 [ 20669] By: jhi                                   on 2003/08/13  06:06:39
68220         Log: More don't:s for nyetworking.
68221      Branch: perl
68222            ! pod/perlport.pod
68223 ____________________________________________________________________________
68224 [ 20668] By: rgs                                   on 2003/08/12  20:27:41
68225         Log: perlipc thinko by John P. Linderman.
68226      Branch: perl
68227            ! pod/perlipc.pod
68228 ____________________________________________________________________________
68229 [ 20666] By: jhi                                   on 2003/08/12  20:02:13
68230         Log: Subject: Re: maint @ 20617 [PATCH]
68231              From: =?iso-8859-1?q?Sreeji=20K=20Das?= <sreeji_k@yahoo.com>
68232              Date: Tue, 12 Aug 2003 13:19:00 +0100 (BST)
68233              Message-ID: <20030812121900.26127.qmail@web10501.mail.yahoo.com>
68234      Branch: perl
68235            ! lib/ExtUtils/Installed.pm
68236 ____________________________________________________________________________
68237 [ 20665] By: jhi                                   on 2003/08/12  19:59:54
68238         Log: README.cygwin updates from Gerrit P. Haase.
68239      Branch: perl
68240            ! README.cygwin
68241 ____________________________________________________________________________
68242 [ 20664] By: jhi                                   on 2003/08/12  19:57:53
68243         Log: Do some updates also on pod.mak -- which seems to
68244              be badly out of date.
68245      Branch: perl
68246            ! win32/pod.mak
68247 ____________________________________________________________________________
68248 [ 20663] By: jhi                                   on 2003/08/12  19:48:01
68249         Log: More missing pods for VMS.
68250      Branch: perl
68251            ! vms/descrip_mms.template
68252 ____________________________________________________________________________
68253 [ 20662] By: jhi                                   on 2003/08/12  19:43:46
68254         Log: Subject: [PATCH: perl@20617] add handling for new perlreref.pod file to VMS build.
68255              From: PPrymmer@factset.com
68256              Date: Tue, 12 Aug 2003 16:24:21 -0400
68257              Message-ID: <OF26F453CA.0F963A91-ON85256D80.006F991A-85256D80.007017F2@factset.com>
68258      Branch: perl
68259            ! vms/descrip_mms.template
68260 ____________________________________________________________________________
68261 [ 20661] By: jhi                                   on 2003/08/12  19:41:50
68262         Log: perlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett.
68263      Branch: perl
68264            ! pod/perlreref.pod
68265 ____________________________________________________________________________
68266 [ 20660] By: jhi                                   on 2003/08/12  18:44:27
68267         Log: A better patch from Yitzchak Scott-Thoennes for [perl #23287].
68268      Branch: perl
68269            ! pp_sys.c
68270 ____________________________________________________________________________
68271 [ 20657] By: jhi                                   on 2003/08/12  13:55:56
68272         Log: Multiline one-liners are a bit too much to ask.
68273      Branch: perl
68274            ! t/op/closure.t
68275 ____________________________________________________________________________
68276 [ 20654] By: jhi                                   on 2003/08/12  13:23:00
68277         Log: Add perlcheat to the toc and perl.pod; regen toc.
68278      Branch: perl
68279            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
68280 ____________________________________________________________________________
68281 [ 20653] By: jhi                                   on 2003/08/12  13:15:17
68282         Log: Retract #20644 and #20643; on non-microperl non-fcntl
68283              systems Wrong Thing would be done.  (And as Sarathy
68284              points out, closing both ends of a pipe is rather
68285              identical to never opening it...)
68286      Branch: perl
68287            ! pp_sys.c util.c
68288 ____________________________________________________________________________
68289 [ 20652] By: ams                                   on 2003/08/12  13:06:40
68290         Log: Subject: perlcheat
68291              From: Juerd <juerd@cpan.org>
68292              Date: Mon, 11 Aug 2003 20:24:34 +0200
68293              Message-Id: <20030811182434.GI17748@c3.convolution.nl>
68294      Branch: perl
68295            + pod/perlcheat.pod
68296            ! MANIFEST
68297 ____________________________________________________________________________
68298 [ 20651] By: jhi                                   on 2003/08/12  12:52:09
68299         Log: Microperl expects C89 (like the rest of Perl).
68300      Branch: perl
68301            ! README.micro
68302 ____________________________________________________________________________
68303 [ 20650] By: jhi                                   on 2003/08/12  12:32:29
68304         Log: Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code
68305              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
68306              Date: Sun, 3 Aug 2003 06:19:02 -0700
68307              Message-ID: <20030803131902.GA5146@math.berkeley.edu>
68308      Branch: perl
68309            ! lib/ExtUtils/xsubpp
68310 ____________________________________________________________________________
68311 [ 20648] By: jhi                                   on 2003/08/12  11:56:52
68312         Log: If we are void we cannot return a value.
68313      Branch: perl
68314            ! mg.c
68315 ____________________________________________________________________________
68316 [ 20647] By: jhi                                   on 2003/08/12  11:54:32
68317         Log: Oops.
68318      Branch: perl
68319            ! perl.c
68320 ____________________________________________________________________________
68321 [ 20646] By: jhi                                   on 2003/08/12  11:51:25
68322         Log: Apply much of Ilya's microperl patch, but instead of
68323              implementing the opendir()/readdir()/closedir() using
68324              external commands give up "ANSI-pureness" and define them
68325              in uconfig.sh, also define other stuff like rename() and putenv().
68326              Leave out the $| emulation in my_fork() since we are
68327              not supposed to have fork() under microperl.
68328      Branch: perl
68329            ! Makefile.micro README.micro doio.c mg.c perl.c perl.h
68330            ! perlvars.h pp_sys.c sv.c uconfig.h uconfig.sh util.c
68331 ____________________________________________________________________________
68332 [ 20645] By: jhi                                   on 2003/08/12  10:40:54
68333         Log: Localize PARENT (based on Ilya's microperl patch).
68334      Branch: perl
68335            ! lib/Cwd.pm
68336 ____________________________________________________________________________
68337 [ 20644] By: jhi                                   on 2003/08/12  10:37:55
68338         Log: More microperlish faking in case no fcntl F_SETFD for pipes.
68339      Branch: perl
68340            ! util.c
68341 ____________________________________________________________________________
68342 [ 20643] By: jhi                                   on 2003/08/12  10:13:53
68343         Log: A generally useful hunk from Ilya's microperl patch.
68344              (If no fcntl F_SETFD, fake it the best we can.)
68345      Branch: perl
68346            ! pp_sys.c
68347 ____________________________________________________________________________
68348 [ 20640] By: jhi                                   on 2003/08/12  09:59:16
68349         Log: returning would be good, too.
68350      Branch: perl
68351            ! ext/Safe/t/safeops.t
68352 ____________________________________________________________________________
68353 [ 20639] By: jhi                                   on 2003/08/12  09:57:07
68354         Log: No dor in maint.
68355      Branch: perl
68356            ! ext/Safe/t/safeops.t
68357 ____________________________________________________________________________
68358 [ 20634] By: jhi                                   on 2003/08/12  08:41:49
68359         Log: Subject: [PATCH 5.8.1 @19053] XSLoader revisted
68360              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
68361              Date: Mon, 21 Apr 2003 22:44:37 -0700
68362              Message-ID: <20030422054437.GA8297@math.berkeley.edu>
68363
68364              (the XSLoader doc hunk; the h2xs looks like a behavioural change)
68365      Branch: perl
68366            ! ext/DynaLoader/XSLoader_pm.PL
68367 ____________________________________________________________________________
68368 [ 20633] By: jhi                                   on 2003/08/12  08:31:01
68369         Log: Subject: [PATCH h2xs] produce Foo-Bar/lib/Foo/Bar.pm
68370              From: Michael G Schwern <schwern@pobox.com>
68371              Date: Sat, 9 Aug 2003 15:03:02 -0700
68372              Message-ID: <20030809220301.GE24919@windhund.schwern.org>
68373
68374              (plus one extra catfile() in h2xs.t)
68375      Branch: perl
68376            ! lib/h2xs.t utils/h2xs.PL
68377 ____________________________________________________________________________
68378 [ 20632] By: jhi                                   on 2003/08/12  08:11:08
68379         Log: The Debian people have expressed a wish for the boilerplate
68380              being specific about the Perl version; patch from Nicholas Clark.
68381      Branch: perl
68382            ! utils/h2xs.PL
68383 ____________________________________________________________________________
68384 [ 20631] By: jhi                                   on 2003/08/12  08:09:43
68385         Log: A new try from Dave Mitchell for [perl #23265].
68386      Branch: perl
68387            ! pad.c t/op/closure.t
68388 ____________________________________________________________________________
68389 [ 20630] By: jhi                                   on 2003/08/12  07:59:22
68390         Log: Fix for [perl #23287] segfault in untie.
68391              (Well, at least no more coredump.)
68392      Branch: perl
68393            ! pp_sys.c t/op/tie.t
68394 ____________________________________________________________________________
68395 [ 20629] By: jhi                                   on 2003/08/12  06:24:32
68396         Log: =head2 ALL CAPS
68397      Branch: perl
68398            ! pod/perlreref.pod
68399 ____________________________________________________________________________
68400 [ 20628] By: jhi                                   on 2003/08/12  06:22:25
68401         Log: Too enthusiastic head2-ing.
68402      Branch: perl
68403            ! pod/perlreref.pod
68404 ____________________________________________________________________________
68405 [ 20627] By: jhi                                   on 2003/08/12  05:17:14
68406         Log: Gotta Get'em Cases Right.
68407      Branch: perl
68408            ! pod/perlreref.pod
68409 ____________________________________________________________________________
68410 [ 20626] By: jhi                                   on 2003/08/12  05:04:02
68411         Log: head2-ify many of the head1s, will probably make this look
68412              better in HTML.
68413      Branch: perl
68414            ! pod/perlreref.pod
68415 ____________________________________________________________________________
68416 [ 20625] By: jhi                                   on 2003/08/12  04:55:32
68417         Log: Subject: Re: [PATCH] perlreref.pod tweaks
68418              From: Iain Truskett <spoon@cpan.org>
68419              Date: Tue, 12 Aug 2003 13:59:27 +1000
68420              Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au>
68421
68422              plus explain "Titlecase".
68423      Branch: perl
68424            ! pod/perlreref.pod
68425 ____________________________________________________________________________
68426 [ 20623] By: rgs                                   on 2003/08/11  19:59:17
68427         Log: Add a new regression test for Safe : tests that all ops
68428              can be trapped by a Safe compartement (except for the ones
68429              that can't.)
68430      Branch: perl
68431            + ext/Safe/t/safeops.t
68432            ! MANIFEST
68433 ____________________________________________________________________________
68434 [ 20622] By: rgs                                   on 2003/08/11  18:33:06
68435         Log: B::Deparse wasn't handling correctly builtins that
68436              have two filehandles in their prototypes (pipe, socketpair,
68437              accept) when non-bareword prototypes were used.
68438      Branch: perl
68439            ! ext/B/B/Deparse.pm
68440 ____________________________________________________________________________
68441 [ 20620] By: jhi                                   on 2003/08/11  17:08:29
68442         Log: Subject: [PATCH] [@20616] perlreref.pod incorrectly describes \c
68443              From: merlyn@stonehenge.com (Randal L. Schwartz)
68444              Date: 11 Aug 2003 09:45:29 -0700
68445              Message-ID: <86isp4kus6.fsf@blue.stonehenge.com>
68446
68447              Subject: [PATCH] perlreref.pod tweaks
68448              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
68449              Date: Mon, 11 Aug 2003 13:19:51 -0400
68450              Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu>
68451
68452              Plus a note about {,n} not being a quantifier.
68453      Branch: perl
68454            ! pod/perlreref.pod
68455 ____________________________________________________________________________
68456 [ 20619] By: jhi                                   on 2003/08/11  15:50:34
68457         Log: Integrate:
68458              [ 20618]
68459              $* is not yet fully gone in 5.8.1.
68460      Branch: perl
68461           !> pod/perlreref.pod
68462 ____________________________________________________________________________
68463 [ 20614] By: nick                                  on 2003/08/11  12:14:55
68464         Log: Allow via layer to affect the PERLIO_F_UTF8 flag.
68465      Branch: perl
68466            ! ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
68467 ____________________________________________________________________________
68468 [ 20612] By: jhi                                   on 2003/08/11  10:55:19
68469         Log: VC6 warning: result still unsigned.
68470      Branch: perl
68471            ! regexec.c
68472 ____________________________________________________________________________
68473 [ 20611] By: jhi                                   on 2003/08/11  08:33:13
68474         Log: Typo fix from Boris Zentner.
68475      Branch: perl
68476            ! pod/perlfaq5.pod
68477 ____________________________________________________________________________
68478 [ 20609] By: jhi                                   on 2003/08/11  04:28:29
68479         Log: Subject: [perl #23273] warnings in Unicode::UCD
68480              From: Lukas Mai (via RT) <perlbug-followup@perl.org>
68481              Date: 10 Aug 2003 22:37:41 -0000
68482              Message-ID: <rt-23273-62473.18.6967347513833@rt.perl.org>
68483      Branch: perl
68484            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
68485 ____________________________________________________________________________
68486 [ 20608] By: jhi                                   on 2003/08/11  04:24:34
68487         Log: Explain the 'Wide character in print' a bit more.
68488      Branch: perl
68489            ! pod/perldiag.pod
68490 ____________________________________________________________________________
68491 [ 20607] By: rgs                                   on 2003/08/10  20:44:23
68492         Log: Subject: Re: killing for vital signs [PATCH]
68493              From: "John P. Linderman" <jpl@research.att.com>
68494              Date: Sun, 10 Aug 2003 15:44:33 -0400 (EDT)
68495              Message-Id: <200308101944.PAA96547@raptor.research.att.com>
68496      Branch: perl
68497            ! pod/perlfunc.pod pod/perlipc.pod
68498 ____________________________________________________________________________
68499 [ 20605] By: jhi                                   on 2003/08/10  20:38:39
68500         Log: gcc -ansi -pedantic cleanup; and a seemingly forgotten
68501              sv_placeholder hunk.
68502      Branch: perl
68503            ! perl.h sv.h
68504 ____________________________________________________________________________
68505 [ 20604] By: jhi                                   on 2003/08/10  20:14:28
68506         Log: Clarify the format checking instructions.
68507      Branch: perl
68508            ! Porting/pumpkin.pod
68509 ____________________________________________________________________________
68510 [ 20602] By: jhi                                   on 2003/08/10  19:45:45
68511         Log: Retract #20597, too many resulting core dumps.
68512      Branch: perl
68513            ! pad.c t/op/closure.t
68514 ____________________________________________________________________________
68515 [ 20597] By: jhi                                   on 2003/08/10  17:55:03
68516         Log: Subject: Re: [perl #23265] Nested anonymous subs
68517              From: Dave Mitchell <davem@fdgroup.com>
68518              Date: Sun, 10 Aug 2003 01:35:30 +0100
68519              Message-ID: <20030810003530.GB6547@fdgroup.com>
68520      Branch: perl
68521            ! pad.c t/op/closure.t
68522 ____________________________________________________________________________
68523 [ 20596] By: jhi                                   on 2003/08/10  17:38:35
68524         Log: Try simple workaround for the POSIX autosplit.ix warning.
68525      Branch: perl
68526            ! ext/POSIX/POSIX.pm
68527 ____________________________________________________________________________
68528 [ 20595] By: jhi                                   on 2003/08/10  17:33:12
68529         Log: One more PL_csighandlerp.
68530      Branch: perl
68531            ! ext/POSIX/POSIX.xs
68532 ____________________________________________________________________________
68533 [ 20594] By: rgs                                   on 2003/08/10  13:30:11
68534         Log: Further tweaks on perlreref.pod (by Iain Truskett)
68535      Branch: perl
68536            ! pod/perlreref.pod
68537 ____________________________________________________________________________
68538 [ 20593] By: rgs                                   on 2003/08/10  12:32:47
68539         Log: Add the perlreref manpage, by Iain Truskett
68540              (regular expressions quick reference.)
68541              Regenerate the table of contents.
68542      Branch: perl
68543            + pod/perlreref.pod
68544            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
68545 ____________________________________________________________________________
68546 [ 20592] By: rgs                                   on 2003/08/09  21:13:27
68547         Log: Remove ByteLoader from the list of modules whose compilability should
68548              be tested : it's loaded (at runtime) by ext/B/t/bytecode.t (as Enache
68549              pointed out.)
68550      Branch: perl
68551            ! t/lib/1_compile.t
68552 ____________________________________________________________________________
68553 [ 20591] By: rgs                                   on 2003/08/09  21:08:59
68554         Log: Subject: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
68555              From: Dave Mitchell <davem@fdgroup.com>
68556              Date: Sat, 9 Aug 2003 14:51:44 +0100
68557              Message-ID: <20030809135144.GC4997@fdgroup.com>
68558      Branch: perl
68559            ! embed.fnc embed.h global.sym op.c pp_ctl.c proto.h scope.c
68560            ! scope.h t/lib/warnings/pad
68561 ____________________________________________________________________________
68562 [ 20590] By: rgs                                   on 2003/08/09  21:02:21
68563         Log: Regenerate perlapi.pod.
68564      Branch: perl
68565            ! pod/perlapi.pod
68566 ____________________________________________________________________________
68567 [ 20589] By: rgs                                   on 2003/08/09  20:26:28
68568         Log: Subject: [PATCH t/lib/1_compile.t] Removing tested modules
68569              From: Michael G Schwern <schwern@pobox.com>
68570              Date: Sat, 9 Aug 2003 13:36:59 -0700
68571              Message-ID: <20030809203659.GB24919@windhund.schwern.org>
68572      Branch: perl
68573            ! t/lib/1_compile.t
68574 ____________________________________________________________________________
68575 [ 20588] By: jhi                                   on 2003/08/09  18:13:07
68576         Log: Update Jon Orwant's email address as he wants it,
68577              drop TPJ URL; upate also Doug MacEachern's address.
68578      Branch: perl
68579            ! pod/perlembed.pod pod/perlmodinstall.pod
68580 ____________________________________________________________________________
68581 [ 20587] By: ams                                   on 2003/08/09  18:09:34
68582         Log: hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a
68583              normal key was replaced by its UTF-8 equivalent. This caused the
68584              "Storable problem" RT3 users reported under RH9.
68585      Branch: perl
68586            ! hv.c
68587 ____________________________________________________________________________
68588 [ 20586] By: jhi                                   on 2003/08/09  18:08:20
68589         Log: Subject: [PATCH perlmodinstall.pod] Installation on Win32
68590              From: Michael G Schwern <schwern@pobox.com>
68591              Date: Fri, 8 Aug 2003 18:35:51 -0700
68592              Message-ID: <20030809013550.GS1587@windhund.schwern.org>
68593      Branch: perl
68594            ! pod/perlmodinstall.pod
68595 ____________________________________________________________________________
68596 [ 20584] By: jhi                                   on 2003/08/09  18:05:22
68597         Log: Reintroduce the U_32-ification to pad.c,
68598              suggested by Dave Mitchell.
68599      Branch: perl
68600            ! pad.c
68601 ____________________________________________________________________________
68602 [ 20583] By: rgs                                   on 2003/08/09  12:43:50
68603         Log: Change #20578 to SelfLoader is probably also useful to AutoSplit.
68604      Branch: perl
68605            ! lib/AutoSplit.pm
68606 ____________________________________________________________________________
68607 [ 20579] By: jhi                                   on 2003/08/09  08:07:22
68608         Log: Some updates for the memory use debugging section:
68609              -DL is obsolete, mention Devel::Size, and Purify and valgrind.
68610      Branch: perl
68611            ! pod/perldebguts.pod
68612 ____________________________________________________________________________
68613 [ 20578] By: jhi                                   on 2003/08/09  07:34:16
68614         Log: Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
68615              Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8.
68616              which was on old bug unearthed by the change #20559.
68617              Basically, qr// + (??{$lexical}) combination is very, VERY broken.
68618              Workaround is not to use lexicals.
68619      Branch: perl
68620            ! lib/SelfLoader.pm
68621 ____________________________________________________________________________
68622 [ 20577] By: jhi                                   on 2003/08/09  07:28:41
68623         Log: The libcygipc doesn't really work with the Perl SysV IPC tests
68624              so no much point in adding it yet.
68625      Branch: perl
68626            ! hints/cygwin.sh
68627 ____________________________________________________________________________
68628 [ 20575] By: jhi                                   on 2003/08/09  07:24:43
68629         Log: Retract #20524 since it was due to broken INT32_MIN in
68630              Cygwin 1.5's stdint.h.
68631      Branch: perl
68632            ! pad.c
68633 ____________________________________________________________________________
68634 [ 20574] By: jhi                                   on 2003/08/09  07:11:32
68635         Log: Subject: [ PATCH] Re: strange destruction problem on VMS
68636              From: Dave Mitchell <davem@fdgroup.com>
68637              Date: Fri, 8 Aug 2003 22:28:48 +0100
68638              Message-ID: <20030808212848.GA2628@fdgroup.com>
68639      Branch: perl
68640            ! sv.c
68641 ____________________________________________________________________________
68642 [ 20573] By: jhi                                   on 2003/08/09  07:09:07
68643         Log: Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=
68644              From: Michael G Schwern <schwern@pobox.com>
68645              Date: Fri, 8 Aug 2003 13:59:50 -0700
68646              Message-ID: <20030808205950.GJ1587@windhund.schwern.org>
68647      Branch: perl
68648            ! pod/perlfaq8.pod
68649 ____________________________________________________________________________
68650 [ 20572] By: jhi                                   on 2003/08/09  07:06:37
68651         Log: Subject: [PATCH] kill 'INT' doesn't work on Windows
68652              From: Jan Dubois <jand@ActiveState.com>
68653              Date: Fri, 08 Aug 2003 17:49:03 -0700
68654              Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com>
68655      Branch: perl
68656            ! win32/win32.c
68657 ____________________________________________________________________________
68658 [ 20571] By: jhi                                   on 2003/08/09  06:53:54
68659         Log: Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
68660              From: Nicholas Clark <nick@ccl4.org>
68661              Date: Fri, 8 Aug 2003 23:30:00 +0100
68662              Message-ID: <20030808233000.B20130@plum.flirble.org>
68663      Branch: perl
68664            ! ext/Storable/Storable.xs
68665 ____________________________________________________________________________
68666 [ 20570] By: jhi                                   on 2003/08/09  06:52:36
68667         Log: Two more tests for #20566/#20568.
68668      Branch: perl
68669            ! t/op/pat.t
68670 ____________________________________________________________________________
68671 [ 20568] By: jhi                                   on 2003/08/08  21:05:24
68672         Log: Subject: [PATCH] Re: UNICODE regexp bug
68673              From: Nick Ing-Simmons <nick@ing-simmons.net>
68674              Date: Fri, 08 Aug 2003 23:05:49 +0100
68675              Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com>
68676
68677              Better patch (than #20566) from NI-S, one more test
68678              (introduce another variable rather than reuse the tmp, though)
68679      Branch: perl
68680            ! regexec.c t/op/pat.t
68681 ____________________________________________________________________________
68682 [ 20566] By: jhi                                   on 2003/08/08  19:47:45
68683         Log: Subject: UNICODE regexp bug
68684              From: Nick Ing-Simmons <nick@ing-simmons.net>
68685              Date: Fri, 08 Aug 2003 20:36:56 +0100
68686              Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com>
68687      Branch: perl
68688            ! regexec.c t/op/pat.t
68689 ____________________________________________________________________________
68690 [ 20565] By: jhi                                   on 2003/08/08  18:59:40
68691         Log: Move the csighandler to be a data variable so that
68692              things like DLL trampolines can't mess up the code
68693              variables the Perl_csighandler (seen in Cygwin:
68694              Perl_csighandler in POSIX extension was different
68695              than in main executable).
68696      Branch: perl
68697            ! embedvar.h ext/POSIX/POSIX.xs mg.c perlapi.h perlvars.h
68698 ____________________________________________________________________________
68699 [ 20564] By: jhi                                   on 2003/08/08  13:12:19
68700         Log: Subject: [PATCH] Re: main@20537: WinXP build failed op/time.t test 2
68701              From: Steve Hay <steve.hay@uk.radan.com>
68702              Date: Fri, 08 Aug 2003 12:42:28 +0100
68703              Message-ID: <3F338CA4.3010503@uk.radan.com>
68704      Branch: perl
68705            ! t/op/time.t
68706 ____________________________________________________________________________
68707 [ 20563] By: jhi                                   on 2003/08/08  13:09:00
68708         Log: Subject: [PATCH] maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist
68709              From: "Gerrit P. Haase" <gp@familiehaase.de>
68710              Date: Fri, 8 Aug 2003 13:44:51 +0200
68711              Message-ID: <1621817486657.20030808134451@familiehaase.de>
68712      Branch: perl
68713            ! ext/NDBM_File/hints/cygwin.pl ext/ODBM_File/hints/cygwin.pl
68714            ! hints/cygwin.sh
68715 ____________________________________________________________________________
68716 [ 20560] By: jhi                                   on 2003/08/08  04:28:44
68717         Log: Retract PASTHRU* changes as recommended by Schwern.
68718      Branch: perl
68719            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
68720            ! lib/ExtUtils/t/MM_Win32.t
68721 ____________________________________________________________________________
68722 [ 20559] By: rgs                                   on 2003/08/07  19:59:18
68723         Log: Subject: Fwd: Re: [PATCH] flags set incorrectly on abandoned lexicals
68724              From: Dave Mitchell <davem@fdgroup.com>
68725              Date: Thu, 7 Aug 2003 15:53:35 +0100
68726              Message-ID: <20030807145335.GF26683@fdgroup.com>
68727      Branch: perl
68728            ! scope.c t/lib/warnings/pad
68729 ____________________________________________________________________________
68730 [ 20556] By: jhi                                   on 2003/08/07  18:14:41
68731         Log: The #20546 was too ambitious, broke the test.
68732      Branch: perl
68733            ! lib/Benchmark.pm lib/Benchmark.t
68734 ____________________________________________________________________________
68735 [ 20554] By: jhi                                   on 2003/08/07  17:00:03
68736         Log: Subject: Fw: [PATCH: perl@20512] DBG build tweaks for VMS.
68737              From: PPrymmer@factset.com
68738              Date: Thu, 7 Aug 2003 14:02:02 -0400
68739              Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com>
68740      Branch: perl
68741            ! vms/descrip_mms.template
68742 ____________________________________________________________________________
68743 [ 20553] By: jhi                                   on 2003/08/07  16:45:25
68744         Log: Some AUTHORS updates.
68745      Branch: perl
68746            ! AUTHORS
68747 ____________________________________________________________________________
68748 [ 20552] By: jhi                                   on 2003/08/07  15:45:03
68749         Log: Hint away the semid_ds test in NetBSD/sparc.
68750      Branch: perl
68751            ! hints/netbsd.sh
68752 ____________________________________________________________________________
68753 [ 20550] By: jhi                                   on 2003/08/07  15:39:53
68754         Log: Allow hinting d_semctl_semun and d_semctl_semid_ds.
68755      Branch: perl
68756            ! Configure
68757 ____________________________________________________________________________
68758 [ 20548] By: jhi                                   on 2003/08/07  14:48:27
68759         Log: Subject: [PATCH] Test::More
68760              From: Fergal Daly <fergal@esatclear.ie>
68761              Date: Thu, 7 Aug 2003 15:52:11 +0100
68762              Message-Id: <200308071552.11873.fergal@esatclear.ie>
68763      Branch: perl
68764            ! lib/Test/More.pm
68765 ____________________________________________________________________________
68766 [ 20547] By: jhi                                   on 2003/08/07  14:45:22
68767         Log: Integrate from maint:
68768              [ 20543]
68769              Workround for SuSE8.2's -lndbm hack
68770      Branch: perl
68771           !> hints/linux.sh
68772 ____________________________________________________________________________
68773 [ 20546] By: jhi                                   on 2003/08/07  14:43:57
68774         Log: Subject: [PATCH 5.8.1] Benchmark problem
68775              From: Radu Greab <rgreab@fx.ro>
68776              Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST)
68777              Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro>
68778
68779              Subject: Re: [PATCH 5.8.1] Benchmark problem
68780              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
68781              Date: Thu, 7 Aug 2003 15:48:38 +0200
68782              Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr>
68783      Branch: perl
68784            ! lib/Benchmark.pm lib/Benchmark.t
68785 ____________________________________________________________________________
68786 [ 20544] By: jhi                                   on 2003/08/07  14:25:25
68787         Log: Retract #20359: too wide a brush.
68788      Branch: perl
68789            ! hints/netbsd.sh
68790 ____________________________________________________________________________
68791 [ 20542] By: jhi                                   on 2003/08/07  06:24:23
68792         Log: If no alarm(), skip the subtests.
68793      Branch: perl
68794            ! ext/Time/HiRes/t/HiRes.t
68795 ____________________________________________________________________________
68796 [ 20541] By: jhi                                   on 2003/08/07  06:15:54
68797         Log: Subject: Re: maint @ 20537
68798              From: Philip Newton <Philip.Newton@gmx.net>
68799              Date: Thu, 07 Aug 2003 09:05:17 +0200
68800              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
68801      Branch: perl
68802            ! ext/Socket/Socket.xs
68803 ____________________________________________________________________________
68804 [ 20540] By: jhi                                   on 2003/08/07  06:13:19
68805         Log: Subject: Re: maint @ 20537
68806              From: Philip Newton <Philip.Newton@gmx.net>
68807              Date: Thu, 07 Aug 2003 09:05:17 +0200
68808              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
68809      Branch: perl
68810            ! hints/dos_djgpp.sh
68811 ____________________________________________________________________________
68812 [ 20539] By: jhi                                   on 2003/08/07  05:17:56
68813         Log: NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
68814              broken SysV semaphores.
68815      Branch: perl
68816            ! hints/netbsd.sh
68817 ____________________________________________________________________________
68818 [ 20538] By: jhi                                   on 2003/08/07  05:08:14
68819         Log: Subject: Re: [perl #23030] Error in negative lookahead with alternations
68820              From: hv@crypt.org
68821              Date: Thu, 07 Aug 2003 02:44:23 +0100
68822              Message-Id: <200308070144.h771iN906446@zen.crypt.org>
68823      Branch: perl
68824            ! regexec.c t/op/re_tests
68825 ____________________________________________________________________________
68826 [ 20535] By: jhi                                   on 2003/08/06  19:05:18
68827         Log: ESUCCESS = 0 is not true, but exists.
68828      Branch: perl
68829            ! ext/Errno/t/Errno.t
68830 ____________________________________________________________________________
68831 [ 20533] By: jhi                                   on 2003/08/06  18:39:49
68832         Log: Subject: [pathc] Sys:Syslog.pm::syslog() - Better error message
68833              From: jari.aalto@poboxes.com (Jari Aalto)
68834              Date: Wed, 06 Aug 2003 14:24:42 +0300
68835              Message-ID: <ekzzowp1.fsf@blue.sea.net>
68836      Branch: perl
68837            ! ext/Sys/Syslog/Syslog.pm
68838 ____________________________________________________________________________
68839 [ 20530] By: jhi                                   on 2003/08/06  18:24:56
68840         Log: Make code agree with documentation (from Wolfgang Friebel)
68841      Branch: perl
68842            ! lib/ExtUtils/MakeMaker.pm
68843 ____________________________________________________________________________
68844 [ 20529] By: jhi                                   on 2003/08/06  18:20:31
68845         Log: Various tweaks to help DJGPP builds.
68846      Branch: perl
68847            ! djgpp/djgppsed.sh hints/dos_djgpp.sh
68848 ____________________________________________________________________________
68849 [ 20527] By: jhi                                   on 2003/08/06  14:57:22
68850         Log: More PASTHRU patching from Steve Hay.
68851      Branch: perl
68852            ! lib/ExtUtils/MM_Unix.pm
68853 ____________________________________________________________________________
68854 [ 20526] By: jhi                                   on 2003/08/06  13:53:01
68855         Log: Cast away gcc 3.3 type conversion pickiness.
68856      Branch: perl
68857            ! ext/threads/threads.xs
68858 ____________________________________________________________________________
68859 [ 20524] By: jhi                                   on 2003/08/06  13:36:44
68860         Log: Subject: Re: perl with cygwin 1.5, need help
68861              From: "Gerrit P. Haase" <gp@familiehaase.de>
68862              Date: Tue, 5 Aug 2003 14:36:55 +0200
68863              Message-ID: <71561410910.20030805143655@familiehaase.de>
68864
68865              (needed manual fitting)
68866      Branch: perl
68867            ! pad.c
68868 ____________________________________________________________________________
68869 [ 20523] By: jhi                                   on 2003/08/06  13:30:42
68870         Log: Subject: maint @ 20512
68871              From: Robin Barker <Robin.Barker@npl.co.uk>
68872              Date: Wed, 6 Aug 2003 15:31:33 +0100
68873              Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk>
68874      Branch: perl
68875            ! MANIFEST Porting/Maintainers.pl
68876 ____________________________________________________________________________
68877 [ 20520] By: jhi                                   on 2003/08/06  11:38:46
68878         Log: Subject: [PATCH] Re: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
68879              From: Steve Hay <steve.hay@uk.radan.com>
68880              Date: Wed, 06 Aug 2003 10:56:44 +0100
68881              Message-ID: <3F30D0DC.20700@uk.radan.com>
68882      Branch: perl
68883            ! lib/ExtUtils/MM_Unix.pm
68884 ____________________________________________________________________________
68885 [ 20514] By: jhi                                   on 2003/08/06  05:22:29
68886         Log: Subject: Re: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition
68887              From: Tim Jenness <t.jenness@jach.hawaii.edu>
68888              Date: Tue, 5 Aug 2003 17:21:46 -1000 (HST)
68889              Message-ID: <Pine.LNX.4.44.0308051720280.8532-100000@lapaki>
68890      Branch: perl
68891            ! pod/perlfaq2.pod
68892 ____________________________________________________________________________
68893 [ 20513] By: jhi                                   on 2003/08/06  05:18:32
68894         Log: Subject: [PATCH] dprofpp.PL again -- #20488 thinko
68895              From: "Craig A. Berry" <craigberry@mac.com>
68896              Date: Wed, 06 Aug 2003 00:18:36 -0500
68897              Message-ID: <3F308FAC.4090409@mac.com>
68898
68899              (from vmsperl list)
68900      Branch: perl
68901            ! utils/dprofpp.PL
68902 ____________________________________________________________________________
68903 [ 20510] By: jhi                                   on 2003/08/05  19:01:08
68904         Log: Subject: [PATCH pod/perlfaq2.pod] BETTER update Friedl book listing for 2nd edition
68905              From: mjd@plover.com
68906              Date: 5 Aug 2003 19:23:46 -0000
68907              Message-ID: <20030805192346.25911.qmail@plover.com>
68908      Branch: perl
68909            ! pod/perlfaq2.pod
68910 ____________________________________________________________________________
68911 [ 20508] By: jhi                                   on 2003/08/05  18:36:38
68912         Log: Continue #20506.
68913      Branch: perl
68914            ! lib/ExtUtils/MM_Unix.pm
68915 ____________________________________________________________________________
68916 [ 20506] By: jhi                                   on 2003/08/05  17:58:01
68917         Log: Try to fix the INC in PASTHRU.
68918      Branch: perl
68919            ! lib/ExtUtils/MM_Unix.pm
68920 ____________________________________________________________________________
68921 [ 20503] By: jhi                                   on 2003/08/05  16:02:14
68922         Log: Subject: Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined.
68923              From: Chip Salzenberg <chip@pobox.com>
68924              Date: Tue, 5 Aug 2003 11:39:24 -0400
68925              Message-ID: <20030805153924.GO1751@perlsupport.com
68926      Branch: perl
68927            ! perlio.c
68928 ____________________________________________________________________________
68929 [ 20502] By: jhi                                   on 2003/08/05  15:32:39
68930         Log: Subject: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
68931              From: Steve Hay <steve.hay@uk.radan.com>
68932              Date: Tue, 05 Aug 2003 10:43:49 +0100
68933              Message-ID: <3F2F7C55.9020808@uk.radan.com>
68934
68935              (The MM_Unix.pm part was dealt with in #20501.)
68936      Branch: perl
68937            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Win32.t
68938 ____________________________________________________________________________
68939 [ 20501] By: jhi                                   on 2003/08/05  15:28:17
68940         Log: Reinstate #11125, hopefully making MakeMaker to pass
68941              DEFINE and INCLUDE to subdirs (NI-S says he'll work
68942              around any problems caused seen Tk if necessary).
68943              Also (document and) reorder the PASTHRU_INC and PASTHRU_DEFINE
68944              to be _after_ the directory-specific INC and DEFINE as suggested
68945              by NI-S (Tk probably being the only "user" of the said macros).
68946      Branch: perl
68947            ! lib/ExtUtils/MM_Unix.pm
68948 ____________________________________________________________________________
68949 [ 20500] By: jhi                                   on 2003/08/05  15:14:35
68950         Log: Subject: [PATCH-5.8.1-RC4] WinCE more implemented functions
68951              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
68952              Date: Tue, 5 Aug 2003 20:12:18 +0400
68953              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com>
68954      Branch: perl
68955            - wince/include/netdb.h
68956            ! MANIFEST wince/Makefile.ce wince/win32.h wince/win32io.c
68957            ! wince/wince.c
68958 ____________________________________________________________________________
68959 [ 20499] By: jhi                                   on 2003/08/05  14:03:43
68960         Log: A suggested perlio doc addition from Stas.
68961      Branch: perl
68962            ! pod/perliol.pod
68963 ____________________________________________________________________________
68964 [ 20498] By: jhi                                   on 2003/08/05  13:32:59
68965         Log: Subject: [PATCH RC4] AUTHORS +  Maintainers.pl
68966              From: Robin Barker <Robin.Barker@npl.co.uk>
68967              Date: Tue, 5 Aug 2003 15:32:36 +0100
68968              Message-ID: <533D273D4014D411AB1D00062938C4D90404661C@hotel.npl.co.uk>
68969      Branch: perl
68970            ! AUTHORS Porting/Maintainers.pl
68971 ____________________________________________________________________________
68972 [ 20497] By: jhi                                   on 2003/08/05  12:23:04
68973         Log: This is necessary to get things building for the VMS debugger.
68974              (Craig Berry)
68975      Branch: perl
68976            ! vms/descrip_mms.template
68977 ____________________________________________________________________________
68978 [ 20495] By: jhi                                   on 2003/08/05  09:23:24
68979         Log: Subject: Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6
68980              From: alian <alian@cpan.org>
68981              Date: Tue, 05 Aug 2003 12:21:42 +0200
68982              Message-ID: <3F2F8536.1090702@jupiter.alianet>
68983      Branch: perl
68984            ! ext/POSIX/t/posix.t
68985 ____________________________________________________________________________
68986 [ 20494] By: jhi                                   on 2003/08/05  09:03:57
68987         Log: Add some known cases to Maintainers.
68988      Branch: perl
68989            ! Porting/Maintainers.pl
68990 ____________________________________________________________________________
68991 [ 20492] By: jhi                                   on 2003/08/05  08:34:34
68992         Log: Subject: [PATCH] perlthrtut.pod
68993              From: Elizabeth Mattijsen <liz@dijkmat.nl>
68994              Date: Tue, 5 Aug 2003 11:26:04 +0200
68995              Message-Id: <p05111b0abb5525e65401@[80.127.186.62]>
68996      Branch: perl
68997            ! pod/perlthrtut.pod
68998 ____________________________________________________________________________
68999 [ 20491] By: jhi                                   on 2003/08/05  08:31:29
69000         Log: Add META.yml and Stas' makemeta (plus extensive reworking
69001              of the Maintainers utility)
69002      Branch: perl
69003            + META.yml Porting/Maintainers.pm Porting/makemeta
69004            ! MANIFEST Makefile.SH Porting/Maintainers
69005            ! Porting/Maintainers.pl
69006 ____________________________________________________________________________
69007 [ 20490] By: jhi                                   on 2003/08/05  06:28:06
69008         Log: ext/IPC/SysV/t/sem.t don't remove semaphore on NetBSD sparc
69009              Try to remove the created message queues and semaphores
69010              even in the case of failures.
69011      Branch: perl
69012            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
69013 ____________________________________________________________________________
69014 [ 20489] By: jhi                                   on 2003/08/05  06:21:47
69015         Log: Subject: PerlIO_{read,write} return value doc patch
69016              From: Gisle Aas <gisle@ActiveState.com>
69017              Date: 04 Aug 2003 13:25:28 -0700
69018              Message-ID: <lr4r0xuq4n.fsf@caliper.activestate.com>
69019      Branch: perl
69020            ! pod/perlapio.pod
69021 ____________________________________________________________________________
69022 [ 20488] By: jhi                                   on 2003/08/05  06:12:07
69023         Log: Subject: [PATCH utils/dprofpp.PL] (was Re: DProf tests with -p broken on VMS)
69024              From: "Craig A. Berry" <craigberry@mac.com>
69025              Date: Mon, 04 Aug 2003 19:29:51 -0500
69026              Message-ID: <3F2EFA7F.6070801@mac.com>
69027      Branch: perl
69028            ! utils/dprofpp.PL
69029 ____________________________________________________________________________
69030 [ 20486] By: jhi                                   on 2003/08/05  06:05:53
69031         Log: Subject: [PATCH] typos in encoding.pm
69032              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
69033              Date: Mon, 4 Aug 2003 20:09:35 +0200
69034              Message-ID: <005001c35ab3$9225c320$0c2f1fac@R2D2>
69035      Branch: perl
69036            ! ext/Encode/encoding.pm
69037 ____________________________________________________________________________
69038 [ 20485] By: jhi                                   on 2003/08/05  05:29:11
69039         Log: Bytecode patching from Enache.
69040      Branch: perl
69041            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
69042            ! ext/B/t/bytecode.t ext/ByteLoader/bytecode.h t/TEST
69043 ____________________________________________________________________________
69044 [ 20484] By: jhi                                   on 2003/08/05  05:26:32
69045         Log: Upgrade to Digest::MD5 2.27.
69046      Branch: perl
69047            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
69048            ! ext/Digest/MD5/t/files.t
69049 ____________________________________________________________________________
69050 [ 20483] By: jhi                                   on 2003/08/05  05:15:16
69051         Log: Subject: [Patch 5.8.1 Encode.pm] v-strings deprecated
69052              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
69053              Date: Tue, 05 Aug 2003 00:27:10 +0900
69054              Message-Id: <20030805002313.9880.BQW10602@nifty.com>
69055      Branch: perl
69056            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
69057 ____________________________________________________________________________
69058 [ 20482] By: rgs                                   on 2003/08/04  22:06:46
69059         Log: Nit in INSTALL about the svr?.sh hint files.
69060      Branch: perl
69061            ! INSTALL
69062 ____________________________________________________________________________
69063 [ 20480] By: rgs                                   on 2003/08/04  21:30:25
69064         Log: Subject: [PATCH] Re: [perl #23210] parser error with 'print $HANDLE func(@args)'
69065              From: Steve Grazzini <grazz@pobox.com>
69066              Date: Mon, 4 Aug 2003 16:01:45 -0400
69067              Message-ID: <20030804200145.GB21699@grazzini.net>
69068
69069              Prevent the warning "Bareword found where operator expected" in
69070              the case "print $fh foo()" where foo() is an undefined function.
69071      Branch: perl
69072            ! toke.c
69073 ____________________________________________________________________________
69074 [ 20479] By: rgs                                   on 2003/08/04  20:26:17
69075         Log: Fix bug #23141 : localization of readonly magic scalars
69076              now produces an error "Modification of a read-only value
69077              attempted", instead of silently failing.
69078      Branch: perl
69079            ! scope.c t/op/local.t
69080 ____________________________________________________________________________
69081 [ 20478] By: rgs                                   on 2003/08/04  20:10:52
69082         Log: Revert change #19282 : it caused problems for some -Duseshrplib
69083              builds. On the other hand, make sure that your C compiler isn't
69084              a perl script !
69085      Branch: perl
69086            ! Makefile.SH
69087 ____________________________________________________________________________
69088 [ 20475] By: jhi                                   on 2003/08/04  09:35:55
69089         Log: Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
69090      Branch: perl
69091            ! perl.c perl.h
69092 ____________________________________________________________________________
69093 [ 20474] By: jhi                                   on 2003/08/04  08:41:55
69094         Log: Oops.
69095      Branch: perl
69096            ! hints/darwin.sh hints/rhapsody.sh
69097 ____________________________________________________________________________
69098 [ 20473] By: jhi                                   on 2003/08/04  07:58:36
69099         Log: Subject: [PATCH] Re: Can't usemymalloc on OS X
69100              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
69101              Date: Mon, 4 Aug 2003 10:35:12 +0200
69102              Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr>
69103      Branch: perl
69104            ! hints/darwin.sh
69105 ____________________________________________________________________________
69106 [ 20470] By: jhi                                   on 2003/08/04  06:30:05
69107         Log: Test count adjustment from Rafael.
69108      Branch: perl
69109            ! lib/Test/Simple/t/is_deeply.t
69110 ____________________________________________________________________________
69111 [ 20469] By: jhi                                   on 2003/08/04  06:23:26
69112         Log: Subject: [PATCH] maint, Win32, GCC 3.2
69113              From: Mattia Barbon <mbarbon@dsi.unive.it>
69114              Date: Sat, 2 Aug 2003 10:31:07 +0200 (ora legale Europa occidentale)
69115              Message-ID: <Mahogany-0.64.2-624-20030802-103107.00@rbnet.it>
69116      Branch: perl
69117            ! ext/Errno/Errno_pm.PL
69118 ____________________________________________________________________________
69119 [ 20467] By: jhi                                   on 2003/08/04  05:10:57
69120         Log: Apparently the newly introduce -DDARWIN did conflict with
69121              some Apple definition, how ironic...
69122      Branch: perl
69123            ! hints/darwin.sh perl.h
69124 ____________________________________________________________________________
69125 [ 20466] By: jhi                                   on 2003/08/04  05:03:30
69126         Log: Subject: Debian patch that skips podless modules
69127              From: Alexey Tourbin <at@altlinux.ru>
69128              Date: Sun, 3 Aug 2003 21:33:00 +0400
69129              Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru>
69130
69131              (plus Schwern's and Robert's nits)
69132      Branch: perl
69133            ! installman
69134 ____________________________________________________________________________
69135 [ 20465] By: jhi                                   on 2003/08/04  05:00:04
69136         Log: Subject: [PATCH] 4 bugs in Test::More
69137              From: Fergal Daly <fergal@esatclear.ie> (by way of Fergal Daly <fergal@esatclear.ie>)
69138              Date: Fri, 21 Mar 2003 10:57:31 +0000
69139              Message-Id: <200303211057.31879.fergal@esatclear.ie>
69140      Branch: perl
69141            ! lib/Test/More.pm lib/Test/Simple/t/More.t
69142            ! lib/Test/Simple/t/is_deeply.t
69143 ____________________________________________________________________________
69144 [ 20464] By: jhi                                   on 2003/08/04  04:44:08
69145         Log: Upgrade to ExtUtils::MakeMaker 6.15.
69146      Branch: perl
69147            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
69148            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
69149            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
69150 ____________________________________________________________________________
69151 [ 20463] By: jhi                                   on 2003/08/04  04:37:25
69152         Log: Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong
69153              From: Michael G Schwern <schwern@pobox.com>
69154              Date: Sun, 3 Aug 2003 16:12:35 -0700
69155              Message-ID: <20030803231235.GJ24350@windhund.schwern.org>
69156      Branch: perl
69157            ! lib/Benchmark.pm lib/Benchmark.t
69158 ____________________________________________________________________________
69159 [ 20462] By: rgs                                   on 2003/08/03  22:26:10
69160         Log: Subject: [PATCH] Re: [perl #23207] persistant sideffect involving bitwise xor and substr
69161              From: Enache Adrian <enache@rdslink.ro>
69162              Date: Sun, 3 Aug 2003 18:00:05 +0300
69163              Message-ID: <20030803150005.GA1319@ratsnest.hole>
69164      Branch: perl
69165            ! pp.c t/op/substr.t
69166 ____________________________________________________________________________
69167 [ 20461] By: rgs                                   on 2003/08/03  21:50:11
69168         Log: Subject: Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6
69169              From: alian <alian@cpan.org>
69170              Date: Sat, 02 Aug 2003 16:19:25 +0200
69171              Message-ID: <3F2BC86D.2050400@jupiter.alianet>
69172
69173              Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern)
69174      Branch: perl
69175            ! ext/POSIX/t/posix.t
69176 ____________________________________________________________________________
69177 [ 20458] By: jhi                                   on 2003/08/03  19:01:08
69178         Log: Subject: [PATCH-for-5.8.1-RC4] wince distribution
69179              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
69180              Date: Mon, 4 Aug 2003 00:01:08 +0400
69181              Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad>
69182      Branch: perl
69183            ! wince/makedist.pl
69184 ____________________________________________________________________________
69185 [ 20457] By: jhi                                   on 2003/08/03  18:59:10
69186         Log: Subject: [PATCH perlreftut.pod] Minor edits
69187              From: mjd@plover.com
69188              Date: 3 Aug 2003 17:46:08 -0000
69189              Message-ID: <20030803174608.15792.qmail@plover.com>
69190      Branch: perl
69191            ! pod/perlreftut.pod
69192 ____________________________________________________________________________
69193 [ 20456] By: jhi                                   on 2003/08/03  18:52:16
69194         Log: Subject: [PATCH Time::HiRes docs] Grammar, punctuation, formatting edits
69195              From: mjd@plover.com
69196              Date: 3 Aug 2003 19:37:49 -0000
69197              Message-ID: <20030803193749.3733.qmail@plover.com>
69198      Branch: perl
69199            ! ext/Time/HiRes/HiRes.pm
69200 ____________________________________________________________________________
69201 [ 20455] By: jhi                                   on 2003/08/03  18:47:13
69202         Log: Subject: [PATCH] Re: win32.c bug - handle leak
69203              From: Jan Dubois <jand@ActiveState.com>
69204              Date: Sat, 02 Aug 2003 10:25:05 -0700
69205              Message-ID: <9gsnivssuml394bttjb3mfsmdgfn9l6kh9@4ax.com>
69206      Branch: perl
69207            ! win32/win32.c
69208 ____________________________________________________________________________
69209 [ 20454] By: jhi                                   on 2003/08/03  18:45:53
69210         Log: Subject: [PATCH 5.8.1 @20218] OS/2 build
69211              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
69212              Date: Sat, 2 Aug 2003 09:38:50 -0700
69213              Message-ID: <20030802163850.GA4712@math.berkeley.edu>
69214      Branch: perl
69215            ! os2/os2ish.h
69216 ____________________________________________________________________________
69217 [ 20453] By: jhi                                   on 2003/08/03  18:44:29
69218         Log: Subject: [PATCH] Storable and uninitalized array values
69219              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
69220              Date: Sat, 2 Aug 2003 13:40:16 +0200
69221              Message-ID: <00ab01c358ea$d940a5b0$0c2f1fac@R2D2>
69222      Branch: perl
69223            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
69224 ____________________________________________________________________________
69225 [ 20452] By: jhi                                   on 2003/08/03  18:27:47
69226         Log: Upgrade to Unicode::Collate 0.26.
69227      Branch: perl
69228            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
69229            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
69230            ! lib/Unicode/Collate/t/test.t
69231 ____________________________________________________________________________
69232 [ 20451] By: jhi                                   on 2003/08/03  18:24:18
69233         Log: Subject: [PATCH Net::Ping] on VMS, set non-blocking with ioctl, not fcntl
69234              From: "Craig A. Berry" <craigberry@mac.com>
69235              Date: Sat, 02 Aug 2003 10:25:44 -0500
69236              Message-ID: <3F2BD7F8.8090003@mac.com>
69237      Branch: perl
69238            ! lib/Net/Ping.pm
69239 ____________________________________________________________________________
69240 [ 20450] By: rgs                                   on 2003/08/03  12:50:07
69241         Log: Subject: [PATCH 5.8.1 @20218] Shell.t
69242              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
69243              Date: Sun, 3 Aug 2003 06:21:41 -0700
69244              Message-ID: <20030803132141.GA5156@math.berkeley.edu>
69245      Branch: perl
69246            ! lib/Shell.t
69247 ____________________________________________________________________________
69248 [ 20447] By: jhi                                   on 2003/08/02  07:26:58
69249         Log: C++ (or C99) sneak attack ("inline" function keyword).
69250      Branch: perl
69251            ! ext/Devel/DProf/DProf.xs
69252 ____________________________________________________________________________
69253 [ 20445] By: jhi                                   on 2003/08/02  06:24:30
69254         Log: Subject: [PATCH] Re: [perl #23185] perl crash with File::Glob
69255              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
69256              Date: Fri, 1 Aug 2003 13:12:14 +0200
69257              Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2>
69258      Branch: perl
69259            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
69260            ! ext/File/Glob/t/basic.t
69261 ____________________________________________________________________________
69262 [ 20444] By: jhi                                   on 2003/08/02  06:17:28
69263         Log: Only show the message if the locale settings look risky.
69264      Branch: perl
69265            ! ext/Time/HiRes/Makefile.PL
69266 ____________________________________________________________________________
69267 [ 20443] By: jhi                                   on 2003/08/02  06:01:27
69268         Log: Add a message about the LC_ALL=C workaround (for non-core builds);
69269              update Changes.
69270      Branch: perl
69271            ! ext/Time/HiRes/Changes ext/Time/HiRes/Makefile.PL
69272 ____________________________________________________________________________
69273 [ 20441] By: jhi                                   on 2003/08/02  05:37:37
69274         Log: Subject: [PATCH] Small nit to pad.c
69275              From: Enache Adrian <enache@rdslink.ro>
69276              Date: Sat, 2 Aug 2003 01:50:40 +0300
69277              Message-ID: <20030801225040.GB1281@ratsnest.hole>
69278      Branch: perl
69279            ! pad.c
69280 ____________________________________________________________________________
69281 [ 20440] By: jhi                                   on 2003/08/02  05:12:13
69282         Log: Subject: [PATCH @20348] Re: [PATCH @19834] DProf fixes
69283              From: Radu Greab <rgreab@fx.ro>
69284              Date: Sat, 02 Aug 2003 00:17:49 +0300 (EEST)
69285              Message-Id: <20030802.001749.101708736.radu@yx.primIT.ro>
69286      Branch: perl
69287            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
69288            ! ext/Devel/DProf/DProf.xs t/lib/dprof/test8_t
69289            ! t/lib/dprof/test8_v
69290 ____________________________________________________________________________
69291 [ 20439] By: jhi                                   on 2003/08/02  05:06:43
69292         Log: Subject: [PATCH] ioctl for VMS
69293              From: "Craig A. Berry" <craigberry@mac.com>
69294              Date: Fri, 01 Aug 2003 23:34:31 -0500
69295              Message-ID: <3F2B3F57.4050609@mac.com>
69296      Branch: perl
69297            ! configure.com vms/vmsish.h
69298 ____________________________________________________________________________
69299 [ 20438] By: jhi                                   on 2003/08/02  05:05:40
69300         Log: Subject: [PATCH] argv case nit for VMS
69301              From: "Craig A. Berry" <craigberry@mac.com>
69302              Date: Fri, 01 Aug 2003 19:16:30 -0500
69303              Message-ID: <3F2B02DE.10207@mac.com>
69304      Branch: perl
69305            ! ext/Encode/bin/enc2xs pod/pod2usage.PL pod/podselect.PL
69306 ____________________________________________________________________________
69307 [ 20437] By: jhi                                   on 2003/08/01  22:00:30
69308         Log: Hugo's second thoughts: drop the relatively rare and
69309              slow optimization for now.
69310      Branch: perl
69311            ! regexec.c
69312 ____________________________________________________________________________
69313 [ 20435] By: jhi                                   on 2003/08/01  21:55:19
69314         Log: Missed this bit in the last update: couldn't answer ''
69315              or ' ' to get 'none'.
69316      Branch: perl
69317            ! Configure
69318 ____________________________________________________________________________
69319 [ 20432] By: jhi                                   on 2003/08/01  13:45:10
69320         Log: Encode pre-1.98 update from Dan Kogai, sent from
69321              the ashes of his smoldering motherboard.
69322      Branch: perl
69323            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/META.yml
69324            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
69325            ! ext/Encode/t/perlio.t ext/Encode/ucm/macArabic.ucm
69326            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macHebrew.ucm
69327 ____________________________________________________________________________
69328 [ 20431] By: jhi                                   on 2003/08/01  13:34:28
69329         Log: More runperl(switches => ...) finds (bleadperl only).
69330      Branch: perl
69331            ! t/op/readline.t
69332 ____________________________________________________________________________
69333 [ 20426] By: jhi                                   on 2003/08/01  12:45:19
69334         Log: Regen perltoc.
69335      Branch: perl
69336            ! pod/perltoc.pod
69337 ____________________________________________________________________________
69338 [ 20425] By: jhi                                   on 2003/08/01  12:44:16
69339         Log: pod likes whitespace.
69340      Branch: perl
69341            ! ext/ByteLoader/ByteLoader.pm
69342 ____________________________________________________________________________
69343 [ 20422] By: jhi                                   on 2003/08/01  11:37:53
69344         Log: Faulty check.
69345      Branch: perl
69346            ! t/test.pl
69347 ____________________________________________________________________________
69348 [ 20420] By: jhi                                   on 2003/08/01  11:06:54
69349         Log: Update INSTALL on the *dir.
69350      Branch: perl
69351            ! INSTALL
69352 ____________________________________________________________________________
69353 [ 20419] By: jhi                                   on 2003/08/01  11:04:55
69354         Log: Regen Glossary et al.
69355      Branch: perl
69356            ! Porting/Glossary Porting/config.sh Porting/config_H
69357 ____________________________________________________________________________
69358 [ 20418] By: jhi                                   on 2003/08/01  10:58:23
69359         Log: Now the test should be really testing what it's supposed to.
69360      Branch: perl
69361            ! ext/B/t/bytecode.t
69362 ____________________________________________________________________________
69363 [ 20417] By: jhi                                   on 2003/08/01  10:45:57
69364         Log: Fix the options.
69365      Branch: perl
69366            ! ext/B/t/bytecode.t
69367 ____________________________________________________________________________
69368 [ 20416] By: jhi                                   on 2003/08/01  10:44:19
69369         Log: Argument sanity checking.
69370      Branch: perl
69371            ! t/test.pl
69372 ____________________________________________________________________________
69373 [ 20413] By: jhi                                   on 2003/08/01  10:37:09
69374         Log: Regen Configure to use the *html*dir files.
69375              (installhtml uses none of that, though)
69376      Branch: perl
69377            ! Configure Policy_sh.SH config_h.SH
69378 ____________________________________________________________________________
69379 [ 20411] By: jhi                                   on 2003/08/01  10:10:05
69380         Log: More for the *dir changes.
69381      Branch: perl
69382            ! Policy_sh.SH config_h.SH hints/darwin.sh
69383 ____________________________________________________________________________
69384 [ 20410] By: jhi                                   on 2003/08/01  10:09:38
69385         Log: Regen Configure for the new *dir installation variables.
69386              If these don't work, ask Schwern.
69387      Branch: perl
69388            ! Configure
69389 ____________________________________________________________________________
69390 [ 20408] By: jhi                                   on 2003/08/01  05:27:48
69391         Log: Upgrade to MakeMaker 6.13.
69392      Branch: perl
69393            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
69394            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
69395            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
69396            ! lib/ExtUtils/t/basic.t
69397 ____________________________________________________________________________
69398 [ 20407] By: jhi                                   on 2003/08/01  05:21:36
69399         Log: JAPH patch :-) from Abigail.
69400      Branch: perl
69401            ! t/japh/abigail.t
69402 ____________________________________________________________________________
69403 [ 20406] By: jhi                                   on 2003/08/01  05:10:30
69404         Log: Regen perlapi.
69405      Branch: perl
69406            ! perlapi.c
69407 ____________________________________________________________________________
69408 [ 20405] By: jhi                                   on 2003/08/01  05:09:23
69409         Log: Subject: [PATCH] Re: utf8+regex bug in 5.8.1-RC2
69410              From: Dave Mitchell <davem@fdgroup.com>
69411              Date: Fri, 1 Aug 2003 01:16:31 +0100
69412              Message-ID: <20030801001631.GA11233@fdgroup.com>
69413      Branch: perl
69414            ! regcomp.c t/op/pat.t
69415 ____________________________________________________________________________
69416 [ 20404] By: ams                                   on 2003/08/01  03:28:17
69417         Log: Subject: [PATCH] LotR quote for perlapi.c
69418              From: Autrijus Tang <autrijus@autrijus.org>
69419              Date: Fri, 1 Aug 2003 10:00:29 +0800
69420              Message-Id: <20030801020029.GA28241@not.autrijus.org>
69421      Branch: perl
69422            ! embed.pl
69423 ____________________________________________________________________________
69424 [ 20396] By: rgs                                   on 2003/07/31  20:37:50
69425         Log: Document in INSTALL that -Uinstallusrbinperl is now the default.
69426      Branch: perl
69427            ! INSTALL
69428 ____________________________________________________________________________
69429 [ 20395] By: jhi                                   on 2003/07/31  20:32:30
69430         Log: Integrate README.macosx more.
69431      Branch: perl
69432            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
69433            ! win32/Makefile win32/makefile.mk
69434 ____________________________________________________________________________
69435 [ 20394] By: jhi                                   on 2003/07/31  20:31:49
69436         Log: README.macosx from Sherm Pendley.
69437      Branch: perl
69438            + README.macosx
69439            ! MANIFEST
69440 ____________________________________________________________________________
69441 [ 20393] By: jhi                                   on 2003/07/31  20:31:08
69442         Log: Unportable subtest needs rethink.
69443      Branch: perl
69444            ! ext/B/t/bytecode.t
69445 ____________________________________________________________________________
69446 [ 20392] By: jhi                                   on 2003/07/31  20:22:03
69447         Log: Enache again.
69448      Branch: perl
69449            ! ext/ByteLoader/bytecode.h
69450 ____________________________________________________________________________
69451 [ 20390] By: jhi                                   on 2003/07/31  20:20:28
69452         Log: Retract #20385.
69453      Branch: perl
69454            ! ext/ByteLoader/bytecode.h
69455 ____________________________________________________________________________
69456 [ 20389] By: jhi                                   on 2003/07/31  20:14:06
69457         Log: Yet another bytecode tweak from Enache.
69458      Branch: perl
69459            ! ext/B/B/Bytecode.pm
69460 ____________________________________________________________________________
69461 [ 20388] By: jhi                                   on 2003/07/31  20:11:21
69462         Log: Subject: [DOC PATCH] pod/perlguts.pod
69463              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
69464              Date: Thu, 31 Jul 2003 22:39:01 +0200
69465              Message-ID: <004a01c357a3$c71f9f50$0c2f1fac@R2D2>
69466      Branch: perl
69467            ! pod/perlguts.pod
69468 ____________________________________________________________________________
69469 [ 20387] By: jhi                                   on 2003/07/31  19:57:36
69470         Log: Subject: Re: [perl #23171] Regex too selfish
69471              From: hv@crypt.org
69472              Date: Thu, 31 Jul 2003 18:59:43 +0100
69473              Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org>
69474
69475              (choose the second code patch)
69476      Branch: perl
69477            ! regexec.c t/op/re_tests
69478 ____________________________________________________________________________
69479 [ 20386] By: jhi                                   on 2003/07/31  19:48:17
69480         Log: Make consistent with installperl (and working in MPE/iX)
69481              (Mark Bixby)
69482      Branch: perl
69483            ! installman
69484 ____________________________________________________________________________
69485 [ 20385] By: jhi                                   on 2003/07/31  19:46:14
69486         Log: (retracted by #20390)
69487      Branch: perl
69488            ! ext/ByteLoader/bytecode.h
69489 ____________________________________________________________________________
69490 [ 20383] By: jhi                                   on 2003/07/31  19:37:22
69491         Log: Upgrade to real CPAN.pm 1.76.
69492      Branch: perl
69493            + lib/CPAN/META.yml lib/CPAN/PAUSE2003.pub lib/CPAN/SIGNATURE
69494            + lib/CPAN/t/signature.t
69495            ! MANIFEST lib/CPAN.pm
69496 ____________________________________________________________________________
69497 [ 20379] By: jhi                                   on 2003/07/31  12:32:31
69498         Log: One more tweak for Mac OS X hints.
69499      Branch: perl
69500            ! hints/darwin.sh
69501 ____________________________________________________________________________
69502 [ 20378] By: jhi                                   on 2003/07/31  11:39:31
69503         Log: The new PKI system is far too untested and rough yet
69504              (think machines with no network, machines behind firewalls,
69505              corporate and national encryption policies).  It cannot be
69506              considered useable at this stage.
69507
69508              Therefore, create a fake CPAN 1.76.
69509      Branch: perl
69510            ! lib/CPAN.pm
69511 ____________________________________________________________________________
69512 [ 20377] By: jhi                                   on 2003/07/31  11:28:58
69513         Log: This test is pretty useless as it stands.
69514      Branch: perl
69515            - lib/CPAN/t/signature.t
69516            ! MANIFEST
69517 ____________________________________________________________________________
69518 [ 20376] By: jhi                                   on 2003/07/31  10:30:08
69519         Log: Document the requirements for Module::Signature a bit.
69520      Branch: perl
69521            ! lib/CPAN.pm
69522 ____________________________________________________________________________
69523 [ 20375] By: jhi                                   on 2003/07/31  09:37:44
69524         Log: We are change #20316 ahead of 1.75.
69525      Branch: perl
69526            ! lib/CPAN.pm
69527 ____________________________________________________________________________
69528 [ 20373] By: jhi                                   on 2003/07/31  07:35:11
69529         Log: Integrate from maint:
69530              [ 20359]
69531              No more wince/README.compile here, either.
69532      Branch: perl
69533           !> Porting/makerel
69534 ____________________________________________________________________________
69535 [ 20371] By: jhi                                   on 2003/07/31  05:41:56
69536         Log: ext/SDBM_File/sdbm's auto directory ended up in ext/SDBM_File.
69537              (Schwern)
69538      Branch: perl
69539            ! lib/ExtUtils/MakeMaker.pm
69540 ____________________________________________________________________________
69541 [ 20370] By: jhi                                   on 2003/07/31  05:39:11
69542         Log: Schwern says this is most probably an old VMS MakeMaker
69543              bug workaround that can go now.
69544      Branch: perl
69545            ! ext/SDBM_File/sdbm/Makefile.PL
69546 ____________________________________________________________________________
69547 [ 20369] By: jhi                                   on 2003/07/31  05:32:15
69548         Log: Final touches to "Apple-like" installation directories.
69549      Branch: perl
69550            ! hints/darwin.sh
69551 ____________________________________________________________________________
69552 [ 20368] By: jhi                                   on 2003/07/31  05:28:17
69553         Log: Tests for change #20367 (and change use overload; to
69554              just require overload;)
69555      Branch: perl
69556            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
69557 ____________________________________________________________________________
69558 [ 20367] By: jhi                                   on 2003/07/31  05:12:47
69559         Log: Subject: [PATCH Tie::RefHash] added support for overloaded ""
69560              From: Xavier Noria <fxn@hashref.com>
69561              Date: Thu, 31 Jul 2003 00:29:13 +0200
69562              Message-Id: <200307310029.13567.fxn@hashref.com>
69563      Branch: perl
69564            ! lib/Tie/RefHash.pm
69565 ____________________________________________________________________________
69566 [ 20366] By: jhi                                   on 2003/07/31  05:06:11
69567         Log: Subject: [PATCH] test for B::Bytecode/ByteLoader
69568              From: Enache Adrian <enache@rdslink.ro>
69569              Date: Thu, 31 Jul 2003 03:49:40 +0300
69570              Message-ID: <20030731004940.GB1266@ratsnest.hole>
69571
69572              (but use test.pl:run_perl() instead of manual `$^X ...`)
69573      Branch: perl
69574            + ext/B/t/bytecode.t
69575            ! MANIFEST
69576 ____________________________________________________________________________
69577 [ 20364] By: rgs                                   on 2003/07/30  21:35:08
69578         Log: Silence spurious noise from MakeMaker :
69579              hint files shouldn't return undef and have set $!.
69580      Branch: perl
69581            ! ext/DynaLoader/hints/linux.pl
69582 ____________________________________________________________________________
69583 [ 20362] By: jhi                                   on 2003/07/30  20:24:49
69584         Log: Upgrade to NEXT 0.52.
69585      Branch: perl
69586            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
69587            ! lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
69588 ____________________________________________________________________________
69589 [ 20356] By: jhi                                   on 2003/07/30  18:16:55
69590         Log: Might as well.
69591      Branch: perl
69592            ! pod/perlhist.pod
69593 ____________________________________________________________________________
69594 [ 20355] By: jhi                                   on 2003/07/30  18:15:49
69595         Log: Silly gcc.
69596      Branch: perl
69597            ! perl.c
69598 ____________________________________________________________________________
69599 [ 20353] By: jhi                                   on 2003/07/30  17:09:59
69600         Log: This is getting comical.  (Practical tip: never ask
69601              for opinions from one than one person at one time.)
69602              Now back to -Dprefix='/usr' replacing the system Perl,
69603              but don't use the Apple internal DSTROOT.
69604      Branch: perl
69605            ! hints/darwin.sh
69606 ____________________________________________________________________________
69607 [ 20352] By: jhi                                   on 2003/07/30  17:00:25
69608         Log: Mac OS X hints dance continues.  Now drop any special
69609              installation directory mangling.  In other words, if
69610              you want to overwrite the system perl, you really need
69611              to find out how to do that.
69612      Branch: perl
69613            ! hints/darwin.sh
69614 ____________________________________________________________________________
69615 [ 20350] By: jhi                                   on 2003/07/30  14:23:03
69616         Log: Try again with the Mac OS X hints.  Now the three cases
69617              (no -Dprefix, /usr, and something else) all install
69618              into separate places.  No prefix installs to /usr/local.
69619              The /usr overwrites the Apple install (modulo the version).
69620      Branch: perl
69621            ! hints/darwin.sh
69622 ____________________________________________________________________________
69623 [ 20348] By: jhi                                   on 2003/07/30  13:28:30
69624         Log: Subject: [PATCH] NEXT and Diamond Inheritance
69625              From: Casey West <casey@geeknest.com>
69626              Date: Tue, 29 Jul 2003 17:37:15 -0400
69627              Message-ID: <20030729213715.GY76899@geeknest.com>
69628
69629              (Use Damian's NEXT-0.51 once Damian and PAUSE like each other)
69630      Branch: perl
69631            ! lib/NEXT.pm lib/NEXT/t/unseen.t
69632 ____________________________________________________________________________
69633 [ 20347] By: jhi                                   on 2003/07/30  13:19:03
69634         Log: Match also on full name and email (though the email is
69635              now less interesting than it used to be).
69636      Branch: perl
69637            ! Porting/Maintainers
69638 ____________________________________________________________________________
69639 [ 20346] By: jhi                                   on 2003/07/30  12:26:53
69640         Log: Maintainers script tweaks.
69641      Branch: perl
69642            ! Porting/Maintainers
69643 ____________________________________________________________________________
69644 [ 20345] By: jhi                                   on 2003/07/30  11:17:33
69645         Log: rmdir t/lib/IO.
69646      Branch: perl
69647            ! ext/IO/t/IO.t
69648 ____________________________________________________________________________
69649 [ 20344] By: jhi                                   on 2003/07/30  11:15:30
69650         Log: Adjust the list of rmdired lib directories.
69651      Branch: perl
69652            ! Makefile.SH
69653 ____________________________________________________________________________
69654 [ 20343] By: jhi                                   on 2003/07/30  10:06:24
69655         Log: Be paranoid about PL_origargv.
69656              Paranoia warranted by Win32 mod_perl.
69657      Branch: perl
69658            ! perl.c
69659 ____________________________________________________________________________
69660 [ 20342] By: jhi                                   on 2003/07/30  09:57:55
69661         Log: Subject: tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c
69662              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
69663              Date: Wed, 30 Jul 2003 14:56:32 +0400
69664              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com>
69665      Branch: perl
69666            ! perlio.c
69667 ____________________________________________________________________________
69668 [ 20341] By: jhi                                   on 2003/07/30  09:54:46
69669         Log: Upgrade to ExtUtils::MakeMaker 6.12.
69670      Branch: perl
69671            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
69672            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
69673            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
69674            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
69675 ____________________________________________________________________________
69676 [ 20340] By: jhi                                   on 2003/07/30  09:47:32
69677         Log: That's M. Schwern to you, earthling.
69678      Branch: perl
69679            ! Porting/Maintainers.pl
69680 ____________________________________________________________________________
69681 [ 20339] By: jhi                                   on 2003/07/30  09:43:32
69682         Log: Arthur maintains Safe.
69683      Branch: perl
69684            ! Porting/Maintainers.pl
69685 ____________________________________________________________________________
69686 [ 20338] By: jhi                                   on 2003/07/30  09:40:28
69687         Log: Use the CPAN id where available.
69688      Branch: perl
69689            ! Porting/Maintainers.pl
69690 ____________________________________________________________________________
69691 [ 20337] By: jhi                                   on 2003/07/30  09:26:47
69692         Log: Rename Modules and Modules.pl as Maintainers and
69693              Maintainers.pl since the same framework can be used
69694              for more than just modules.
69695      Branch: perl
69696            + Porting/Maintainers Porting/Maintainers.pl
69697            - Porting/Modules Porting/Modules.pl
69698            ! MANIFEST
69699 ____________________________________________________________________________
69700 [ 20336] By: jhi                                   on 2003/07/30  09:11:06
69701         Log: Strip leading ./
69702      Branch: perl
69703            ! Porting/Modules
69704 ____________________________________________________________________________
69705 [ 20335] By: jhi                                   on 2003/07/30  09:01:47
69706         Log: More Modules.pl.
69707      Branch: perl
69708            ! Porting/Modules.pl
69709 ____________________________________________________________________________
69710 [ 20334] By: jhi                                   on 2003/07/30  08:51:57
69711         Log: Modules.pl: add B::Deparse.
69712      Branch: perl
69713            ! Porting/Modules.pl
69714 ____________________________________________________________________________
69715 [ 20333] By: jhi                                   on 2003/07/30  08:26:47
69716         Log: Mac OS X: tweak once again the installation directories.
69717      Branch: perl
69718            ! hints/darwin.sh
69719 ____________________________________________________________________________
69720 [ 20332] By: jhi                                   on 2003/07/30  07:55:04
69721         Log: Modules.pl tweaks.
69722      Branch: perl
69723            ! Porting/Modules.pl
69724 ____________________________________________________________________________
69725 [ 20331] By: jhi                                   on 2003/07/30  06:13:55
69726         Log: Subject: [PATCH] Extend Win32::GetOSVersion() to return additional information
69727              From: Jan Dubois <jand@ActiveState.com>
69728              Date: Tue, 29 Jul 2003 19:14:10 -0700
69729              Message-ID: <i06eivs0h9khken8rloevj68iqu6n45hnq@4ax.com>
69730      Branch: perl
69731            ! lib/Win32.pod win32/win32.c
69732 ____________________________________________________________________________
69733 [ 20330] By: rgs                                   on 2003/07/29  21:20:28
69734         Log: FAQ sync.
69735      Branch: perl
69736            ! pod/perlfaq4.pod pod/perlfaq7.pod
69737 ____________________________________________________________________________
69738 [ 20329] By: jhi                                   on 2003/07/29  20:54:38
69739         Log: Subject: tiny fix for WinCE (Re: maint @ 20277)
69740              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
69741              Date: Wed, 30 Jul 2003 02:02:41 +0400
69742              Message-ID: <016701c3561d$43735ca0$195ec3d9@vad>
69743      Branch: perl
69744            ! wince/wince.c
69745 ____________________________________________________________________________
69746 [ 20327] By: jhi                                   on 2003/07/29  20:09:15
69747         Log: MPE/iX fix from Mark Bixby: fcntl() on sockets on works.
69748      Branch: perl
69749            ! README.mpeix ext/IO/t/io_sock.t mpeix/mpeix.c mpeix/mpeixish.h
69750 ____________________________________________________________________________
69751 [ 20324] By: jhi                                   on 2003/07/29  19:55:50
69752         Log: Revert #20301, apparently the _SOCKADDR_LEN #define is
69753              important for IPv6 (Spider).  Since there is no way to
69754              otherwise detect 3.X, use the hints.
69755      Branch: perl
69756            ! hints/dec_osf.sh perl.h
69757 ____________________________________________________________________________
69758 [ 20316] By: jhi                                   on 2003/07/29  15:27:46
69759         Log: Don't nag about Module::Signature if there is no
69760              way for the user to use it (based on Autrijus' patch).
69761      Branch: perl
69762            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
69763 ____________________________________________________________________________
69764 [ 20315] By: jhi                                   on 2003/07/29  14:47:04
69765         Log: Oops.
69766      Branch: perl
69767            ! sv.c
69768 ____________________________________________________________________________
69769 [ 20314] By: jhi                                   on 2003/07/29  13:26:26
69770         Log: Slight rewording on the destdir.
69771      Branch: perl
69772            ! INSTALL
69773 ____________________________________________________________________________
69774 [ 20312] By: jhi                                   on 2003/07/29  13:20:21
69775         Log: Subject: [PATCH] pod/perlvar.pod: minor typo
69776              From: "Brendan O'Dea" <bod@debian.org>
69777              Date: Tue, 29 Jul 2003 23:49:18 +1000
69778              Message-ID: <20030729134918.GA4339@londo.c47.org>
69779      Branch: perl
69780            ! pod/perlvar.pod
69781 ____________________________________________________________________________
69782 [ 20310] By: jhi                                   on 2003/07/29  13:11:57
69783         Log: Subject: [PATCH: (repatch) 5.8.1 RC2] Encode test fixes for VMS (was Re: possible fix to File::Find problems)
69784              From: PPrymmer@factset.com
69785              Date: Tue, 22 Jul 2003 11:12:05 -0400
69786              Message-ID: <OFBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com>
69787      Branch: perl
69788            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
69789            ! ext/Encode/t/perlio.t
69790 ____________________________________________________________________________
69791 [ 20309] By: jhi                                   on 2003/07/29  13:06:24
69792         Log: Subject: [perluniintro vs Encode::Alias] Is KOI8R is an alise for koi8-r?
69793              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
69794              Date: Sun, 13 Jul 2003 10:23:35 +0900
69795              Message-Id: <20030713102228.C76A.BQW10602@nifty.com>
69796      Branch: perl
69797            ! ext/Encode/lib/Encode/Alias.pm
69798 ____________________________________________________________________________
69799 [ 20308] By: jhi                                   on 2003/07/29  13:02:43
69800         Log: The --destdir option to installman should be made
69801              optional so that it doesn't complain when passed
69802              an empty value (from Rafael)
69803      Branch: perl
69804            ! installman
69805 ____________________________________________________________________________
69806 [ 20306] By: jhi                                   on 2003/07/29  12:05:24
69807         Log: Too many my $fh:s.
69808      Branch: perl
69809            ! lib/CPAN.pm
69810 ____________________________________________________________________________
69811 [ 20305] By: jhi                                   on 2003/07/29  11:55:11
69812         Log: Quieten MSVC6.
69813      Branch: perl
69814            ! pp.c
69815 ____________________________________________________________________________
69816 [ 20302] By: jhi                                   on 2003/07/29  11:31:17
69817         Log: Subject: DESTDIR in perl-5.8.1 package?
69818              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
69819              Date: Fri, 11 Jul 2003 14:48:41 +0200
69820              Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de>
69821
69822              Subject: Re: DESTDIR in perl-5.8.1 package?
69823              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
69824              Date: Mon, 14 Jul 2003 12:00:25 +0200
69825              Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de>
69826
69827              (blindly prepending and s///ing away the $destdir does not work
69828              at least in VMS, but the --destdir should help rpm builders
69829              and the like)
69830      Branch: perl
69831            ! INSTALL Makefile.SH installman installperl
69832 ____________________________________________________________________________
69833 [ 20301] By: jhi                                   on 2003/07/29  11:20:07
69834         Log: Subject: [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
69835              From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org>
69836              Date: 26 Jul 2003 21:44:06 -0000
69837              Message-ID: <rt-23134-61814.9.36507226414463@rt.perl.org>
69838
69839              Helps (the admittedly old) DEC OSF/1 3.x and harms not newer
69840              releases 4.x and 5.x.
69841      Branch: perl
69842            ! perl.h
69843 ____________________________________________________________________________
69844 [ 20300] By: jhi                                   on 2003/07/29  11:18:27
69845         Log: Cleanup the sv_gets() logic for platforms with small stacks.
69846              (I think hogging 8K of stack sounds like bad behaviour on any
69847              platform, big stack or not.)
69848      Branch: perl
69849            ! sv.c
69850 ____________________________________________________________________________
69851 [ 20299] By: merijn                                on 2003/07/29  10:57:37
69852         Log: README.hpux now mentions the http mirror for prebuilt gcc binaries
69853      Branch: perl
69854            ! README.hpux
69855 ____________________________________________________________________________
69856 [ 20298] By: jhi                                   on 2003/07/29  10:57:28
69857         Log: DEC OSF/1 3.x did (does) not do sizer -v.
69858      Branch: perl
69859            ! hints/dec_osf.sh
69860 ____________________________________________________________________________
69861 [ 20295] By: jhi                                   on 2003/07/29  10:36:25
69862         Log: Subject: [PATCH CPAN.pm] unlink pre-PGP-signed CHECKSUM
69863              From: Autrijus Tang <autrijus@autrijus.org>
69864              Date: Tue, 29 Jul 2003 09:58:35 +0800
69865              Message-ID: <20030729015834.GA7149@not.autrijus.org>
69866      Branch: perl
69867            ! lib/CPAN.pm
69868 ____________________________________________________________________________
69869 [ 20294] By: jhi                                   on 2003/07/29  10:30:05
69870         Log: There is no skip() since we are not using Test*.
69871      Branch: perl
69872            ! lib/CPAN/t/signature.t
69873 ____________________________________________________________________________
69874 [ 20293] By: jhi                                   on 2003/07/29  10:28:10
69875         Log: Upgrade to CPAN.pm 1.74.
69876      Branch: perl
69877            ! lib/CPAN.pm lib/CPAN/t/signature.t
69878 ____________________________________________________________________________
69879 [ 20292] By: jhi                                   on 2003/07/29  10:14:26
69880         Log: Most importantly, don't try HvNAME(gp->gp_hv)
69881              unless PL_stashcache exists, otherwise we get
69882              an invalid read (detected by valgrind, and crashes
69883              ext/threads/t/basic.t in Windows).
69884
69885              Also add a few if:s for the refcnt decrements,
69886              no need to call Perl_sv_free() if there's nothing to free.
69887      Branch: perl
69888            ! gv.c
69889 ____________________________________________________________________________
69890 [ 20291] By: jhi                                   on 2003/07/29  09:00:58
69891         Log: Tabify.
69892      Branch: perl
69893            ! MANIFEST
69894 ____________________________________________________________________________
69895 [ 20288] By: jhi                                   on 2003/07/29  08:29:50
69896         Log: Subject: [perl #22969] fix $hash{utf8bareword}
69897              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
69898              Date: Tue, 29 Jul 2003 11:09:37 +0200
69899              Message-Id: <20030729110937.31c422d2.rgarcia@hexaflux.com>
69900      Branch: perl
69901            ! t/op/utfhash.t toke.c
69902 ____________________________________________________________________________
69903 [ 20287] By: jhi                                   on 2003/07/29  08:26:48
69904         Log: Subject: [PATCH pointer] B::Deparse 0.64
69905              From: Stephen McCamant <smcc@mit.edu>
69906              Date: Mon, 28 Jul 2003 16:57:19 -0400
69907              Message-ID: <16165.36399.39977.566109@syllepsis.MIT.EDU>
69908      Branch: perl
69909            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
69910 ____________________________________________________________________________
69911 [ 20286] By: jhi                                   on 2003/07/29  08:24:45
69912         Log: More perlio docs from Stas.
69913      Branch: perl
69914            ! pod/perliol.pod
69915 ____________________________________________________________________________
69916 [ 20285] By: jhi                                   on 2003/07/29  08:22:49
69917         Log: Reintroduce Porting/Modules.  No, it's not duplicating
69918              the information in Module::CoreList.
69919      Branch: perl
69920            + Porting/Modules Porting/Modules.pl
69921            ! AUTHORS MANIFEST
69922 ____________________________________________________________________________
69923 [ 20283] By: jhi                                   on 2003/07/29  05:00:12
69924         Log: The better prefixify() patch from Ed Moy.
69925      Branch: perl
69926            ! lib/ExtUtils/MM_Unix.pm
69927 ____________________________________________________________________________
69928 [ 20282] By: jhi                                   on 2003/07/29  04:57:57
69929         Log: PerlIO_popped doc addition from NI-S.
69930      Branch: perl
69931            ! pod/perliol.pod
69932 ____________________________________________________________________________
69933 [ 20281] By: jhi                                   on 2003/07/29  04:55:48
69934         Log: Subject: [PATCH] another File::Find tweak for VMS (improve on #20221)
69935              From: "Craig A. Berry" <craigberry@mac.com>
69936              Date: Tue, 29 Jul 2003 00:11:46 -0500
69937              Message-ID: <3F260212.9000104@mac.com>
69938      Branch: perl
69939            ! lib/File/Find.pm
69940 ____________________________________________________________________________
69941 [ 20278] By: jhi                                   on 2003/07/28  18:03:48
69942         Log: More bytecode tweaks.
69943      Branch: perl
69944            ! ext/B/B.xs ext/B/B/Bytecode.pm
69945 ____________________________________________________________________________
69946 [ 20275] By: jhi                                   on 2003/07/28  16:47:53
69947         Log: No more wince/README.compile.
69948      Branch: perl
69949            ! Porting/curliff.pl
69950 ____________________________________________________________________________
69951 [ 20272] By: jhi                                   on 2003/07/28  16:19:47
69952         Log: Slightly better failure output.
69953      Branch: perl
69954            ! ext/Devel/Peek/t/Peek.t
69955 ____________________________________________________________________________
69956 [ 20270] By: jhi                                   on 2003/07/28  15:12:28
69957         Log: These directories no more exist during cleanup.
69958      Branch: perl
69959            ! Makefile.SH
69960 ____________________________________________________________________________
69961 [ 20269] By: jhi                                   on 2003/07/28  15:07:22
69962         Log: No more ext/*/*.t, move them all to ext/*/t.
69963      Branch: perl
69964            + ext/Devel/DProf/t/DProf.t ext/Devel/Peek/t/Peek.t
69965            + ext/Errno/t/Errno.t ext/GDBM_File/t/gdbm.t
69966            + ext/I18N/Langinfo/t/Langinfo.t ext/IPC/SysV/t/ipcsysv.t
69967            + ext/NDBM_File/t/ndbm.t ext/ODBM_File/t/odbm.t
69968            + ext/Opcode/t/Opcode.t ext/Opcode/t/ops.t ext/PerlIO/t/PerlIO.t
69969            + ext/SDBM_File/t/sdbm.t ext/Safe/t/safe1.t ext/Safe/t/safe2.t
69970            + ext/Safe/t/safe3.t ext/Socket/t/Socket.t
69971            + ext/Socket/t/socketpair.t ext/Sys/Hostname/t/Hostname.t
69972            + ext/Sys/Syslog/t/syslog.t ext/Time/HiRes/t/HiRes.t
69973            + ext/XS/Typemap/t/Typemap.t ext/attrs/t/attrs.t ext/re/t/re.t
69974            - ext/Devel/DProf/DProf.t ext/Devel/Peek/Peek.t
69975            - ext/Errno/Errno.t ext/GDBM_File/gdbm.t
69976            - ext/I18N/Langinfo/Langinfo.t ext/IPC/SysV/ipcsysv.t
69977            - ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t ext/Opcode/Opcode.t
69978            - ext/Opcode/ops.t ext/PerlIO/PerlIO.t ext/SDBM_File/sdbm.t
69979            - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t
69980            - ext/Socket/Socket.t ext/Socket/socketpair.t
69981            - ext/Sys/Hostname/Hostname.t ext/Sys/Syslog/syslog.t
69982            - ext/Time/HiRes/HiRes.t ext/XS/Typemap/Typemap.t ext/attrs.t
69983            - ext/re/re.t
69984            ! MANIFEST ext/IPC/SysV/MANIFEST
69985 ____________________________________________________________________________
69986 [ 20268] By: jhi                                   on 2003/07/28  14:31:17
69987         Log: Move the ext/IO tests to a more standard location so that
69988              the *.t do not get copied to the build tree (lib/IO/).
69989      Branch: perl
69990            + ext/IO/t/IO.t ext/IO/t/io_const.t ext/IO/t/io_dir.t
69991            + ext/IO/t/io_dup.t ext/IO/t/io_linenum.t
69992            + ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_poll.t
69993            + ext/IO/t/io_sel.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
69994            + ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
69995            + ext/IO/t/io_utf8.t ext/IO/t/io_xs.t
69996            - ext/IO/lib/IO/t/IO.t ext/IO/lib/IO/t/io_const.t
69997            - ext/IO/lib/IO/t/io_dir.t ext/IO/lib/IO/t/io_dup.t
69998            - ext/IO/lib/IO/t/io_linenum.t ext/IO/lib/IO/t/io_multihomed.t
69999            - ext/IO/lib/IO/t/io_pipe.t ext/IO/lib/IO/t/io_poll.t
70000            - ext/IO/lib/IO/t/io_sel.t ext/IO/lib/IO/t/io_sock.t
70001            - ext/IO/lib/IO/t/io_taint.t ext/IO/lib/IO/t/io_tell.t
70002            - ext/IO/lib/IO/t/io_udp.t ext/IO/lib/IO/t/io_unix.t
70003            - ext/IO/lib/IO/t/io_utf8.t ext/IO/lib/IO/t/io_xs.t
70004            ! MANIFEST
70005 ____________________________________________________________________________
70006 [ 20267] By: jhi                                   on 2003/07/28  14:16:44
70007         Log: Retract #20260.
70008      Branch: perl
70009            ! perlio.c perliol.h
70010 ____________________________________________________________________________
70011 [ 20266] By: jhi                                   on 2003/07/28  13:38:59
70012         Log: Bump the $VERSION of core File::Spec as requested by Ken Williams.
70013      Branch: perl
70014            ! lib/File/Spec.pm
70015 ____________________________________________________________________________
70016 [ 20265] By: jhi                                   on 2003/07/28  13:23:44
70017         Log: Subject: [PATCH] #20177 broke skip logic in t/op/write.t
70018              From: "Craig A. Berry" <craigberry@mac.com>
70019              Date: Mon, 28 Jul 2003 08:04:32 -0500
70020              Message-ID: <3F251F60.6050607@mac.com>
70021      Branch: perl
70022            ! t/op/write.t
70023 ____________________________________________________________________________
70024 [ 20264] By: jhi                                   on 2003/07/28  13:21:58
70025         Log: Subject: [PATCH] t/op/write.t cleanup after itself.
70026              From: Michael G Schwern <schwern@pobox.com>
70027              Date: Mon, 28 Jul 2003 05:54:19 -0700
70028              Message-ID: <20030728125419.GJ21044@windhund.schwern.org>
70029      Branch: perl
70030            ! t/op/write.t
70031 ____________________________________________________________________________
70032 [ 20263] By: jhi                                   on 2003/07/28  12:13:24
70033         Log: Make Storable work with blead/maint by making PL_sv_placeholder
70034              a true global, bump $VERSION to 2.08.  Will take a look at the
70035              portability issue of placeholders soon.
70036      Branch: perl
70037            ! embedvar.h ext/Storable/Storable.pm ext/Storable/Storable.xs
70038            ! intrpvar.h perlapi.h perlvars.h sv.c
70039 ____________________________________________________________________________
70040 [ 20262] By: jhi                                   on 2003/07/28  11:35:31
70041         Log: Storable test nosewipe.
70042      Branch: perl
70043            ! ext/Storable/t/code.t ext/Storable/t/utf8hash.t
70044 ____________________________________________________________________________
70045 [ 20261] By: jhi                                   on 2003/07/28  11:02:23
70046         Log: Solaris cc didn't appreciate casting a long to a pointer
70047              with no cast, and lval casts are unportable, so introduce
70048              a rval cast.
70049      Branch: perl
70050            ! bytecode.pl ext/ByteLoader/byterun.c
70051 ____________________________________________________________________________
70052 [ 20260] By: jhi                                   on 2003/07/28  10:46:58
70053         Log: (Retracted by #20267)
70054      Branch: perl
70055            ! perlio.c perliol.h
70056 ____________________________________________________________________________
70057 [ 20257] By: jhi                                   on 2003/07/28  10:05:58
70058         Log: Subject: CPAN/t/signature.t noisy
70059              From: Michael G Schwern <schwern@pobox.com>
70060              Date: Mon, 28 Jul 2003 02:14:19 -0700
70061              Message-ID: <20030728091419.GG21044@windhund.schwern.org>
70062      Branch: perl
70063            ! lib/CPAN/t/signature.t
70064 ____________________________________________________________________________
70065 [ 20256] By: jhi                                   on 2003/07/28  10:00:11
70066         Log: Extra noise from File::Spec.
70067      Branch: perl
70068            ! lib/File/Spec/t/rel2abs2rel.t
70069 ____________________________________________________________________________
70070 [ 20255] By: jhi                                   on 2003/07/28  09:50:55
70071         Log: Prettyprint the constants list of defsubs_h.PL.
70072      Branch: perl
70073            ! ext/B/defsubs_h.PL
70074 ____________________________________________________________________________
70075 [ 20253] By: jhi                                   on 2003/07/28  04:56:48
70076         Log: Subject: [PATCH] B enhancements
70077              From: Stephen McCamant <smcc@mit.edu>
70078              Date: Sun, 27 Jul 2003 14:07:46 -0400
70079              Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU>
70080      Branch: perl
70081            ! ext/B/B.pm ext/B/B.xs ext/B/defsubs_h.PL
70082 ____________________________________________________________________________
70083 [ 20252] By: jhi                                   on 2003/07/28  04:55:42
70084         Log: More clarification about the hash randomisation defines.
70085      Branch: perl
70086            ! perl.h
70087 ____________________________________________________________________________
70088 [ 20251] By: jhi                                   on 2003/07/28  04:51:46
70089         Log: Clarify the process a bit.
70090      Branch: perl
70091            ! INSTALL
70092 ____________________________________________________________________________
70093 [ 20250] By: jhi                                   on 2003/07/28  04:43:23
70094         Log: Add $VERSION to B::Bytecode.
70095      Branch: perl
70096            ! ext/B/B/Bytecode.pm
70097 ____________________________________________________________________________
70098 [ 20249] By: jhi                                   on 2003/07/28  04:39:14
70099         Log: Missing test file.  (Not very useful since Module::Signature
70100              is not in the core, but let's not make an exception.)
70101      Branch: perl
70102            ! MANIFEST
70103 ____________________________________________________________________________
70104 [ 20248] By: jhi                                   on 2003/07/28  04:35:27
70105         Log: Subject: Re: downrev modules in RC2
70106              From: Gisle Aas <gisle@ActiveState.com>
70107              Date: 27 Jul 2003 20:25:07 -0700
70108              Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com>
70109
70110              (upgrade to Digest::MD5 2.26)
70111      Branch: perl
70112            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
70113            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
70114 ____________________________________________________________________________
70115 [ 20247] By: jhi                                   on 2003/07/28  04:31:32
70116         Log: Upgrade to CGI 2.97.
70117      Branch: perl
70118            ! lib/CGI.pm
70119 ____________________________________________________________________________
70120 [ 20246] By: jhi                                   on 2003/07/28  04:26:58
70121         Log: Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.
70122              (from Enache)
70123      Branch: perl
70124            ! bytecode.pl ext/ByteLoader/byterun.c
70125 ____________________________________________________________________________
70126 [ 20243] By: jhi                                   on 2003/07/27  20:31:31
70127         Log: Upgrade to CPAN 1.72.
70128      Branch: perl
70129            + lib/CPAN/t/signature.t
70130            ! MANIFEST lib/CPAN.pm
70131 ____________________________________________________________________________
70132 [ 20242] By: jhi                                   on 2003/07/27  20:21:40
70133         Log: We now return to your normally scheduled hash randomisation.
70134      Branch: perl
70135            ! INSTALL perl.h pod/perlfunc.pod pod/perlrun.pod
70136            ! pod/perlsec.pod
70137 ____________________________________________________________________________
70138 [ 20240] By: jhi                                   on 2003/07/27  19:45:22
70139         Log: fresh_perl_(is|like) were printing out the wrong file/line
70140              number on failure because _where() was hard coded to only
70141              look one level up the call stack.  In these cases it has to
70142              look two.
70143              (Schwern)
70144      Branch: perl
70145            ! t/test.pl
70146 ____________________________________________________________________________
70147 [ 20239] By: jhi                                   on 2003/07/27  19:43:34
70148         Log: cleanup tiehandle.t to use test.pl, is(), like(), etc...
70149              (Schwern)
70150      Branch: perl
70151            ! t/op/tiehandle.t
70152 ____________________________________________________________________________
70153 [ 20238] By: jhi                                   on 2003/07/27  19:20:45
70154         Log: Upgrade to Test::Harness 2.29.
70155      Branch: perl
70156            ! lib/Test/Harness.pm lib/Test/Harness/Straps.pm
70157            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
70158            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
70159            ! lib/Test/Harness/t/test-harness.t
70160 ____________________________________________________________________________
70161 [ 20237] By: jhi                                   on 2003/07/27  18:37:45
70162         Log: Missing MakeMaker test.
70163      Branch: perl
70164            + lib/ExtUtils/t/postamble.t
70165            ! MANIFEST
70166 ____________________________________________________________________________
70167 [ 20236] By: jhi                                   on 2003/07/27  18:29:16
70168         Log: Add -l (one file per line) option to manicheck.
70169      Branch: perl
70170            ! Porting/manicheck
70171 ____________________________________________________________________________
70172 [ 20235] By: jhi                                   on 2003/07/27  18:08:55
70173         Log: Further Byteloader tweaks from Enache.
70174      Branch: perl
70175            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
70176            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/defsubs_h.PL
70177            ! ext/B/t/assembler.t ext/ByteLoader/ByteLoader.pm
70178            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
70179            ! ext/ByteLoader/byterun.h t/TEST
70180 ____________________________________________________________________________
70181 [ 20234] By: jhi                                   on 2003/07/27  18:02:24
70182         Log: Reapply some perldoc changes not in 3.09.
70183      Branch: perl
70184            ! lib/Pod/Perldoc.pm
70185 ____________________________________________________________________________
70186 [ 20233] By: jhi                                   on 2003/07/27  17:51:01
70187         Log: Upgrade to Pod::Perldoc 3.09.
70188      Branch: perl
70189            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
70190 ____________________________________________________________________________
70191 [ 20232] By: jhi                                   on 2003/07/27  17:34:23
70192         Log: A bug reported in perl-unicode by Terry Jones, fixed
70193              by Andreas Koenig, and add a test.
70194      Branch: perl
70195            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
70196 ____________________________________________________________________________
70197 [ 20231] By: jhi                                   on 2003/07/27  17:21:11
70198         Log: Unicode::UCD doc nit from Andreas Koenig.
70199      Branch: perl
70200            ! lib/Unicode/UCD.pm
70201 ____________________________________________________________________________
70202 [ 20230] By: jhi                                   on 2003/07/27  17:13:55
70203         Log: Upgrade to I18N::LangTags 0.28.
70204      Branch: perl
70205            + lib/I18N/LangTags/t/01test.t
70206            - lib/I18N/LangTags/test.pl
70207            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/List.pm
70208 ____________________________________________________________________________
70209 [ 20229] By: jhi                                   on 2003/07/27  16:59:27
70210         Log: Skip the test until Enache fixes it.
70211      Branch: perl
70212            ! ext/B/t/assembler.t
70213 ____________________________________________________________________________
70214 [ 20225] By: jhi                                   on 2003/07/27  16:12:44
70215         Log: Upgrade to File::Spec 0.85.
70216      Branch: perl
70217            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
70218            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
70219            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
70220            ! lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
70221            ! lib/File/Spec/t/rel2abs2rel.t
70222 ____________________________________________________________________________
70223 [ 20224] By: jhi                                   on 2003/07/27  15:48:20
70224         Log: Subject: Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
70225              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
70226              Date: Sun, 20 Jul 2003 22:36:02 +0200
70227              Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2>
70228      Branch: perl
70229            ! dump.c embedvar.h ext/Storable/Storable.xs hv.c intrpvar.h
70230            ! perl.c perlapi.h sv.c universal.c
70231 ____________________________________________________________________________
70232 [ 20223] By: jhi                                   on 2003/07/27  15:43:30
70233         Log: Regen byterun once more: the incav is not yet right, but at
70234              least it compiles now (Tru64 cc choked on the lvalue cast).
70235      Branch: perl
70236            ! bytecode.pl ext/ByteLoader/byterun.c
70237 ____________________________________________________________________________
70238 [ 20222] By: jhi                                   on 2003/07/27  15:31:52
70239         Log: Regenerated because of #20220.
70240      Branch: perl
70241            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
70242            ! ext/ByteLoader/byterun.h
70243 ____________________________________________________________________________
70244 [ 20221] By: jhi                                   on 2003/07/27  15:19:57
70245         Log: Subject: [PATCH] fix for File::Find logical name collision on VMS
70246              From: "Craig A. Berry" <craigberry@mac.com>
70247              Date: Mon, 21 Jul 2003 19:40:20 -0500
70248              Message-ID: <3F1C87F4.2070401@mac.com>
70249      Branch: perl
70250            ! lib/File/Find.pm
70251 ____________________________________________________________________________
70252 [ 20220] By: jhi                                   on 2003/07/27  15:13:10
70253         Log: Subject: Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all
70254              From: Enache Adrian <enache@rdslink.ro>
70255              Date: Fri, 18 Jul 2003 23:15:37 +0300
70256              Message-ID: <20030718201537.GA1574@ratsnest.hole>
70257      Branch: perl
70258            ! Makefile.SH bytecode.pl ext/B/B.xs ext/B/B/Assembler.pm
70259            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/typemap
70260            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
70261            ! ext/ByteLoader/bytecode.h installperl t/TEST utils/perlcc.PL
70262 ____________________________________________________________________________
70263 [ 20219] By: jhi                                   on 2003/07/27  15:08:23
70264         Log: Subject: [PATCH-for-RC2] WinCE port addition
70265              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
70266              Date: Fri, 25 Jul 2003 22:17:11 +0400
70267              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com>
70268      Branch: perl
70269            - wince/README.compile
70270            ! MANIFEST README.ce wince/Makefile.ce wince/README.perlce
70271            ! wince/compile.bat wince/wince.c wince/wince.h
70272 ____________________________________________________________________________
70273 [ 20217] By: jhi                                   on 2003/07/25  06:39:08
70274         Log: Another missing hunk for MakeMaker from .org.
70275      Branch: perl
70276            ! lib/ExtUtils/MakeMaker.pm
70277 ____________________________________________________________________________
70278 [ 20213] By: jhi                                   on 2003/07/24  14:49:25
70279         Log: Grabbed from www.makemaker.org.
70280      Branch: perl
70281            + t/lib/MakeMaker/Test/Setup/Recurs.pm
70282            ! MANIFEST
70283 ____________________________________________________________________________
70284 [ 20211] By: jhi                                   on 2003/07/24  14:00:29
70285         Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8
70286              From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org>
70287              Date: 14 Jul 2003 05:35:15 -0000
70288              Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org>
70289      Branch: perl
70290            ! utf8.c
70291 ____________________________________________________________________________
70292 [ 20209] By: jhi                                   on 2003/07/24  13:42:58
70293         Log: Subject: Re: [typo] sv.c pod/perlapi.pod
70294              From: Stas Bekman <stas@stason.org>
70295              Date: Thu, 24 Jul 2003 16:49:27 +0200
70296              Message-ID: <3F1FF1F7.30500@stason.org>
70297      Branch: perl
70298            ! pod/perlapi.pod sv.c
70299 ____________________________________________________________________________
70300 [ 20208] By: jhi                                   on 2003/07/24  13:41:37
70301         Log: Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.11
70302              From: Michael G Schwern <schwern@pobox.com>
70303              Date: Thu, 24 Jul 2003 01:28:07 -0700
70304              Message-ID: <20030724082807.GA24285@windhund.schwern.org>
70305      Branch: perl
70306            ! lib/ExtUtils/MakeMaker.pm
70307 ____________________________________________________________________________
70308 [ 20207] By: jhi                                   on 2003/07/24  13:40:39
70309         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_08
70310              From: Michael G Schwern <schwern@pobox.com>
70311              Date: Mon, 21 Jul 2003 20:12:25 -0700
70312              Message-ID: <20030722031224.GD12711@windhund.schwern.org>
70313      Branch: perl
70314            + lib/ExtUtils/t/recurs.t
70315            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
70316            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
70317            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
70318            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/PATCHING
70319            ! lib/ExtUtils/README lib/ExtUtils/t/Command.t
70320            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
70321            ! lib/ExtUtils/t/basic.t
70322 ____________________________________________________________________________
70323 [ 20206] By: jhi                                   on 2003/07/24  13:23:27
70324         Log: (accidentally empty checkin)
70325      Branch: perl
70326            ! lib/perl5db.pl
70327 ____________________________________________________________________________
70328 [ 20203] By: jhi                                   on 2003/07/24  13:14:53
70329         Log: Subject: [possible PATCH?] Re: Where is PerlIO_isutf8()?
70330              From: Steve Hay <steve.hay@uk.radan.com>
70331              Date: Fri, 18 Jul 2003 10:03:21 +0100
70332              Message-ID: <3F17B7D9.80805@uk.radan.com>
70333      Branch: perl
70334            ! makedef.pl
70335 ____________________________________________________________________________
70336 [ 20202] By: jhi                                   on 2003/07/24  13:12:08
70337         Log: Subject: [patch] perldebug.pod clarification
70338              From: Stéphane Payrard <stef@payrard.net>
70339              Date: Mon, 21 Jul 2003 21:36:59 +0200
70340              Message-ID: <20030721193659.GC2722@stefp.dyndns.org>
70341      Branch: perl
70342            ! pod/perldebug.pod
70343 ____________________________________________________________________________
70344 [ 20201] By: jhi                                   on 2003/07/24  13:08:50
70345         Log: Subject: PATCH: More edge tests on t/op/pow.t
70346              From: Andy Lester <andy@petdance.com>
70347              Date: Wed, 23 Jul 2003 16:38:35 -0500
70348              Message-ID: <20030723213834.GA20468@petdance.com>
70349      Branch: perl
70350            ! t/op/pow.t
70351 ____________________________________________________________________________
70352 [ 20200] By: jhi                                   on 2003/07/24  13:06:36
70353         Log: Subject: [PATCH] Fix saving 'V' magic in scan_vstring()
70354              From: Stephen McCamant <smcc@mit.edu>
70355              Date: Tue, 22 Jul 2003 09:41:10 -0400
70356              Message-ID: <16157.16118.998307.110037@syllepsis.MIT.EDU>
70357      Branch: perl
70358            ! toke.c
70359 ____________________________________________________________________________
70360 [ 20199] By: jhi                                   on 2003/07/24  13:04:24
70361         Log: Subject: [PATCH] Re: Reference to tied elements results in lvalue.
70362              From: Dave Mitchell <davem@fdgroup.com>
70363              Date: Fri, 18 Jul 2003 18:49:43 +0100
70364              Message-ID: <20030718174943.GB6427@fdgroup.com>
70365      Branch: perl
70366            ! sv.c t/op/tie.t
70367 ____________________________________________________________________________
70368 [ 20198] By: jhi                                   on 2003/07/24  09:07:45
70369         Log: Subject: [PATCH] Re: Bug in B::Deparse/Concise with ithreads
70370              From: Stephen McCamant <smcc@mit.edu>
70371              Date: Sat, 19 Jul 2003 12:06:31 -0400
70372              Message-ID: <16153.27783.300094.464863@syllepsis.MIT.EDU>
70373      Branch: perl
70374            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
70375 ____________________________________________________________________________
70376 [ 20197] By: jhi                                   on 2003/07/24  08:59:45
70377         Log: Subject: [PATCH] typo in VMS::Filespec
70378              From: Ken Williams <ken@mathforum.org>
70379              Date: Tue, 22 Jul 2003 15:18:21 -0500
70380              Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org>
70381      Branch: perl
70382            ! vms/ext/Filespec.pm
70383 ____________________________________________________________________________
70384 [ 20196] By: jhi                                   on 2003/07/24  08:54:54
70385         Log: EBCDIC fix from Thomas Dorner.
70386      Branch: perl
70387            ! Makefile.SH
70388 ____________________________________________________________________________
70389 [ 20195] By: jhi                                   on 2003/07/24  08:54:13
70390         Log: POSIX-BC patch from Thomas Dorner.
70391      Branch: perl
70392            ! hints/posix-bc.sh
70393 ____________________________________________________________________________
70394 [ 20194] By: jhi                                   on 2003/07/24  08:45:55
70395         Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning
70396              From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org>
70397              Date: 14 Jul 2003 05:37:15 -0000
70398              Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org>
70399      Branch: perl
70400            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
70401 ____________________________________________________________________________
70402 [ 20193] By: jhi                                   on 2003/07/24  08:43:33
70403         Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0
70404              From: Hrunting Johnson (via RT) <perlbug-followup@perl.org>
70405              Date: 14 Jul 2003 05:37:02 -0000
70406              Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org>
70407      Branch: perl
70408            ! ext/IO/lib/IO/Socket.pm
70409 ____________________________________________________________________________
70410 [ 20191] By: jhi                                   on 2003/07/24  08:38:35
70411         Log: Subject: [PATCH] Re: Fatal 5.8.1 error in our $FOO = x if $FOO
70412              From: Dave Mitchell <davem@fdgroup.com>
70413              Date: Thu, 17 Jul 2003 20:33:29 +0100
70414              Message-ID: <20030717193329.GA2699@fdgroup.com>
70415      Branch: perl
70416            ! pad.c t/lib/warnings/pad
70417 ____________________________________________________________________________
70418 [ 20190] By: jhi                                   on 2003/07/24  08:35:11
70419         Log: Subject: [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C
70420              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
70421              Date: 22 Jul 2003 02:59:13 -0000
70422              Message-ID: <rt-23080-61622.7.95831816717467@rt.perl.org>
70423      Branch: perl
70424            ! pod/perlfunc.pod
70425 ____________________________________________________________________________
70426 [ 20189] By: jhi                                   on 2003/07/24  08:26:02
70427         Log: Subject: [PATCH RC2] Missing semicolon in PERL_FPU_INIT macro
70428              From: Stephen Clouse <stephenc@theiqgroup.com>
70429              Date: Tue, 22 Jul 2003 21:31:38 -0500
70430              Message-ID: <20030723023138.GA15653@owns.warpcore.org>
70431      Branch: perl
70432            ! perl.h
70433 ____________________________________________________________________________
70434 [ 20187] By: jhi                                   on 2003/07/24  07:53:33
70435         Log: Subject: [PATCH] configure.gnu --prefix
70436              From: slaven@rezic.de
70437              Date: Thu, 10 Jul 2003 09:33:27 +0000
70438              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
70439      Branch: perl
70440            ! configure.gnu
70441 ____________________________________________________________________________
70442 [ 20186] By: jhi                                   on 2003/07/24  07:48:21
70443         Log: Subject: Re: problem with rc1 and rc2 on Mac OS X
70444              From: Edward Moy <emoy@apple.com>
70445              Date: Sun, 13 Jul 2003 14:12:57 -0700
70446              Message-Id: <C66FBFAC-B576-11D7-89B5-0030657B317C@apple.com>
70447      Branch: perl
70448            ! lib/ExtUtils/MM_Unix.pm
70449 ____________________________________________________________________________
70450 [ 20184] By: jhi                                   on 2003/07/24  07:02:31
70451         Log: Subject: [PATCH 5.8.1 @20153] malloc cleanup
70452              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
70453              Date: Tue, 15 Jul 2003 07:46:58 -0700
70454              Message-ID: <20030715144657.GA21313@math.berkeley.edu>
70455      Branch: perl
70456            ! makedef.pl malloc.c malloc_ctl.h
70457 ____________________________________________________________________________
70458 [ 20182] By: jhi                                   on 2003/07/23  13:28:52
70459         Log: This should make Stas happy.
70460      Branch: perl
70461            ! hv.h perl.c
70462 ____________________________________________________________________________
70463 [ 20180] By: jhi                                   on 2003/07/23  12:40:11
70464         Log: utils.lst parsing tweak for bin/perldoc installation from Rafael.
70465      Branch: perl
70466            ! installperl
70467 ____________________________________________________________________________
70468 [ 20179] By: rgs                                   on 2003/07/21  19:46:19
70469         Log: As the perldoc.pod is now in a separate file under pod/,
70470              the installman script was installing an empty perldoc.1 manpage.
70471      Branch: perl
70472            ! installperl utils.lst
70473 ____________________________________________________________________________
70474 [ 20178] By: rgs                                   on 2003/07/21  19:19:06
70475         Log: Subject: [DOCPATCH] %SIG and SA_RESTART
70476              From: Steve Grazzini <grazz@pobox.com>
70477              Date: Wed, 16 Jul 2003 08:56:21 -0400
70478              Message-ID: <20030716125620.GA7022@grazzini.net>
70479      Branch: perl
70480            ! pod/perlipc.pod pod/perlvar.pod
70481 ____________________________________________________________________________
70482 [ 20177] By: rgs                                   on 2003/07/21  19:14:35
70483         Log: Subject: [PATCH] Re: Perl formats do not work with tied values
70484              From: Dave Mitchell <davem@fdgroup.com>
70485              Date: Tue, 15 Jul 2003 20:46:07 +0100
70486              Message-ID: <20030715194607.GA24592@fdgroup.com>
70487
70488              plus the regression test :
70489              Subject: Re: [PATCH] Re: Perl formats do not work with tied values
70490              From: Nicholas Clark <nick@ccl4.org>
70491              Date: Tue, 15 Jul 2003 22:24:04 +0100
70492              Message-ID: <20030715222404.L20414@plum.flirble.org>
70493      Branch: perl
70494            ! pp_ctl.c t/op/write.t
70495 ____________________________________________________________________________
70496 [ 20176] By: rgs                                   on 2003/07/21  19:00:32
70497         Log: Subject: Re: [PATCH] h2xs and extra_libraries
70498              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
70499              Date: Tue, 15 Jul 2003 07:28:52 +0200
70500              Message-id: <20030715052852.GA494@ethan>
70501      Branch: perl
70502            ! utils/h2xs.PL
70503 ____________________________________________________________________________
70504 [ 20175] By: merijn                                on 2003/07/21  14:26:43
70505         Log: Subject: Re: [PATCH] test clean-up for VMS
70506              From: "Craig A. Berry" <craigberry@mac.com>
70507              Date: Sun, 20 Jul 2003 10:43:32 -0500
70508              Message-ID: <3F1AB8A4.2070207@mac.com>
70509      Branch: perl
70510            ! ext/PerlIO/t/encoding.t lib/File/Spec/t/rel2abs2rel.t
70511            ! lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
70512            ! lib/FileCache/t/03append.t t/io/argv.t t/op/stat.t
70513            ! t/uni/write.t
70514 ____________________________________________________________________________
70515 [ 20174] By: hv                                    on 2003/07/21  10:26:07
70516         Log: Update Changes.
70517      Branch: perl
70518            ! Changes patchlevel.h
70519 ____________________________________________________________________________
70520 [ 20173] By: rgs                                   on 2003/07/20  21:48:21
70521         Log: Minor doc nits concerning the dosish ALTERNATE_SHEBANG
70522              (bug #22968)
70523      Branch: perl
70524            ! pod/perlfaq3.pod pod/perlrun.pod
70525 ____________________________________________________________________________
70526 [ 20172] By: rgs                                   on 2003/07/20  21:14:12
70527         Log: Subject: Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
70528              From: Andy Dougherty <doughera@lafayette.edu>
70529              Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT)
70530              Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu>
70531
70532              plus a clarification to INSTALL :
70533              Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
70534              From: Andy Dougherty <doughera@lafayette.edu>
70535              Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT)
70536              Message-ID: <Pine.SOL.4.53.0307161059400.10258@maxwell.phys.lafayette.edu>
70537      Branch: perl
70538            ! INSTALL Makefile.SH
70539 ____________________________________________________________________________
70540 [ 20171] By: rgs                                   on 2003/07/20  20:12:54
70541         Log: The warning "Possible precedence problem on bitwise operator"
70542              was incorrectly produced with the bitwise-assignment operators.
70543              Fix it. (bug #23065 concerning 5.8.1 RC2)
70544      Branch: perl
70545            ! op.c t/lib/warnings/op
70546 ____________________________________________________________________________
70547 [ 20170] By: rgs                                   on 2003/07/18  08:03:02
70548         Log: Rename get_seed() to get_hash_seed(), as suggested by
70549              Eric J Kidder, to solve a name conflict on HP_UX 11.00.
70550      Branch: perl
70551            ! embed.fnc embed.h perl.c proto.h util.c
70552 ____________________________________________________________________________
70553 [ 20169] By: rgs                                   on 2003/07/18  06:36:20
70554         Log: Subject: Re: [PATCH] Re: Oops - Can't calculate our powers
70555              From: Andreas J Koenig <andreas.koenig@anima.de>
70556              Date: Fri, 18 Jul 2003 09:36:47 +0200
70557              Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de>
70558      Branch: perl
70559            ! t/op/pow.t
70560 ____________________________________________________________________________
70561 [ 20168] By: rgs                                   on 2003/07/18  06:21:15
70562         Log: Subject: [ PATCH] Re: isa(UNIVERSAL)?
70563              From: Dave Mitchell <davem@fdgroup.com>
70564              Date: Thu, 17 Jul 2003 21:51:12 +0100
70565              Message-ID: <20030717205112.GA2994@fdgroup.com>
70566      Branch: perl
70567            ! t/op/universal.t universal.c
70568 ____________________________________________________________________________
70569 [ 20167] By: rgs                                   on 2003/07/18  06:14:33
70570         Log: Subject: [PATCH] Re: Oops - Can't calculate our powers
70571              From: Stephen McCamant <smcc@mit.edu>
70572              Date: Fri, 18 Jul 2003 02:26:14 -0400
70573              Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU>
70574      Branch: perl
70575            ! pp.c t/op/pow.t
70576 ____________________________________________________________________________
70577 [ 20166] By: rgs                                   on 2003/07/17  21:49:10
70578         Log: Subject: [PATCH] Increment cop_seqmax in utilize()
70579              From: Stephen McCamant <smcc@mit.edu>
70580              Date: Tue, 15 Jul 2003 09:57:26 -0400
70581              Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU>
70582
70583              Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements
70584              From: Stephen McCamant <smcc@mit.edu>
70585              Date: Tue, 15 Jul 2003 09:57:31 -0400
70586              Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU>
70587      Branch: perl
70588            ! ext/B/B/Concise.pm ext/B/B/Terse.pm op.c
70589 ____________________________________________________________________________
70590 [ 20165] By: rgs                                   on 2003/07/17  21:24:46
70591         Log: Subject: [PATCH] Re: POSIX::div
70592              From: Michael G Schwern <schwern@pobox.com>
70593              Date: Mon, 14 Jul 2003 14:00:58 -0700
70594              Message-ID: <20030714210057.GK18517@windhund.schwern.org>
70595      Branch: perl
70596            ! ext/POSIX/POSIX.pm
70597 ____________________________________________________________________________
70598 [ 20164] By: rgs                                   on 2003/07/17  21:15:51
70599         Log: PERL5LIB is not colon-separated everywhere
70600      Branch: perl
70601            ! pod/perlrun.pod
70602 ____________________________________________________________________________
70603 [ 20163] By: rgs                                   on 2003/07/17  20:59:15
70604         Log: Subject: [PATCH] fix $^N-related coredump
70605              From: Anton Berezin <tobez@tobez.org>
70606              Date: Mon, 14 Jul 2003 13:50:35 +0200
70607              Message-ID: <20030714115035.GA10971@heechee.tobez.org>
70608      Branch: perl
70609            ! pp_hot.c sv.c
70610 ____________________________________________________________________________
70611 [ 20162] By: rgs                                   on 2003/07/17  20:39:31
70612         Log: Subject: PATCH: tweak 'split' docs for case of explicit 0 LIMIT
70613              From: Tony Bowden <tony@kasei.com>
70614              Date: Thu, 17 Jul 2003 16:49:35 +0100
70615              Message-ID: <20030717154935.GA20302@soto.kasei.com>
70616      Branch: perl
70617            ! pod/perlfunc.pod
70618 ____________________________________________________________________________
70619 [ 20161] By: rgs                                   on 2003/07/17  20:25:52
70620         Log: Minor nits in perlsyn.pod
70621      Branch: perl
70622            ! pod/perlsyn.pod
70623 ____________________________________________________________________________
70624 [ 20159] By: rgs                                   on 2003/07/13  20:02:34
70625         Log: Subject: [PATCH] incorrect error message from Attribute::Handlers
70626              From: Claes Jacobsson <claes@surfar.nu>
70627              Date: Sat, 12 Jul 2003 16:30:42 +0200
70628              Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu>
70629      Branch: perl
70630            ! lib/Attribute/Handlers.pm
70631 ____________________________________________________________________________
70632 [ 20158] By: rgs                                   on 2003/07/13  19:52:58
70633         Log: Add a TODO test for perlbug #19049
70634              Subject: Re: [perl #19049] Incorrect $` after replacement (test for same)
70635              From: Alex Gough <alex-p5p@earth.li>
70636              Date: Fri, 11 Jul 2003 01:12:42 +0100
70637              Message-ID: <20030711001242.GD2484@the.earth.li>
70638      Branch: perl
70639            ! t/op/pat.t
70640 ____________________________________________________________________________
70641 [ 20157] By: rgs                                   on 2003/07/13  19:43:29
70642         Log: Minor updates of the charnames documentation.
70643      Branch: perl
70644            ! lib/charnames.pm
70645 ____________________________________________________________________________
70646 [ 20156] By: rgs                                   on 2003/07/11  19:37:34
70647         Log: Subject: Re: Sort sub and NaNs
70648              From: "John P. Linderman" <jpl@research.att.com>
70649              Date: Thu, 10 Jul 2003 10:45:06 -0400
70650              Message-Id: <200307101445.KAA79110@raptor.research.att.com>
70651
70652              Warn against a potential edge case with sort, <=> and NaNs.
70653      Branch: perl
70654            ! pod/perlfunc.pod
70655 ____________________________________________________________________________
70656 [ 20155] By: rgs                                   on 2003/07/11  19:11:17
70657         Log: Subject: [DOCPATCH] perlfunc/read
70658              From: Steve Grazzini <grazz@pobox.com>
70659              Date: Tue, 8 Jul 2003 10:23:03 -0400
70660              Message-ID: <20030708142303.GB23698@grazzini.net>
70661
70662              Clarify the OFFSET parameter to read().
70663      Branch: perl
70664            ! pod/perlfunc.pod
70665 ____________________________________________________________________________
70666 [ 20154] By: rgs                                   on 2003/07/11  18:54:09
70667         Log: Subject: [PATCH pod/perlsyn.pod pod/perltrap.pod] New introduction
70668              From: Michael G Schwern <schwern@pobox.com>
70669              Date: Tue, 13 May 2003 18:33:05 -0700
70670              Message-ID: <20030514013305.GB22001@windhund.schwern.org>
70671      Branch: perl
70672            ! pod/perlsyn.pod pod/perltrap.pod
70673 ____________________________________________________________________________
70674 [ 20145] By: jhi                                   on 2003/07/11  05:07:09
70675         Log: I think the API for mod_perl v2 should be simply that
70676              PL_modperl sets the PL_hash_seed (and PL_hash_seed_set)
70677              itself, hopefully from a good source of random bits.
70678      Branch: perl
70679            ! perl.c
70680 ____________________________________________________________________________
70681 [ 20143] By: jhi                                   on 2003/07/11  00:35:07
70682         Log: pTHX.
70683      Branch: perl
70684            ! util.c
70685 ____________________________________________________________________________
70686 [ 20139] By: jhi                                   on 2003/07/11  00:21:43
70687         Log: New order of seed.
70688      Branch: perl
70689            ! pod/perlrun.pod
70690 ____________________________________________________________________________
70691 [ 20138] By: jhi                                   on 2003/07/11  00:13:11
70692         Log: More retraction.
70693      Branch: perl
70694            ! INSTALL
70695 ____________________________________________________________________________
70696 [ 20137] By: jhi                                   on 2003/07/11  00:10:14
70697         Log: Retract the statements.
70698      Branch: perl
70699            ! pod/perlfunc.pod pod/perlsec.pod
70700 ____________________________________________________________________________
70701 [ 20135] By: jhi                                   on 2003/07/11  00:03:33
70702         Log: Chicken out: the hash randomisation is not on by default.
70703              We switch over to the explicit mode: in other words, if
70704              the $ENV{PERL_HASH_SEED} is on, we randomise.  Also, we
70705              randomise only if PL_hash_seed_set is FALSE (this means
70706              one can use PERL_HASH() before perl_run.)  Also, since
70707              now PERL_HASH_SEED is okay even under -T, all should be fine.
70708              (Ha!)
70709      Branch: perl
70710            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h
70711            ! perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c
70712 ____________________________________________________________________________
70713 [ 20134] By: jhi                                   on 2003/07/10  23:23:38
70714         Log: Check PERL_HASH_SEED even when tainted.
70715      Branch: perl
70716            ! perl.c pod/perlrun.pod
70717 ____________________________________________________________________________
70718 [ 20131] By: jhi                                   on 2003/07/10  22:42:29
70719         Log: &Time::HiRes::d_nanosleep was broken.
70720      Branch: perl
70721            ! ext/Time/HiRes/Makefile.PL
70722 ____________________________________________________________________________
70723 [ 20130] By: jhi                                   on 2003/07/10  22:37:02
70724         Log: Subject: [PATCH} db-recno.t on Mac OS X
70725              From: slaven@rezic.de
70726              Date: Thu, 10 Jul 2003 12:41:05 +0000
70727              Message-Id: <1057840865.9622@devpc01.iconmobile.de>
70728      Branch: perl
70729            ! ext/DB_File/t/db-recno.t
70730 ____________________________________________________________________________
70731 [ 20129] By: jhi                                   on 2003/07/10  22:31:39
70732         Log: Subject: [comment patch]
70733              From: Stas Bekman <stas@stason.org>
70734              Date: Thu, 10 Jul 2003 14:19:22 -0700
70735              Message-ID: <3F0DD85A.1070902@stason.org>
70736      Branch: perl
70737            ! perl.c
70738 ____________________________________________________________________________
70739 [ 20127] By: jhi                                   on 2003/07/10  22:21:04
70740         Log: Be vague enough.
70741      Branch: perl
70742            ! pod/perldata.pod
70743 ____________________________________________________________________________
70744 [ 20125] By: rgs                                   on 2003/07/10  19:28:48
70745         Log: regen embed.pl for the bleadperl branch as well.
70746      Branch: perl
70747            ! embedvar.h
70748 ____________________________________________________________________________
70749 [ 20124] By: jhi                                   on 2003/07/10  18:33:56
70750         Log: Time travel noticed by Enache.
70751      Branch: perl
70752            ! pod/perlhist.pod
70753 ____________________________________________________________________________
70754 [ 20120] By: jhi                                   on 2003/07/10  17:38:28
70755         Log: I can see the future.  It is cloudy.
70756      Branch: perl
70757            ! pod/perlhist.pod
70758 ____________________________________________________________________________
70759 [ 20119] By: jhi                                   on 2003/07/10  17:37:25
70760         Log: Subject: [PATCH] configure.gnu --prefix
70761              From: slaven@rezic.de
70762              Date: Thu, 10 Jul 2003 09:33:27 +0000
70763              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
70764      Branch: perl
70765            ! configure.gnu
70766 ____________________________________________________________________________
70767 [ 20118] By: jhi                                   on 2003/07/10  17:35:32
70768         Log: malloc alignment patch from Spider, needed for Tru64 + longdouble.
70769      Branch: perl
70770            ! malloc.c
70771 ____________________________________________________________________________
70772 [ 20117] By: jhi                                   on 2003/07/10  17:33:53
70773         Log: Subject: [PATCH] Restore SIGFPE on exec()
70774              From: Chip Salzenberg <chip@pobox.com>
70775              Date: Thu, 10 Jul 2003 13:13:20 -0400
70776              Message-ID: <20030710171319.GA21588@perlsupport.com>
70777      Branch: perl
70778            ! doio.c perl.c perl.h perlapi.h perlvars.h toke.c
70779 ____________________________________________________________________________
70780 [ 20116] By: jhi                                   on 2003/07/10  17:28:00
70781         Log: The *right* way to make the csighandler visible.
70782      Branch: perl
70783            ! embed.fnc embed.h global.sym
70784 ____________________________________________________________________________
70785 [ 20114] By: jhi                                   on 2003/07/10  15:06:41
70786         Log: Retract #20112.
70787      Branch: perl
70788            ! embed.fnc embedvar.h intrpvar.h perlapi.h
70789 ____________________________________________________________________________
70790 [ 20112] By: jhi                                   on 2003/07/10  14:17:59
70791         Log: Argh.  At least AIX builds choke because of this.
70792      Branch: perl
70793            ! embed.fnc embedvar.h intrpvar.h perlapi.h
70794 ____________________________________________________________________________
70795 [ 20106] By: jhi                                   on 2003/07/10  04:50:05
70796         Log: Upgrade to podlators 1.27.
70797      Branch: perl
70798            ! lib/Pod/Text/Termcap.pm
70799 ____________________________________________________________________________
70800 [ 20104] By: jhi                                   on 2003/07/10  04:40:02
70801         Log: Deprecate v-strings.
70802      Branch: perl
70803            ! pod/perldata.pod
70804 ____________________________________________________________________________
70805 [ 20103] By: jhi                                   on 2003/07/10  04:28:40
70806         Log: perlfaq sync.
70807      Branch: perl
70808            ! pod/perlfaq1.pod
70809 ____________________________________________________________________________
70810 [ 20100] By: jhi                                   on 2003/07/09  17:40:41
70811         Log: Detypo.
70812      Branch: perl
70813            ! hints/darwin.sh
70814 ____________________________________________________________________________
70815 [ 20098] By: jhi                                   on 2003/07/09  17:29:53
70816         Log: Fixes from Ron Kimball.
70817      Branch: perl
70818            ! pod/perldata.pod
70819 ____________________________________________________________________________
70820 [ 20097] By: jhi                                   on 2003/07/09  17:27:35
70821         Log: Fix for the 'print v65' plus safety tweaks from Rafael.
70822      Branch: perl
70823            ! toke.c
70824 ____________________________________________________________________________
70825 [ 20096] By: jhi                                   on 2003/07/09  17:06:29
70826         Log: More Darwin/MacOSX paths twiddling.
70827      Branch: perl
70828            ! hints/darwin.sh
70829 ____________________________________________________________________________
70830 [ 20093] By: jhi                                   on 2003/07/09  11:43:09
70831         Log: Play safe and use the system malloc in FreeBSD.
70832              Yes, performance suffers.  But that is better than
70833              random core dumps.
70834      Branch: perl
70835            ! hints/freebsd.sh
70836 ____________________________________________________________________________
70837 [ 20090] By: jhi                                   on 2003/07/09  08:12:32
70838         Log: Upgrade to Encode 1.97.
70839      Branch: perl
70840            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
70841            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
70842            ! ext/Encode/lib/Encode/Encoder.pm
70843            ! ext/Encode/lib/Encode/Guess.pm
70844            ! ext/Encode/lib/Encode/JP/JIS7.pm
70845 ____________________________________________________________________________
70846 [ 20089] By: jhi                                   on 2003/07/09  08:08:30
70847         Log: Rework the perldata vXX => ... entry a bit.
70848      Branch: perl
70849            ! pod/perldata.pod
70850 ____________________________________________________________________________
70851 [ 20088] By: jhi                                   on 2003/07/09  08:04:04
70852         Log: Document the vXX => change in perldata, too.
70853      Branch: perl
70854            ! pod/perldata.pod
70855 ____________________________________________________________________________
70856 [ 20085] By: jhi                                   on 2003/07/09  07:49:46
70857         Log: Test the vX => ... fix.
70858      Branch: perl
70859            ! t/op/ver.t
70860 ____________________________________________________________________________
70861 [ 20084] By: jhi                                   on 2003/07/09  06:58:39
70862         Log: Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
70863              From: John Peacock <jpeacock@rowman.com>
70864              Date: Wed, 09 Jul 2003 01:05:38 -0700
70865              Message-ID: <3F0BCCD2.1020009@rowman.com>
70866      Branch: perl
70867            ! embed.fnc pod/perlapi.pod toke.c util.c
70868 ____________________________________________________________________________
70869 [ 20083] By: jhi                                   on 2003/07/09  06:27:15
70870         Log: Darwin/Mac OS X: if -Dprefix=/foo, do nothing special
70871              for the install dirs.
70872      Branch: perl
70873            ! hints/darwin.sh
70874 ____________________________________________________________________________
70875 [ 20082] By: jhi                                   on 2003/07/09  05:57:16
70876         Log: Enable avoiding /System/Library in Mac OS X by
70877              doing Configure -Dprefix=/some/where -Uvendorlib.
70878      Branch: perl
70879            ! hints/darwin.sh
70880 ____________________________________________________________________________
70881 [ 20081] By: jhi                                   on 2003/07/09  05:53:56
70882         Log: Subject: [PATCH] Safe signals via POSIX::sigaction
70883              From: Chip Salzenberg <chip@pobox.com>
70884              Date: Wed, 9 Jul 2003 01:49:10 -0400
70885              Message-ID: <20030709054910.GH2021@perlsupport.com>
70886      Branch: perl
70887            ! embed.fnc embed.h ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
70888            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t proto.h
70889 ____________________________________________________________________________
70890 [ 20079] By: rgs                                   on 2003/07/08  20:26:20
70891         Log: The CHECKOP macro was not invoked on some newly created ops
70892              (to match them against the current opmask.) As a consequence,
70893              Safe compartments were unable to trap some ops (pattern
70894              match, slices, conditionals.) This fixes the holes.
70895      Branch: perl
70896            ! op.c
70897 ____________________________________________________________________________
70898 [ 20078] By: jhi                                   on 2003/07/08  19:30:13
70899         Log: Revert #20077.
70900      Branch: perl
70901            ! lib/CPAN.pm
70902 ____________________________________________________________________________
70903 [ 20077] By: jhi                                   on 2003/07/08  18:40:51
70904         Log: Don't recommend to upgrade the base.pm in the core with
70905              the base.pm from Class::Fields.  They are not the same.
70906      Branch: perl
70907            ! lib/CPAN.pm
70908 ____________________________________________________________________________
70909 [ 20076] By: jhi                                   on 2003/07/08  17:39:49
70910         Log: Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output
70911              From: Enache Adrian <enache@rdslink.ro>
70912              Date: Tue, 8 Jul 2003 20:47:58 +0300
70913              Message-ID: <20030708174758.GA1177@ratsnest.hole>
70914
70915              (ByteLoader tweak avoiding a leaked scalar)
70916      Branch: perl
70917            ! op.c
70918 ____________________________________________________________________________
70919 [ 20071] By: jhi                                   on 2003/07/08  09:18:19
70920         Log: In 5.8.x, fast stdio places still do use stdio.
70921      Branch: perl
70922            ! ext/Digest/MD5/t/badfile.t
70923 ____________________________________________________________________________
70924 [ 20069] By: jhi                                   on 2003/07/08  08:41:01
70925         Log: Subject: [PATCH] format 'botched' in malloc.c
70926              From: Enache Adrian <enache@rdslink.ro>
70927              Date: Mon, 7 Jul 2003 21:57:06 +0300
70928              Message-ID: <20030707185706.GB7017@ratsnest.hole>
70929      Branch: perl
70930            ! malloc.c
70931 ____________________________________________________________________________
70932 [ 20068] By: jhi                                   on 2003/07/08  08:36:27
70933         Log: Subject: [PATCH: maint @ 20046] warnings, line numbers & windows
70934              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
70935              Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST)
70936              Message-ID: <12022.1057655645@www59.gmx.net>
70937      Branch: perl
70938            ! ext/B/B.xs lib/Pod/Text/Termcap.pm mg.c op.c
70939 ____________________________________________________________________________
70940 [ 20066] By: jhi                                   on 2003/07/08  05:24:58
70941         Log: Retract #20065: I don't think this is the right way
70942              to patch this issue.
70943      Branch: perl
70944            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
70945 ____________________________________________________________________________
70946 [ 20065] By: jhi                                   on 2003/07/08  05:14:31
70947         Log: Configure tweak from Johnny Lam so that the
70948              INSTALLSITEMAN[13]DIR get correctly set.
70949      Branch: perl
70950            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
70951 ____________________________________________________________________________
70952 [ 20063] By: rgs                                   on 2003/07/07  18:58:47
70953         Log: Regexp bug in the docs, spotted by Enache's eagle eyes.
70954      Branch: perl
70955            ! pod/perlsyn.pod
70956 ____________________________________________________________________________
70957 [ 20062] By: jhi                                   on 2003/07/07  18:27:02
70958         Log: Mark Bixby ++.
70959      Branch: perl
70960            ! perl.c
70961 ____________________________________________________________________________
70962 [ 20061] By: jhi                                   on 2003/07/07  18:26:35
70963         Log: The nanosleep() probe was kaputt, fixed by Mark Bixby.
70964      Branch: perl
70965            ! ext/Time/HiRes/Makefile.PL
70966 ____________________________________________________________________________
70967 [ 20059] By: jhi                                   on 2003/07/07  15:06:35
70968         Log: Good catch from Gisle.
70969      Branch: perl
70970            ! pod/perlfunc.pod
70971 ____________________________________________________________________________
70972 [ 20058] By: jhi                                   on 2003/07/07  14:12:27
70973         Log: Refashioned #20055: we cannot trust stdio to fail here.
70974      Branch: perl
70975            ! ext/Digest/MD5/t/badfile.t
70976 ____________________________________________________________________________
70977 [ 20057] By: jhi                                   on 2003/07/07  14:08:16
70978         Log: Retract #20056, #20055, #20052, #20050, #20048: the changes
70979              are just breaking more than they are fixing.
70980      Branch: perl
70981            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
70982            ! ext/Digest/MD5/t/files.t perlio.c
70983 ____________________________________________________________________________
70984 [ 20056] By: jhi                                   on 2003/07/07  13:31:14
70985         Log: Returning zero from PerlIO_read() is okay;
70986              update MD5 sums.
70987      Branch: perl
70988            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
70989 ____________________________________________________________________________
70990 [ 20055] By: jhi                                   on 2003/07/07  13:23:58
70991         Log: If perlio is completely out of the picture, we can
70992              get tripped by different stdio implementations.
70993      Branch: perl
70994            ! ext/Digest/MD5/t/badfile.t
70995 ____________________________________________________________________________
70996 [ 20054] By: jhi                                   on 2003/07/07  12:58:06
70997         Log: AUTHORS tweak.
70998      Branch: perl
70999            ! AUTHORS
71000 ____________________________________________________________________________
71001 [ 20053] By: jhi                                   on 2003/07/07  12:04:26
71002         Log: Subject: Patch to README.solaris
71003              From: Alan Burlison <Alan.Burlison@sun.com>
71004              Date: Mon, 07 Jul 2003 14:15:57 +0100
71005              Message-ID: <3F09728D.1070408@sun.com>
71006      Branch: perl
71007            ! README.solaris
71008 ____________________________________________________________________________
71009 [ 20052] By: jhi                                   on 2003/07/07  10:28:35
71010         Log: Update MD5 checksums.
71011      Branch: perl
71012            ! ext/Digest/MD5/t/files.t
71013 ____________________________________________________________________________
71014 [ 20051] By: jhi                                   on 2003/07/07  09:56:48
71015         Log: Be more explicit than just 'characters'.
71016      Branch: perl
71017            ! pod/perlfunc.pod
71018 ____________________________________________________________________________
71019 [ 20050] By: jhi                                   on 2003/07/07  09:38:28
71020         Log: Try making PerlIO errors more consistent.
71021              (1) Check early whether the filehandle is capable of
71022              the requested action.
71023              (2) PerlIO_read() really can return -1, and so can
71024              PerlIOUnix_read().
71025              (3) Some stdio implementations are more forgiving
71026              than others, so check also for errors recorded
71027              by PerlIO in PerlStdio_errno().
71028      Branch: perl
71029            ! perlio.c
71030 ____________________________________________________________________________
71031 [ 20049] By: jhi                                   on 2003/07/07  09:08:19
71032         Log: Linewrapping.
71033      Branch: perl
71034            ! pod/perlapio.pod
71035 ____________________________________________________________________________
71036 [ 20048] By: jhi                                   on 2003/07/07  09:06:58
71037         Log: PerlIO_read() can return negative.
71038      Branch: perl
71039            ! ext/Digest/MD5/MD5.xs
71040 ____________________________________________________________________________
71041 [ 20043] By: jhi                                   on 2003/07/07  04:36:22
71042         Log: Use the existence, instead of the truth, to decide
71043              whether to scan for a symbol.
71044              (Also remove trailing spaces.)
71045      Branch: perl
71046            ! ext/Time/HiRes/Makefile.PL
71047 ____________________________________________________________________________
71048 [ 20042] By: jhi                                   on 2003/07/07  04:29:35
71049         Log: MPE/iX tweak from Mark Bixby.
71050      Branch: perl
71051            ! ext/Time/HiRes/Makefile.PL
71052 ____________________________________________________________________________
71053 [ 20041] By: rgs                                   on 2003/07/06  21:45:37
71054         Log: Upgrade BigInt and BigRat
71055              Subject: BigInt v1.65, Bigrat v0.10 - reloaded
71056              From: Tels <perl_dummy@bloodgate.com>
71057              Date: Sun, 6 Jul 2003 15:41:36 +0200
71058              Message-Id: <200307061158.23576@bloodgate.com>
71059      Branch: perl
71060            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
71061            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t
71062            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm
71063            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
71064            ! lib/Math/BigRat/t/bigratpm.t
71065 ____________________________________________________________________________
71066 [ 20040] By: rgs                                   on 2003/07/06  21:11:20
71067         Log: Subject: Re: [perl #5025] #line directive explination wrong
71068              From: Casey West <casey@geeknest.com>
71069              Date: Sun, 6 Jul 2003 18:24:46 -0400
71070              Message-ID: <20030706222446.GL7506@geeknest.com>
71071      Branch: perl
71072            ! pod/perlsyn.pod
71073 ____________________________________________________________________________
71074 [ 20039] By: jhi                                   on 2003/07/06  20:19:31
71075         Log: Update the CPAN mirrors list.
71076      Branch: perl
71077            ! pod/perlmodlib.PL pod/perlmodlib.pod
71078 ____________________________________________________________________________
71079 [ 20036] By: gsar                                  on 2003/07/06  17:11:59
71080         Log: yet another symbol missing in change#20018
71081      Branch: perl
71082            ! makedef.pl
71083 ____________________________________________________________________________
71084 [ 20035] By: gsar                                  on 2003/07/06  17:02:21
71085         Log: PerlIOBase_pushed seems to have gone missing in change#20018
71086      Branch: perl
71087            ! makedef.pl
71088 ____________________________________________________________________________
71089 [ 20034] By: jhi                                   on 2003/07/06  16:46:20
71090         Log: Subject: [PATCH @19834] DProf fixes
71091              From: Radu Greab <radu@netsoft.ro>
71092              Date: Sun, 6 Jul 2003 20:09:12 +0300
71093              Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>
71094      Branch: perl
71095            + t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t
71096            + t/lib/dprof/test8_v
71097            ! MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t
71098            ! ext/Devel/DProf/DProf.xs perl.c pod/perldiag.pod
71099            ! pod/perltodo.pod pod/perlvar.pod pp_ctl.c
71100 ____________________________________________________________________________
71101 [ 20032] By: jhi                                   on 2003/07/06  16:21:33
71102         Log: Forgotten from change #20031.
71103      Branch: perl
71104            ! makedef.pl malloc_ctl.h
71105 ____________________________________________________________________________
71106 [ 20031] By: jhi                                   on 2003/07/06  16:16:08
71107         Log: Subject: [PATCH] improve WinCE port
71108              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
71109              Date: Sun, 6 Jul 2003 18:46:09 +0400
71110              Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>
71111
71112              Subject: [PATCH] improve WinCE port -- addition
71113              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
71114              Date: Sun, 6 Jul 2003 19:50:47 +0400
71115              Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad>
71116      Branch: perl
71117            + wince/perlhost.h wince/vdir.h wince/vmem.h
71118            ! MANIFEST wince/Makefile.ce wince/config.ce wince/perllib.c
71119            ! wince/win32.h wince/win32io.c wince/win32iop.h
71120            ! wince/win32thread.c wince/win32thread.h wince/wince.c
71121            ! wince/wince.h
71122 ____________________________________________________________________________
71123 [ 20030] By: jhi                                   on 2003/07/06  15:59:25
71124         Log: Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca
71125              From: merlyn@stonehenge.com (Randal L. Schwartz)
71126              Date: 05 Jul 2003 16:29:14 -0700
71127              Message-ID: <867k6weenp.fsf@blue.stonehenge.com>
71128      Branch: perl
71129            ! pod/perlfaq2.pod
71130 ____________________________________________________________________________
71131 [ 20026] By: jhi                                   on 2003/07/06  08:14:48
71132         Log: FreeBSD: if someone *really* wants to use the system malloc.
71133      Branch: perl
71134            ! hints/freebsd.sh
71135 ____________________________________________________________________________
71136 [ 20025] By: jhi                                   on 2003/07/06  07:48:01
71137         Log: Make the 'slow ok' feature optional.
71138      Branch: perl
71139            ! lib/Test/Harness.pm
71140 ____________________________________________________________________________
71141 [ 20024] By: jhi                                   on 2003/07/06  07:44:57
71142         Log: The change #20022 didn't work for Command.t.
71143      Branch: perl
71144            ! lib/ExtUtils/t/Command.t
71145 ____________________________________________________________________________
71146 [ 20023] By: jhi                                   on 2003/07/06  07:29:22
71147         Log: Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm]
71148              From: Michael G Schwern <schwern@pobox.com>
71149              Date: Sat, 5 Jul 2003 13:34:37 -0700
71150              Message-ID: <20030705203437.GB2598@windhund.schwern.org>
71151
71152              Print out the "ok" messages only once every second,
71153              this should make output much less and therefore testing
71154              much faster, especially on slower connections.
71155      Branch: perl
71156            ! lib/Test/Harness.pm
71157 ____________________________________________________________________________
71158 [ 20022] By: jhi                                   on 2003/07/06  07:26:52
71159         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_07
71160              From: Michael G Schwern <schwern@pobox.com>
71161              Date: Sat, 5 Jul 2003 16:59:49 -0700
71162              Message-ID: <20030705235949.GB3485@windhund.schwern.org>
71163      Branch: perl
71164            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
71165            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
71166            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker/FAQ.pod
71167            ! lib/ExtUtils/t/Command.t
71168 ____________________________________________________________________________
71169 [ 20021] By: jhi                                   on 2003/07/06  07:19:17
71170         Log: Reintroduce changes #19723 and #19723 that were not
71171              in Net::Ping 2.31; needed for Windows.
71172      Branch: perl
71173            ! lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
71174 ____________________________________________________________________________
71175 [ 20020] By: jhi                                   on 2003/07/05  19:12:21
71176         Log: Upgrade to Digest::MD5 2.25.
71177      Branch: perl
71178            + ext/Digest/MD5/t/clone.t
71179            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
71180            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
71181            ! ext/Digest/MD5/t/files.t
71182 ____________________________________________________________________________
71183 [ 20019] By: jhi                                   on 2003/07/05  18:40:51
71184         Log: Make a read from a write-only fh to set errno
71185              (found by Gisle)
71186      Branch: perl
71187            ! perlio.c
71188 ____________________________________________________________________________
71189 [ 20018] By: jhi                                   on 2003/07/05  18:05:19
71190         Log: Add PerlIOBuf_close to makedef.pl as pointed out by
71191              Vadim Konovalov; add also PerlIOBuf_dup; sort and remove
71192              duplicates.
71193      Branch: perl
71194            ! makedef.pl
71195 ____________________________________________________________________________
71196 [ 20017] By: jhi                                   on 2003/07/05  17:47:47
71197         Log: Subject: [PATCH] fix for ext/threads/t/problems.t failures
71198              From: Dave Mitchell <davem@fdgroup.com>
71199              Date: Sat, 5 Jul 2003 19:12:51 +0100
71200              Message-ID: <20030705181251.GA14502@fdgroup.com>
71201      Branch: perl
71202            ! ext/threads/t/problems.t
71203 ____________________________________________________________________________
71204 [ 20016] By: jhi                                   on 2003/07/05  17:36:34
71205         Log: OpenBSD sometimes gets -0, probably due to fp fuzziness..
71206      Branch: perl
71207            ! lib/Benchmark.t
71208 ____________________________________________________________________________
71209 [ 20012] By: jhi                                   on 2003/07/05  13:46:05
71210         Log: Be explicit about the $0 pain in Linux 2.2.
71211      Branch: perl
71212            ! pod/perlvar.pod
71213 ____________________________________________________________________________
71214 [ 20010] By: rgs                                   on 2003/07/05  12:06:41
71215         Log: Comment out some debugging output in Math::BigInt, that
71216              causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t.
71217      Branch: perl
71218            ! lib/Math/BigInt.pm
71219 ____________________________________________________________________________
71220 [ 20009] By: jhi                                   on 2003/07/05  10:56:55
71221         Log: The logic for additional randomisation for 64-bit UV
71222              cases was wrong.
71223      Branch: perl
71224            ! perl.c
71225 ____________________________________________________________________________
71226 [ 20008] By: jhi                                   on 2003/07/05  09:10:46
71227         Log: IIRC gcc would complain about if (s = ...).
71228      Branch: perl
71229            ! perl.c
71230 ____________________________________________________________________________
71231 [ 20007] By: jhi                                   on 2003/07/05  09:09:44
71232         Log: Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
71233              since CGI scripts are (should be) run under -T, being able
71234              to show the HASH_SEED in case of problems is good.
71235              The $ENV{PERL_HASH_SEED} is still ignored under taint.
71236      Branch: perl
71237            ! perl.c
71238 ____________________________________________________________________________
71239 [ 20006] By: jhi                                   on 2003/07/05  07:56:56
71240         Log: Subject: [PATCH] MM_VMS.pm -- fix xs installation
71241              From: "Craig A. Berry" <craigberry@mac.com>
71242              Date: Sat, 05 Jul 2003 00:38:28 -0500
71243              Message-ID: <3F066454.90003@mac.com>
71244      Branch: perl
71245            ! lib/ExtUtils/MM_VMS.pm
71246 ____________________________________________________________________________
71247 [ 20004] By: jhi                                   on 2003/07/05  07:47:02
71248         Log: Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997
71249              From: Robin Barker <Robin.Barker@npl.co.uk>
71250              Date: Fri, 4 Jul 2003 19:15:01 +0100
71251              Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk>
71252      Branch: perl
71253            ! dump.c
71254 ____________________________________________________________________________
71255 [ 20003] By: rgs                                   on 2003/07/05  07:45:16
71256         Log: Allow to create more than one Shell object :
71257              Subject: [patch] Shell.pm fix
71258              From: Stéphane Payrard <stef@payrard.net>
71259              Date: Sat, 5 Jul 2003 01:16:50 +0200
71260              Message-ID: <20030704231650.GA19701@stefp.dyndns.org>
71261      Branch: perl
71262            ! lib/Shell.pm
71263 ____________________________________________________________________________
71264 [ 20002] By: rgs                                   on 2003/07/04  21:49:05
71265         Log: Author list update (to be continued...)
71266      Branch: perl
71267            ! AUTHORS
71268 ____________________________________________________________________________
71269 [ 20001] By: rgs                                   on 2003/07/04  21:42:12
71270         Log: Add a new test target in the makefile, test_harness_notty.
71271              It's like test_harness, but sets HARNESS_NOTTY=1 to make
71272              Test::Harness' output less blinking.
71273      Branch: perl
71274            ! Makefile.SH
71275 ____________________________________________________________________________
71276 [ 20000] By: rgs                                   on 2003/07/04  20:58:05
71277         Log: Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
71278              and bignum v0.14.
71279      Branch: perl
71280            + lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t
71281            + lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t
71282            + lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t
71283            + lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t
71284            + lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t
71285            + lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.t
71286            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
71287            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
71288            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
71289            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
71290            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
71291            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/bigints.t
71292            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
71293            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/mbimbf.inc
71294            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/require.t
71295            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
71296            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.inc
71297            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
71298            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
71299            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
71300            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
71301            ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
71302            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
71303            ! lib/bignum/t/brinfnan.t lib/bigrat.pm
71304            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
71305            ! t/lib/Math/BigInt/Subclass.pm
71306 ____________________________________________________________________________
71307 [ 19999] By: rgs                                   on 2003/07/04  19:39:01
71308         Log: Macro reorganization in the Makefile, so that $(LDLIBPTH) always
71309              appears just before the name of the command to be run. See
71310
71311              Subject: Re: PERL_SKIP_TTY_TEST fix
71312              From: Alexey Tourbin <at@altlinux.ru>
71313              Date: Fri, 4 Jul 2003 17:25:34 +0400
71314              Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru>
71315      Branch: perl
71316            ! Makefile.SH
71317 ____________________________________________________________________________
71318 [ 19998] By: rgs                                   on 2003/07/04  19:31:33
71319         Log: Fix non-numeric $VERSION.
71320      Branch: perl
71321            ! lib/Math/BigInt.pm
71322 ____________________________________________________________________________
71323 [ 19995] By: jhi                                   on 2003/07/04  14:36:56
71324         Log: According to Tels our M::BI is _better_ than the 1.64 in CPAN.
71325      Branch: perl
71326            ! lib/Math/BigInt.pm
71327 ____________________________________________________________________________
71328 [ 19994] By: jhi                                   on 2003/07/04  14:36:17
71329         Log: More $0 sad tales.
71330      Branch: perl
71331            ! pod/perlvar.pod
71332 ____________________________________________________________________________
71333 [ 19993] By: jhi                                   on 2003/07/04  14:34:40
71334         Log: Oops.
71335      Branch: perl
71336            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
71337 ____________________________________________________________________________
71338 [ 19990] By: jhi                                   on 2003/07/04  13:50:29
71339         Log: Upgrade to PodParser 1.23; but do not update
71340              t/pod/find.t or t/pod/testp2pt.pl since the
71341              first one does not work at all under core,
71342              and the second change would drop MacOS Classic
71343              portability tweaks introduced by change #18669.
71344      Branch: perl
71345            ! lib/Pod/Find.pm lib/Pod/Usage.pm
71346 ____________________________________________________________________________
71347 [ 19989] By: jhi                                   on 2003/07/04  13:20:51
71348         Log: Upgrade to Text::Balanced 1.94.
71349      Branch: perl
71350            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
71351            ! lib/Text/Balanced/README lib/Text/Balanced/t/extcbk.t
71352            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
71353 ____________________________________________________________________________
71354 [ 19988] By: jhi                                   on 2003/07/04  13:17:22
71355         Log: Upgrade to Net::Ping 2.31.
71356      Branch: perl
71357            ! lib/Net/Ping.pm lib/Net/Ping/Changes
71358            ! lib/Net/Ping/t/250_ping_hires.t
71359            ! lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/450_service.t
71360 ____________________________________________________________________________
71361 [ 19987] By: jhi                                   on 2003/07/04  13:09:04
71362         Log: Upgrade to Locale::Maketext 1.06.
71363      Branch: perl
71364            + lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
71365            + lib/Locale/Maketext/t/90utf8.t
71366            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
71367 ____________________________________________________________________________
71368 [ 19986] By: jhi                                   on 2003/07/04  12:59:45
71369         Log: Upgrade to Digest::MD5 2.24, with few extra tweaks:
71370              (1) make the PATCHLEVEL logic as it is with List::Util
71371              (more portable to older Perls)
71372              (2) regen the MD5 checksums with ...
71373              (3) ... the Mac OS Classic checksums generated via MacRoman
71374              (just a guess)
71375              (4) Keep the core Makefile.PL.
71376      Branch: perl
71377            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
71378            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
71379 ____________________________________________________________________________
71380 [ 19985] By: jhi                                   on 2003/07/04  12:43:10
71381         Log: Upgrade to CPAN 1.71.
71382      Branch: perl
71383            ! lib/CPAN.pm
71384 ____________________________________________________________________________
71385 [ 19984] By: jhi                                   on 2003/07/04  12:39:20
71386         Log: Upgrade to CGI.pm 2.97.
71387      Branch: perl
71388            ! lib/CGI.pm lib/CGI/Carp.pm
71389 ____________________________________________________________________________
71390 [ 19982] By: jhi                                   on 2003/07/04  10:45:05
71391         Log: No energy now to figure out what is wrong with $0
71392              (or ps) in Tru64.  The test works fine when run from
71393              command line.
71394      Branch: perl
71395            ! ext/threads/t/join.t
71396 ____________________________________________________________________________
71397 [ 19981] By: jhi                                   on 2003/07/04  10:34:42
71398         Log: AUTHORS updates.
71399      Branch: perl
71400            ! AUTHORS
71401 ____________________________________________________________________________
71402 [ 19980] By: jhi                                   on 2003/07/04  08:40:51
71403         Log: line_t is U32, not I32.
71404      Branch: perl
71405            ! bytecode.pl
71406 ____________________________________________________________________________
71407 [ 19979] By: jhi                                   on 2003/07/04  08:33:32
71408         Log: Remove PL_earlytaint since the hash seed code
71409              can be delayed until perl_parse().
71410      Branch: perl
71411            ! dosish.h embedvar.h epoc/epocish.h mpeix/mpeixish.h
71412            ! os2/os2ish.h perl.c perl.h perlapi.h perlvars.h
71413            ! plan9/plan9ish.h unixish.h vms/vmsish.h
71414 ____________________________________________________________________________
71415 [ 19977] By: jhi                                   on 2003/07/04  04:56:41
71416         Log: $0 is pain.
71417      Branch: perl
71418            ! ext/threads/t/join.t
71419 ____________________________________________________________________________
71420 [ 19976] By: jhi                                   on 2003/07/04  04:48:37
71421         Log: Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global
71422              From: PPrymmer@factset.com
71423              Date: Thu, 3 Jul 2003 23:59:51 -0400
71424              Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com>
71425      Branch: perl
71426            ! vms/vms.c vms/vmspipe.com
71427 ____________________________________________________________________________
71428 [ 19973] By: jhi                                   on 2003/07/03  21:34:03
71429         Log: Bump Time::HiRes version to 1.50.
71430      Branch: perl
71431            ! ext/Time/HiRes/HiRes.pm
71432 ____________________________________________________________________________
71433 [ 19972] By: jhi                                   on 2003/07/03  21:33:10
71434         Log: Subject: [PATCH] installperl -n
71435              From: Slaven Rezic <slaven@rezic.de>
71436              Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST)
71437              Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>
71438      Branch: perl
71439            ! installperl
71440 ____________________________________________________________________________
71441 [ 19971] By: jhi                                   on 2003/07/03  21:31:47
71442         Log: Subject: [PATCH] t/op/magic.t on FreeBSD
71443              From: Slaven Rezic <slaven@rezic.de>
71444              Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST)
71445              Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de>
71446      Branch: perl
71447            ! t/op/magic.t
71448 ____________________________________________________________________________
71449 [ 19969] By: jhi                                   on 2003/07/03  21:27:11
71450         Log: Ask Schwern.
71451      Branch: perl
71452            - Porting/Modules
71453            ! AUTHORS MANIFEST
71454 ____________________________________________________________________________
71455 [ 19967] By: jhi                                   on 2003/07/03  19:02:40
71456         Log: Add autarch and Time::Local to Modules.
71457      Branch: perl
71458            ! Porting/Modules
71459 ____________________________________________________________________________
71460 [ 19966] By: jhi                                   on 2003/07/03  18:59:44
71461         Log: Subject: Re: [PATCH] Bring Time::Local to 1.07
71462              From: Dave Rolsky <autarch@urth.org>
71463              Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT)
71464              Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>
71465      Branch: perl
71466            ! lib/Time/Local.pm
71467 ____________________________________________________________________________
71468 [ 19965] By: jhi                                   on 2003/07/03  18:58:25
71469         Log: Subject: [PATCH] Win32: fix WM_TIMER handling
71470              From: Mattia Barbon <mbarbon@dsi.unive.it>
71471              Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale)
71472              Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it>
71473      Branch: perl
71474            ! win32/win32.c
71475 ____________________________________________________________________________
71476 [ 19964] By: jhi                                   on 2003/07/03  18:56:26
71477         Log: Subject: Re: randomly untainting?
71478              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
71479              Date: Thu, 3 Jul 2003 17:35:09 +0200
71480              Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr>
71481      Branch: perl
71482            ! t/TestInit.pm
71483 ____________________________________________________________________________
71484 [ 19963] By: jhi                                   on 2003/07/03  18:55:37
71485         Log: Revert #19957 as requested by Rafael.
71486      Branch: perl
71487            ! ext/List/Util/t/tainted.t
71488 ____________________________________________________________________________
71489 [ 19962] By: jhi                                   on 2003/07/03  18:54:09
71490         Log: Add at least meager beginnings of assertion checks for
71491              the UTF-8 length/pos cache.  It's not as full as I would
71492              like since the exact behaviour of the second half of the
71493              cache, used in substr(), eludes me right now.
71494      Branch: perl
71495            ! sv.c
71496 ____________________________________________________________________________
71497 [ 19961] By: jhi                                   on 2003/07/03  13:57:47
71498         Log: Extra light testing for the UTF-8 cache
71499              (that it isn't broken, not that it helps).
71500      Branch: perl
71501            ! t/op/length.t
71502 ____________________________________________________________________________
71503 [ 19957] By: jhi                                   on 2003/07/03  12:01:25
71504         Log: Subject: Re: randomly untainting?
71505              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
71506              Date: Thu, 3 Jul 2003 14:58:18 +0200
71507              Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr>
71508              (plus extra debug printing)
71509      Branch: perl
71510            ! ext/List/Util/t/tainted.t
71511 ____________________________________________________________________________
71512 [ 19954] By: jhi                                   on 2003/07/03  11:10:21
71513         Log: Subject: Re: maint @ 19923
71514              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
71515              Date: Thu, 3 Jul 2003 15:57:55 +0400
71516              Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad>
71517      Branch: perl
71518            ! wince/Makefile.ce wince/wince.c
71519 ____________________________________________________________________________
71520 [ 19952] By: jhi                                   on 2003/07/03  10:56:45
71521         Log: Tiny tweak to perlartistic from Robin Barker.
71522      Branch: perl
71523            ! pod/perlartistic.pod
71524 ____________________________________________________________________________
71525 [ 19950] By: jhi                                   on 2003/07/03  07:46:45
71526         Log: Mention Modules in AUTHORS.
71527      Branch: perl
71528            ! AUTHORS
71529 ____________________________________________________________________________
71530 [ 19949] By: jhi                                   on 2003/07/03  06:58:01
71531         Log: No fancy binmode() if no perlio.
71532      Branch: perl
71533            ! ext/IO/lib/IO/t/io_sock.t
71534 ____________________________________________________________________________
71535 [ 19948] By: jhi                                   on 2003/07/03  06:55:12
71536         Log: Underline the fact that XSLoader is not DynaLoader
71537              ([perl #21974] dl_load_flags not honored by XSLoader)
71538      Branch: perl
71539            ! ext/DynaLoader/XSLoader_pm.PL
71540 ____________________________________________________________________________
71541 [ 19947] By: jhi                                   on 2003/07/03  06:35:29
71542         Log: Apply Schwern's suggested warning code from
71543              [perl #22209] Test::Harness::Straps vs. $Config{path_sep}
71544      Branch: perl
71545            ! lib/Test/Harness/Straps.pm
71546 ____________________________________________________________________________
71547 [ 19944] By: jhi                                   on 2003/07/03  06:30:11
71548         Log: Subject: [PATCH] "without parens" vs "without parentheses"
71549              From: Iain Truskett <spoon@cpan.org>
71550              Date: Thu, 3 Jul 2003 12:40:42 +1000
71551              Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>
71552      Branch: perl
71553            ! t/lib/warnings/toke toke.c
71554 ____________________________________________________________________________
71555 [ 19943] By: jhi                                   on 2003/07/03  06:27:18
71556         Log: Subject: [PATCH] Re: ext/List/Util/t/weak.t panic
71557              From: Dave Mitchell <davem@fdgroup.com>
71558              Date: Thu, 3 Jul 2003 01:32:11 +0100
71559              Message-ID: <20030703003211.GB3747@fdgroup.com>
71560      Branch: perl
71561            ! mg.c sv.c
71562 ____________________________________________________________________________
71563 [ 19942] By: jhi                                   on 2003/07/03  06:25:30
71564         Log: Nicer options for Porting/Modules.
71565      Branch: perl
71566            ! MANIFEST Porting/Modules
71567 ____________________________________________________________________________
71568 [ 19941] By: rgs                                   on 2003/07/02  21:38:19
71569         Log: Minor test adjustments :
71570              - test name correction in op/concat.t by Yitzchak Scott-Thoennes
71571              - prototypes added to some public functions in t/test.pl,
71572              as suggested by Enache Adrian
71573      Branch: perl
71574            ! t/op/concat.t t/test.pl
71575 ____________________________________________________________________________
71576 [ 19940] By: rgs                                   on 2003/07/02  20:58:19
71577         Log: Skip a socketpair test on SCO OSR
71578      Branch: perl
71579            ! ext/Socket/socketpair.t
71580 ____________________________________________________________________________
71581 [ 19939] By: jhi                                   on 2003/07/02  20:10:47
71582         Log: Subject: [PATCH] various Deparse fixes
71583              From: Dave Mitchell <davem@fdgroup.com>
71584              Date: Wed, 2 Jul 2003 18:10:45 +0100
71585              Message-ID: <20030702171045.GF2137@fdgroup.com>
71586      Branch: perl
71587            ! ext/B/B/Concise.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
71588            ! ext/B/defsubs_h.PL t/TEST t/op/ord.t
71589 ____________________________________________________________________________
71590 [ 19935] By: jhi                                   on 2003/07/02  20:01:06
71591         Log: It would seem that in Linux 2.2 there is no way
71592              we can do the right thing to make ps(1) see $0
71593              our way.  Also amend the $0 documentation a bit.
71594      Branch: perl
71595            ! pod/perlvar.pod t/op/magic.t
71596 ____________________________________________________________________________
71597 [ 19934] By: jhi                                   on 2003/07/02  19:39:11
71598         Log: Subject: [PATCH] line numbers are given % 64k
71599              From: James Jurach <muaddib@erf.net>
71600              Date: Wed, 2 Jul 2003 13:31:05 -0500
71601              Message-ID: <20030702183105.GA4837@lebowski>
71602      Branch: perl
71603            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
71604            ! handy.h pp_ctl.c scope.h
71605 ____________________________________________________________________________
71606 [ 19933] By: jhi                                   on 2003/07/02  14:55:49
71607         Log: Subject: Re: maint @ 19923
71608              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
71609              Date: Wed, 2 Jul 2003 11:43:05 -0400
71610              Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu>
71611      Branch: perl
71612            ! pod/perlfunc.pod
71613 ____________________________________________________________________________
71614 [ 19932] By: jhi                                   on 2003/07/02  14:29:42
71615         Log: Subject: Re: maint @ 19923
71616              From: Jim Cromie <jcromie@divsol.com>
71617              Date: Wed, 02 Jul 2003 05:35:06 -0600
71618              Message-ID: <3F02C36A.9030704@divsol.com>
71619      Branch: perl
71620            ! pod/perlfunc.pod
71621 ____________________________________________________________________________
71622 [ 19931] By: jhi                                   on 2003/07/02  11:34:49
71623         Log: Fix for [perl #22759 insufficient format string checking];
71624              using ewix makes no sense, assuming evix was intended,
71625              no old tests fail; add the test case.
71626      Branch: perl
71627            ! sv.c t/op/sprintf.t
71628 ____________________________________________________________________________
71629 [ 19929] By: jhi                                   on 2003/07/02  09:13:33
71630         Log: Better links.
71631      Branch: perl
71632            ! pod/perlipc.pod pod/perlrun.pod
71633 ____________________________________________________________________________
71634 [ 19928] By: jhi                                   on 2003/07/02  08:58:26
71635         Log: Darwin: -Dprefix=$HOME/Perl tried to install to /Library.
71636      Branch: perl
71637            ! hints/darwin.sh
71638 ____________________________________________________________________________
71639 [ 19927] By: jhi                                   on 2003/07/02  08:48:00
71640         Log: ...and getting the comma right, too.
71641      Branch: perl
71642            ! t/op/magic.t
71643 ____________________________________________________________________________
71644 [ 19926] By: jhi                                   on 2003/07/02  08:46:18
71645         Log: Getting the whitespace right.
71646      Branch: perl
71647            ! t/op/magic.t
71648 ____________________________________________________________________________
71649 [ 19925] By: jhi                                   on 2003/07/02  08:40:36
71650         Log: FreeBSD $0 dance.
71651      Branch: perl
71652            ! pod/perlvar.pod t/op/magic.t
71653 ____________________________________________________________________________
71654 [ 19924] By: jhi                                   on 2003/07/02  08:17:31
71655         Log: Fix from Enache Adrian for the magic.t failure in
71656              FreeBSD: setproctitle() cannot get rid of the " (perl)".
71657      Branch: perl
71658            ! t/op/magic.t
71659 ____________________________________________________________________________
71660 [ 19921] By: jhi                                   on 2003/07/02  05:26:33
71661         Log: VMS: with this, 100% make test in Compaq C V6.5-001
71662              on OpenVMS Alpha V7.3-1, from Craig Berry.
71663      Branch: perl
71664            ! configure.com ext/Devel/DProf/DProf.t t/op/magic.t
71665 ____________________________________________________________________________
71666 [ 19920] By: jhi                                   on 2003/07/02  05:21:23
71667         Log: Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
71668              The latest releases of NetBSD don't require the hack.  From
71669              Johnny Lam.
71670      Branch: perl
71671            ! hints/netbsd.sh
71672 ____________________________________________________________________________
71673 [ 19918] By: jhi                                   on 2003/07/01  20:02:33
71674         Log: Add a new utility, Porting/Modules.
71675      Branch: perl
71676            + Porting/Modules
71677            ! MANIFEST
71678 ____________________________________________________________________________
71679 [ 19917] By: jhi                                   on 2003/07/01  17:00:02
71680         Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod
71681              From: Robin Barker <Robin.Barker@npl.co.uk>
71682              Date: Tue, 1 Jul 2003 18:21:34 +0100
71683              Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
71684
71685              Subject:  [PATCH] long C<=item>s in lib/CGI.pm
71686              From: Robin Barker <Robin.Barker@npl.co.uk>
71687              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
71688              Date: Tue, 1 Jul 2003 18:25:17 +0100
71689
71690              Subject: [PATCH] long <=item>s  in lib/ExtUtils/MakeMaker/FAQ.pod
71691              From: Robin Barker <Robin.Barker@npl.co.uk>
71692              Date: Tue, 1 Jul 2003 18:29:09 +0100
71693              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
71694      Branch: perl
71695            ! lib/CGI.pm lib/ExtUtils/MakeMaker/FAQ.pod pod/perlunicode.pod
71696 ____________________________________________________________________________
71697 [ 19916] By: jhi                                   on 2003/07/01  16:51:31
71698         Log: Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?'
71699              From: Enache Adrian <enache@rdslink.ro>
71700              Date: Tue, 1 Jul 2003 19:51:25 +0300
71701              Message-ID: <20030701165125.GA1521@ratsnest.hole>
71702      Branch: perl
71703            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm ext/B/defsubs_h.PL
71704            ! ext/B/typemap t/op/magic.t
71705 ____________________________________________________________________________
71706 [ 19915] By: jhi                                   on 2003/07/01  16:22:09
71707         Log: Upgrade to Unicode::Normalize 0.23.
71708      Branch: perl
71709            ! ext/Unicode/Normalize/Changes
71710            ! ext/Unicode/Normalize/Normalize.pm
71711            ! ext/Unicode/Normalize/Normalize.xs
71712 ____________________________________________________________________________
71713 [ 19914] By: jhi                                   on 2003/07/01  13:08:44
71714         Log: A naked values() caused shuffling of lib/Config.pm,
71715              which in turn caused unnecessary rebuilds.
71716      Branch: perl
71717            ! configpm
71718 ____________________________________________________________________________
71719 [ 19913] By: jhi                                   on 2003/07/01  13:01:10
71720         Log: Even more :utf8 socket testing, now in both directions.
71721      Branch: perl
71722            ! ext/IO/lib/IO/t/io_sock.t
71723 ____________________________________________________________________________
71724 [ 19912] By: jhi                                   on 2003/07/01  12:44:32
71725         Log: One more test (does binmode()ing a socket succeed)
71726              and add -w.
71727      Branch: perl
71728            ! ext/IO/lib/IO/t/io_sock.t
71729 ____________________________________________________________________________
71730 [ 19911] By: jhi                                   on 2003/07/01  12:38:13
71731         Log: Tweak an existing IO test to test also the change #19910.
71732      Branch: perl
71733            ! ext/IO/lib/IO/t/io_sock.t
71734 ____________________________________________________________________________
71735 [ 19910] By: jhi                                   on 2003/07/01  11:18:27
71736         Log: Integrate from perlio:
71737              [ 19909]
71738              binmode() should affect IoOFP() as well as IoIFP() if it is
71739              distinct (e.g. sockets).
71740      Branch: perl
71741           !> pp_sys.c
71742 ____________________________________________________________________________
71743 [ 19906] By: jhi                                   on 2003/07/01  08:03:17
71744         Log: Do the "aligned contiguous" check only if the arguments
71745              look like aligned; re-introduce the "traditional contiguous"
71746              checks with OS/2 special quirks and all.
71747      Branch: perl
71748            ! perl.c
71749 ____________________________________________________________________________
71750 [ 19903] By: jhi                                   on 2003/07/01  06:22:12
71751         Log: Switch on PERL_IMPLICIT_SYS, not on Win32.
71752      Branch: perl
71753            ! perl.c
71754 ____________________________________________________________________________
71755 [ 19902] By: jhi                                   on 2003/07/01  06:20:48
71756         Log: Regen Glossary et al.
71757      Branch: perl
71758            ! Porting/Glossary Porting/config.sh Porting/config_H
71759 ____________________________________________________________________________
71760 [ 19900] By: jhi                                   on 2003/07/01  05:56:38
71761         Log: Regen Configure.
71762      Branch: perl
71763            ! Configure
71764 ____________________________________________________________________________
71765 [ 19899] By: jhi                                   on 2003/07/01  05:56:14
71766         Log: More nanosleep removal.
71767      Branch: perl
71768            ! Cross/config.sh-arm-linux NetWare/config_H.wc epoc/config.sh
71769            ! hints/vos.sh win32/config.gc win32/config.vc win32/config.vc64
71770            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
71771            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
71772 ____________________________________________________________________________
71773 [ 19898] By: jhi                                   on 2003/07/01  05:54:58
71774         Log: Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
71775      Branch: perl
71776            + ext/Time/HiRes/hints/dec_osf.pl
71777            ! MANIFEST ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
71778            ! ext/Time/HiRes/hints/sco.pl
71779 ____________________________________________________________________________
71780 [ 19897] By: jhi                                   on 2003/07/01  05:04:50
71781         Log: Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4
71782              From: Alan Burlison <Alan.Burlison@sun.com>
71783              Date: Tue, 01 Jul 2003 00:03:24 +0100
71784              Message-ID: <3F00C1BC.3020103@sun.com>
71785      Branch: perl
71786            ! Configure Makefile.SH config_h.SH configure.com
71787            ! hints/solaris_2.sh perl.h uconfig.h uconfig.sh
71788 ____________________________________________________________________________
71789 [ 19896] By: jhi                                   on 2003/06/30  20:20:54
71790         Log: Integrate #19892, #19895 from perlio to compile and avoid
71791              crashing on Win32.
71792      Branch: perl
71793           !> perl.c
71794 ____________________________________________________________________________
71795 [ 19890] By: jhi                                   on 2003/06/30  08:41:51
71796         Log: int is not UV.
71797      Branch: perl
71798            ! perl.c
71799 ____________________________________________________________________________
71800 [ 19889] By: jhi                                   on 2003/06/30  08:36:38
71801         Log: The 'contiguous' test for argv[], envp[] was bogus
71802              since those need not be in memory end-to-end, e.g.
71803              in Tru64 they are aligned by eight.  Loosen the test
71804              so that 'contiguousness' is fulfilled if the elements
71805              are within PTRSIZE alignment.  This makes Tru64 to pass
71806              the join.t, too.
71807      Branch: perl
71808            ! ext/threads/t/join.t mg.c perl.c
71809 ____________________________________________________________________________
71810 [ 19888] By: jhi                                   on 2003/06/30  07:24:18
71811         Log: $0 doc tweakage.
71812      Branch: perl
71813            ! pod/perlvar.pod
71814 ____________________________________________________________________________
71815 [ 19887] By: jhi                                   on 2003/06/30  07:20:58
71816         Log: $0 test tweaks from Andreas.
71817      Branch: perl
71818            ! ext/threads/t/join.t t/op/magic.t
71819 ____________________________________________________________________________
71820 [ 19886] By: rgs                                   on 2003/06/29  19:18:43
71821         Log: Misc Pod Nits.
71822      Branch: perl
71823            ! ext/B/B.pm pod/perlrun.pod
71824 ____________________________________________________________________________
71825 [ 19885] By: jhi                                   on 2003/06/29  15:49:52
71826         Log: Fix a faulty alias.
71827      Branch: perl
71828            ! ext/Encode/lib/Encode/Alias.pm
71829 ____________________________________________________________________________
71830 [ 19884] By: jhi                                   on 2003/06/29  15:41:05
71831         Log: The joy of $0.  Undoing the #16399 makes Andreas'
71832              tests (see [perl #22811]) pass (yes, padding with space    instead
71833              of nul makes no sense, but that seems to work, maybe Linux does
71834              some deep magic in ps(1)?); moving the PL_origalen computation
71835              earlier makes also the threaded-first case fully pass.
71836
71837              But in general modifying the argv[] is very non-portable.
71838              (e.g. in Tru64 it seems to be limited to the size of the
71839              original argv[0] since the argv[] are not contiguous?)
71840
71841              Everybody should just have setproctitle().
71842      Branch: perl
71843            ! mg.c perl.c pod/perlvar.pod
71844 ____________________________________________________________________________
71845 [ 19883] By: jhi                                   on 2003/06/29  13:47:36
71846         Log: More on the macro debugging and expansion.
71847      Branch: perl
71848            ! pod/perlhack.pod
71849 ____________________________________________________________________________
71850 [ 19882] By: rgs                                   on 2003/06/29  13:17:09
71851         Log: Perl_doing_taint must be public, for programs that embed perl
71852      Branch: perl
71853            ! embed.fnc embed.h global.sym
71854 ____________________________________________________________________________
71855 [ 19881] By: jhi                                   on 2003/06/29  10:17:28
71856         Log: More coffee...
71857      Branch: perl
71858            ! lib/Test/Harness.pm
71859 ____________________________________________________________________________
71860 [ 19880] By: jhi                                   on 2003/06/29  09:48:50
71861         Log: argc, argv.
71862      Branch: perl
71863            ! perl.h
71864 ____________________________________________________________________________
71865 [ 19879] By: jhi                                   on 2003/06/29  09:34:47
71866         Log: Another spot where a zero $test{$max} can make things go boom.
71867      Branch: perl
71868            ! lib/Test/Harness.pm
71869 ____________________________________________________________________________
71870 [ 19878] By: jhi                                   on 2003/06/29  09:28:58
71871         Log: Move the PL_earlytaint initialization to the PERL_SYS_INIT()
71872              as per suggestion from Sarathy.
71873      Branch: perl
71874            ! dosish.h epoc/epocish.h miniperlmain.c mpeix/mpeixish.h
71875            ! os2/os2ish.h perl.h plan9/plan9ish.h unixish.h vms/vmsish.h
71876 ____________________________________________________________________________
71877 [ 19877] By: jhi                                   on 2003/06/28  18:28:01
71878         Log: The #19842 is no more needed thanks to #19876,
71879              and the #19842 was wrong anyway (it affected
71880              only the threaded case.)
71881      Branch: perl
71882            ! hints/dec_osf.sh
71883 ____________________________________________________________________________
71884 [ 19876] By: jhi                                   on 2003/06/28  18:24:46
71885         Log: Subject: Re: your malloc patches
71886              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
71887              Date: Fri, 27 Jun 2003 06:54:06 -0700
71888              Message-ID: <20030627135406.GA8914@math.berkeley.edu>
71889
71890              More malloc patches: now they seem to work even in Tru64.
71891      Branch: perl
71892            ! malloc.c
71893 ____________________________________________________________________________
71894 [ 19875] By: jhi                                   on 2003/06/28  18:09:30
71895         Log: Duh.
71896      Branch: perl
71897            ! perl.h
71898 ____________________________________________________________________________
71899 [ 19874] By: jhi                                   on 2003/06/28  17:30:52
71900         Log: Retract #19867; the bug was really much simpler:
71901              the < max must be <= max instead.
71902      Branch: perl
71903            ! hv.c
71904 ____________________________________________________________________________
71905 [ 19873] By: rgs                                   on 2003/06/28  16:02:53
71906         Log: Using $1 without testing success of the regexp, bad.
71907      Branch: perl
71908            ! pod/perlretut.pod
71909 ____________________________________________________________________________
71910 [ 19872] By: rgs                                   on 2003/06/28  16:01:08
71911         Log: Some clarification about the current semantics of CHECK and
71912              INIT blocks. See bug [perl #22826].
71913      Branch: perl
71914            ! pod/perlmod.pod
71915 ____________________________________________________________________________
71916 [ 19871] By: rgs                                   on 2003/06/28  15:47:22
71917         Log: Subject: [Encode] pre-1.97 patches
71918              From: Dan Kogai <dankogai@dan.co.jp>
71919              Date: Sat, 28 Jun 2003 01:20:59 +0900
71920              Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp>
71921      Branch: perl
71922            ! ext/Encode/Changes ext/Encode/Encode.pm
71923            ! ext/Encode/lib/Encode/Guess.pm
71924 ____________________________________________________________________________
71925 [ 19870] By: rgs                                   on 2003/06/28  15:39:57
71926         Log: Two debugging patches.
71927              The first allows to hold symbolic switches in $^D
71928              and more generally fixes assignment to $^D. The
71929              second one improves the information given by -Dl.
71930
71931              Subject: [PATCH] allow $^D = "flags"
71932              From: Dave Mitchell <davem@fdgroup.com>
71933              Date: Fri, 27 Jun 2003 22:26:24 +0100
71934              Message-ID: <20030627212624.GB12887@fdgroup.com>
71935
71936              Subject: [PATCH] make -Dl show more scope info
71937              From: Dave Mitchell <davem@fdgroup.com>
71938              Date: Fri, 27 Jun 2003 23:00:36 +0100
71939              Message-ID: <20030627220036.GC12887@fdgroup.com>
71940      Branch: perl
71941            ! cop.h embed.fnc embed.h mg.c perl.c perl.h pod/perlvar.pod
71942            ! proto.h scope.h
71943 ____________________________________________________________________________
71944 [ 19869] By: rgs                                   on 2003/06/28  14:39:40
71945         Log: Fix test count, by Abe Timmerman.
71946      Branch: perl
71947            ! t/comp/require.t
71948 ____________________________________________________________________________
71949 [ 19867] By: jhi                                   on 2003/06/27  10:08:20
71950         Log: The two-for-loops is no more a valid way to walk through
71951              a hash (this was the reason the Hash/Util.t intermittently
71952              failed, the two-loop didn't find all the SVs of the HV).
71953      Branch: perl
71954            ! hv.c
71955 ____________________________________________________________________________
71956 [ 19866] By: jhi                                   on 2003/06/27  08:54:16
71957         Log: Some warnings about the (im)proper uses of the hash randomisation.
71958      Branch: perl
71959            ! pod/perlsec.pod
71960 ____________________________________________________________________________
71961 [ 19865] By: jhi                                   on 2003/06/27  08:40:45
71962         Log: atoi() doesn't cut the mustard if the PERL_HASH_SEED
71963              is larger than INT_MAX (atoi() returns -1 in that case).
71964      Branch: perl
71965            ! perl.c
71966 ____________________________________________________________________________
71967 [ 19864] By: jhi                                   on 2003/06/27  08:18:47
71968         Log: Use the PL_earlytaint.  (PL_earlytaint is a global,
71969              not per-interp, since perl_construct() is not passed
71970              the argc, argv, and therefore it can't set the per-interp
71971              PL_tainting.)
71972      Branch: perl
71973            ! perl.c perl.h
71974 ____________________________________________________________________________
71975 [ 19863] By: jhi                                   on 2003/06/27  08:15:11
71976         Log: Introduce (global) variable PL_earlytaint which
71977              is set very early in main(), before perl_parse()
71978              has been called and PL_tainting (or PL_taint_warn)
71979              might have been set.
71980      Branch: perl
71981            ! embed.fnc embedvar.h miniperlmain.c perl.c perl.h perlapi.h
71982            ! perlvars.h proto.h
71983 ____________________________________________________________________________
71984 [ 19862] By: jhi                                   on 2003/06/27  07:39:58
71985         Log: Make doing_taint() always available (though not
71986              part of the public API).
71987      Branch: perl
71988            ! embed.fnc embed.h perl.c proto.h
71989 ____________________________________________________________________________
71990 [ 19861] By: jhi                                   on 2003/06/27  05:30:03
71991         Log: Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
71992              if tainting-- but is this a good thing or a bad thing?
71993              (At least it makes debugging lib/Hash/Util.t harder,
71994              since it has, for no apparent good reason, -T: one must
71995              make a copy of it without the -T.)
71996      Branch: perl
71997            ! perl.c
71998 ____________________________________________________________________________
71999 [ 19860] By: jhi                                   on 2003/06/27  05:02:14
72000         Log: Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch.
72001              From: Tim Bunce <Tim.Bunce@pobox.com>
72002              Date: Thu, 26 Jun 2003 10:53:22 +0100
72003              Message-ID: <20030626095322.GE97463@dansat.data-plan.com>
72004      Branch: perl
72005            ! INSTALL
72006 ____________________________________________________________________________
72007 [ 19859] By: jhi                                   on 2003/06/27  04:59:23
72008         Log: Hash/Util.t and Encode/t/Aliases.t seem to be having
72009              random failures.  To make these easier to reproduce,
72010              add a variable, PERL_HASH_SEED_DEBUG, to display the
72011              hash seed.  E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
72012              of 82972356 makes the first one to fail.
72013      Branch: perl
72014            ! perl.c pod/perlrun.pod
72015 ____________________________________________________________________________
72016 [ 19858] By: rgs                                   on 2003/06/26  20:21:53
72017         Log: perlhack update, by Steve Grazzini
72018              about macro support in gdb and gcc.
72019      Branch: perl
72020            ! pod/perlhack.pod
72021 ____________________________________________________________________________
72022 [ 19854] By: jhi                                   on 2003/06/26  05:32:02
72023         Log: Bite the bullet and apply the hash randomisation patch.
72024              [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0
72025      Branch: perl
72026            ! INSTALL embedvar.h ext/Data/Dumper/Dumper.pm
72027            ! ext/Data/Dumper/t/dumper.t hv.h intrpvar.h perl.c perl.h
72028            ! perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
72029            ! sv.c
72030 ____________________________________________________________________________
72031 [ 19853] By: rgs                                   on 2003/06/25  19:35:02
72032         Log: Subject: Re: P and V
72033              From: "Philip Newton" <pnewton@gmx.de>
72034              Date: Wed, 25 Jun 2003 17:50:22 +0200
72035              Message-ID: <3EF9E0DE.4786.16A6869@localhost>
72036      Branch: perl
72037            ! lib/Thread/Semaphore.pm
72038 ____________________________________________________________________________
72039 [ 19852] By: rgs                                   on 2003/06/25  19:27:42
72040         Log: Enhance some macro robustness.
72041      Branch: perl
72042            ! opcode.h opcode.pl
72043 ____________________________________________________________________________
72044 [ 19851] By: rgs                                   on 2003/06/25  19:25:47
72045         Log: Fix [perl #21742] :
72046              require() should always be called in scalar context,
72047              even when it's the last statement in an eval("").
72048      Branch: perl
72049            ! pp_ctl.c t/comp/require.t
72050 ____________________________________________________________________________
72051 [ 19849] By: jhi                                   on 2003/06/24  17:32:37
72052         Log: Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects
72053              From: Dave Mitchell <davem@fdgroup.com>
72054              Date: Tue, 24 Jun 2003 13:16:18 +0100
72055              Message-ID: <20030624121618.GC22675@fdgroup.com>
72056      Branch: perl
72057            ! sv.c t/op/ref.t
72058 ____________________________________________________________________________
72059 [ 19848] By: merijn                                on 2003/06/24  08:06:57
72060         Log: Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl
72061              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
72062              Date: Tue, 24 Jun 2003 11:00:34 +0200
72063              Message-ID: <186930306740.20030624110034@familiehaase.de>
72064      Branch: perl
72065            ! lib/Pod/Perldoc.pm
72066 ____________________________________________________________________________
72067 [ 19847] By: jhi                                   on 2003/06/24  04:52:42
72068         Log: Subject: [PATCH] version.pm up to date with CPAN
72069              From: John Peacock <jpeacock@rowman.com>
72070              Date: Mon, 23 Jun 2003 21:58:18 -0400
72071              Message-ID: <3EF7B03A.2060705@rowman.com>
72072      Branch: perl
72073            ! lib/version.pm lib/version.t universal.c
72074 ____________________________________________________________________________
72075 [ 19846] By: rgs                                   on 2003/06/23  20:52:26
72076         Log: Subject: [perlport.pod] code point of \cU
72077              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
72078              Date: Tue, 24 Jun 2003 01:00:16 +0900
72079              Message-Id: <20030624004743.1237.BQW10602@nifty.com>
72080      Branch: perl
72081            ! pod/perlport.pod
72082 ____________________________________________________________________________
72083 [ 19845] By: jhi                                   on 2003/06/23  04:55:39
72084         Log: Test tweaks for VMS from Craig Berry.
72085      Branch: perl
72086            ! lib/strict.t lib/warnings.t
72087 ____________________________________________________________________________
72088 [ 19843] By: jhi                                   on 2003/06/22  17:00:10
72089         Log: Move the (pseudo)seed functio for (pseudo)random numbers to util.c.
72090      Branch: perl
72091            ! embed.fnc embed.h pp.c proto.h util.c
72092 ____________________________________________________________________________
72093 [ 19842] By: jhi                                   on 2003/06/22  16:44:16
72094         Log: Until the Perl malloc problems in Tru64 are fixed.
72095      Branch: perl
72096            ! hints/dec_osf.sh
72097 ____________________________________________________________________________
72098 [ 19841] By: jhi                                   on 2003/06/22  16:35:33
72099         Log: Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6"
72100              From: Enache Adrian <enache@rdslink.ro>
72101              Date: Sat, 21 Jun 2003 03:19:31 +0300
72102              Message-ID: <20030621001931.GB1255@ratsnest.hole>
72103      Branch: perl
72104            ! op.c t/op/concat.t
72105 ____________________________________________________________________________
72106 [ 19840] By: jhi                                   on 2003/06/22  16:33:25
72107         Log: Subject: [perl #22753] overload::StrVal() fails for regexp refs
72108              From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org>
72109              Date: 21 Jun 2003 19:02:30 -0000
72110              Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org>
72111      Branch: perl
72112            ! lib/overload.pm lib/overload.t
72113 ____________________________________________________________________________
72114 [ 19839] By: jhi                                   on 2003/06/22  16:31:05
72115         Log: Subject: FileCache 1.03 broken on VMS -- possible patch
72116              From: "Craig A. Berry" <craigberry@mac.com>
72117              Date: Sat, 21 Jun 2003 10:31:59 -0500
72118              Message-ID: <3EF47A6F.9060904@mac.com>
72119      Branch: perl
72120            ! lib/FileCache.pm lib/FileCache/t/01open.t
72121            ! lib/FileCache/t/03append.t lib/FileCache/t/05override.t
72122 ____________________________________________________________________________
72123 [ 19838] By: jhi                                   on 2003/06/22  16:16:01
72124         Log: Debian fix from Brendan O'Dea:
72125              Adjust output to screen width.
72126              (adjusted to probe for the stty command)
72127      Branch: perl
72128            ! utils/dprofpp.PL
72129 ____________________________________________________________________________
72130 [ 19837] By: jhi                                   on 2003/06/22  15:56:45
72131         Log: Debian fix from Brendan O'Dea:
72132              Use a temporary directory to avoid symlink attacks.
72133              Specify -gstabs explicitly (not the default format for gcc 3.2).
72134      Branch: perl
72135            ! utils/c2ph.PL
72136 ____________________________________________________________________________
72137 [ 19836] By: jhi                                   on 2003/06/22  15:55:13
72138         Log: Debian fix from Brendan O'Dea:
72139              Bug#156284: the stucture used by pp_accept is too small to hold an
72140              IPv6 address.
72141      Branch: perl
72142            ! pp_sys.c
72143 ____________________________________________________________________________
72144 [ 19835] By: jhi                                   on 2003/06/22  15:46:50
72145         Log: For characters beyond the BMP the $bits will be undef,
72146              which will cause utf8_heavy.pl noise (reported by Daniel Yacob,
72147              analysis and fix from SADAHIRO Tomoyuki)
72148      Branch: perl
72149            ! lib/utf8_heavy.pl
72150 ____________________________________________________________________________
72151 [ 19834] By: jhi                                   on 2003/06/20  08:42:58
72152         Log: Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya).
72153      Branch: perl
72154            ! malloc.c
72155 ____________________________________________________________________________
72156 [ 19833] By: jhi                                   on 2003/06/20  08:16:02
72157         Log: Don't do sprintf().
72158      Branch: perl
72159            ! malloc.c
72160 ____________________________________________________________________________
72161 [ 19832] By: jhi                                   on 2003/06/20  07:43:48
72162         Log: Show the source code location of an "assertion botch".
72163      Branch: perl
72164            ! malloc.c
72165 ____________________________________________________________________________
72166 [ 19831] By: jhi                                   on 2003/06/20  07:31:11
72167         Log: More Perl malloc debugging magic from Ilya.  Seems to work in
72168              Linux, Solaris, AIX.  Had to do #ifdef OS2 for the <io.h> in
72169              malloc.c, found in AIX since there is no such header.
72170              In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
72171              memory was overwritten?"
72172              (In IRIX compiles but that doesn't prove much since in IRIX
72173              Perl's malloc is simply not used.)
72174      Branch: perl
72175            + malloc_ctl.h
72176            ! MANIFEST dosish.h epoc/epocish.h malloc.c os2/os2ish.h perl.c
72177            ! perl.h plan9/plan9ish.h sv.c unixish.h vms/vmsish.h
72178 ____________________________________________________________________________
72179 [ 19830] By: jhi                                   on 2003/06/20  06:02:21
72180         Log: Retract #19785 and #19756: JPL nowadays works without this
72181              (verified by a true JPL user).
72182      Branch: perl
72183            ! perl.c
72184 ____________________________________________________________________________
72185 [ 19827] By: jhi                                   on 2003/06/19  20:18:31
72186         Log: Apparently this is needed for VMS (Craig Berry).
72187      Branch: perl
72188            ! lib/Tie/File.pm
72189 ____________________________________________________________________________
72190 [ 19824] By: jhi                                   on 2003/06/19  15:11:48
72191         Log: Bump Time::HiRes to 1.49.
72192      Branch: perl
72193            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
72194            ! ext/Time/HiRes/HiRes.xs
72195 ____________________________________________________________________________
72196 [ 19822] By: jhi                                   on 2003/06/19  14:49:37
72197         Log: This change chunk doesn't work well with blead.
72198      Branch: perl
72199            ! lib/ExtUtils/t/Command.t
72200 ____________________________________________________________________________
72201 [ 19821] By: jhi                                   on 2003/06/19  14:27:52
72202         Log: A tweak from Alan Burlison for MM 6.10_07 that makes Solaris
72203              make happy.
72204      Branch: perl
72205            ! lib/ExtUtils/MM_Unix.pm
72206 ____________________________________________________________________________
72207 [ 19820] By: jhi                                   on 2003/06/19  14:25:53
72208         Log: Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
72209              as of 2003-06-19 18:39 EET).
72210      Branch: perl
72211            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm
72212            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
72213            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t
72214            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
72215 ____________________________________________________________________________
72216 [ 19819] By: jhi                                   on 2003/06/19  14:08:13
72217         Log: Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings
72218              From: grazz@pobox.com (Steve Grazzini)
72219              Date: Wed, 18 Jun 2003 19:42:37 -0400
72220              Message-ID: <20030618234237.GA6267@grazzini.net>
72221      Branch: perl
72222            ! embed.fnc embed.h pod/perltie.pod pp_ctl.c proto.h
72223            ! t/op/runlevel.t t/op/tiehandle.t util.c
72224 ____________________________________________________________________________
72225 [ 19818] By: jhi                                   on 2003/06/19  13:57:55
72226         Log: Subject: [PATCH -current] email address correction
72227              Date: Thu, 19 Jun 2003 02:19:31 -0700
72228              Message-ID: <CGEAIAFGDFMPCFCBLLCOEENKCBAA.rs@crystalflame.net>
72229              From: rs@crystalflame.net (Richard Soderberg)
72230      Branch: perl
72231            ! ext/threads/threads.pm
72232 ____________________________________________________________________________
72233 [ 19816] By: jhi                                   on 2003/06/19  05:02:22
72234         Log: MPE/iX gets serious indigestion on w-packed infinities.
72235      Branch: perl
72236            ! t/op/pack.t
72237 ____________________________________________________________________________
72238 [ 19815] By: rgs                                   on 2003/06/18  20:47:47
72239         Log: A bunch of minor changes to perlguts.pod.
72240      Branch: perl
72241            ! pod/perlguts.pod
72242 ____________________________________________________________________________
72243 [ 19814] By: jhi                                   on 2003/06/18  19:19:38
72244         Log: Subject: Re: [perl #22727] split() with re_eval segfaults/panics
72245              From: Enache Adrian <enache@rdslink.ro>
72246              Date: Wed, 18 Jun 2003 23:00:43 +0300
72247              Message-ID: <20030618200043.GA1249@ratsnest.hole>
72248      Branch: perl
72249            ! pp.c regexec.c t/op/pat.t
72250 ____________________________________________________________________________
72251 [ 19813] By: jhi                                   on 2003/06/18  17:31:50
72252         Log: Upgrade to Tie::File 0.97.
72253      Branch: perl
72254            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
72255            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/28_mtwrite.t
72256            ! lib/Tie/File/t/29_downcopy.t
72257 ____________________________________________________________________________
72258 [ 19812] By: gbarr                                 on 2003/06/18  16:41:31
72259         Log: Sync with libnet 1.16
72260      Branch: perl
72261            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
72262 ____________________________________________________________________________
72263 [ 19811] By: jhi                                   on 2003/06/18  12:11:07
72264         Log: Subject: Encode] 1.96 Released
72265              From: Dan Kogai <dankogai@dan.co.jp>
72266              Date: Wed, 18 Jun 2003 19:09:11 +0900
72267              Message-Id: <E7FFAE2E-A174-11D7-ACE4-000393AE4244@dan.co.jp>
72268      Branch: perl
72269            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
72270            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
72271            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/piconv
72272            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
72273            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/Unicode.t
72274            ! ext/Encode/t/guess.t
72275 ____________________________________________________________________________
72276 [ 19810] By: jhi                                   on 2003/06/18  09:20:43
72277         Log: Oops in change #19809.
72278      Branch: perl
72279            ! ext/POSIX/POSIX.xs
72280 ____________________________________________________________________________
72281 [ 19809] By: jhi                                   on 2003/06/18  09:08:47
72282         Log: If the first argument of sigaction() was a string, not a number
72283              (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO"
72284              isn't numeric in subroutine entry ...' but after that one got
72285              (depending on the OS) either a coredump (because of trying to
72286              assign to *0 in mg_get) or a hang (because of the sigprocmask()
72287              blocking signals inside POSIX::sigaction, a nasty hang since
72288              one obviously cannot interrupt it...only SIGKILL works).
72289              In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...'
72290              because of the string becoming zero due to the XS typemap magic.
72291              Resolved by making the POSIX::sigaction to try harder to figure
72292              out a valid signal number (one still gets the warning, though),
72293              and returning undef if no sense can be made.
72294      Branch: perl
72295            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
72296 ____________________________________________________________________________
72297 [ 19808] By: rgs                                   on 2003/06/17  21:10:06
72298         Log: Some docs for the assertions.
72299      Branch: perl
72300            ! lib/assertions.pm lib/assertions/activate.pm
72301            ! pod/perllexwarn.pod pod/perlrun.pod t/run/switch_A.t
72302 ____________________________________________________________________________
72303 [ 19806] By: jhi                                   on 2003/06/17  18:12:26
72304         Log: io_dir.t tweak from Craig Berry.
72305      Branch: perl
72306            ! ext/IO/lib/IO/t/io_dir.t
72307 ____________________________________________________________________________
72308 [ 19805] By: jhi                                   on 2003/06/17  16:47:06
72309         Log: Subject: /ext/DynaLoader/dl_dyld.xs
72310              From: "Peter O'Gorman" <peter@pogma.com>
72311              Date: Tue, 17 Jun 2003 23:45:47 +0900
72312              Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
72313
72314              No need to see dlclose() and dlsym() outside the dl_dyld.xs
72315              (Mac OS X, NeXT), and seeing them is harmful for libdlcompat
72316              of OpenDarwin.
72317      Branch: perl
72318            ! ext/DynaLoader/dl_dyld.xs
72319 ____________________________________________________________________________
72320 [ 19804] By: jhi                                   on 2003/06/17  13:12:21
72321         Log: Subject: DOCPATCH Re: $1 remains uncleared for failed matches
72322              From: david nicol <whatever@davidnicol.com>
72323              Date: 16 Jun 2003 20:35:24 -0500
72324              Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com>
72325
72326              Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches
72327              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
72328              Date: Tue, 17 Jun 2003 00:12:04 -0400
72329              Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu>
72330      Branch: perl
72331            ! pod/perlre.pod pod/perltrap.pod
72332 ____________________________________________________________________________
72333 [ 19802] By: jhi                                   on 2003/06/17  04:51:33
72334         Log: UNICOS: try papering over the Configure symbol scan problems
72335              by disavowing any knowledge of dynaloading.
72336      Branch: perl
72337            ! hints/unicos.sh
72338 ____________________________________________________________________________
72339 [ 19801] By: rgs                                   on 2003/06/16  22:47:28
72340         Log: Revert change #19126, a poor attempt at fixing bug #21742.
72341              The test for #21742 is marked as TODO.
72342              Plus new regression tests from :
72343
72344              Subject: [perl #22708] void context in string eval is broken
72345              From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
72346              Date: 15 Jun 2003 23:09:03 -0000
72347              Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
72348      Branch: perl
72349            ! pp_ctl.c t/comp/require.t t/op/eval.t
72350 ____________________________________________________________________________
72351 [ 19800] By: rgs                                   on 2003/06/16  21:14:26
72352         Log: Subject: [PATCH] unnecessary stringification in eval/die
72353              From: Steve Grazzini <grazz@pobox.com>
72354              Date: 15 Jun 2003 21:02:26 -0000
72355              Message-ID: <20030615210226.56430.qmail@onion.perl.org>
72356              (See also <slrnbek5u6.cfi.joey@dragon.kitenet.net>
72357              in c.l.p.misc and bug #17763)
72358      Branch: perl
72359            ! pod/perlfunc.pod pp_ctl.c
72360 ____________________________________________________________________________
72361 [ 19799] By: rgs                                   on 2003/06/16  20:15:28
72362         Log: Subject: [perl #22622] Bogus error codes from File::Copy::move
72363              From: "Amick, Eric" (via RT) <perlbug-followup@perl.org>
72364              Date: 9 Jun 2003 15:48:09 -0000
72365              Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org>
72366      Branch: perl
72367            ! lib/File/Copy.pm
72368 ____________________________________________________________________________
72369 [ 19798] By: jhi                                   on 2003/06/16  12:26:29
72370         Log: And even more glibc fcntl constants, this time mostly F_XXX.
72371              Be more conservative and use @EXPORT_OK instead of @EXPORT.
72372      Branch: perl
72373            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
72374 ____________________________________________________________________________
72375 [ 19797] By: jhi                                   on 2003/06/16  08:05:11
72376         Log: Even more glibc O_ modes.
72377      Branch: perl
72378            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
72379 ____________________________________________________________________________
72380 [ 19796] By: jhi                                   on 2003/06/16  07:59:26
72381         Log: Add O_NOATIME.
72382      Branch: perl
72383            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
72384 ____________________________________________________________________________
72385 [ 19795] By: jhi                                   on 2003/06/16  06:51:19
72386         Log: Instead of fancy condvar footwork do a simple join,
72387              as suggested by Arthur.
72388      Branch: perl
72389            ! ext/threads/shared/t/hv_refs.t
72390 ____________________________________________________________________________
72391 [ 19794] By: rgs                                   on 2003/06/15  21:01:18
72392         Log: Rename again the warning about $* being no longer supported
72393              (and update perldiag this time!)
72394      Branch: perl
72395            ! gv.c pod/perldiag.pod t/lib/warnings/gv
72396 ____________________________________________________________________________
72397 [ 19793] By: rgs                                   on 2003/06/15  19:47:21
72398         Log: Remove all magic in untie()
72399
72400              Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
72401              From: Aaron J Mackey <ajm6q@virginia.edu>
72402              Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT)
72403              Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
72404              (plus a test case)
72405      Branch: perl
72406            ! pp_sys.c t/op/tie.t
72407 ____________________________________________________________________________
72408 [ 19790] By: jhi                                   on 2003/06/15  17:22:08
72409         Log: Start using Perl malloc in FreeBSD since the system malloc
72410              is reaaally slooow for Perl.
72411
72412              Subject: FreeBSD 5.1 vs. -Uusemymalloc
72413              From: Dan Kogai <dankogai@dan.co.jp>
72414              Date: Mon, 16 Jun 2003 01:48:49 +0900
72415              Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp>
72416      Branch: perl
72417            ! hints/freebsd.sh
72418 ____________________________________________________________________________
72419 [ 19789] By: jhi                                   on 2003/06/15  17:08:02
72420         Log: Subject: [PATCH 5.8.1 @19774] OS2 patches
72421              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
72422              Date: Sat, 14 Jun 2003 17:49:57 -0700
72423              Message-ID: <20030615004956.GA28272@math.berkeley.edu>
72424      Branch: perl
72425            + os2/OS2/typemap os2/perlrexx.cmd
72426            - os2/OS2/PrfDB/typemap
72427            ! MANIFEST doio.c emacs/ptags ext/Time/HiRes/Makefile.PL handy.h
72428            ! hints/os2.sh lib/ExtUtils/t/MM_OS2.t makedef.pl
72429            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
72430            ! os2/OS2/Process/Process.xs os2/OS2/REXX/DLL/DLL.pm
72431            ! os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/t/rx_emxrv.t
72432            ! os2/OS2/REXX/t/rx_objcall.t os2/dl_os2.c os2/os2.c
72433            ! os2/os2ish.h pp_sys.c utils/h2xs.PL
72434 ____________________________________________________________________________
72435 [ 19788] By: jhi                                   on 2003/06/15  15:05:40
72436         Log: Reindent a section of the file.
72437      Branch: perl
72438            ! universal.c
72439 ____________________________________________________________________________
72440 [ 19787] By: jhi                                   on 2003/06/15  15:01:26
72441         Log: Unused variable.
72442      Branch: perl
72443            ! universal.c
72444 ____________________________________________________________________________
72445 [ 19786] By: jhi                                   on 2003/06/15  07:41:23
72446         Log: Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
72447              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
72448              Date: Sun, 15 Jun 2003 10:48:40 +0200
72449              Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2>
72450      Branch: perl
72451            ! embed.fnc embed.h proto.h sv.c
72452 ____________________________________________________________________________
72453 [ 19785] By: jhi                                   on 2003/06/15  07:37:02
72454         Log: Most often unused variables.
72455      Branch: perl
72456            ! perl.c
72457 ____________________________________________________________________________
72458 [ 19784] By: rgs                                   on 2003/06/14  20:08:52
72459         Log: Rename the warning about $* being removed,
72460              as suggested by Dave Mitchell
72461      Branch: perl
72462            ! gv.c t/lib/warnings/gv
72463 ____________________________________________________________________________
72464 [ 19783] By: jhi                                   on 2003/06/14  16:30:23
72465         Log: The FileCache 1.03 tests from belg4mit.
72466      Branch: perl
72467            + lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
72468            + lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
72469            + lib/FileCache/t/05override.t
72470            - lib/FileCache.t
72471            ! MANIFEST
72472 ____________________________________________________________________________
72473 [ 19782] By: jhi                                   on 2003/06/14  13:45:01
72474         Log: Mention the Unicode::Regex::Set module.
72475      Branch: perl
72476            ! pod/perlunicode.pod
72477 ____________________________________________________________________________
72478 [ 19781] By: jhi                                   on 2003/06/14  13:39:45
72479         Log: Followup on #19779: make the helper function static,
72480              and rename it for paranoia reasons.
72481      Branch: perl
72482            ! embed.fnc embed.h proto.h sv.c
72483 ____________________________________________________________________________
72484 [ 19779] By: jhi                                   on 2003/06/14  13:13:34
72485         Log: Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
72486              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
72487              Date: Sat, 14 Jun 2003 12:51:31 +0200
72488              Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2>
72489
72490              (choosing the safe alternative)
72491      Branch: perl
72492            ! sv.c
72493 ____________________________________________________________________________
72494 [ 19778] By: jhi                                   on 2003/06/14  09:28:01
72495         Log: Exercise the utf8:: "internal" functions.
72496      Branch: perl
72497            ! lib/utf8.pm lib/utf8.t
72498 ____________________________________________________________________________
72499 [ 19777] By: jhi                                   on 2003/06/14  09:05:07
72500         Log: Having to pull in the whole Encode just to get SvUTF8()
72501              is a bit too much: introduce utf8::is_utf8().
72502      Branch: perl
72503            ! lib/utf8.pm pod/perluniintro.pod universal.c
72504 ____________________________________________________________________________
72505 [ 19776] By: jhi                                   on 2003/06/14  08:56:11
72506         Log: Slight tweaks on the length() and chr() entries,
72507              passing-by rewrapping on the rmdir entry.
72508      Branch: perl
72509            ! pod/perlfunc.pod
72510 ____________________________________________________________________________
72511 [ 19775] By: jhi                                   on 2003/06/14  08:50:16
72512         Log: test.pl-ify and add a couple of tests.
72513      Branch: perl
72514            ! lib/bytes.t
72515 ____________________________________________________________________________
72516 [ 19773] By: jhi                                   on 2003/06/14  08:05:01
72517         Log: Slight reorg of the binmode() entry.
72518      Branch: perl
72519            ! pod/perlfunc.pod
72520 ____________________________________________________________________________
72521 [ 19772] By: jhi                                   on 2003/06/14  07:07:38
72522         Log: Illegal cpp.
72523      Branch: perl
72524            ! util.c
72525 ____________________________________________________________________________
72526 [ 19770] By: jhi                                   on 2003/06/14  04:36:18
72527         Log: Subject: Re: FileCache
72528              From: belg4mit <belg4mit@MIT.EDU>
72529              Date: Sat, 14 Jun 2003 01:35:05 -0400
72530              Message-ID: <3EEAB409.7B4C21EA@mit.edu>
72531
72532              FileCache 1.03.
72533      Branch: perl
72534            ! lib/FileCache.pm
72535 ____________________________________________________________________________
72536 [ 19769] By: rgs                                   on 2003/06/13  19:17:50
72537         Log: Remove the deprecated $* variable.
72538              Incidentally, this fixes bug #22354, about unwanted
72539              action-at-distance of the /m regexp modifier.
72540              Add a new warning to advertise this fact.
72541      Branch: perl
72542            ! gv.c lib/English.pm mg.c pod/perldelta.pod pod/perldiag.pod
72543            ! pod/perlre.pod pod/perlvar.pod pp.c pp_hot.c t/lib/warnings/gv
72544            ! t/op/pat.t t/op/study.t
72545 ____________________________________________________________________________
72546 [ 19768] By: jhi                                   on 2003/06/13  17:08:45
72547         Log: Encode simply needs more work on EBCDIC.
72548      Branch: perl
72549            ! ext/Encode/t/Unicode.t
72550 ____________________________________________________________________________
72551 [ 19767] By: jhi                                   on 2003/06/13  17:05:01
72552         Log: Redundancy removal from Brian De Pradine;
72553              both the forms, pthread_mutexattr_settype() and
72554              pthread_mutexattr_setkind_np(), exist on z/OS.
72555      Branch: perl
72556            ! thread.h
72557 ____________________________________________________________________________
72558 [ 19766] By: jhi                                   on 2003/06/13  17:02:57
72559         Log: Somehow MPE/iX managed to get
72560              "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921."
72561      Branch: perl
72562            ! lib/Test/Harness.pm
72563 ____________________________________________________________________________
72564 [ 19765] By: jhi                                   on 2003/06/13  14:36:18
72565         Log: Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD
72566              From: alan <alan@pair.com>
72567              Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT)
72568              Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
72569
72570              (the first alternative)
72571      Branch: perl
72572            ! util.c
72573 ____________________________________________________________________________
72574 [ 19764] By: jhi                                   on 2003/06/13  14:33:51
72575         Log: Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
72576              way of detecting Darwin/Mac OS X; instead it is recommended to
72577              detect the OS at a higher level and pass the information manually
72578              down to the application, using e.g. a -Ddefinition.
72579      Branch: perl
72580            ! hints/darwin.sh perl.h x2p/util.c
72581 ____________________________________________________________________________
72582 [ 19763] By: jhi                                   on 2003/06/13  14:12:13
72583         Log: Define a cpp symbol, BSDish, if that looks appropriate.
72584      Branch: perl
72585            ! perl.h
72586 ____________________________________________________________________________
72587 [ 19760] By: jhi                                   on 2003/06/13  12:00:06
72588         Log: Even more tweakage on symbol scanning from Alan Burlison.
72589      Branch: perl
72590            ! Configure
72591 ____________________________________________________________________________
72592 [ 19758] By: gbarr                                 on 2003/06/13  07:01:11
72593         Log: Sync with libnet 1.15
72594      Branch: perl
72595            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
72596 ____________________________________________________________________________
72597 [ 19756] By: jhi                                   on 2003/06/13  05:09:17
72598         Log: The changes #8803 and #8896 that fixed JPL for use with
72599              JDK 1.2/1.3 had somehow disappeared.
72600      Branch: perl
72601            ! perl.c perl.h
72602 ____________________________________________________________________________
72603 [ 19752] By: rgs                                   on 2003/06/12  20:49:25
72604         Log: Add a new warning, "Newline in left-justified string for printf/sprintf"
72605              to be issued if the string to be left-justified by s?printf contains
72606              a newline.
72607
72608              Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf
72609              From: Robin Barker <Robin.Barker@npl.co.uk>
72610              Date: Wed, 11 Jun 2003 18:10:14 +0100
72611              Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
72612      Branch: perl
72613            ! pod/perldiag.pod sv.c t/lib/warnings/sv
72614 ____________________________________________________________________________
72615 [ 19751] By: rgs                                   on 2003/06/12  20:25:41
72616         Log: Patch for a warning emitted twice, from :
72617              Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
72618              From: Steve Grazzini <grazz@pobox.com>
72619              Date: Wed, 11 Jun 2003 00:46:47 -0400
72620              Message-ID: <20030611044647.GA16696@grazzini.net>
72621      Branch: perl
72622            ! pp_sys.c
72623 ____________________________________________________________________________
72624 [ 19750] By: sky                                   on 2003/06/12  15:03:55
72625         Log: In free we want to destroy, not init, thanks to Tim Bunce for
72626              detecting this. Should hopefully fix memory leak on Tru64
72627      Branch: perl
72628            ! ext/threads/shared/shared.xs
72629 ____________________________________________________________________________
72630 [ 19749] By: jhi                                   on 2003/06/12  13:27:44
72631         Log: More perlio ->Open paranoia.  Set errno to EINVAL if there's
72632              no ->Open, not if ->Open returns NULL.
72633      Branch: perl
72634            ! perlio.c
72635 ____________________________________________________________________________
72636 [ 19748] By: jhi                                   on 2003/06/12  11:32:44
72637         Log: Further perlio doc tweaks.
72638      Branch: perl
72639            ! lib/PerlIO.pm pod/perlrun.pod
72640 ____________________________________________________________________________
72641 [ 19747] By: jhi                                   on 2003/06/12  11:25:19
72642         Log: Slightly amended version of the proposed patch for
72643              "[perl #22390] export PERLIO=bytes segfaults";
72644              the amendment is to set errno.
72645              TODO: we really should not get here if the layer
72646              stack is corrupt or non-sensical (like "bytes").
72647      Branch: perl
72648            ! perlio.c
72649 ____________________________________________________________________________
72650 [ 19746] By: sky                                   on 2003/06/12  08:37:39
72651         Log: Be polite and destroy the mutexes and conditions we use!
72652      Branch: perl
72653            ! ext/threads/shared/shared.xs
72654 ____________________________________________________________________________
72655 [ 19744] By: rgs                                   on 2003/06/11  20:49:04
72656         Log: Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
72657              From: Andy Dougherty <doughera@lafayette.edu>
72658              Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT)
72659              Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu>
72660      Branch: perl
72661            ! lib/File/Temp/t/security.t
72662 ____________________________________________________________________________
72663 [ 19742] By: jhi                                   on 2003/06/11  18:28:12
72664         Log: Subject: [PATCH] Configure -Dnoextensions would not accept a list
72665              From: Andy Dougherty <doughera@lafayette.edu>
72666              Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT)
72667              Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>
72668      Branch: perl
72669            ! Configure
72670 ____________________________________________________________________________
72671 [ 19741] By: merijn                                on 2003/06/11  14:06:49
72672         Log: Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
72673              From: PPrymmer@factset.com
72674              Date: Wed, 11 Jun 2003 09:00:34 -0400
72675              Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>
72676      Branch: perl
72677            ! lib/vmsish.t
72678 ____________________________________________________________________________
72679 [ 19740] By: jhi                                   on 2003/06/11  13:29:59
72680         Log: Doc nit.
72681      Branch: perl
72682            ! INSTALL
72683 ____________________________________________________________________________
72684 [ 19739] By: jhi                                   on 2003/06/11  05:30:53
72685         Log: Integrate from maint:
72686              [ 19738]
72687              Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
72688              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
72689              Date: Tue, 10 Jun 2003 22:10:47 +0200
72690              Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>
72691      Branch: perl
72692           !> ext/Encode/encengine.c ext/List/Util/Util.xs
72693           !> ext/POSIX/POSIX.xs ext/Storable/Storable.xs
72694           !> ext/Thread/Thread.xs ext/threads/threads.xs op.c perl.c pp.h
72695           !> sv.c
72696 ____________________________________________________________________________
72697 [ 19735] By: jhi                                   on 2003/06/10  05:27:33
72698         Log: Upgrade to Unicode::Normalize 0.22.
72699      Branch: perl
72700            ! ext/Unicode/Normalize/Changes
72701            ! ext/Unicode/Normalize/Makefile.PL
72702            ! ext/Unicode/Normalize/Normalize.pm
72703            ! ext/Unicode/Normalize/Normalize.xs
72704            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
72705            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
72706            ! ext/Unicode/Normalize/t/test.t
72707 ____________________________________________________________________________
72708 [ 19734] By: jhi                                   on 2003/06/10  05:14:18
72709         Log: Upgrade to Unicode::Collate 0.25.
72710      Branch: perl
72711            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
72712            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
72713            ! lib/Unicode/Collate/t/test.t
72714 ____________________________________________________________________________
72715 [ 19731] By: jhi                                   on 2003/06/09  20:48:14
72716         Log: On a real multicpu box the child thread could still be running
72717              when the parent thread was already testing.
72718      Branch: perl
72719            ! ext/threads/shared/t/hv_refs.t
72720 ____________________________________________________________________________
72721 [ 19730] By: rgs                                   on 2003/06/09  19:56:29
72722         Log: Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
72723              From: Andy Dougherty <doughera@lafayette.edu>
72724              Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT)
72725              Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu>
72726      Branch: perl
72727            ! INSTALL
72728 ____________________________________________________________________________
72729 [ 19729] By: rgs                                   on 2003/06/09  19:13:16
72730         Log: Subject: [PATCH] Re: nitpick with \(0..2)
72731              From: Steve Grazzini <grazz@pobox.com>
72732              Date: Fri, 6 Jun 2003 01:42:59 -0400
72733              Message-ID: <20030606054259.GA30249@grazzini.net>
72734      Branch: perl
72735            ! op.c pod/perlop.pod t/op/ref.t
72736 ____________________________________________________________________________
72737 [ 19726] By: jhi                                   on 2003/06/09  18:45:00
72738         Log: Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
72739      Branch: perl
72740            ! ext/Unicode/Normalize/Normalize.pm
72741 ____________________________________________________________________________
72742 [ 19725] By: rgs                                   on 2003/06/09  18:33:50
72743         Log: In the debugger, flush stdout/stderr before the prompt is printed
72744              Subject: Re: [PATCH] Perlbug #15228
72745              From: Alex Vandiver <alexmv@MIT.EDU>
72746              Date: 04 Jun 2003 04:50:10 -0400
72747              Message-Id: <1054716610.21402.45.camel@supox>
72748      Branch: perl
72749            ! lib/perl5db.pl
72750 ____________________________________________________________________________
72751 [ 19724] By: gsar                                  on 2003/06/09  18:17:42
72752         Log: mark 450_service.t#18 as a todo test on windows
72753      Branch: perl
72754            ! lib/Net/Ping/t/450_service.t
72755 ____________________________________________________________________________
72756 [ 19723] By: gsar                                  on 2003/06/09  18:00:57
72757         Log: one of the Net::Ping time-dependent tests fails sporadically
72758              when the response from localhost is "too quick"
72759      Branch: perl
72760            ! lib/Net/Ping/t/250_ping_hires.t
72761 ____________________________________________________________________________
72762 [ 19721] By: jhi                                   on 2003/06/09  17:04:50
72763         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
72764              From: Michael G Schwern <schwern@pobox.com>
72765              Date: Sat, 7 Jun 2003 01:16:32 -0700
72766              Message-ID: <20030607081632.GA16228@windhund.schwern.org>
72767      Branch: perl
72768            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
72769            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker/FAQ.pod
72770            ! lib/ExtUtils/t/Liblist.t
72771 ____________________________________________________________________________
72772 [ 19720] By: gsar                                  on 2003/06/09  15:59:52
72773         Log: fix for perlio.t failures on windows (from Dan Kogai)
72774      Branch: perl
72775            ! ext/Encode/t/perlio.t
72776 ____________________________________________________________________________
72777 [ 19719] By: jhi                                   on 2003/06/09  15:28:18
72778         Log: Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils
72779              From: PPrymmer@factset.com
72780              Date: Mon, 9 Jun 2003 09:57:43 -0400
72781              Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
72782      Branch: perl
72783            ! configure.com utils/perlivp.PL
72784 ____________________________________________________________________________
72785 [ 19717] By: gsar                                  on 2003/06/09  14:09:55
72786         Log: windows: fix memory leak in %ENV handling (shows up as a
72787              leak even in the simplest fork() loop, because perl_construct()
72788              now does the equivalent of %ENV assignments using mg_set())
72789      Branch: perl
72790            ! win32/perlhost.h
72791 ____________________________________________________________________________
72792 [ 19715] By: sky                                   on 2003/06/09  09:35:47
72793         Log: Support blessed shared references.
72794      Branch: perl
72795            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
72796            ! ext/threads/shared/t/hv_refs.t
72797 ____________________________________________________________________________
72798 [ 19714] By: jhi                                   on 2003/06/09  04:29:04
72799         Log: Subject: [PATCH] pack.t tweak for non-IEEE VMS systems
72800              From: "Craig A. Berry" <craigberry@mac.com>
72801              Date: Sun, 08 Jun 2003 16:49:43 -0500
72802              Message-ID: <3EE3AF77.7060302@mac.com>
72803      Branch: perl
72804            ! t/op/pack.t
72805 ____________________________________________________________________________
72806 [ 19712] By: jhi                                   on 2003/06/08  17:05:59
72807         Log: Subject: Re: forwarded you a test result
72808              From: Dan Kogai <dankogai@dan.co.jp>
72809              Date: Sun, 8 Jun 2003 11:04:43 +0900
72810              Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>
72811      Branch: perl
72812            ! ext/Encode/t/Encode.t
72813 ____________________________________________________________________________
72814 [ 19710] By: jhi                                   on 2003/06/08  17:03:07
72815         Log: Regen Configure et al.
72816      Branch: perl
72817            ! Configure Porting/config.sh Porting/config_H
72818 ____________________________________________________________________________
72819 [ 19709] By: jhi                                   on 2003/06/08  16:45:50
72820         Log: More symbol scan logic from Alan Burlison.
72821      Branch: perl
72822            ! Configure Porting/Glossary hints/solaris_2.sh
72823 ____________________________________________________________________________
72824 [ 19708] By: sky                                   on 2003/06/07  13:28:50
72825         Log: Major (internal) change to make it much more easy to embed
72826              threaded perl because we don't use our own TLS for the current
72827              thread info, but instead use PL_modglobal. Should make the
72828              mod_perl2 team (Hi Stas!) happy. Should also be more robust.
72829      Branch: perl
72830            ! ext/threads/threads.xs
72831 ____________________________________________________________________________
72832 [ 19707] By: sky                                   on 2003/06/07  13:27:01
72833         Log: Last patch broke this slightly because INC was wrong.
72834      Branch: perl
72835            ! ext/threads/t/thread.t
72836 ____________________________________________________________________________
72837 [ 19706] By: sky                                   on 2003/06/07  13:07:53
72838         Log: Remove warnings from tests.
72839      Branch: perl
72840            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
72841            ! ext/threads/t/list.t
72842 ____________________________________________________________________________
72843 [ 19705] By: sky                                   on 2003/06/07  12:42:28
72844         Log: Work in non core env.
72845      Branch: perl
72846            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
72847            ! ext/threads/t/libc.t ext/threads/t/list.t
72848            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
72849            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
72850            ! ext/threads/t/thread.t
72851 ____________________________________________________________________________
72852 [ 19703] By: jhi                                   on 2003/06/07  05:11:50
72853         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05
72854              From: Michael G Schwern <schwern@pobox.com>
72855              Date: Fri, 6 Jun 2003 18:41:45 -0700
72856              Message-ID: <20030607014145.GB12031@windhund.schwern.org>
72857      Branch: perl
72858            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
72859            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/META.yml
72860            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
72861            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
72862            ! lib/ExtUtils/TODO lib/ExtUtils/t/00compile.t
72863            ! lib/ExtUtils/t/Install.t lib/ExtUtils/t/basic.t
72864            ! lib/ExtUtils/t/zz_cleanup_dummy.t
72865 ____________________________________________________________________________
72866 [ 19702] By: rgs                                   on 2003/06/06  23:00:00
72867         Log: Upgrade to Time::Local 1.06, by Dave Rolsky
72868      Branch: perl
72869            ! lib/Time/Local.pm lib/Time/Local.t
72870 ____________________________________________________________________________
72871 [ 19701] By: rgs                                   on 2003/06/06  22:50:37
72872         Log: Complement to change #19698 :
72873              add also this information (=> and curly braces doesn't
72874              quote compound identifiers) to the strict manpage.
72875              As an experiment in documentation, add a "HISTORY" section
72876              to the strict manpage.
72877      Branch: perl
72878            ! lib/strict.pm
72879 ____________________________________________________________________________
72880 [ 19700] By: rgs                                   on 2003/06/06  22:31:50
72881         Log: Minor grammatical nit.
72882      Branch: perl
72883            ! README.hpux
72884 ____________________________________________________________________________
72885 [ 19699] By: rgs                                   on 2003/06/06  22:29:38
72886         Log: Subject: [patch] L<perlguts/"API LISTING"> is now L<perlapi>
72887              From: Stas Bekman <stas@stason.org>
72888              Date: Thu, 05 Jun 2003 10:10:36 +1000
72889              Message-ID: <3EDE8A7C.2080302@stason.org>
72890
72891              Subject: [patch] perlguts authors dup
72892              From: Stas Bekman <stas@stason.org>
72893              Date: Thu, 05 Jun 2003 10:14:12 +1000
72894              Message-ID: <3EDE8B54.6090808@stason.org>
72895      Branch: perl
72896            ! pod/perl5005delta.pod pod/perlguts.pod pod/perlxs.pod
72897 ____________________________________________________________________________
72898 [ 19698] By: rgs                                   on 2003/06/06  22:23:56
72899         Log: Clarify that => doesn't quote compound identifiers.
72900      Branch: perl
72901            ! pod/perldata.pod
72902 ____________________________________________________________________________
72903 [ 19696] By: merijn                                on 2003/06/06  12:21:43
72904         Log: Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
72905              as the compiler supports it)
72906      Branch: perl
72907            ! README.hpux
72908 ____________________________________________________________________________
72909 [ 19695] By: jhi                                   on 2003/06/05  18:50:51
72910         Log: Subject: [PATCH] Re: SPUG:-s option doesn't always work!
72911              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
72912              Date: Wed, 04 Jun 2003 00:08:32 -0700
72913              Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
72914      Branch: perl
72915            ! t/run/switches.t toke.c
72916 ____________________________________________________________________________
72917 [ 19694] By: jhi                                   on 2003/06/05  18:37:02
72918         Log: Subject: [PATCH] RE: maint @ 19683
72919              From: Robin Barker <Robin.Barker@npl.co.uk>
72920              Date: Thu, 5 Jun 2003 17:16:58 +0100
72921              Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
72922
72923              (skipped the MIME::Base64 part, leaving that to Gisle)
72924      Branch: perl
72925            ! ext/POSIX/POSIX.xs gv.c op.c perl.c perl.h
72926 ____________________________________________________________________________
72927 [ 19693] By: jhi                                   on 2003/06/05  17:26:04
72928         Log: SKIP label was missing.
72929      Branch: perl
72930            ! t/io/utf8.t
72931 ____________________________________________________________________________
72932 [ 19692] By: jhi                                   on 2003/06/05  16:58:23
72933         Log: z/OS makedepend fix from Peter Prymmer;
72934              still needed as reported by Brian De Pradine.
72935      Branch: perl
72936            ! makedepend.SH
72937 ____________________________________________________________________________
72938 [ 19691] By: jhi                                   on 2003/06/05  16:56:01
72939         Log: Even more getspecific patches from Brian De Pradine;
72940              macrofy the construct.
72941      Branch: perl
72942            ! ext/threads/threads.xs
72943 ____________________________________________________________________________
72944 [ 19690] By: jhi                                   on 2003/06/05  16:19:40
72945         Log: z/OS threads tweak from Brian De Pradine.
72946      Branch: perl
72947            ! ext/threads/threads.xs
72948 ____________________________________________________________________________
72949 [ 19689] By: jhi                                   on 2003/06/05  05:43:31
72950         Log: Upgrade to Time::HiRes 1.48.
72951      Branch: perl
72952            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
72953 ____________________________________________________________________________
72954 [ 19688] By: rgs                                   on 2003/06/04  18:53:48
72955         Log: Prevent a potential null pointer dereference.
72956              Noticed by Ryan Koga <rkoga@caida.org> in
72957              Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>
72958      Branch: perl
72959            ! perlio.c
72960 ____________________________________________________________________________
72961 [ 19687] By: jhi                                   on 2003/06/04  18:26:08
72962         Log: Subject: Re: [MacOS X] consider useshrplib='false' by default
72963              From: Andy Dougherty <doughera@lafayette.edu>
72964              Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT)
72965              Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu>
72966      Branch: perl
72967            ! hints/darwin.sh
72968 ____________________________________________________________________________
72969 [ 19686] By: jhi                                   on 2003/06/04  11:02:54
72970         Log: On closer reading the proposed UTS#18 update required
72971              even more changes.
72972      Branch: perl
72973            ! lib/unicore/lib/Blank.pl lib/unicore/lib/Graph.pl
72974            ! lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl
72975            ! lib/unicore/lib/SpacePer.pl lib/unicore/lib/Word.pl
72976            ! lib/unicore/mktables
72977 ____________________________________________________________________________
72978 [ 19685] By: jhi                                   on 2003/06/04  10:14:09
72979         Log: Align the 'graph' property definition with the proposed
72980              Unicode UTS #18 update (v7).
72981      Branch: perl
72982            ! lib/unicore/lib/Graph.pl lib/unicore/mktables
72983 ____________________________________________________________________________
72984 [ 19681] By: jhi                                   on 2003/06/04  05:16:38
72985         Log: Subject: [MacOS X] consider useshrplib='false' by default
72986              From: Dan Kogai <dankogai@dan.co.jp>
72987              Date: Wed, 4 Jun 2003 01:29:42 +0900
72988              Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>
72989      Branch: perl
72990            ! hints/darwin.sh
72991 ____________________________________________________________________________
72992 [ 19679] By: jhi                                   on 2003/06/03  15:51:36
72993         Log: Urk.  Joe's patches were for the maint branch,
72994              not for the blead (which has assertions and stuff).
72995              Retract #19677, #19676, #19674.
72996      Branch: perl
72997            ! lib/perl5db.pl
72998 ____________________________________________________________________________
72999 [ 19678] By: jhi                                   on 2003/06/03  15:05:19
73000         Log: According to Arthur this should help
73001              #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug
73002      Branch: perl
73003            ! ext/threads/threads.xs
73004 ____________________________________________________________________________
73005 [ 19677] By: jhi                                   on 2003/06/03  14:07:06
73006         Log: Tiny tweaks from Joe McMahon.
73007      Branch: perl
73008            ! lib/perl5db.pl
73009 ____________________________________________________________________________
73010 [ 19676] By: jhi                                   on 2003/06/03  12:38:46
73011         Log: Tiny pod and speling tweaks.
73012      Branch: perl
73013            ! lib/perl5db.pl
73014 ____________________________________________________________________________
73015 [ 19674] By: jhi                                   on 2003/06/03  12:20:59
73016         Log: Subject: Extensive documentation patch redux
73017              From: Joe McMahon <mcmahon@ibiblio.org>
73018              Date: Mon, 2 Jun 2003 09:53:40 -0400
73019              Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org>
73020
73021              Subject: RE: [PATCH] RE: Extensive documentation patch redux
73022              From: Robin Barker <Robin.Barker@npl.co.uk>
73023              Date: Tue, 3 Jun 2003 10:00:22 +0100
73024              Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk>
73025      Branch: perl
73026            ! lib/perl5db.pl
73027 ____________________________________________________________________________
73028 [ 19673] By: jhi                                   on 2003/06/03  09:51:59
73029         Log: Salvage parts of #19667.
73030      Branch: perl
73031            ! perlio.c win32/win32.c win32/win32iop.h
73032 ____________________________________________________________________________
73033 [ 19672] By: jhi                                   on 2003/06/03  09:26:45
73034         Log: Salvage parts of #19418 (the ext/PerlIO/t/open.t
73035              still is there).
73036      Branch: perl
73037            ! MANIFEST pod/perlfunc.pod
73038 ____________________________________________________________________________
73039 [ 19671] By: merijn                                on 2003/06/03  08:27:07
73040         Log: Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
73041              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73042              Date: Tue, 03 Jun 2003 01:55:06 -0700
73043              Message-ID: <qJG3+gzkgajL092yn@efn.org>
73044      Branch: perl
73045            ! README.cygwin
73046 ____________________________________________________________________________
73047 [ 19670] By: jhi                                   on 2003/06/03  08:04:39
73048         Log: Retract #19667, #19660, #19659, #19658, #19657, #19656,
73049              #19655, #19418; File::Temp no more used internally.
73050              Some parts of these will be salvaged later.
73051      Branch: perl
73052            ! MANIFEST embed.fnc embed.h op.c perlio.c pod/perlfunc.pod
73053            ! proto.h win32/win32.c win32/win32iop.h
73054 ____________________________________________________________________________
73055 [ 19669] By: gsar                                  on 2003/06/02  20:59:39
73056         Log: fix for 09_gen_rs.t#59 failure on windows
73057      Branch: perl
73058            ! lib/Tie/File/t/09_gen_rs.t
73059 ____________________________________________________________________________
73060 [ 19668] By: gsar                                  on 2003/06/02  20:40:19
73061         Log: resurrect change#19628 and make it work by generalizing
73062              a spot that had a hardcoded dependency on the cmd.exe
73063              arguments being "/x/c" or "/c"
73064      Branch: perl
73065            ! pod/perlrun.pod win32/win32.c
73066 ____________________________________________________________________________
73067 [ 19667] By: gsar                                  on 2003/06/02  18:44:34
73068         Log: don't use File::Temp to implement PerlIO_tmpfile() on windows;
73069              reuse the straightforward native implementation instead
73070
73071              this fixes the warning from io_xs.t
73072
73073              NOTE: File::Temp has a less-than-robust implementation on windows
73074              that relies on END blocks being run (this may not happen always)
73075      Branch: perl
73076            ! op.c win32/win32.c win32/win32iop.h
73077 ____________________________________________________________________________
73078 [ 19666] By: gsar                                  on 2003/06/02  18:29:46
73079         Log: change#19628 broke many win32/system.t tests, so back it out
73080      Branch: perl
73081            ! pod/perlrun.pod win32/win32.c
73082 ____________________________________________________________________________
73083 [ 19665] By: rgs                                   on 2003/06/02  18:22:06
73084         Log: A little bit more of weird-code-proofing in B::Deparse.
73085              Fixes a bug reported by Alexey Tourbin in
73086              Message-ID: <20030602085348.GA24023@solemn.turbinal.org>
73087      Branch: perl
73088            ! ext/B/B/Deparse.pm
73089 ____________________________________________________________________________
73090 [ 19664] By: jhi                                   on 2003/06/02  16:41:37
73091         Log: Upgrade to the CGI.pm 2.93.
73092
73093              (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks.  Sigh.)
73094      Branch: perl
73095            + lib/CGI/t/util-58.t
73096            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
73097            ! lib/CGI/Fast.pm lib/CGI/Pretty.pm lib/CGI/Util.pm
73098            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
73099            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
73100            ! lib/CGI/t/html.t lib/CGI/t/push.t lib/CGI/t/request.t
73101            ! lib/CGI/t/switch.t lib/CGI/t/util.t
73102 ____________________________________________________________________________
73103 [ 19663] By: jhi                                   on 2003/06/02  16:16:51
73104         Log: Whitespace tweaks.
73105      Branch: perl
73106            ! hints/uwin.sh
73107 ____________________________________________________________________________
73108 [ 19662] By: jhi                                   on 2003/06/02  16:08:22
73109         Log: U/WIN: final (for now) touches from John P. Linderman;
73110              now we get 97% success rate, the remaining failures are
73111              quite obscure.
73112      Branch: perl
73113            ! hints/uwin.sh lib/locale.t
73114 ____________________________________________________________________________
73115 [ 19661] By: gbarr                                 on 2003/06/02  12:13:35
73116         Log: Sync with libnet 1.14
73117      Branch: perl
73118            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Domain.pm
73119            ! lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/NNTP.pm
73120            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
73121            ! lib/Net/libnetFAQ.pod lib/Net/t/hostname.t
73122 ____________________________________________________________________________
73123 [ 19660] By: jhi                                   on 2003/06/02  09:28:30
73124         Log: Beautification.
73125      Branch: perl
73126            ! op.c
73127 ____________________________________________________________________________
73128 [ 19659] By: jhi                                   on 2003/06/02  09:07:38
73129         Log: Duplicate definition bad.
73130      Branch: perl
73131            ! op.c
73132 ____________________________________________________________________________
73133 [ 19658] By: jhi                                   on 2003/06/02  09:02:18
73134         Log: I thought I tried building threaded.  Never think.  Try.
73135      Branch: perl
73136            ! perlio.c
73137 ____________________________________________________________________________
73138 [ 19657] By: jhi                                   on 2003/06/02  08:54:04
73139         Log: Stick with the original (5.8.0) logic.
73140      Branch: perl
73141            ! op.c
73142 ____________________________________________________________________________
73143 [ 19656] By: jhi                                   on 2003/06/02  08:28:51
73144         Log: Since pulling in File::Temp for tempfiles would pull in
73145              also Fcntl, miniperl could not open up tempfiles.  This broke
73146              the use of miniperl in VMS, as noticed by Craig Berry.
73147              Try to cure this by moving the creation of tempfile into its
73148              own routine, my_tmpfp(), which gets compiled differently
73149              for miniperl and perl.
73150      Branch: perl
73151            ! embed.fnc embed.h op.c perlio.c proto.h
73152 ____________________________________________________________________________
73153 [ 19655] By: jhi                                   on 2003/06/02  06:54:05
73154         Log: A pointless test, noticed by Craig Berry.
73155      Branch: perl
73156            ! perlio.c
73157 ____________________________________________________________________________
73158 [ 19654] By: rgs                                   on 2003/06/01  07:37:50
73159         Log: Two Cygwin patches from Gerrit.
73160
73161              Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
73162              From: "Gerrit P. Haase" <gp@familiehaase.de>
73163              Date: Sat, 31 May 2003 14:12:07 +0200
73164              Message-ID: <179860591535.20030531141207@familiehaase.de>
73165
73166              Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
73167              Date: Sat, 31 May 2003 13:57:49 +0200
73168              Message-ID: <11859733881.20030531135749@familiehaase.de>
73169      Branch: perl
73170            ! README.cygwin perl.h t/io/layers.t
73171 ____________________________________________________________________________
73172 [ 19652] By: rgs                                   on 2003/05/31  19:54:31
73173         Log: Fix a case of segfault in gv_check(), by making
73174              it ignore non-GV values in stashes.
73175      Branch: perl
73176            ! gv.c t/op/stash.t
73177 ____________________________________________________________________________
73178 [ 19651] By: rgs                                   on 2003/05/31  18:48:59
73179         Log: Don't install test.pl files.
73180      Branch: perl
73181            ! installperl
73182 ____________________________________________________________________________
73183 [ 19650] By: rgs                                   on 2003/05/31  18:47:50
73184         Log: Regenerate internals pods.
73185      Branch: perl
73186            ! pod/perlapi.pod pod/perlintern.pod
73187 ____________________________________________________________________________
73188 [ 19649] By: rgs                                   on 2003/05/31  18:33:07
73189         Log: Subject: [PATCH] jumbo closure patch broke formats
73190              From: Dave Mitchell <davem@fdgroup.com>
73191              Date: Sat, 31 May 2003 19:54:48 +0100
73192              Message-ID: <20030531185448.GA6055@fdgroup.com>
73193              Plus restore the original test script for bug #22372
73194      Branch: perl
73195            ! pad.c t/op/write.t
73196 ____________________________________________________________________________
73197 [ 19648] By: jhi                                   on 2003/05/31  17:37:36
73198         Log: Better patch from Inaba Hiroto for
73199              [perl #22375] 'split'/'index' problem for utf8
73200      Branch: perl
73201            ! sv.c
73202 ____________________________________________________________________________
73203 [ 19647] By: rgs                                   on 2003/05/31  11:46:52
73204         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
73205              From: Enache Adrian <enache@rdslink.ro>
73206              Date: Sat, 31 May 2003 14:18:11 +0300
73207              Message-ID: <20030531111811.GA1240@ratsnest.hole>
73208      Branch: perl
73209            ! t/op/write.t
73210 ____________________________________________________________________________
73211 [ 19646] By: jhi                                   on 2003/05/31  05:40:15
73212         Log: Interesting patch(1) glitch.
73213      Branch: perl
73214            ! lib/Tie/File.pm
73215 ____________________________________________________________________________
73216 [ 19645] By: jhi                                   on 2003/05/31  05:37:10
73217         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
73218              From: Enache Adrian <enache@rdslink.ro>
73219              Date: Fri, 30 May 2003 18:52:28 +0300
73220              Message-ID: <20030530155228.GA872@ratsnest.hole>
73221      Branch: perl
73222            ! sv.c t/op/write.t
73223 ____________________________________________________________________________
73224 [ 19644] By: jhi                                   on 2003/05/31  05:31:11
73225         Log: Subject: [PATCH] ext/Encode/t/perlio.t filename tweak
73226              From: "Craig A. Berry" <craigberry@mac.com>
73227              Date: Fri, 30 May 2003 13:08:01 -0500
73228              Message-ID: <3ED79E01.8050401@mac.com>
73229      Branch: perl
73230            ! ext/Encode/t/perlio.t
73231 ____________________________________________________________________________
73232 [ 19643] By: jhi                                   on 2003/05/31  05:28:56
73233         Log: Upgrade to Tie::File 0.96.
73234      Branch: perl
73235            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
73236            ! lib/Tie/File/t/09_gen_rs.t
73237 ____________________________________________________________________________
73238 [ 19642] By: jhi                                   on 2003/05/30  19:06:02
73239         Log: test.pl-isation.
73240      Branch: perl
73241            ! t/op/index.t
73242 ____________________________________________________________________________
73243 [ 19641] By: jhi                                   on 2003/05/30  15:59:57
73244         Log: A bit of networking notworking negativity.
73245              (Inspiration from Jos.)
73246      Branch: perl
73247            ! pod/perlport.pod
73248 ____________________________________________________________________________
73249 [ 19640] By: jhi                                   on 2003/05/30  05:47:15
73250         Log: Fix for "#22375 'split'/'index' problem for utf8".
73251      Branch: perl
73252            ! sv.c t/op/index.t
73253 ____________________________________________________________________________
73254 [ 19639] By: jhi                                   on 2003/05/29  19:07:35
73255         Log: Add the test case for the already fixed
73256              [perl #22351] perl bug with 'e' substitution modifier
73257      Branch: perl
73258            ! t/op/subst.t
73259 ____________________________________________________________________________
73260 [ 19638] By: jhi                                   on 2003/05/29  18:56:46
73261         Log: Comment tweakage.
73262      Branch: perl
73263            ! intrpvar.h
73264 ____________________________________________________________________________
73265 [ 19637] By: rgs                                   on 2003/05/29  18:47:40
73266         Log: Subject: [PATCH] jumbo closure fix
73267              From: Dave Mitchell <davem@fdgroup.com>
73268              Date: Wed, 26 Feb 2003 14:49:47 +0000
73269              Message-ID: <20030226144947.A14444@fdgroup.com>
73270      Branch: perl
73271            ! embed.fnc embed.h embedvar.h ext/Devel/Peek/Peek.t intrpvar.h
73272            ! op.c pad.c perlapi.h pod/perldiag.pod pod/perlintern.pod
73273            ! pod/perlref.pod proto.h regcomp.c t/lib/warnings/pad
73274            ! t/op/closure.t
73275 ____________________________________________________________________________
73276 [ 19635] By: jhi                                   on 2003/05/29  09:13:06
73277         Log: Subject: Credits patch
73278              From: Ed Avis <ed@membled.com>
73279              Date: Sun, 18 May 2003 18:08:55 +0100 (BST)
73280              Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>
73281      Branch: perl
73282            ! lib/Tie/RefHash.pm
73283 ____________________________________________________________________________
73284 [ 19634] By: jhi                                   on 2003/05/29  09:11:30
73285         Log: Subject: [patch] IO::File->open() with encoding
73286              From: Pradeep Hodigere <phodigere@yahoo.com>
73287              Date: Mon, 19 May 2003 16:05:47 -0700 (PDT)
73288              Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>
73289      Branch: perl
73290            + ext/IO/lib/IO/t/io_utf8.t
73291            ! MANIFEST ext/IO/lib/IO/File.pm
73292 ____________________________________________________________________________
73293 [ 19633] By: jhi                                   on 2003/05/29  08:18:09
73294         Log: A *much* cut-down version of the patches in the thread
73295              Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
73296              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
73297              Date: 16 May 2003 19:04:28 -0000
73298              Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>
73299      Branch: perl
73300            ! pod/perldiag.pod
73301 ____________________________________________________________________________
73302 [ 19632] By: jhi                                   on 2003/05/29  08:12:46
73303         Log: Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning
73304              From: Dave Mitchell <davem@fdgroup.com>
73305              Date: Tue, 27 May 2003 19:31:10 +0100
73306              Message-ID: <20030527183110.GA22715@fdgroup.com>
73307      Branch: perl
73308            ! hv.c
73309 ____________________________________________________________________________
73310 [ 19631] By: jhi                                   on 2003/05/29  08:11:42
73311         Log: Document that setvbuf() is not probably any more available.
73312              Many reports, most recently by mjd in
73313              [perl #22339] IO::Handle::setvbuf not defined properly
73314      Branch: perl
73315            ! ext/IO/lib/IO/Handle.pm
73316 ____________________________________________________________________________
73317 [ 19630] By: jhi                                   on 2003/05/29  07:59:51
73318         Log: Subject: typo in pod/perlfunc.pod
73319              From: Alexey Mahotkin <alexm@w-m.ru>
73320              Date: Wed, 28 May 2003 15:18:04 +0400
73321              Message-ID: <878ysrs4k3.fsf@dim.w-m.ru>
73322      Branch: perl
73323            ! pod/perlfunc.pod
73324 ____________________________________________________________________________
73325 [ 19629] By: merijn                                on 2003/05/28  12:24:42
73326         Log: Subject: [PATCH] Re: a2p is linked against too many libraries
73327              From: Andy Dougherty <doughera@lafayette.edu>
73328              Date: Wed, 28 May 2003 09:20:06 -0400 (EDT)
73329              Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>
73330      Branch: perl
73331            ! x2p/Makefile.SH
73332 ____________________________________________________________________________
73333 [ 19628] By: jhi                                   on 2003/05/28  05:26:43
73334         Log: Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
73335              From: Jan Dubois <jand@ActiveState.com>
73336              Date: Mon, 26 May 2003 23:33:53 -0700
73337              Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
73338      Branch: perl
73339            ! pod/perlrun.pod win32/win32.c
73340 ____________________________________________________________________________
73341 [ 19627] By: jhi                                   on 2003/05/28  05:08:07
73342         Log: OpenZaurus cross-compilation patches from Redvers Davies.
73343      Branch: perl
73344            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
73345            ! Cross/config.sh-arm-linux Cross/generate_config_sh
73346            ! Cross/installperl.patch
73347 ____________________________________________________________________________
73348 [ 19626] By: jhi                                   on 2003/05/27  06:30:54
73349         Log: For now reword the sysread/syswrite description to
73350              stress the fact that by default everything is still bytes.
73351      Branch: perl
73352            ! pod/perlfunc.pod
73353 ____________________________________________________________________________
73354 [ 19625] By: jhi                                   on 2003/05/26  20:31:56
73355         Log: Subject: Re: [perl #22299] goto doesn't find label
73356              From: Dave Mitchell <davem@fdgroup.com>
73357              Date: Sat, 24 May 2003 12:25:17 +0100
73358              Message-ID: <20030524112517.GA11761@fdgroup.com>
73359
73360              Subject: [PATCH] Re: [perl #22299] goto doesn't find label
73361              From: Dave Mitchell <davem@fdgroup.com>
73362              Date: Mon, 26 May 2003 13:47:11 +0100
73363              Message-ID: <20030526124710.GA17670@fdgroup.com>
73364      Branch: perl
73365            ! pp_ctl.c t/op/goto.t
73366 ____________________________________________________________________________
73367 [ 19623] By: merijn                                on 2003/05/26  11:19:38
73368         Log: Subject: [PATCH] for cygwin/perlld.in
73369              From: "Gerrit P. Haase" <gp@familiehaase.de>
73370              Date: Sat, 24 May 2003 16:51:29 +0200
73371              Message-ID: <162265353578.20030524165129@familiehaase.de>
73372      Branch: perl
73373            ! cygwin/perlld.in
73374 ____________________________________________________________________________
73375 [ 19622] By: jhi                                   on 2003/05/25  18:57:18
73376         Log: Regen modlib and toc.
73377      Branch: perl
73378            ! pod/perlmodlib.pod pod/perltoc.pod
73379 ____________________________________________________________________________
73380 [ 19621] By: jhi                                   on 2003/05/25  18:51:00
73381         Log: Run external commands only with localized sanitized $ENV{PATH}.
73382      Branch: perl
73383            ! ext/Sys/Hostname/Hostname.pm
73384 ____________________________________________________________________________
73385 [ 19620] By: jhi                                   on 2003/05/25  18:39:04
73386         Log: Subject: Re: [PATCH: perlio.h] maint snap @ 19613
73387              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
73388              Date: Sun, 25 May 2003 21:17:42 +0200
73389              Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2>
73390      Branch: perl
73391            ! perlio.h
73392 ____________________________________________________________________________
73393 [ 19619] By: jhi                                   on 2003/05/25  18:36:17
73394         Log: Protect against race conditions: if the pid is not seen,
73395              neither will be the $0 change be seen (and vice versa).
73396      Branch: perl
73397            ! ext/threads/t/join.t
73398 ____________________________________________________________________________
73399 [ 19618] By: jhi                                   on 2003/05/24  19:54:39
73400         Log: Subject: [Encode] Minor bug in piconv induced by Getopt::Long
73401              From: Dan Kogai <dankogai@dan.co.jp>
73402              Date: 24 May 2003 19:50:48 -0000
73403              Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp>
73404      Branch: perl
73405            ! ext/Encode/bin/piconv
73406 ____________________________________________________________________________
73407 [ 19610] By: jhi                                   on 2003/05/24  06:42:52
73408         Log: Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables
73409              From: Dave Mitchell <davem@fdgroup.com>
73410              Date: Thu, 22 May 2003 10:13:19 +0100
73411              Message-ID: <20030522091319.GA4568@fdgroup.com>
73412
73413              Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
73414              From: Dave Mitchell <davem@fdgroup.com>
73415              Date: Fri, 23 May 2003 17:09:44 +0100
73416              Message-ID: <20030523160944.GC9194@fdgroup.com>
73417      Branch: perl
73418            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/debug.t
73419            ! ext/B/t/deparse.t op.c op.h t/op/goto.t t/run/switchd.t
73420 ____________________________________________________________________________
73421 [ 19608] By: jhi                                   on 2003/05/24  06:30:40
73422         Log: Missing "to".
73423      Branch: perl
73424            ! NetWare/config_H.wc Porting/config_H config_h.SH
73425            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
73426            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
73427            ! win32/config_H.vc64 wince/config_H.ce
73428 ____________________________________________________________________________
73429 [ 19607] By: jhi                                   on 2003/05/24  06:23:51
73430         Log: Introduce (undefined) pthread_attr_setscope to non-Configure lands.
73431      Branch: perl
73432            ! Cross/config.sh-arm-linux NetWare/config.wc
73433            ! NetWare/config_H.wc configure.com epoc/config.sh
73434            ! plan9/config.plan9 plan9/config_h.sample
73435            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
73436            ! win32/config.gc win32/config.vc win32/config.vc64
73437            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
73438            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
73439 ____________________________________________________________________________
73440 [ 19606] By: jhi                                   on 2003/05/24  06:05:17
73441         Log: Regen Glossary et al.
73442      Branch: perl
73443            ! Porting/Glossary Porting/config.sh Porting/config_H
73444 ____________________________________________________________________________
73445 [ 19604] By: jhi                                   on 2003/05/24  05:57:49
73446         Log: Add a real scan for pthread_attr_setscope().
73447      Branch: perl
73448            ! Configure config_h.SH ext/threads/threads.xs
73449 ____________________________________________________________________________
73450 [ 19603] By: jhi                                   on 2003/05/24  05:32:34
73451         Log: lib/ftp.pl requires the obsoleted (and removed) chat2.pl.
73452      Branch: perl
73453            - lib/ftp.pl
73454            ! MANIFEST
73455 ____________________________________________________________________________
73456 [ 19602] By: jhi                                   on 2003/05/23  17:02:28
73457         Log: Noticed by John P. Linderman.
73458      Branch: perl
73459            ! epoc/epocish.h mpeix/mpeixish.h perl.h unixish.h
73460 ____________________________________________________________________________
73461 [ 19601] By: jhi                                   on 2003/05/23  16:58:04
73462         Log: Subject: [PATCH] RE: state of deparse?
73463              From: Robin Barker <Robin.Barker@npl.co.uk>
73464              Date: Fri, 23 May 2003 17:42:37 +0100
73465              Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>
73466      Branch: perl
73467            ! ext/B/B/Deparse.pm
73468 ____________________________________________________________________________
73469 [ 19600] By: jhi                                   on 2003/05/23  16:55:09
73470         Log: Subject: [PATCH] for Configure -Dnoextensions=Encode
73471              From: Robin Barker <Robin.Barker@npl.co.uk>
73472              Date: Fri, 23 May 2003 17:37:09 +0100
73473              Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>
73474      Branch: perl
73475            ! ext/PerlIO/t/encoding.t ext/PerlIO/t/fallback.t
73476            ! ext/Storable/t/utf8hash.t lib/open.pm lib/open.t
73477 ____________________________________________________________________________
73478 [ 19599] By: jhi                                   on 2003/05/23  16:51:18
73479         Log: Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525
73480              From: Robin Barker <Robin.Barker@npl.co.uk>
73481              Date: Fri, 23 May 2003 17:32:22 +0100
73482              Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>
73483      Branch: perl
73484            ! embed.pl perl.h perlio.c perlio.h proto.h
73485 ____________________________________________________________________________
73486 [ 19598] By: jhi                                   on 2003/05/23  16:05:36
73487         Log: Hasty editing, grumble.
73488      Branch: perl
73489            ! ext/POSIX/POSIX.xs
73490 ____________________________________________________________________________
73491 [ 19597] By: jhi                                   on 2003/05/23  16:02:30
73492         Log: Linewrapping MUAs, grumble.
73493      Branch: perl
73494            ! ext/POSIX/POSIX.xs
73495 ____________________________________________________________________________
73496 [ 19596] By: jhi                                   on 2003/05/23  16:00:51
73497         Log: U/WIN extension fix from John P. Linderman.
73498      Branch: perl
73499            ! ext/POSIX/POSIX.xs
73500 ____________________________________________________________________________
73501 [ 19595] By: jhi                                   on 2003/05/23  14:19:53
73502         Log: Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
73503              From: Dan Kogai <dankogai@dan.co.jp>
73504              Date: Sat, 24 May 2003 00:15:49 +0900
73505              Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>
73506      Branch: perl
73507            ! ext/Encode/Changes ext/Encode/Unicode/Unicode.xs
73508            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
73509 ____________________________________________________________________________
73510 [ 19594] By: jhi                                   on 2003/05/23  13:06:25
73511         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
73512              From: Michael G Schwern <schwern@pobox.com>
73513              Date: Fri, 23 May 2003 02:10:46 -0700
73514              Message-ID: <20030523091046.GB11662@windhund.schwern.org>
73515      Branch: perl
73516            + lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
73517            + lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
73518            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Install.pm
73519            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Any.pm
73520            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
73521            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
73522            ! lib/ExtUtils/MakeMaker/FAQ.pod
73523            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
73524            ! lib/ExtUtils/TODO lib/ExtUtils/t/Install.t
73525            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
73526 ____________________________________________________________________________
73527 [ 19593] By: jhi                                   on 2003/05/23  12:56:23
73528         Log: Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
73529              From: Dan Kogai <dankogai@dan.co.jp>
73530              Date: Fri, 23 May 2003 20:17:16 +0900
73531              Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>
73532      Branch: perl
73533            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
73534            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
73535            ! ext/Encode/lib/Encode/Encoding.pm
73536            ! ext/PerlIO/encoding/encoding.xs
73537 ____________________________________________________________________________
73538 [ 19592] By: jhi                                   on 2003/05/23  12:52:05
73539         Log: Workaround for buggy gcc 2.95.3 in openbsd/sparc64.
73540      Branch: perl
73541            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
73542            ! ext/Time/HiRes/HiRes.xs
73543 ____________________________________________________________________________
73544 [ 19590] By: jhi                                   on 2003/05/22  11:51:46
73545         Log: Subject: Re: [cpan #2629] Wrong assumption in numeric comparison
73546              From: Dan Kogai <dankogai@dan.co.jp>
73547              Date: Thu, 22 May 2003 18:46:40 +0900
73548              Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp>
73549      Branch: perl
73550            ! ext/Encode/encoding.pm
73551 ____________________________________________________________________________
73552 [ 19589] By: rgs                                   on 2003/05/21  21:37:28
73553         Log: Subject: [PATCH] [perl #21887] h2xs becoming enum-aware
73554              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
73555              Date: Tue, 13 May 2003 10:36:32 +0200
73556              Message-id: <20030513083631.GA21782@ethan>
73557      Branch: perl
73558            ! utils/h2xs.PL
73559 ____________________________________________________________________________
73560 [ 19588] By: rgs                                   on 2003/05/21  21:03:04
73561         Log: New warning "Useless localization of %s", based on
73562              Subject: [PATCH] new warning "Useless localization of %s is deprecated"
73563              From: Dave Mitchell <davem@fdgroup.com>
73564              Date: Wed, 30 Apr 2003 21:17:38 +0100
73565              Message-ID: <20030430201738.GA22054@fdgroup.com>
73566
73567              The proposed patch added this warning in the 'deprecated' category ;
73568              I think this category is for things that exist and will be removed,
73569              rather than for things that don't exist and that will maybe be added.
73570      Branch: perl
73571            ! op.c pod/perldiag.pod t/lib/warnings/op
73572 ____________________________________________________________________________
73573 [ 19586] By: rgs                                   on 2003/05/21  19:56:38
73574         Log: Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
73575              disable the loading of .pmc files if defined.
73576              Rename the function S_doopen_pmc to S_doopen_pm.
73577      Branch: perl
73578            ! Porting/thirdclean embed.fnc embed.h pp_ctl.c proto.h
73579 ____________________________________________________________________________
73580 [ 19585] By: jhi                                   on 2003/05/21  19:28:23
73581         Log: More U/WIN tweaks from John P. Linderman.
73582      Branch: perl
73583            ! t/io/layers.t t/io/tell.t
73584 ____________________________________________________________________________
73585 [ 19584] By: rgs                                   on 2003/05/21  19:27:13
73586         Log: Subject: [PATCH] perldata.pod revamp rev. 3
73587              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
73588              Date: Wed, 14 May 2003 17:46:05 +0300 (IDT)
73589              Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il>
73590      Branch: perl
73591            ! pod/perldata.pod
73592 ____________________________________________________________________________
73593 [ 19583] By: jhi                                   on 2003/05/21  19:18:21
73594         Log: Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
73595              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
73596              Date: Mon, 19 May 2003 17:53:25 -0400
73597              Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>
73598
73599              (the bug id corrected to be #22231, not #22238)
73600      Branch: perl
73601            ! lib/Switch.pm
73602 ____________________________________________________________________________
73603 [ 19582] By: jhi                                   on 2003/05/21  14:17:14
73604         Log: MAN3PODS => {} good.  (Was in 5.8.0, has been lost at some point.)
73605      Branch: perl
73606            ! ext/MIME/Base64/Makefile.PL
73607 ____________________________________________________________________________
73608 [ 19581] By: jhi                                   on 2003/05/21  14:15:26
73609         Log: U/WIN test tweak from John P. Linderman.
73610      Branch: perl
73611            ! t/op/chdir.t
73612 ____________________________________________________________________________
73613 [ 19580] By: jhi                                   on 2003/05/21  13:06:13
73614         Log: VMS test tweak from Craig Berry.
73615      Branch: perl
73616            ! lib/DirHandle.t
73617 ____________________________________________________________________________
73618 [ 19579] By: jhi                                   on 2003/05/21  13:03:34
73619         Log: U/WIN test nit for John P. Linderman.
73620      Branch: perl
73621            ! ext/Cwd/t/cwd.t
73622 ____________________________________________________________________________
73623 [ 19578] By: jhi                                   on 2003/05/21  13:01:42
73624         Log: Subject: [Encode] 1.95 released
73625              From: Dan Kogai <dankogai@dan.co.jp>
73626              Date: Wed, 21 May 2003 18:26:26 +0900
73627              Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp>
73628      Branch: perl
73629            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
73630            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
73631            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
73632            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Unicode.t
73633            ! ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
73634            ! ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
73635            ! ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
73636            ! ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
73637            ! ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
73638            ! ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
73639            ! ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
73640            ! ext/Encode/ucm/8859-9.ucm
73641 ____________________________________________________________________________
73642 [ 19575] By: rgs                                   on 2003/05/20  19:22:30
73643         Log: Enhance the failure reporting for the pod2html tests
73644      Branch: perl
73645            ! lib/Pod/t/htmlview.t lib/Pod/t/pod2html-lib.pl
73646 ____________________________________________________________________________
73647 [ 19574] By: rgs                                   on 2003/05/20  18:52:21
73648         Log: Upgrade to Getopt::Long 2.33
73649              (mostly a version number increment)
73650      Branch: perl
73651            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
73652            ! lib/Getopt/Long/README
73653 ____________________________________________________________________________
73654 [ 19573] By: rgs                                   on 2003/05/20  18:43:37
73655         Log: Upgrade to CPAN 1.70_54
73656              Subject: Re: CPAN.pm into blead
73657              From: Andreas J Koenig <andreas.koenig@anima.de>
73658              Date: Tue, 20 May 2003 11:31:16 +0200
73659              Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de>
73660      Branch: perl
73661            - lib/CPAN/README
73662            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
73663 ____________________________________________________________________________
73664 [ 19571] By: jhi                                   on 2003/05/19  19:52:23
73665         Log: Further -Uuseperlio tweaking.
73666      Branch: perl
73667            ! ext/Encode/t/Unicode.t
73668 ____________________________________________________________________________
73669 [ 19570] By: rgs                                   on 2003/05/19  19:20:48
73670         Log: Subject: Re: Possible precedence problem on bitwise ^ operator
73671              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
73672              Date: Sun, 18 May 2003 19:21:01 -0700
73673              Message-ID: <N+Dy+gzkg+XX092yn@efn.org>
73674              (with tweaks to perldiag.pod)
73675      Branch: perl
73676            ! op.c pod/perldiag.pod
73677 ____________________________________________________________________________
73678 [ 19569] By: jhi                                   on 2003/05/19  19:02:23
73679         Log: More Ultrix double definition avoidance.
73680      Branch: perl
73681            ! ext/Socket/Socket.xs
73682 ____________________________________________________________________________
73683 [ 19566] By: jhi                                   on 2003/05/19  04:58:25
73684         Log: Integrate perlio:
73685              [ 19556]
73686              Fix ticket 18265
73687
73688              [ 19557]
73689              EINTR retry should exit on count >= 0 not !=0
73690      Branch: perl
73691           !> perlio.c
73692 ____________________________________________________________________________
73693 [ 19565] By: jhi                                   on 2003/05/19  04:56:16
73694         Log: Nekkid numbers.
73695      Branch: perl
73696            ! ext/threads/threads.xs
73697 ____________________________________________________________________________
73698 [ 19564] By: jhi                                   on 2003/05/19  04:52:49
73699         Log: Meaningless cosmetics.
73700      Branch: perl
73701            ! ext/threads/threads.xs
73702 ____________________________________________________________________________
73703 [ 19563] By: jhi                                   on 2003/05/19  04:47:53
73704         Log: Make Perl_ithread_self() a bit more helpful when
73705              finding the thread fails (suggested by Stas in
73706              perl-ithreads Mar 01)
73707      Branch: perl
73708            ! ext/threads/threads.xs
73709 ____________________________________________________________________________
73710 [ 19562] By: jhi                                   on 2003/05/19  04:40:11
73711         Log: Slightly wrong panic messages.
73712      Branch: perl
73713            ! ext/threads/threads.xs
73714 ____________________________________________________________________________
73715 [ 19561] By: jhi                                   on 2003/05/19  04:33:31
73716         Log: Ultrix: the #19435 helped the IO extension, so this should
73717              help the Socket extension (socket structs redefinitions).
73718      Branch: perl
73719            ! ext/Socket/Socket.xs
73720 ____________________________________________________________________________
73721 [ 19560] By: jhi                                   on 2003/05/19  04:30:01
73722         Log: Based on
73723
73724              Subject: [PATCH threads.xs] no system scope on VMS
73725              From: "Craig A. Berry" <craigberry@mac.com>
73726              Date: Sun, 18 May 2003 23:02:07 -0500
73727              Message-ID: <3EC8573F.6050005@mac.com>
73728
73729              but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.
73730      Branch: perl
73731            ! ext/threads/threads.xs
73732 ____________________________________________________________________________
73733 [ 19559] By: jhi                                   on 2003/05/19  04:24:27
73734         Log: Make the test work without perlio, from Dan Kogai.
73735      Branch: perl
73736            ! ext/Encode/t/Unicode.t
73737 ____________________________________________________________________________
73738 [ 19558] By: rgs                                   on 2003/05/18  21:40:10
73739         Log: Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
73740              From: Michael G Schwern <schwern@pobox.com>
73741              Date: Wed, 14 May 2003 15:36:23 -0700
73742              Message-ID: <20030514223623.GD23350@windhund.schwern.org>
73743      Branch: perl
73744            ! pod/perlsyn.pod pod/perltrap.pod
73745 ____________________________________________________________________________
73746 [ 19552] By: jhi                                   on 2003/05/18  07:57:23
73747         Log: Integrate from perlio:
73748              [ 19542]
73749              Fix ticket #22219
73750
73751              [ 19543]
73752              Spotted a bare close() where PerlLIO_close() seems correct.
73753      Branch: perl
73754           !> doio.c perlio.c
73755 ____________________________________________________________________________
73756 [ 19550] By: jhi                                   on 2003/05/18  06:23:50
73757         Log: UTF-7 tweak from Dan Kogai.
73758      Branch: perl
73759            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
73760 ____________________________________________________________________________
73761 [ 19549] By: jhi                                   on 2003/05/18  05:58:58
73762         Log: The 'quotes' really are important (caught by Enache Adrian).
73763      Branch: perl
73764            ! Makefile.SH
73765 ____________________________________________________________________________
73766 [ 19548] By: jhi                                   on 2003/05/17  16:39:19
73767         Log: Subject: [Encode] UTF-7 Support
73768              From: Dan Kogai <dankogai@dan.co.jp>
73769              Date: Sun, 18 May 2003 00:45:35 +0900
73770              Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp>
73771      Branch: perl
73772            + ext/Encode/lib/Encode/Unicode/UTF7.pm
73773            ! MANIFEST ext/Encode/Changes ext/Encode/MANIFEST
73774            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
73775            ! ext/Encode/lib/Encode/Config.pm
73776            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Unicode.t
73777 ____________________________________________________________________________
73778 [ 19547] By: jhi                                   on 2003/05/17  16:26:47
73779         Log: Old (4.2BSD, like Ultrix) Bourne shells do not understand
73780              non-left-aligned heredocs.
73781      Branch: perl
73782            ! Makefile.SH
73783 ____________________________________________________________________________
73784 [ 19545] By: jhi                                   on 2003/05/17  15:51:07
73785         Log: Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1
73786              From: Alan Burlison <Alan.Burlison@sun.com>
73787              Date: Thu, 15 May 2003 22:17:55 +0100
73788              Message-ID: <3EC40403.9000804@sun.com>
73789
73790              (fixed symbol scanning for Solaris 10)
73791      Branch: perl
73792            ! Configure
73793 ____________________________________________________________________________
73794 [ 19541] By: rgs                                   on 2003/05/17  12:10:14
73795         Log: Upgrade to Getopt::Long 2.32_05
73796      Branch: perl
73797            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
73798            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
73799            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
73800            ! lib/Getopt/Long/t/gol-oo.t
73801 ____________________________________________________________________________
73802 [ 19540] By: rgs                                   on 2003/05/17  11:46:25
73803         Log: Clarify the explanation of the warning "Possible precedence problem
73804              on bitwise operator".
73805      Branch: perl
73806            ! pod/perldiag.pod
73807 ____________________________________________________________________________
73808 [ 19539] By: rgs                                   on 2003/05/17  11:36:08
73809         Log: Fix bug #22216 : B::Deparse can't handle "use Module Version"
73810              with fractional version numbers or v-strings.
73811      Branch: perl
73812            ! ext/B/B/Deparse.pm
73813 ____________________________________________________________________________
73814 [ 19537] By: gsar                                  on 2003/05/17  06:32:46
73815         Log: missing init in change#19533
73816      Branch: perl
73817            ! win32/win32sck.c
73818 ____________________________________________________________________________
73819 [ 19536] By: gsar                                  on 2003/05/17  06:07:07
73820         Log: apply Net::Ping patch that makes the fork()-based approach
73821              work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>)
73822
73823              the code this affects is currently not enabled anywhere, but
73824              could be enabled if the non-blocking approach runs into problems
73825              on older windows versions
73826      Branch: perl
73827            ! lib/Net/Ping.pm
73828 ____________________________________________________________________________
73829 [ 19535] By: gsar                                  on 2003/05/17  05:54:39
73830         Log: improve the implementation of Net::Ping on windows by avoiding
73831              fork(), which is pretty heavy-weight for this kind of
73832              application; use non-blocking sockets instead
73833
73834              has been verified to work on Win2k but will need testing on
73835              other flavors of windows
73836
73837              there is a single known failure on windows in 450_service.t (test 18)
73838              due to what appears to be bugs in the ping_syn()/ack() code
73839      Branch: perl
73840            ! lib/Net/Ping.pm
73841 ____________________________________________________________________________
73842 [ 19534] By: gsar                                  on 2003/05/17  04:53:06
73843         Log: change#16723 broke the ioctl() return value on platforms
73844              that have ioctl() but no fcntl() (e.g. windows)
73845
73846              change#17577 then attempted to fix the bustage, but got
73847              it wrong
73848      Branch: perl
73849            ! pp_sys.c
73850 ____________________________________________________________________________
73851 [ 19533] By: gsar                                  on 2003/05/17  04:49:18
73852         Log: avoid select() on windows destroying errno (used to typically
73853              always sets it to EINVAL due to the way it maps the FD_SETs)
73854      Branch: perl
73855            ! win32/win32sck.c
73856 ____________________________________________________________________________
73857 [ 19532] By: jhi                                   on 2003/05/16  18:21:27
73858         Log: The suggested patch for [perl #22201] "patch: perl 5.8.0
73859              compile error on ia64/HP-UX (comparing incompatible pointers)"
73860              plus a possible cure for the warning mentioned in the case.
73861      Branch: perl
73862            ! ext/Storable/Storable.xs
73863 ____________________________________________________________________________
73864 [ 19531] By: jhi                                   on 2003/05/16  17:56:06
73865         Log: Apply the supplied patch for [perl #22195]
73866              "File::Find, sorted directory traversal order is inverted"
73867      Branch: perl
73868            ! lib/File/Find.pm
73869 ____________________________________________________________________________
73870 [ 19528] By: jhi                                   on 2003/05/16  15:56:33
73871         Log: Subject: [PATCH] RE: maint snapshot @ 19525
73872              From: Robin Barker <Robin.Barker@npl.co.uk>
73873              Date: Fri, 16 May 2003 17:16:57 +0100
73874              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
73875
73876              (Part #2: the hv.c SVf)
73877      Branch: perl
73878            ! hv.c
73879 ____________________________________________________________________________
73880 [ 19527] By: jhi                                   on 2003/05/16  15:55:10
73881         Log: Subject: [PATCH] RE: maint snapshot @ 19525
73882              From: Robin Barker <Robin.Barker@npl.co.uk>
73883              Date: Fri, 16 May 2003 17:16:57 +0100
73884              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
73885
73886              (Part #1: the __format__ and __printf__)
73887      Branch: perl
73888            ! Configure embed.pl perlio.c proto.h
73889 ____________________________________________________________________________
73890 [ 19523] By: jhi                                   on 2003/05/14  05:19:05
73891         Log: Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN
73892              From: Gisle Aas <gisle@ActiveState.com>
73893              Date: 13 May 2003 19:51:19 -0700
73894              Message-ID: <lrptmmw89k.fsf@caliper.activestate.com>
73895      Branch: perl
73896            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
73897            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
73898            ! ext/MIME/Base64/t/quoted-print.t
73899 ____________________________________________________________________________
73900 [ 19522] By: jhi                                   on 2003/05/14  05:11:49
73901         Log: More Panther moves.
73902      Branch: perl
73903            ! Makefile.SH hints/darwin.sh
73904 ____________________________________________________________________________
73905 [ 19521] By: jhi                                   on 2003/05/13  19:33:44
73906         Log: Curliff and liff with ease.
73907      Branch: perl
73908            + Porting/curliff.pl
73909            ! MANIFEST
73910 ____________________________________________________________________________
73911 [ 19520] By: jhi                                   on 2003/05/13  18:59:51
73912         Log: Use /usr/bin/perl (de facto in Porting/ scripts).
73913      Branch: perl
73914            ! Porting/sort_perldiag.pl
73915 ____________________________________________________________________________
73916 [ 19518] By: jhi                                   on 2003/05/13  18:53:48
73917         Log: Subject: [PATCH] [perl #8599] s/catenate/concatenate/
73918              From: Casey West <casey@geeknest.com>
73919              Date: Fri, 9 May 2003 04:00:44 -0400
73920              Message-ID: <20030509080044.GA49820@geeknest.com>
73921
73922              (except for the dup.t patch which diddled with system().)
73923      Branch: perl
73924            ! Configure NetWare/config_H.wc Porting/config_H README.Y2K
73925            ! config_h.SH lib/File/Spec.pm lib/File/Spec/Unix.pm
73926            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
73927            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
73928            ! win32/config_H.vc64 wince/config_H.ce
73929 ____________________________________________________________________________
73930 [ 19517] By: jhi                                   on 2003/05/13  18:39:40
73931         Log: Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN
73932              From: Gisle Aas <gisle@ActiveState.com>
73933              Date: 13 May 2003 09:59:50 -0700
73934              Message-ID: <lru1byzss9.fsf@caliper.activestate.com>
73935      Branch: perl
73936            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
73937            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
73938            ! ext/MIME/Base64/t/quoted-print.t
73939 ____________________________________________________________________________
73940 [ 19516] By: jhi                                   on 2003/05/13  18:37:11
73941         Log: Subject: [PATCH] More perldiag.pod sorting
73942              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
73943              Date: Tue, 13 May 2003 15:13:53 -0400
73944              Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
73945
73946              (plus add 'no locale;')
73947      Branch: perl
73948            + Porting/sort_perldiag.pl
73949            ! MANIFEST pod/perldiag.pod
73950 ____________________________________________________________________________
73951 [ 19514] By: jhi                                   on 2003/05/13  17:38:09
73952         Log: Detypo.
73953      Branch: perl
73954            ! lib/Unicode/UCD.pm
73955 ____________________________________________________________________________
73956 [ 19512] By: gsar                                  on 2003/05/13  13:28:42
73957         Log: make it easier to reproduce the bug
73958      Branch: perl
73959            ! lib/Tie/File.pm
73960 ____________________________________________________________________________
73961 [ 19511] By: gsar                                  on 2003/05/13  13:08:47
73962         Log: the \do {local *FH} trick in Tie::File was really only needed
73963              on 5.005 and earlier, since later versions can autovivify
73964              the handle
73965
73966              however, a search in the p5p archives reveals the trick doesn't
73967              fully work in the versions it is needed in, so use the more
73968              standard Symbol::gensym() way
73969      Branch: perl
73970            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
73971 ____________________________________________________________________________
73972 [ 19510] By: gsar                                  on 2003/05/13  12:36:01
73973         Log: $Config{usethreads} wasn't being set on windows
73974      Branch: perl
73975            ! win32/Makefile win32/makefile.mk
73976 ____________________________________________________________________________
73977 [ 19509] By: jhi                                   on 2003/05/13  12:24:19
73978         Log: Reinstate the #19498 but now skip the crashing
73979              tests (when threaded) as TODOs.
73980      Branch: perl
73981            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
73982 ____________________________________________________________________________
73983 [ 19508] By: jhi                                   on 2003/05/13  11:22:06
73984         Log: Revert #19498 since it broke threaded builds.
73985      Branch: perl
73986            ! lib/Tie/File.pm
73987 ____________________________________________________________________________
73988 [ 19507] By: jhi                                   on 2003/05/13  05:20:56
73989         Log: Better be explicit with dangling elses.
73990      Branch: perl
73991            ! pp.c
73992 ____________________________________________________________________________
73993 [ 19506] By: jhi                                   on 2003/05/13  04:46:18
73994         Log: Detypo Pantherisms.
73995      Branch: perl
73996            ! Makefile.SH hints/darwin.sh
73997 ____________________________________________________________________________
73998 [ 19505] By: rgs                                   on 2003/05/12  21:49:21
73999         Log: Subject: Re: Bug stomping fun. [PATCH: bug #1016]
74000              From: Alex Vandiver <alexmv@MIT.EDU>
74001              Date: 02 May 2003 06:45:05 -0400
74002              Message-Id: <1051872303.26203.104.camel@supox>
74003              (plus perldiag nit)
74004      Branch: perl
74005            ! dump.c gv.c hv.c pod/perldiag.pod pp.c pp_hot.c sv.c
74006            ! t/comp/package.t
74007 ____________________________________________________________________________
74008 [ 19504] By: rgs                                   on 2003/05/12  20:52:52
74009         Log: Small nit in perlsyn about the new // operator
74010      Branch: perl
74011            ! pod/perlsyn.pod
74012 ____________________________________________________________________________
74013 [ 19503] By: rgs                                   on 2003/05/12  19:43:07
74014         Log: Use a more sophisticated heuristics to produce the warning
74015              'Parentheses missing around "%s" list'. This fixes bug #22147.
74016              Also, the warning is now produced for C<local *a,*b;>.
74017      Branch: perl
74018            ! op.c t/lib/warnings/op
74019 ____________________________________________________________________________
74020 [ 19502] By: jhi                                   on 2003/05/12  19:34:10
74021         Log: Work also without perlio.
74022      Branch: perl
74023            ! t/io/dup.t
74024 ____________________________________________________________________________
74025 [ 19500] By: jhi                                   on 2003/05/12  05:25:14
74026         Log: Panther preparation.
74027      Branch: perl
74028            ! Makefile.SH hints/darwin.sh
74029 ____________________________________________________________________________
74030 [ 19499] By: jhi                                   on 2003/05/12  04:49:57
74031         Log: More moves to intrpvar.h.
74032      Branch: perl
74033            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
74034 ____________________________________________________________________________
74035 [ 19498] By: gsar                                  on 2003/05/12  01:40:46
74036         Log: fix for Tie::File test failures on windows: the problem was
74037              that Tie::File did not close any file handles it opens internally,
74038              leading to file handle leaks and t/tf* temporary file littering;
74039              we now close the handle iff Tie::File opened it
74040
74041              this fix unearths what appears to be a perl bug in localizing globs:
74042              09_gen_rs.t fails due to a prematurely closed filehandle, although
74043              it wasn't explicitly closed anywhere by the code (renaming the
74044              *FH at line 97 to *FH1 makes it work, but I haven't done this
74045              to allow the bug to be tracked down)
74046      Branch: perl
74047            ! lib/Tie/File.pm
74048 ____________________________________________________________________________
74049 [ 19497] By: jhi                                   on 2003/05/11  20:17:30
74050         Log: Move the thread *hook into interpreter.
74051      Branch: perl
74052            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
74053 ____________________________________________________________________________
74054 [ 19496] By: rgs                                   on 2003/05/11  20:06:03
74055         Log: Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats.
74056              From: Dave Mitchell <davem@fdgroup.com>
74057              Date: Sat, 10 May 2003 01:45:23 +0100
74058              Message-ID: <20030510004523.GC20871@fdgroup.com>
74059      Branch: perl
74060            ! pp_ctl.c
74061 ____________________________________________________________________________
74062 [ 19495] By: rgs                                   on 2003/05/11  20:01:10
74063         Log: Open UNIX is not really "formerly Unixware", since the most
74064              recent releases are known as Unixware, not as Open UNIX.
74065      Branch: perl
74066            ! pod/perlport.pod
74067 ____________________________________________________________________________
74068 [ 19494] By: jhi                                   on 2003/05/11  19:52:38
74069         Log: Slight tweaks to the platform list.
74070      Branch: perl
74071            ! pod/perlport.pod
74072 ____________________________________________________________________________
74073 [ 19493] By: rgs                                   on 2003/05/11  19:13:00
74074         Log: Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop
74075              From: Casey West <casey@geeknest.com>
74076              Date: Fri, 9 May 2003 10:30:13 -0400
74077              Message-ID: <20030509143013.GM49820@geeknest.com>
74078      Branch: perl
74079            ! pod/perlop.pod
74080 ____________________________________________________________________________
74081 [ 19492] By: rgs                                   on 2003/05/11  19:04:27
74082         Log: perlport.pod nit for doc bug #8253.
74083      Branch: perl
74084            ! pod/perlport.pod
74085 ____________________________________________________________________________
74086 [ 19491] By: jhi                                   on 2003/05/11  17:50:49
74087         Log: Use test.pl.
74088      Branch: perl
74089            ! t/io/fflush.t
74090 ____________________________________________________________________________
74091 [ 19490] By: jhi                                   on 2003/05/11  17:46:09
74092         Log: Try to handle a $^X with spaces in it.
74093      Branch: perl
74094            ! t/test.pl
74095 ____________________________________________________________________________
74096 [ 19489] By: jhi                                   on 2003/05/11  17:44:28
74097         Log: Separate the creation of the command to run by
74098              runperl() into its own function, _create_runperl().
74099      Branch: perl
74100            ! t/test.pl
74101 ____________________________________________________________________________
74102 [ 19488] By: jhi                                   on 2003/05/11  16:52:00
74103         Log: Fixup the method behaviour table.
74104      Branch: perl
74105            ! pod/perliol.pod
74106 ____________________________________________________________________________
74107 [ 19487] By: jhi                                   on 2003/05/11  16:43:26
74108         Log: Integrate from perlio:
74109              [ 19474]
74110              Tweaks to Jarkko's NULL deref checks in perlio.c
74111
74112              [ 19475]
74113              Fix for bugs 21717 and 22140.
74114              Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
74115              and derived layers. So have :unix's "pushed" method stat() the fd and
74116              cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
74117              UNIX behaviour.
74118
74119              [ 19479]
74120              Better but still unproven fix for lseek() on pipes.
74121
74122              [ 19483]
74123              Unused variable
74124
74125              [ 19485]
74126              Tests to prove Ticket 9468 is fixed.
74127
74128              [ 19486]
74129              add test for change#19475,19479 (bugs#21717,22140)
74130      Branch: perl
74131           !> ext/Encode/Encode.xs perlio.c perliol.h t/io/dup.t
74132           !> t/io/fflush.t
74133 ____________________________________________________________________________
74134 [ 19484] By: gsar                                  on 2003/05/11  15:37:14
74135         Log: fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
74136              in terms of an exported function rather than as an inlined
74137              macro (latter wants PL_op_mutex which isn't exported as such)
74138
74139              Jarkko: please merge into maint-5.8
74140      Branch: perl
74141            ! dosish.h makedef.pl win32/win32.c win32/win32.h
74142 ____________________________________________________________________________
74143 [ 19482] By: jhi                                   on 2003/05/11  07:53:26
74144         Log: Test _getcode().
74145      Branch: perl
74146            ! lib/Unicode/UCD.t
74147 ____________________________________________________________________________
74148 [ 19481] By: jhi                                   on 2003/05/11  06:25:08
74149         Log: Clarify the doc (and the code) for Unicode code points.
74150      Branch: perl
74151            ! lib/Unicode/UCD.pm
74152 ____________________________________________________________________________
74153 [ 19480] By: jhi                                   on 2003/05/11  06:18:06
74154         Log: Another doc suggestion from terry@eatoni.com (terry jones):
74155              use codepoints that return undef.
74156      Branch: perl
74157            ! lib/Unicode/UCD.pm
74158 ____________________________________________________________________________
74159 [ 19478] By: jhi                                   on 2003/05/10  19:01:17
74160         Log: Add Encode's META.yml.
74161      Branch: perl
74162            + ext/Encode/META.yml
74163            ! MANIFEST
74164 ____________________________________________________________________________
74165 [ 19477] By: jhi                                   on 2003/05/10  18:59:29
74166         Log: Upgrade to Encode 1.94.
74167      Branch: perl
74168            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
74169            ! ext/Encode/MANIFEST ext/Encode/bin/piconv
74170            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_module.t
74171            ! ext/Encode/t/mime-header.t
74172 ____________________________________________________________________________
74173 [ 19476] By: jhi                                   on 2003/05/10  18:56:08
74174         Log: Doc bug noticed by terry@eatoni.com (terry jones).
74175      Branch: perl
74176            ! lib/Unicode/UCD.pm
74177 ____________________________________________________________________________
74178 [ 19472] By: jhi                                   on 2003/05/10  10:55:49
74179         Log: Try to plug more potential PerlIO NULL method
74180              dereferences; try to document the matter.
74181      Branch: perl
74182            ! perlio.c pod/perliol.pod
74183 ____________________________________________________________________________
74184 [ 19471] By: jhi                                   on 2003/05/10  07:07:30
74185         Log: UseNicerNames instead of SHOUTING_LIKE_THIS.
74186      Branch: perl
74187            ! perlio.c
74188 ____________________________________________________________________________
74189 [ 19470] By: jhi                                   on 2003/05/10  06:51:24
74190         Log: In eof() the errno can get stomped by the peek-ahead.
74191      Branch: perl
74192            ! doio.c ext/Socket/socketpair.t
74193 ____________________________________________________________________________
74194 [ 19469] By: rgs                                   on 2003/05/09  21:33:15
74195         Log: A regression test for the remaining "Final $ should be..." error.
74196      Branch: perl
74197            ! t/comp/parser.t
74198 ____________________________________________________________________________
74199 [ 19468] By: rgs                                   on 2003/05/09  21:23:57
74200         Log: Remove the error messages "Final @ should be \@ or @name"
74201              and "Final % should be \% or %name", that appear to be
74202              only produced in addition to another syntax error, and therefore
74203              misleading, if I understand correctly that kind of black magic.
74204      Branch: perl
74205            ! pod/perldiag.pod toke.c
74206 ____________________________________________________________________________
74207 [ 19467] By: jhi                                   on 2003/05/09  20:11:18
74208         Log: Have to think this test more when I'm awake.
74209      Branch: perl
74210            ! ext/Socket/socketpair.t
74211 ____________________________________________________________________________
74212 [ 19466] By: rgs                                   on 2003/05/09  19:56:37
74213         Log: Document that perl tries to load .pmc files before .pm files.
74214              Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require
74215              From: Casey West <casey@geeknest.com>
74216              Date: Fri, 9 May 2003 17:03:50 -0400
74217              Message-ID: <20030509210350.GW49820@geeknest.com>
74218      Branch: perl
74219            ! pod/perlfunc.pod
74220 ____________________________________________________________________________
74221 [ 19465] By: rgs                                   on 2003/05/09  19:47:49
74222         Log: Fix for doc bug #8602 : clarify eof() example comments
74223      Branch: perl
74224            ! pod/perlfunc.pod
74225 ____________________________________________________________________________
74226 [ 19464] By: rgs                                   on 2003/05/09  19:34:30
74227         Log: Subject: [PATCH] [perl #8702] Clean up perltrap mis-information
74228              From: Casey West <casey@geeknest.com>
74229              Date: Fri, 9 May 2003 11:09:39 -0400
74230              Message-ID: <20030509150939.GN49820@geeknest.com>
74231      Branch: perl
74232            ! pod/perltrap.pod
74233 ____________________________________________________________________________
74234 [ 19463] By: rgs                                   on 2003/05/09  19:33:25
74235         Log: Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt
74236              From: Casey West <casey@geeknest.com>
74237              Date: Fri, 9 May 2003 15:25:59 -0400
74238              Message-ID: <20030509192559.GS49820@geeknest.com>
74239      Branch: perl
74240            ! pod/perlfunc.pod
74241 ____________________________________________________________________________
74242 [ 19462] By: jhi                                   on 2003/05/09  18:53:27
74243         Log: Try to comprehensively have a plan B if a PerlIO
74244              layer doesn't have a particular function.
74245              (1) If there's a corresponding PerlIOBase, call it.
74246              (2) If not having the function is 'harmless', be silently happy.
74247              (Currently only Flush is in this category.)
74248              (3) Otherwise set errno and return failure.
74249      Branch: perl
74250            ! perlio.c
74251 ____________________________________________________________________________
74252 [ 19461] By: rgs                                   on 2003/05/09  18:45:39
74253         Log: Subject: [PATCH] [perl #8703] unescaped @ is fine
74254              From: Casey West <casey@geeknest.com>
74255              Date: Fri, 9 May 2003 11:17:53 -0400
74256              Message-ID: <20030509151753.GO49820@geeknest.com>
74257      Branch: perl
74258            ! pod/perltrap.pod
74259 ____________________________________________________________________________
74260 [ 19460] By: jhi                                   on 2003/05/09  14:25:49
74261         Log: Add the PerlIOBase_noop_* to the public API as suggested by Stas.
74262      Branch: perl
74263            ! makedef.pl
74264 ____________________________________________________________________________
74265 [ 19459] By: jhi                                   on 2003/05/09  14:22:08
74266         Log: Result of change #19458.
74267      Branch: perl
74268            ! MANIFEST
74269 ____________________________________________________________________________
74270 [ 19458] By: jhi                                   on 2003/05/09  14:21:51
74271         Log: Subject: Weekend fun: MANIFEST sorting
74272              From: andreas.koenig@anima.de (Andreas J. Koenig)
74273              Date: Fri, 09 May 2003 15:12:05 +0200
74274              Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
74275
74276              (both sorts need LC_ALL=C)
74277              (add also manicheck target)
74278      Branch: perl
74279            ! Makefile.SH
74280 ____________________________________________________________________________
74281 [ 19457] By: jhi                                   on 2003/05/09  04:30:13
74282         Log: Better skip this test on OpenBSD and BSD/OS since it
74283              does not seem to work (Slaven Rezic).
74284      Branch: perl
74285            ! lib/filetest.t
74286 ____________________________________________________________________________
74287 [ 19456] By: jhi                                   on 2003/05/09  03:41:56
74288         Log: Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue
74289              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74290              Date: Wed, 07 May 2003 23:37:47 -0700
74291              Message-ID: <7sfu+gzkg+AY092yn@efn.org>
74292      Branch: perl
74293            ! pod/perlfunc.pod
74294 ____________________________________________________________________________
74295 [ 19455] By: jhi                                   on 2003/05/09  03:36:54
74296         Log: Missing files.
74297      Branch: perl
74298            ! MANIFEST
74299 ____________________________________________________________________________
74300 [ 19454] By: rgs                                   on 2003/05/08  18:49:25
74301         Log: Suppress a few compilation warnings in pp_hot.c.
74302      Branch: perl
74303            ! pp_hot.c
74304 ____________________________________________________________________________
74305 [ 19453] By: rgs                                   on 2003/05/08  18:42:16
74306         Log: Remove duplicate entries from perldiag
74307      Branch: perl
74308            ! pod/perldiag.pod
74309 ____________________________________________________________________________
74310 [ 19452] By: jhi                                   on 2003/05/08  18:12:46
74311         Log: Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty
74312              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74313              Date: Wed, 07 May 2003 15:27:07 -0700
74314              Message-ID: <7gYu+gzkgaFU092yn@efn.org>
74315      Branch: perl
74316            ! pod/perldata.pod pod/perldiag.pod pod/perltie.pod pp.c
74317            ! pp_hot.c t/op/magic.t
74318 ____________________________________________________________________________
74319 [ 19451] By: jhi                                   on 2003/05/08  17:47:13
74320         Log: Tiny nit from mjd.
74321      Branch: perl
74322            ! lib/Tie/File.pm
74323 ____________________________________________________________________________
74324 [ 19450] By: jhi                                   on 2003/05/08  17:46:26
74325         Log: Upgrade to Tie::File 0.95.
74326      Branch: perl
74327            + lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t
74328            + lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t
74329            + lib/Tie/File/t/42_offset.t
74330            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
74331            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
74332            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
74333            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/21_win32.t
74334            ! lib/Tie/File/t/25_gen_nocache.t lib/Tie/File/t/26_twrite.t
74335            ! lib/Tie/File/t/30_defer.t
74336 ____________________________________________________________________________
74337 [ 19449] By: jhi                                   on 2003/05/08  17:35:10
74338         Log: Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux
74339              From: Marc Lehmann (via RT) <perlbug-followup@perl.org>
74340              Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org>
74341              Date: 8 May 2003 00:42:18 -0000
74342      Branch: perl
74343            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
74344            ! ext/Time/HiRes/Makefile.PL
74345 ____________________________________________________________________________
74346 [ 19448] By: jhi                                   on 2003/05/08  17:27:47
74347         Log: Subject: [PATCH] alphabetize perldiag.pod
74348              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
74349              Date: Thu, 8 May 2003 11:52:39 -0400
74350              Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu>
74351      Branch: perl
74352            ! pod/perldiag.pod
74353 ____________________________________________________________________________
74354 [ 19447] By: jhi                                   on 2003/05/08  17:19:06
74355         Log: Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
74356              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
74357              Date: Thu, 08 May 2003 08:42:20 +0200
74358              Message-id: <20030508064220.GA763@ethan>
74359      Branch: perl
74360            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
74361            ! ext/Devel/PPPort/t/test.t
74362 ____________________________________________________________________________
74363 [ 19445] By: jhi                                   on 2003/05/08  05:21:44
74364         Log: A variant of
74365
74366              Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
74367              From: enache@rdslink.ro (Enache Adrian)
74368              Date: Tue, 22 Apr 2003 02:54:05 +0300
74369              Message-ID: <20030421235405.GA1162@ratsnest.hole>
74370
74371              to quench the black smoke from the BSD builds.
74372      Branch: perl
74373            ! lib/ExtUtils/MM_Unix.pm
74374 ____________________________________________________________________________
74375 [ 19444] By: rgs                                   on 2003/05/07  20:25:45
74376         Log: Subject: Re: [DOC PATCH] & More File::Path issues
74377              From: Casey West <casey@geeknest.com>
74378              Date: Mon, 5 May 2003 13:25:47 -0400
74379              Message-ID: <20030505172547.GB20508@geeknest.com>
74380      Branch: perl
74381            ! lib/File/Path.pm
74382 ____________________________________________________________________________
74383 [ 19443] By: jhi                                   on 2003/05/07  20:03:58
74384         Log: Spelling correction from Nicholas Clark.
74385      Branch: perl
74386            ! ext/POSIX/POSIX.pod
74387 ____________________________________________________________________________
74388 [ 19440] By: jhi                                   on 2003/05/07  19:20:53
74389         Log: One more possible extensions permutation.
74390      Branch: perl
74391            ! Configure
74392 ____________________________________________________________________________
74393 [ 19437] By: jhi                                   on 2003/05/07  16:58:21
74394         Log: Allow platforms to manipulate their archname by creating
74395              a archname.cbu in their hints files.
74396      Branch: perl
74397            ! Configure
74398 ____________________________________________________________________________
74399 [ 19436] By: jhi                                   on 2003/05/07  16:53:26
74400         Log: More long double logic from Alan Burlison.
74401      Branch: perl
74402            ! Configure
74403 ____________________________________________________________________________
74404 [ 19435] By: jhi                                   on 2003/05/06  15:21:55
74405         Log: Worth a try for [perl #17146]
74406      Branch: perl
74407            ! ext/IO/poll.c
74408 ____________________________________________________________________________
74409 [ 19433] By: jhi                                   on 2003/05/06  05:12:23
74410         Log: Document which interfaces are NOT Unicode-aware.
74411      Branch: perl
74412            ! pod/perltodo.pod pod/perlunicode.pod
74413 ____________________________________________________________________________
74414 [ 19432] By: rgs                                   on 2003/05/05  20:31:22
74415         Log: Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber
74416              From: Casey West <casey@geeknest.com>
74417              Date: Mon, 28 Apr 2003 11:07:36 -0400
74418              Message-ID: <20030428150736.GD62281@geeknest.com>
74419      Branch: perl
74420            ! pod/perlfilter.pod
74421 ____________________________________________________________________________
74422 [ 19431] By: rgs                                   on 2003/05/05  20:07:33
74423         Log: Subject: [patch] Re: [perl #21728] regexp SEGV
74424              From: Enache Adrian <enache@rdslink.ro>
74425              Date: Fri, 28 Mar 2003 23:53:09 +0200
74426              Message-ID: <20030328215309.GA6413@ratsnest.hole>
74427              (with minor tweaks)
74428      Branch: perl
74429            ! embed.fnc embed.h global.sym proto.h regexec.c scope.c scope.h
74430 ____________________________________________________________________________
74431 [ 19430] By: rgs                                   on 2003/05/05  20:01:36
74432         Log: Fix doc bug #22067, noticed by Mark Knutsen
74433      Branch: perl
74434            ! pod/perlfunc.pod
74435 ____________________________________________________________________________
74436 [ 19429] By: rgs                                   on 2003/05/05  18:59:59
74437         Log: Fix : the svr5 hints file doesn't propagate libswanted with
74438              threads enabled. Now threads are OK on OpenUNIX 8, except a
74439              mysterious failure in ext/POSIX/t/sigaction.t.
74440      Branch: perl
74441            ! hints/svr5.sh
74442 ____________________________________________________________________________
74443 [ 19428] By: jhi                                   on 2003/05/05  16:54:34
74444         Log: Snip away the perlunicode slowness demo since the new
74445              caching scheme should help things a bit.
74446      Branch: perl
74447            ! pod/perlunicode.pod
74448 ____________________________________________________________________________
74449 [ 19427] By: jhi                                   on 2003/05/05  16:14:09
74450         Log: Subject: Re: Minor change to strict.pm. Who? How?
74451              From: Adam Kennedy <adam@ali.as>
74452              Date: Wed, 30 Apr 2003 00:02:40 +1000
74453              Message-ID: <3EAE8600.2000806@ali.as>
74454
74455              Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
74456              From: Michael G Schwern <schwern@pobox.com>
74457              Date: Tue, 29 Apr 2003 12:26:32 -0700
74458              Message-ID: <20030429192632.GA6129@windhund.schwern.org>
74459      Branch: perl
74460            ! lib/strict.pm
74461 ____________________________________________________________________________
74462 [ 19426] By: jhi                                   on 2003/05/05  15:48:57
74463         Log: Subject: [DOC PATCH] missing ')' in File::Path docs
74464              From: "Jos I.Boumans" <kane@dwim.org>
74465              Date: 30 Apr 2003 09:45:16 -0000
74466              Message-ID: <20030430114513165+0200@nntp.perl.org>
74467      Branch: perl
74468            ! lib/File/Path.pm
74469 ____________________________________________________________________________
74470 [ 19425] By: jhi                                   on 2003/05/05  15:47:19
74471         Log: Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance!
74472              From: Michael G Schwern <schwern@pobox.com>
74473              Date: Sat, 3 May 2003 15:30:16 -0700
74474              Message-ID: <20030503223016.GE1234@windhund.schwern.org>
74475      Branch: perl
74476            ! pod/perlmod.pod
74477 ____________________________________________________________________________
74478 [ 19424] By: jhi                                   on 2003/05/05  15:44:39
74479         Log: Subject: [PATCH] [perl #3096] undefing hash with object values
74480              From: Dave Mitchell <davem@fdgroup.com>
74481              Date: Thu, 1 May 2003 21:06:57 +0100
74482              Message-ID: <20030501200657.GA25456@fdgroup.com>
74483      Branch: perl
74484            ! hv.c t/op/undef.t
74485 ____________________________________________________________________________
74486 [ 19423] By: jhi                                   on 2003/05/05  15:42:58
74487         Log: Subject: Re: hv.c patch - pathological hashes too easy
74488              From: "Tye McQueen" <tye@metronet.com>
74489              Date: Thu, 1 May 2003 13:34:50 -0500 (CDT)
74490              Message-Id: <200305011834.h41IYoE08503@metronet.com>
74491      Branch: perl
74492            ! hv.c
74493 ____________________________________________________________________________
74494 [ 19422] By: jhi                                   on 2003/05/05  15:40:02
74495         Log: Subject: [PATCH] [perl #18341] random nits in perlrequick.pod
74496              From: Casey West <casey@geeknest.com>
74497              Date: Tue, 29 Apr 2003 16:14:20 -0400
74498              Message-ID: <20030429201420.GT62281@geeknest.com>
74499      Branch: perl
74500            ! pod/perlrequick.pod
74501 ____________________________________________________________________________
74502 [ 19421] By: jhi                                   on 2003/05/05  15:38:23
74503         Log: Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch
74504              From: Slaven Rezic <slaven@rezic.de>
74505              Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST)
74506              Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
74507      Branch: perl
74508            ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t
74509 ____________________________________________________________________________
74510 [ 19420] By: jhi                                   on 2003/05/05  15:36:39
74511         Log: Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT
74512              From: Steve Hay <steve.hay@uk.radan.com>
74513              Date: Wed, 30 Apr 2003 09:52:30 +0100
74514              Message-ID: <3EAF8ECE.8060403@uk.radan.com>
74515      Branch: perl
74516            ! utils/h2xs.PL
74517 ____________________________________________________________________________
74518 [ 19419] By: jhi                                   on 2003/05/05  08:20:34
74519         Log: Reintroduce the mention of the fact that the Artistic/GPL
74520              also are Perl's own licenses.
74521      Branch: perl
74522            ! pod/perlartistic.pod pod/perlgpl.pod
74523 ____________________________________________________________________________
74524 [ 19418] By: jhi                                   on 2003/05/05  07:23:57
74525         Log: Switch the new perlio way of opening anonymous temporary files
74526              open my $fh, '+>', undef
74527              to using File::Temp.  Test it, and test also the "accidental
74528              feature" of +< working the same way.
74529              This should address [perl #21937].
74530      Branch: perl
74531            + ext/PerlIO/t/open.t
74532            ! MANIFEST perlio.c pod/perlfunc.pod
74533 ____________________________________________________________________________
74534 [ 19417] By: jhi                                   on 2003/05/05  05:52:47
74535         Log: perlartistic and perlgpl reformatting from Sean Burke.
74536      Branch: perl
74537            ! pod/perlartistic.pod pod/perlgpl.pod
74538 ____________________________________________________________________________
74539 [ 19416] By: jhi                                   on 2003/05/05  05:33:43
74540         Log: pack/unpack fixes from Wolfgang Laun:
74541              - fix bug in UNICOS (where SIZE16 != sizeof(short))
74542              - introduce and use new internal pack/unpack API
74543              (packlist, unpackstring)
74544              that does away with the unused arguments in the old API
74545              (pack_cat, unpack_str).
74546      Branch: perl
74547            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_pack.c proto.h
74548 ____________________________________________________________________________
74549 [ 19415] By: jhi                                   on 2003/05/05  04:58:39
74550         Log: Subject: [PATCH] Embed.t flushing problem
74551              From: "Craig A. Berry" <craigberry@mac.com>
74552              Date: Sun, 04 May 2003 16:25:38 -0500
74553              Message-ID: <3EB58552.2070207@mac.com>
74554      Branch: perl
74555            ! lib/ExtUtils/t/Embed.t
74556 ____________________________________________________________________________
74557 [ 19414] By: jhi                                   on 2003/05/05  04:52:37
74558         Log: Doc nit from mjd.
74559      Branch: perl
74560            ! ext/DB_File/DB_File.pm
74561 ____________________________________________________________________________
74562 [ 19413] By: ams                                   on 2003/05/05  04:03:10
74563         Log: None of that "our" stuff here, please.
74564      Branch: perl
74565            ! ext/Storable/t/tied.t
74566 ____________________________________________________________________________
74567 [ 19412] By: ams                                   on 2003/05/05  03:57:06
74568         Log: Oops. More Storable 2.07 preparations.
74569      Branch: perl
74570            ! ext/Storable/README ext/Storable/Storable.pm
74571 ____________________________________________________________________________
74572 [ 19411] By: ams                                   on 2003/05/05  03:53:44
74573         Log: Update changelog for 2.07 release.
74574      Branch: perl
74575            ! ext/Storable/ChangeLog
74576 ____________________________________________________________________________
74577 [ 19410] By: ams                                   on 2003/05/05  03:31:36
74578         Log: Update Changes.
74579      Branch: perl
74580            ! Changes
74581 ____________________________________________________________________________
74582 [ 19409] By: ams                                   on 2003/05/05  03:21:41
74583         Log: Subject: Re: Bug in Storable???
74584              From: Slaven Rezic <slaven@rezic.de>
74585              Date: 04 May 2003 18:00:40 +0200
74586              Message-Id: <87of2iwvkn.fsf@vran.herceg.de>
74587      Branch: perl
74588            ! ext/Storable/Storable.xs ext/Storable/t/integer.t
74589 ____________________________________________________________________________
74590 [ 19407] By: jhi                                   on 2003/05/04  19:39:01
74591         Log: This way reads a bit better with pod2man.
74592      Branch: perl
74593            ! pod/perlartistic.pod pod/perlgpl.pod
74594 ____________________________________________________________________________
74595 [ 19406] By: jhi                                   on 2003/05/04  12:01:00
74596         Log: Integrate from maint:
74597              [ 18568]
74598              Add the POSIX::sigaction() trick by Slaven Rezic
74599              for [perl #17341].
74600      Branch: perl
74601           !> pod/perlfunc.pod pod/perlipc.pod
74602 ____________________________________________________________________________
74603 [ 19401] By: jhi                                   on 2003/05/04  09:25:48
74604         Log: Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
74605              regen perltoc, perlmodlib.  The GPL added as verbatim as possible,
74606              the perlartistic is a straightforward podification.
74607      Branch: perl
74608            + pod/perlartistic.pod pod/perlgpl.pod
74609            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
74610            ! pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
74611 ____________________________________________________________________________
74612 [ 19398] By: jhi                                   on 2003/05/04  08:19:14
74613         Log: Doesn't make any difference for the test but is more logical.
74614      Branch: perl
74615            ! t/lib/Devel/switchd.pm
74616 ____________________________________________________________________________
74617 [ 19396] By: jhi                                   on 2003/05/03  15:42:54
74618         Log: Plagued by thinkos tonight.
74619      Branch: perl
74620            ! lib/filetest.t
74621 ____________________________________________________________________________
74622 [ 19395] By: jhi                                   on 2003/05/03  15:37:35
74623         Log: Must skip more.
74624      Branch: perl
74625            ! lib/filetest.t
74626 ____________________________________________________________________________
74627 [ 19394] By: jhi                                   on 2003/05/03  15:30:45
74628         Log: Subject: Re: Does filetest work at all?
74629              From: Slaven Rezic <slaven@rezic.de>
74630              Date: 03 May 2003 18:26:49 +0200
74631              Message-ID: <87ade4q9me.fsf@vran.herceg.de>
74632      Branch: perl
74633            ! lib/filetest.t pp_sys.c
74634 ____________________________________________________________________________
74635 [ 19393] By: jhi                                   on 2003/05/03  05:34:21
74636         Log: Extra tweakage from Rafael for #19392.
74637      Branch: perl
74638            ! ext/B/B/Concise.pm lib/filetest.pm
74639 ____________________________________________________________________________
74640 [ 19392] By: jhi                                   on 2003/05/03  05:33:04
74641         Log: Salvage 'use filetest "access"' from compiletime to runtime.
74642      Branch: perl
74643            ! dump.c op.c op.h pp_sys.c
74644 ____________________________________________________________________________
74645 [ 19391] By: jhi                                   on 2003/05/03  05:19:23
74646         Log: Upgrade to Unicode 4.0.0.  (Well, upgrade at least
74647              the Unicode character database to 4.0.0.)
74648      Branch: perl
74649            + lib/unicore/HangulSyllableType.txt
74650            + lib/unicore/NormalizationCorrections.txt
74651            + lib/unicore/StandardizedVariants.txt
74652            + lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl
74653            + lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl
74654            + lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl
74655            + lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl
74656            + lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl
74657            + lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl
74658            + lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl
74659            + lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl
74660            + lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl
74661            + lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl
74662            + lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl
74663            + lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl
74664            ! (edit 129 files)
74665 ____________________________________________________________________________
74666 [ 19390] By: jhi                                   on 2003/05/03  04:52:09
74667         Log: Tru64: PerlIO_tell() was returning about one _megabyte_ for
74668              the fp offset, which was quite a big larger than the input file,
74669              which meant that the SvGROW tried to grow the file to about
74670              2**64-2**20, which made safesysrealloc() to understandably
74671              croak (in argv.t).
74672      Branch: perl
74673            ! sv.c
74674 ____________________________________________________________________________
74675 [ 19387] By: jhi                                   on 2003/05/02  19:18:35
74676         Log: Regen Configure (no changes but that's fine).
74677      Branch: perl
74678            ! Configure
74679 ____________________________________________________________________________
74680 [ 19386] By: jhi                                   on 2003/05/02  19:06:39
74681         Log: Subject: [PATCH] Re: maintperl on OpenUNIX 8
74682              From: Andy Dougherty <doughera@lafayette.edu>
74683              Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
74684              Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
74685      Branch: perl
74686            ! Configure
74687 ____________________________________________________________________________
74688 [ 19385] By: jhi                                   on 2003/05/02  19:01:04
74689         Log: Subject: [PATCH] OpenUNIX 8 support
74690              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
74691              Date: Fri, 2 May 2003 12:12:08 +0200
74692              Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
74693      Branch: perl
74694            ! Configure ext/Socket/socketpair.t hints/svr5.sh pp_sys.c
74695 ____________________________________________________________________________
74696 [ 19384] By: jhi                                   on 2003/05/02  18:58:32
74697         Log: Subject: [PATCH win32/win32.c] silence compiler warnings
74698              From: Abe Timmerman <abe@ztreet.demon.nl>
74699              Date: Fri, 2 May 2003 00:51:42 +0200
74700              Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
74701      Branch: perl
74702            ! win32/win32.c
74703 ____________________________________________________________________________
74704 [ 19383] By: jhi                                   on 2003/05/02  18:55:37
74705         Log: Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
74706              From: Abe Timmerman <abe@ztreet.demon.nl>
74707              Date: Thu, 1 May 2003 18:34:35 +0200
74708              Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
74709      Branch: perl
74710            ! win32/win32.h
74711 ____________________________________________________________________________
74712 [ 19382] By: jhi                                   on 2003/05/02  18:50:25
74713         Log: Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
74714              From: Michael G Schwern <schwern@pobox.com>
74715              Date: Wed, 30 Apr 2003 18:19:32 -0700
74716              Message-ID: <20030501011932.GM701@windhund.schwern.org>
74717      Branch: perl
74718            ! ext/POSIX/POSIX.pod
74719 ____________________________________________________________________________
74720 [ 19381] By: jhi                                   on 2003/05/02  15:12:47
74721         Log: Forgot to check in the -d: file.
74722      Branch: perl
74723            + t/lib/Devel/switchd.pm
74724            ! MANIFEST t/run/switchd.t
74725 ____________________________________________________________________________
74726 [ 19380] By: jhi                                   on 2003/05/02  15:02:04
74727         Log: Solaris: make -Duse64bitall'ed to have an archname of
74728              sun4-solaris-64, from Alan Burlison.  (The default is to not
74729              to suffix anything with -Duse64bitall if longs are 64 bit.
74730              This may lead into confusion and much sorrow if 32-bit binaries
74731              and 64-bit binaries are installed under the same directories.
74732              Why is "-64" or something like that the default?  Well, there
74733              are platforms where 64 bits really is the default default.
74734              There adding a "-64" would be kind of odd.  Better to let
74735              each 64-bit capable platform to choose their archnames.)
74736      Branch: perl
74737            ! hints/solaris_2.sh
74738 ____________________________________________________________________________
74739 [ 19378] By: jhi                                   on 2003/05/02  08:41:40
74740         Log: The [perl #21890] (Devel::Coverage breakage) has been fixed
74741              by change #18589 (it was broken by change #9754); add test case.
74742      Branch: perl
74743            + t/run/switchd.t
74744            ! MANIFEST
74745 ____________________________________________________________________________
74746 [ 19376] By: jhi                                   on 2003/05/02  05:31:52
74747         Log: great_circle_direction() was broken,
74748              reported by Alexander Becher.
74749      Branch: perl
74750            ! lib/Math/Trig.pm lib/Math/Trig.t
74751 ____________________________________________________________________________
74752 [ 19375] By: jhi                                   on 2003/05/01  18:18:06
74753         Log: OS X: could not -Doptimize=-g.
74754      Branch: perl
74755            ! hints/darwin.sh
74756 ____________________________________________________________________________
74757 [ 19374] By: jhi                                   on 2003/05/01  12:33:44
74758         Log: OS X test tweak.
74759      Branch: perl
74760            ! ext/Cwd/t/cwd.t
74761 ____________________________________________________________________________
74762 [ 19373] By: jhi                                   on 2003/05/01  11:09:42
74763         Log: Subject: [PATCH] RE: perl@19333
74764              From: Robin Barker <Robin.Barker@npl.co.uk>
74765              Date: Tue, 29 Apr 2003 17:30:23 +0100
74766              Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
74767      Branch: perl
74768            ! embed.pl pp_hot.c pp_pack.c proto.h
74769 ____________________________________________________________________________
74770 [ 19372] By: jhi                                   on 2003/05/01  09:52:52
74771         Log: miniperl cannot handle layers.t.
74772      Branch: perl
74773            ! t/io/layers.t
74774 ____________________________________________________________________________
74775 [ 19371] By: jhi                                   on 2003/05/01  08:26:06
74776         Log: The solution in change #19363 was too unportable.
74777      Branch: perl
74778            ! t/io/openpid.t
74779 ____________________________________________________________________________
74780 [ 19369] By: jhi                                   on 2003/05/01  07:48:06
74781         Log: perlreftut updates from mjd.
74782      Branch: perl
74783            ! pod/perlreftut.pod
74784 ____________________________________________________________________________
74785 [ 19368] By: jhi                                   on 2003/05/01  07:45:06
74786         Log: z/OS: More threaded build tweaks from Brian De Pradine--
74787              apparently now it works!
74788      Branch: perl
74789            ! ext/threads/threads.xs handy.h hints/os390.sh thread.h
74790 ____________________________________________________________________________
74791 [ 19367] By: rgs                                   on 2003/04/29  20:31:07
74792         Log: Subject: [PATCH] buglet: sub a(;&) { } doesn't work
74793              From: Enache Adrian <enache@rdslink.ro>
74794              Date: Sat, 19 Apr 2003 01:41:07 +0300
74795              Message-ID: <20030418224107.GA2751@ratsnest.hole>
74796      Branch: perl
74797            ! t/comp/parser.t toke.c
74798 ____________________________________________________________________________
74799 [ 19366] By: jhi                                   on 2003/04/29  08:55:12
74800         Log: If it's S_, it should be STATIC.
74801      Branch: perl
74802            ! embed.fnc embed.h numeric.c proto.h
74803 ____________________________________________________________________________
74804 [ 19365] By: sky                                   on 2003/04/28  16:30:03
74805         Log: Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
74806              From: Casey West <casey@geeknest.com>
74807              Date: mÂŒn apr 28, 2003  16:00:05 Europe/Stockholm
74808              Message-Id: <20030428140005.GC62281@geeknest.com>
74809      Branch: perl
74810            ! pod/perlop.pod
74811 ____________________________________________________________________________
74812 [ 19364] By: sky                                   on 2003/04/28  16:20:43
74813         Log: Subject: [PATCH] [patch #7514] Bug in perlop regex explination
74814              From: Casey West <casey@geeknest.com>
74815              Date: mÂŒn apr 28, 2003  19:22:06 Europe/Stockholm
74816              Message-Id: <20030428172206.GK62281@geeknest.com>
74817      Branch: perl
74818            ! pod/perlop.pod
74819 ____________________________________________________________________________
74820 [ 19363] By: sky                                   on 2003/04/28  15:32:35
74821         Log: Fix bug 2681, change the test not to use the shell and use 3+arg
74822              open.
74823      Branch: perl
74824            ! t/io/openpid.t
74825 ____________________________________________________________________________
74826 [ 19359] By: jhi                                   on 2003/04/28  08:43:23
74827         Log: Feel-good cleanup.
74828      Branch: perl
74829            ! intrpvar.h sv.c
74830 ____________________________________________________________________________
74831 [ 19358] By: jhi                                   on 2003/04/28  08:27:15
74832         Log: SysV msg queues can be something hanging (witnessed in IRIX),
74833              so let's use IPC_NOWAIT.
74834      Branch: perl
74835            ! ext/IPC/SysV/t/msg.t t/op/taint.t
74836 ____________________________________________________________________________
74837 [ 19357] By: jhi                                   on 2003/04/28  06:32:47
74838         Log: Detecting errors of reentrant APIs: getgrgid_r and the like
74839              when returning an int can either return the error in the return
74840              value or in the errno.  We need a new per-interp variable to store
74841              the return value instead of clobbering the errno with it.  The new
74842              variable, PL_reentrant_retint, is only used within the reentrancy
74843              framework, and immediately after it's set, so there should not be
74844              similar visibility issues as for the errno.  Spotted by Edward Moy.
74845      Branch: perl
74846            ! embedvar.h intrpvar.h perlapi.h reentr.c reentr.h reentr.pl
74847 ____________________________________________________________________________
74848 [ 19356] By: rgs                                   on 2003/04/27  20:09:01
74849         Log: Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
74850              Check errno to see if the call to nice(2) succeeded.
74851              Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
74852              From: Enache Adrian <enache@rdslink.ro>
74853              Date: Wed, 23 Apr 2003 22:48:20 +0300
74854              Message-ID: <20030423194820.GA874@ratsnest.hole>
74855      Branch: perl
74856            ! ext/POSIX/POSIX.xs
74857 ____________________________________________________________________________
74858 [ 19355] By: jhi                                   on 2003/04/27  19:56:09
74859         Log: Document a faint compilation noise.
74860      Branch: perl
74861            ! README.aix
74862 ____________________________________________________________________________
74863 [ 19354] By: rgs                                   on 2003/04/27  19:35:11
74864         Log: $[ clarifications.
74865      Branch: perl
74866            ! pod/perlvar.pod
74867 ____________________________________________________________________________
74868 [ 19353] By: rgs                                   on 2003/04/27  18:51:37
74869         Log: utime() doc clarifications
74870              based on :
74871              Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
74872              From: Casey West <casey@geeknest.com>
74873              Date: Fri, 25 Apr 2003 08:00:54 -0400
74874              Message-ID: <20030425120054.GQ34510@geeknest.com>
74875      Branch: perl
74876            ! pod/perlfunc.pod
74877 ____________________________________________________________________________
74878 [ 19351] By: jhi                                   on 2003/04/27  08:13:34
74879         Log: Add a test case for [perl #15288] (already solved).
74880      Branch: perl
74881            ! t/op/pack.t
74882 ____________________________________________________________________________
74883 [ 19350] By: jhi                                   on 2003/04/27  07:38:17
74884         Log: Add Dave Mitchell's test case for fields.
74885      Branch: perl
74886            ! lib/fields.t
74887 ____________________________________________________________________________
74888 [ 19349] By: jhi                                   on 2003/04/27  06:50:09
74889         Log: Subject: [PATCH] VMS::Stdio test tweak
74890              From: "Craig A. Berry" <craigberry@mac.com>
74891              Date: Sat, 26 Apr 2003 15:53:07 -0500
74892              Message-ID: <3EAAF1B3.7020708@mac.com>
74893      Branch: perl
74894            ! vms/ext/Stdio/test.pl
74895 ____________________________________________________________________________
74896 [ 19348] By: jhi                                   on 2003/04/27  06:46:16
74897         Log: Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
74898              From: Casey West <casey@geeknest.com>
74899              Date: Thu, 24 Apr 2003 08:18:42 -0400
74900              Message-ID: <20030424121842.GW34510@geeknest.com>
74901      Branch: perl
74902            ! lib/UNIVERSAL.pm
74903 ____________________________________________________________________________
74904 [ 19346] By: jhi                                   on 2003/04/27  06:03:48
74905         Log: Document that restricted hashes are not atomic
74906              (from Dave Mitchell).
74907      Branch: perl
74908            ! lib/Hash/Util.pm
74909 ____________________________________________________________________________
74910 [ 19345] By: jhi                                   on 2003/04/27  05:59:39
74911         Log: Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
74912              From: Dave Mitchell <davem@fdgroup.com>
74913              Date: Sat, 26 Apr 2003 18:45:28 +0100
74914              Message-ID: <20030426174528.GA9588@fdgroup.com>
74915      Branch: perl
74916            ! hv.c lib/Hash/Util.t pod/perldiag.pod
74917 ____________________________________________________________________________
74918 [ 19344] By: rgs                                   on 2003/04/26  22:48:32
74919         Log: Some doc patches by Casey West :
74920
74921              Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
74922              From: Casey West <casey@geeknest.com>
74923              Date: Fri, 25 Apr 2003 10:46:39 -0400
74924              Message-ID: <20030425144639.GY34510@geeknest.com>
74925
74926              Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
74927              From: Casey West <casey@geeknest.com>
74928              Date: Fri, 25 Apr 2003 07:52:13 -0400
74929              Message-ID: <20030425115213.GP34510@geeknest.com>
74930
74931              Subject: Re: [perl #7213] [PATCH] Updating example in perldata
74932              From: Casey West <casey@geeknest.com>
74933              Date: Thu, 24 Apr 2003 21:27:22 -0400
74934              Message-ID: <20030425012722.GN34510@geeknest.com>
74935      Branch: perl
74936            ! pod/perldata.pod pod/perlfunc.pod pod/perlsyn.pod
74937 ____________________________________________________________________________
74938 [ 19343] By: rgs                                   on 2003/04/26  22:30:07
74939         Log: Document that splice() doesn't extend arrays
74940              Subject: Re: slice autoextending ? still another revised doc patch; COW
74941              From: david nicol <whatever@davidnicol.com>
74942              Date: 22 Apr 2003 22:05:02 -0500
74943              Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
74944      Branch: perl
74945            ! pod/perlfunc.pod
74946 ____________________________________________________________________________
74947 [ 19342] By: sky                                   on 2003/04/26  21:43:32
74948         Log: Fix bug #15161 by increasing the refcount on the RE and making
74949              sure to restore it correctly. Deals with both s//e and s///g.
74950      Branch: perl
74951            ! pp_ctl.c pp_hot.c
74952 ____________________________________________________________________________
74953 [ 19341] By: jhi                                   on 2003/04/26  04:36:03
74954         Log: Integrate:
74955              [ 19340]
74956              Caught by Mark Lutz in UNICOS: A declaration cannot appear
74957              after an executable statement in a block.
74958      Branch: perl
74959           !> pp_pack.c
74960 ____________________________________________________________________________
74961 [ 19337] By: jhi                                   on 2003/04/25  20:19:36
74962         Log: Now the -Dnoextensions and -Dnoextensions have the
74963              chance of actually doing something.
74964      Branch: perl
74965            ! Configure
74966 ____________________________________________________________________________
74967 [ 19334] By: jhi                                   on 2003/04/25  19:48:31
74968         Log: Subject: [PATCH] Configure's extension sanity check is too strict
74969              From: Andy Dougherty <doughera@lafayette.edu>
74970              Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
74971              Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
74972      Branch: perl
74973            ! Configure
74974 ____________________________________________________________________________
74975 [ 19330] By: jhi                                   on 2003/04/25  14:11:33
74976         Log: Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
74977              From: "Craig A. Berry" <craigberry@mac.com>
74978              Date: Thu, 24 Apr 2003 20:09:48 -0500
74979              Message-ID: <3EA88ADC.3000300@mac.com>
74980      Branch: perl
74981            ! ext/Encode/t/enc_module.t
74982 ____________________________________________________________________________
74983 [ 19329] By: jhi                                   on 2003/04/25  07:06:49
74984         Log: Upgrade to Time::HiRes 1.46.
74985      Branch: perl
74986            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
74987            ! ext/Time/HiRes/Makefile.PL
74988 ____________________________________________________________________________
74989 [ 19328] By: jhi                                   on 2003/04/25  06:57:10
74990         Log: Subject: typo in Time::HiRes docs
74991              From: mjd@plover.com
74992              Date: 19 Apr 2003 15:13:44 -0000
74993              Message-ID: <20030419151344.28237.qmail@plover.com>
74994      Branch: perl
74995            ! ext/Time/HiRes/HiRes.pm
74996 ____________________________________________________________________________
74997 [ 19327] By: jhi                                   on 2003/04/25  04:45:05
74998         Log: Clarify(?) the perlio default layers table.
74999      Branch: perl
75000            ! lib/PerlIO.pm t/io/layers.t
75001 ____________________________________________________________________________
75002 [ 19326] By: jhi                                   on 2003/04/25  04:22:49
75003         Log: Upgrade to Test::Harness 2.28.
75004      Branch: perl
75005            ! lib/Test/Harness.pm lib/Test/Harness/Changes
75006            ! lib/Test/Harness/t/pod.t
75007 ____________________________________________________________________________
75008 [ 19325] By: jhi                                   on 2003/04/24  19:06:29
75009         Log: Upgrade to Encode 1.93.
75010      Branch: perl
75011            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Makefile.PL
75012            ! ext/Encode/lib/Encode/CJKConstants.pm
75013            ! ext/Encode/lib/Encode/CN/HZ.pm
75014            ! ext/Encode/lib/Encode/Encoding.pm
75015            ! ext/Encode/lib/Encode/Guess.pm
75016            ! ext/Encode/lib/Encode/KR/2022_KR.pm
75017            ! ext/Encode/lib/Encode/PerlIO.pod ext/Encode/t/CJKT.t
75018            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
75019            ! ext/Encode/t/guess.t ext/Encode/ucm/euc-cn.ucm
75020            ! ext/Encode/ucm/euc-jp.ucm ext/Encode/ucm/euc-kr.ucm
75021 ____________________________________________________________________________
75022 [ 19323] By: jhi                                   on 2003/04/24  16:57:13
75023         Log: VMS patch for faststdio from Craig Berry.
75024      Branch: perl
75025            ! configure.com
75026 ____________________________________________________________________________
75027 [ 19320] By: rgs                                   on 2003/04/23  20:20:58
75028         Log: Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
75029              From: Casey West <casey@geeknest.com>
75030              Date: Wed, 23 Apr 2003 14:03:20 -0400
75031              Message-ID: <20030423180320.GZ15574@geeknest.com>
75032      Branch: perl
75033            ! pod/perlmodlib.PL pod/perlmodlib.pod
75034 ____________________________________________________________________________
75035 [ 19319] By: rgs                                   on 2003/04/23  19:54:31
75036         Log: Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
75037              From: Chris Pepper (via RT) <perlbug-followup@perl.org>
75038              Date: 22 Apr 2003 04:31:17 -0000
75039              Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
75040              (with minor further corrections)
75041      Branch: perl
75042            ! pod/perlmod.pod
75043 ____________________________________________________________________________
75044 [ 19316] By: rgs                                   on 2003/04/23  19:11:01
75045         Log: A new fatal error :
75046              Subject: [PATCH] Perl_croak("Use of freed value in iteration")
75047              From: Dave Mitchell <davem@fdgroup.com>
75048              Date: Mon, 21 Apr 2003 13:19:50 +0100
75049              Message-ID: <20030421121950.GB18189@fdgroup.com>
75050              Message-ID: <20030421125433.GC18189@fdgroup.com>
75051      Branch: perl
75052            ! pod/perldiag.pod pp_hot.c t/cmd/for.t
75053 ____________________________________________________________________________
75054 [ 19314] By: jhi                                   on 2003/04/23  18:53:46
75055         Log: Introduce 'fast stdio' symbols to non-Configure lands.
75056      Branch: perl
75057            ! NetWare/config.wc NetWare/config_H.wc configure.com
75058            ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
75059            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
75060            ! win32/config.gc win32/config.vc win32/config.vc64
75061            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
75062            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
75063 ____________________________________________________________________________
75064 [ 19312] By: jhi                                   on 2003/04/23  18:21:47
75065         Log: Regen Configure, Glossary, et alia.
75066      Branch: perl
75067            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
75068            ! config_h.SH
75069 ____________________________________________________________________________
75070 [ 19310] By: jhi                                   on 2003/04/23  08:34:33
75071         Log: Handle the combination of dosish and non-faststdio.
75072      Branch: perl
75073            ! t/io/layers.t
75074 ____________________________________________________________________________
75075 [ 19308] By: rgs                                   on 2003/04/22  20:53:20
75076         Log: Subject: 5.8.0: two problems
75077              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
75078              Date: Tue, 22 Apr 2003 11:43:17 -0700
75079              Message-ID: <20030422184316.GA8602@math.berkeley.edu>
75080      Branch: perl
75081            ! XSUB.h
75082 ____________________________________________________________________________
75083 [ 19307] By: ams                                   on 2003/04/22  16:39:51
75084         Log: Subject: [PATCH] Doc pointers in perlbot.
75085              From: Casey West <casey@geeknest.com>
75086              Date: Tue, 22 Apr 2003 11:19:09 -0400
75087              Message-Id: <20030422151909.GC11119@geeknest.com>
75088              (Applied by hand.)
75089      Branch: perl
75090            ! pod/perlbot.pod
75091 ____________________________________________________________________________
75092 [ 19306] By: jhi                                   on 2003/04/22  13:09:21
75093         Log: z/OS: changes for building threaded from "Brian De Pradine"
75094              <PRADINE@uk.ibm.com>.
75095      Branch: perl
75096            ! Makefile.SH hints/os390.sh thread.h util.c
75097 ____________________________________________________________________________
75098 [ 19305] By: jhi                                   on 2003/04/22  11:42:35
75099         Log: Enache's turn.
75100      Branch: perl
75101            ! ext/Encode/t/enc_module.t
75102 ____________________________________________________________________________
75103 [ 19304] By: jhi                                   on 2003/04/22  10:48:47
75104         Log: Re-merge Encode 1.92.
75105      Branch: perl
75106            ! ext/Encode/Makefile.PL ext/Encode/t/enc_module.t
75107 ____________________________________________________________________________
75108 [ 19302] By: jhi                                   on 2003/04/22  05:26:21
75109         Log: Argh, cut-and-pasto.
75110      Branch: perl
75111            ! perlio.c
75112 ____________________________________________________________________________
75113 [ 19301] By: sky                                   on 2003/04/21  21:33:14
75114         Log: Fix bug 17964 by properly refcounting the gv top.
75115              Seems like the entries in rsfp are way different than
75116              normal PVIO objects.
75117      Branch: perl
75118            ! sv.c
75119 ____________________________________________________________________________
75120 [ 19300] By: rgs                                   on 2003/04/21  19:42:04
75121         Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY).
75122
75123              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
75124              From: Enache Adrian <enache@rdslink.ro>
75125              Date: Sun, 20 Apr 2003 02:45:48 +0300
75126              Message-ID: <20030419234548.GA849@ratsnest.hole>
75127              and
75128              Date: Wed, 2 Apr 2003 07:52:28 +0300
75129              Message-ID: <20030402045227.GA1023@ratsnest.hole>
75130      Branch: perl
75131            ! pp_sys.c t/op/ref.t util.c
75132 ____________________________________________________________________________
75133 [ 19299] By: sky                                   on 2003/04/21  17:05:31
75134         Log: Croak on non ref to shared methods instead of segfault.
75135              This can really only happen for &share("string").
75136      Branch: perl
75137            ! ext/threads/shared/shared.xs
75138 ____________________________________________________________________________
75139 [ 19297] By: jhi                                   on 2003/04/21  16:24:36
75140         Log: Add OpenZaurus cross-compilation patches.
75141      Branch: perl
75142            + Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
75143            + Cross/config.sh-arm-linux Cross/generate_config_sh
75144            + Cross/installperl.patch Cross/warp
75145            ! Cross/README INSTALL MANIFEST
75146 ____________________________________________________________________________
75147 [ 19289] By: sky                                   on 2003/04/21  13:24:40
75148         Log: Fixes bug #17043, resets PL_srand_called before the cloning.
75149              Allows people to override the resetting by using srand() in CLONE.
75150      Branch: perl
75151            ! ext/threads/t/thread.t ext/threads/threads.xs
75152 ____________________________________________________________________________
75153 [ 19286] By: jhi                                   on 2003/04/21  06:50:42
75154         Log: Introduce two new Configure symbols:
75155              [1] d_faststdio  = d_stdstdio && d_stdio_ptr_lval &&
75156              (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
75157              [2] usefaststdio = do we use fast stdio if we have it?
75158              For 5.[68], we do.  For anything else, we don't.
75159              (At least, unless otherwise instructed by -Dusefaststdio.)
75160              This means that for bleadperl we no more use stdio, but instead
75161              default to perlio: the effect of PERLIO=perlio, in other words.
75162              (PERLIO=stdio will still switch to using stdio.)
75163              This change may endanger extensions using FILE*-- but if we are
75164              to migrate fully to perlio, better start swallowing the poison now.
75165              For maintperl, the usefaststdio still defaults to yes.
75166      Branch: perl
75167            ! Configure config_h.SH perlio.c t/io/layers.t
75168 ____________________________________________________________________________
75169 [ 19285] By: jhi                                   on 2003/04/21  05:43:55
75170         Log: Upgrade to Locale::Maketext 1.05.
75171      Branch: perl
75172            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
75173 ____________________________________________________________________________
75174 [ 19284] By: jhi                                   on 2003/04/21  05:40:34
75175         Log: Upgrade to Test 1.24.
75176      Branch: perl
75177            ! lib/Test.pm
75178 ____________________________________________________________________________
75179 [ 19283] By: rgs                                   on 2003/04/20  22:01:28
75180         Log: Subject: [PATCH] goto &sub doesn't empty @_
75181              From: Dave Mitchell <davem@fdgroup.com>
75182              Date: Sun, 20 Apr 2003 21:46:51 +0100
75183              Message-ID: <20030420204651.GE15591@fdgroup.com>
75184      Branch: perl
75185            ! pp_ctl.c
75186 ____________________________________________________________________________
75187 [ 19282] By: rgs                                   on 2003/04/20  21:22:29
75188         Log: Remove, in the main Makefile, the $(LDLIBPTH) variable from
75189              the commands that invoke $(CC).
75190              Subject: Re: Smoke failure
75191              From: Enache Adrian <enache@rdslink.ro>
75192              Date: Fri, 18 Apr 2003 19:06:07 +0300
75193              Message-ID: <20030418160606.GA797@ratsnest.hole>
75194      Branch: perl
75195            ! Makefile.SH
75196 ____________________________________________________________________________
75197 [ 19281] By: rgs                                   on 2003/04/20  19:53:53
75198         Log: Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
75199              From: Enache Adrian <enache@rdslink.ro>
75200              Date: Sat, 19 Apr 2003 20:12:18 +0300
75201              Message-ID: <20030419171218.GA974@ratsnest.hole>
75202      Branch: perl
75203            ! sv.c
75204 ____________________________________________________________________________
75205 [ 19280] By: rgs                                   on 2003/04/20  18:55:40
75206         Log: Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
75207              Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
75208              From: Steve Hay <steve.hay@uk.radan.com>
75209              Date: Wed, 16 Apr 2003 11:12:22 +0100
75210              Message-ID: <3E9D2C86.8040104@uk.radan.com>
75211      Branch: perl
75212            ! INSTALL win32/Makefile
75213 ____________________________________________________________________________
75214 [ 19278] By: jhi                                   on 2003/04/20  07:42:17
75215         Log: Give more information of what to do when -Dusexxx fail.
75216      Branch: perl
75217            ! Configure
75218 ____________________________________________________________________________
75219 [ 19277] By: rgs                                   on 2003/04/19  19:40:22
75220         Log: Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
75221              by adding a dummy destructor method Regexp::DESTROY.
75222              This prevents infinite recursion, since Regexp::DESTROY
75223              is no more autoloaded.
75224
75225              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
75226              From: Enache Adrian <enache@rdslink.ro>
75227              Date: Wed, 2 Apr 2003 05:02:42 +0300
75228              Message-ID: <20030402020242.GA2966@ratsnest.hole>
75229      Branch: perl
75230            ! ext/B/t/stash.t t/op/ref.t universal.c
75231 ____________________________________________________________________________
75232 [ 19276] By: rgs                                   on 2003/04/19  19:32:25
75233         Log: Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
75234              From: Dave Mitchell <davem@fdgroup.com>
75235              Date: Sat, 19 Apr 2003 20:06:51 +0100
75236              Message-ID: <20030419190651.GD13333@fdgroup.com>
75237      Branch: perl
75238            ! t/comp/parser.t toke.c
75239 ____________________________________________________________________________
75240 [ 19275] By: jhi                                   on 2003/04/19  18:52:24
75241         Log: Restore the two variables retired by the change #19268
75242              (for binary backward compatibility)
75243      Branch: perl
75244            ! embedvar.h perlapi.h thrdvar.h
75245 ____________________________________________________________________________
75246 [ 19273] By: jhi                                   on 2003/04/19  17:36:33
75247         Log: Fail if the specified -Duse64xxx cannot be fulfilled.
75248              (And undo a doublesize probe glitch from change #19272.)
75249      Branch: perl
75250            ! Configure
75251 ____________________________________________________________________________
75252 [ 19272] By: jhi                                   on 2003/04/19  16:38:12
75253         Log: If long doubles fail, we really cannot sensibly
75254              drop back to doubles anymore, therefore abort.
75255              Pointed out by Slaven Rezic. (I tried to fix this
75256              via metaconfig but ended up with a vicious cyclic
75257              dependency.)
75258      Branch: perl
75259            ! Configure
75260 ____________________________________________________________________________
75261 [ 19270] By: jhi                                   on 2003/04/19  12:09:21
75262         Log: Upgrade to Net::Ping 2.30.
75263      Branch: perl
75264            ! lib/Net/Ping.pm lib/Net/Ping/Changes
75265            ! lib/Net/Ping/t/450_service.t
75266 ____________________________________________________________________________
75267 [ 19269] By: jhi                                   on 2003/04/19  07:10:57
75268         Log: Bump the test count.
75269      Branch: perl
75270            ! ext/Storable/t/tied.t
75271 ____________________________________________________________________________
75272 [ 19268] By: jhi                                   on 2003/04/19  07:06:13
75273         Log: Subject: [PATCH] allow recursive FETCHes
75274              From: Dave Mitchell <davem@fdgroup.com>
75275              Date: Mon, 7 Apr 2003 10:00:41 +0100
75276              Message-ID: <20030407100041.A1617@fdgroup.com>
75277      Branch: perl
75278            ! av.c dump.c embed.fnc embed.h embedvar.h
75279            ! ext/Storable/t/st-dump.pl hv.c perl.c perlapi.h proto.h sv.c
75280            ! sv.h t/op/tie.t thrdvar.h
75281 ____________________________________________________________________________
75282 [ 19267] By: jhi                                   on 2003/04/19  06:54:34
75283         Log: Subject: [PATCH] readline.t tweak for VMS
75284              From: "Craig A. Berry" <craigberry@mac.com>
75285              Date: Thu, 17 Apr 2003 17:18:19 -0500
75286              Message-ID: <3E9F282B.6090603@mac.com>
75287      Branch: perl
75288            ! t/op/readline.t
75289 ____________________________________________________________________________
75290 [ 19266] By: jhi                                   on 2003/04/19  06:46:48
75291         Log: Subject: [PATCH] Re: any takers for this Storable bug?
75292              From: Enache Adrian <enache@rdslink.ro>
75293              Date: Wed, 16 Apr 2003 21:11:11 +0300
75294              Message-ID: <20030416181111.GA6687@ratsnest.hole>
75295
75296              ams had already fixed the bug by #19227, but take the
75297              test case.
75298      Branch: perl
75299            ! ext/Storable/t/tied.t
75300 ____________________________________________________________________________
75301 [ 19265] By: sky                                   on 2003/04/19  00:40:42
75302         Log: Don't use the stack to allocate a SV that we hand out to another
75303              function, only badness can ensure.
75304              Message-Id: <20030418180131.GD10086@fdgroup.com>
75305              Thanks go to Dave Mitchell for help in tracking down the bug!
75306      Branch: perl
75307            ! sv.c
75308 ____________________________________________________________________________
75309 [ 19264] By: jhi                                   on 2003/04/18  19:28:04
75310         Log: UTF8 regexp patch from Inaba Hiroto.
75311      Branch: perl
75312            ! regcomp.c t/op/pat.t
75313 ____________________________________________________________________________
75314 [ 19263] By: jhi                                   on 2003/04/18  19:16:43
75315         Log: Unused variables.
75316      Branch: perl
75317            ! perlio.c universal.c
75318 ____________________________________________________________________________
75319 [ 19262] By: sky                                   on 2003/04/17  20:02:33
75320         Log: Another needle in the voodoo doll.
75321              Now I think it should work with the shared
75322              strings.
75323      Branch: perl
75324            ! sv.c
75325 ____________________________________________________________________________
75326 [ 19254] By: sky                                   on 2003/04/17  17:31:52
75327         Log: Extreme Voodoo programming, by not pinching the SV if it is a
75328              PADTMP it happily keeps it's value later on!
75329      Branch: perl
75330            ! sv.c
75331 ____________________________________________________________________________
75332 [ 19253] By: jhi                                   on 2003/04/17  17:09:16
75333         Log: Implement -Dnoextensions=... and -Donlyextensions=...
75334      Branch: perl
75335            ! Configure INSTALL
75336 ____________________________________________________________________________
75337 [ 19252] By: ams                                   on 2003/04/17  16:19:31
75338         Log: Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
75339              Anything that's broken by this change should be fixed.
75340      Branch: perl
75341            ! gv.c
75342 ____________________________________________________________________________
75343 [ 19251] By: jhi                                   on 2003/04/17  15:39:56
75344         Log: Introduce the new *l APIs, undefined, to non-Configure lands.
75345      Branch: perl
75346            ! NetWare/config.wc NetWare/config_H.wc configure.com
75347            ! djgpp/configure.bat epoc/config.sh plan9/config.plan9
75348            ! plan9/config_h.sample plan9/config_sh.sample win32/config.bc
75349            ! win32/config.gc win32/config.vc win32/config.vc64
75350            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
75351            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
75352 ____________________________________________________________________________
75353 [ 19250] By: jhi                                   on 2003/04/17  15:07:08
75354         Log: Regen Glossary et alia.
75355      Branch: perl
75356            ! Porting/Glossary Porting/config.sh Porting/config_H
75357 ____________________________________________________________________________
75358 [ 19248] By: jhi                                   on 2003/04/17  14:53:41
75359         Log: Small tidying up of the selectminbits code, but most
75360              importantly allocate the buffer from the heap using
75361              malloc, not from the stack: using stack causes unaligned
75362              access in LP64 Solaris since stack data is not guaranteed
75363              to be 64-bit aligned, while a fd_set is (it has 1024 longs).
75364              (via Alan Burlison)
75365      Branch: perl
75366            ! Configure
75367 ____________________________________________________________________________
75368 [ 19247] By: ams                                   on 2003/04/17  12:24:57
75369         Log: Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
75370              From: Enache Adrian <enache@rdslink.ro>
75371              Date: Thu, 17 Apr 2003 14:35:36 +0300
75372              Message-Id: <20030417113536.GA898@ratsnest.hole>
75373      Branch: perl
75374            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
75375 ____________________________________________________________________________
75376 [ 19245] By: jhi                                   on 2003/04/17  09:20:27
75377         Log: Document that the open pragma does not affect
75378              the three-headed hydra, ummm, open.
75379      Branch: perl
75380            ! lib/open.pm
75381 ____________________________________________________________________________
75382 [ 19244] By: jhi                                   on 2003/04/17  06:45:26
75383         Log: More maneuvering closer to proposed POSIX classes
75384              mapping to Unicode: (1) The definitions of "graph" and
75385              "print" are still in flux: move closer back to how Perl
75386              5.8.0 defined it (though drop Co, that did not make sense)
75387              (2) Add U+0085 (NEL) to "space".
75388      Branch: perl
75389            ! lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl
75390            ! lib/unicore/lib/Space.pl lib/unicore/mktables
75391 ____________________________________________________________________________
75392 [ 19243] By: jhi                                   on 2003/04/17  05:29:24
75393         Log: Detect the 'fast stdio' case.
75394      Branch: perl
75395            ! lib/PerlIO.pm t/io/layers.t
75396 ____________________________________________________________________________
75397 [ 19242] By: jhi                                   on 2003/04/16  20:14:01
75398         Log: Fix up Larry's copyright statements to my best knowledge.
75399              (Lots of Perl 5 source code archaeology was involved.)
75400              Larry didn't make strangled noises when I showed him
75401              the patch, either :-)
75402      Branch: perl
75403            ! EXTERN.h INTERN.h Porting/pumpkin.pod README XSUB.h av.c av.h
75404            ! cc_runtime.h cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
75405            ! embed.h embed.pl embedvar.h fakesdio.h fakethr.h form.h
75406            ! global.sym globals.c gv.c gv.h handy.h hv.c hv.h keywords.h
75407            ! keywords.pl locale.c mg.c mg.h miniperlmain.c nostdio.h
75408            ! numeric.c op.c op.h opcode.h opcode.pl opnames.h pad.c pad.h
75409            ! patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.h
75410            ! perlsdio.h perlsfio.h perlvars.h pp.c pp.h pp_ctl.c pp_hot.c
75411            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.c reentr.h
75412            ! reentr.pl regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
75413            ! scope.h sv.c sv.h taint.c thrdvar.h thread.h toke.c
75414            ! universal.c unixish.h utf8.c utf8.h utfebcdic.h util.c util.h
75415            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
75416            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
75417            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c xsutils.c
75418 ____________________________________________________________________________
75419 [ 19241] By: jhi                                   on 2003/04/16  17:24:24
75420         Log: Handle PERLIO= and document a bit.
75421      Branch: perl
75422            ! lib/PerlIO.pm pod/perlrun.pod t/io/layers.t
75423 ____________________________________________________________________________
75424 [ 19240] By: sky                                   on 2003/04/16  16:27:43
75425         Log: Fix double join problem for those places where free
75426              actually means free (solaris for example :)
75427              Fixes bug #16681
75428      Branch: perl
75429            ! ext/threads/t/join.t ext/threads/threads.xs
75430 ____________________________________________________________________________
75431 [ 19239] By: jhi                                   on 2003/04/16  14:57:47
75432         Log: Try to get the layers.t working also for dosish platforms.
75433      Branch: perl
75434            ! lib/PerlIO.pm t/io/layers.t
75435 ____________________________________________________________________________
75436 [ 19238] By: jhi                                   on 2003/04/16  13:27:24
75437         Log: A -C parsed from the #! line can still have line endings in it.
75438      Branch: perl
75439            ! util.c
75440 ____________________________________________________________________________
75441 [ 19237] By: jhi                                   on 2003/04/16  13:23:37
75442         Log: What does an empty PERLIO= mean, anyway?
75443      Branch: perl
75444            ! t/io/layers.t
75445 ____________________________________________________________________________
75446 [ 19236] By: jhi                                   on 2003/04/16  13:09:42
75447         Log: Document the effect of thread creation context.
75448      Branch: perl
75449            ! ext/threads/threads.pm
75450 ____________________________________________________________________________
75451 [ 19235] By: jhi                                   on 2003/04/16  12:13:07
75452         Log: Use the right prototype and a glob is fine (from Rafael).
75453      Branch: perl
75454            ! lib/PerlIO.pm universal.c
75455 ____________________________________________________________________________
75456 [ 19234] By: jhi                                   on 2003/04/16  10:20:46
75457         Log: PerlIO::get_layers() usage tip.
75458      Branch: perl
75459            ! lib/PerlIO.pm
75460 ____________________________________________________________________________
75461 [ 19233] By: jhi                                   on 2003/04/16  10:07:48
75462         Log: Syntax terror.
75463      Branch: perl
75464            ! lib/unicore/mktables
75465 ____________________________________________________________________________
75466 [ 19232] By: jhi                                   on 2003/04/16  09:45:51
75467         Log: Redundant test.
75468      Branch: perl
75469            ! lib/unicore/mktables
75470 ____________________________________________________________________________
75471 [ 19231] By: jhi                                   on 2003/04/16  09:21:25
75472         Log: Synchronize the specifications of the POSIX character
75473              classes alnum, graph, and print closer to the planned
75474              Unicode proposal.
75475      Branch: perl
75476            ! lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
75477            ! lib/unicore/lib/Print.pl lib/unicore/mktables utf8.c
75478 ____________________________________________________________________________
75479 [ 19230] By: jhi                                   on 2003/04/16  08:57:01
75480         Log: Patch from Merijn.
75481      Branch: perl
75482            ! perl.h
75483 ____________________________________________________________________________
75484 [ 19228] By: jhi                                   on 2003/04/16  08:27:26
75485         Log: Thinko in modfl detection.
75486      Branch: perl
75487            ! Configure
75488 ____________________________________________________________________________
75489 [ 19227] By: ams                                   on 2003/04/16  02:32:11
75490         Log: Storable now handles self-tied scalars with NULL mg_obj.
75491      Branch: perl
75492            ! ext/Storable/Storable.xs
75493 ____________________________________________________________________________
75494 [ 19226] By: jhi                                   on 2003/04/15  18:00:21
75495         Log: Upgrade to Pod::LaTeX 0.55.
75496      Branch: perl
75497            + lib/Pod/t/pod2latex.t
75498            - lib/Pod/t/latex.t
75499            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
75500 ____________________________________________________________________________
75501 [ 19224] By: jhi                                   on 2003/04/15  17:01:27
75502         Log: The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.
75503      Branch: perl
75504            ! Configure
75505 ____________________________________________________________________________
75506 [ 19223] By: jhi                                   on 2003/04/15  16:36:32
75507         Log: Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
75508      Branch: perl
75509            ! t/io/layers.t
75510 ____________________________________________________________________________
75511 [ 19221] By: jhi                                   on 2003/04/15  16:27:49
75512         Log: False alarm: no cyclic dependency.
75513      Branch: perl
75514            ! Configure config_h.SH
75515 ____________________________________________________________________________
75516 [ 19219] By: jhi                                   on 2003/04/15  16:08:11
75517         Log: Backport of _most_ of the changes in #19218: not one big
75518              cyclic dependency, though, it must be broken up somehow.
75519      Branch: perl
75520            ! Configure config_h.SH
75521 ____________________________________________________________________________
75522 [ 19218] By: jhi                                   on 2003/04/15  14:09:31
75523         Log: Big patch from Alan Burlison to make Solaris long doubles work.
75524              (Also spreads more <stdlib.h> joy.)
75525              Needs backporting to metaconfig units and introducing the new
75526              symbols to non-Configure lands.
75527      Branch: perl
75528            ! Configure config_h.SH hints/solaris_2.sh numeric.c perl.h pp.c
75529 ____________________________________________________________________________
75530 [ 19217] By: jhi                                   on 2003/04/15  14:01:03
75531         Log: Don't skip the whole test for PERLIO=perlio.
75532      Branch: perl
75533            ! t/io/layers.t
75534 ____________________________________________________________________________
75535 [ 19215] By: jhi                                   on 2003/04/15  05:54:17
75536         Log: Add a test for [perl #17753].
75537      Branch: perl
75538            ! t/op/undef.t
75539 ____________________________________________________________________________
75540 [ 19214] By: jhi                                   on 2003/04/15  05:40:52
75541         Log: "proto.h": 'id' is a reserved word in Objective-C.
75542      Branch: perl
75543            ! embed.fnc op.c proto.h
75544 ____________________________________________________________________________
75545 [ 19213] By: sky                                   on 2003/04/14  21:42:10
75546         Log: Ook, run tests on correct build-dir next time.
75547              We must check if the hv is a stash, otherwise we try to delete
75548              something that is a HvNAME of null.....  tests pass better now
75549      Branch: perl
75550            ! gv.c
75551 ____________________________________________________________________________
75552 [ 19212] By: sky                                   on 2003/04/14  21:15:00
75553         Log: Fixes to bugs introduced by PL_stashcache
75554              A) Follow suggestion by Benjamin Goldberg to use hv_delete
75555              instead of hv_delete_ent to avoid creating a temporary SV
75556              B) Don't increment the refcount, sneak it into an IV instead
75557              C) When a GP is a deleted that contains a stash, remove the
75558              corresponding entry since hv might be in use in other places.
75559              D) Note that no test cases test the deletion of packages to catch
75560              this bug.
75561      Branch: perl
75562            ! gv.c hv.c pp_hot.c
75563 ____________________________________________________________________________
75564 [ 19211] By: rgs                                   on 2003/04/14  21:11:11
75565         Log: Mention that "make test_harness" lets messages sent through
75566              standard error out. Complements change #19206.
75567      Branch: perl
75568            ! pod/perlhack.pod
75569 ____________________________________________________________________________
75570 [ 19210] By: rgs                                   on 2003/04/14  20:48:02
75571         Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1  [perl #17757]
75572              From: Inaba Hiroto <inaba@st.rim.or.jp>
75573              Date: Fri, 21 Mar 2003 17:35:21 +0900
75574              Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
75575              Date: Sat, 22 Mar 2003 11:28:05 +0900
75576              Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
75577      Branch: perl
75578            ! regexec.c t/op/pat.t
75579 ____________________________________________________________________________
75580 [ 19209] By: jhi                                   on 2003/04/14  20:36:55
75581         Log: PERLIO=perlio requires extra steps.
75582      Branch: perl
75583            ! lib/PerlIO.pm t/io/layers.t
75584 ____________________________________________________________________________
75585 [ 19208] By: jhi                                   on 2003/04/14  20:02:04
75586         Log: Skip as early as possible if no perlio since the
75587              use open would be compile-time.
75588      Branch: perl
75589            ! t/io/layers.t
75590 ____________________________________________________________________________
75591 [ 19207] By: rgs                                   on 2003/04/14  19:34:42
75592         Log: Document and test autovivified dirhandles.
75593              Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
75594              From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
75595              Date: 12 Apr 2003 12:40:45 -0000
75596              Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
75597      Branch: perl
75598            ! pod/perlfunc.pod t/op/readdir.t
75599 ____________________________________________________________________________
75600 [ 19206] By: rgs                                   on 2003/04/14  19:13:26
75601         Log: More docs about running tests and the test suite.
75602              Update perlhack.pod in various places.
75603              Add 'test_harness' as a .PHONY dependency in the Makefile.
75604      Branch: perl
75605            ! Makefile.SH pod/perlhack.pod t/README
75606 ____________________________________________________________________________
75607 [ 19205] By: jhi                                   on 2003/04/14  18:58:01
75608         Log: Build get_layers() also under -Uuseperlio.
75609      Branch: perl
75610            ! universal.c
75611 ____________________________________________________________________________
75612 [ 19204] By: jhi                                   on 2003/04/14  18:48:04
75613         Log: Bump up the version and admonish against aspiring (ab)use.
75614      Branch: perl
75615            ! lib/PerlIO.pm
75616 ____________________________________________________________________________
75617 [ 19203] By: jhi                                   on 2003/04/14  17:35:51
75618         Log: Introduce PerlIO::get_layers() to allow people to peek
75619              at the PerlIO layer stack.
75620      Branch: perl
75621            + t/io/layers.t
75622            ! MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
75623            ! universal.c
75624 ____________________________________________________________________________
75625 [ 19202] By: merijn                                on 2003/04/14  05:42:18
75626         Log: Subject: [PATCH] vms/vms.c waitpid tweak
75627              From: "Craig A. Berry" <craigberry@mac.com>
75628              Date: Mon, 14 Apr 2003 00:43:00 -0500
75629              Message-ID: <3E9A4A64.6030205@mac.com>
75630      Branch: perl
75631            ! vms/vms.c
75632 ____________________________________________________________________________
75633 [ 19201] By: sky                                   on 2003/04/13  19:26:46
75634         Log: Fix bug #16253, use all the CPU that we can :-)
75635      Branch: perl
75636            ! ext/threads/threads.xs
75637 ____________________________________________________________________________
75638 [ 19200] By: sky                                   on 2003/04/13  18:38:58
75639         Log: Fix bug #15893 by creating shared scalars with a refcount of 1
75640              instead of 2 and make push and pop increase the refcount.
75641      Branch: perl
75642            ! ext/threads/shared/shared.xs
75643 ____________________________________________________________________________
75644 [ 19199] By: jhi                                   on 2003/04/13  11:45:42
75645         Log: Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
75646              ../../lib for the lc() at line 66 (UTF-8 data possible
75647              if using UTF-8 locales).
75648      Branch: perl
75649            ! lib/ExtUtils/t/Install.t
75650 ____________________________________________________________________________
75651 [ 19198] By: jhi                                   on 2003/04/13  09:43:09
75652         Log: The lib/ipc_sysv.t test has a new name.
75653      Branch: perl
75654            ! INSTALL
75655 ____________________________________________________________________________
75656 [ 19197] By: jhi                                   on 2003/04/13  09:32:05
75657         Log: Continue hunting for the cause of the Tru64 failed threaded smokes
75658              most probably introduced by the change #19157.  The tweak suggested
75659              by Stephen McCamant trades a possible dangling pointer (CopFILE()
75660              is tricky like that with threads) to a memory leak.  (This means
75661              that this tweak shouldn't be left in as-is, but if this helps,
75662              we at least know that the failure was caused by the #19157.)
75663      Branch: perl
75664            ! op.c
75665 ____________________________________________________________________________
75666 [ 19196] By: jhi                                   on 2003/04/13  09:20:02
75667         Log: Upgrade to Net::Ping 2.29.
75668      Branch: perl
75669            + lib/Net/Ping/t/510_ping_udp.t
75670            - lib/Net/Ping/README
75671            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
75672 ____________________________________________________________________________
75673 [ 19195] By: jhi                                   on 2003/04/13  09:02:05
75674         Log: Upgrade to Test::Harness 2.27_04.
75675      Branch: perl
75676            + lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
75677            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Straps.pm
75678            ! lib/Test/Harness/t/test-harness.t
75679 ____________________________________________________________________________
75680 [ 19194] By: rgs                                   on 2003/04/12  21:21:04
75681         Log: Darwin/Rhapsody hints files updates by Wilfredo Sánchez
75682      Branch: perl
75683            ! hints/darwin.sh hints/rhapsody.sh
75684 ____________________________________________________________________________
75685 [ 19192] By: jhi                                   on 2003/04/12  18:23:40
75686         Log: The debugging aid #19182 didn't.
75687      Branch: perl
75688            ! ext/B/t/deparse.t
75689 ____________________________________________________________________________
75690 [ 19191] By: jhi                                   on 2003/04/12  16:51:12
75691         Log: Benchmark nit from Nicholas Clark (in OpenBSD the result could
75692              be a negative zero, -0).
75693      Branch: perl
75694            ! lib/Benchmark.t
75695 ____________________________________________________________________________
75696 [ 19190] By: rgs                                   on 2003/04/12  13:41:25
75697         Log: Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
75698              From: Michael G Schwern <schwern@pobox.com>
75699              Date: Fri, 11 Apr 2003 00:32:02 -0700
75700              Message-ID: <20030411073202.GC5916@windhund.schwern.org>
75701      Branch: perl
75702            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
75703            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
75704            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/TODO
75705            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/00setup_dummy.t
75706            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/basic.t
75707            ! lib/ExtUtils/t/zz_cleanup_dummy.t
75708 ____________________________________________________________________________
75709 [ 19189] By: rgs                                   on 2003/04/10  20:40:14
75710         Log: Peter Scott suggests that the docs for base.pm should
75711              state explicitely that base.pm doesn't call import()
75712              on base classes. Plus a few typos.
75713      Branch: perl
75714            ! lib/base.pm
75715 ____________________________________________________________________________
75716 [ 19188] By: rgs                                   on 2003/04/10  19:45:08
75717         Log: PerlFAQ sync.
75718      Branch: perl
75719            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
75720            ! pod/perlfaq7.pod pod/perlfaq9.pod
75721 ____________________________________________________________________________
75722 [ 19187] By: rgs                                   on 2003/04/10  19:25:18
75723         Log: Fix bug #21914, 3-arg open + local $fh + strict coredump.
75724              There used to be a nullstash (%{"<none>::"}) to hold illegal
75725              variables under strict 'vars'. It has been removed by change #17942.
75726              This can lead to segfaults during the parsing, because some illegal
75727              variables might have been discarded before the compilation of the
75728              current statement had completed.
75729              Bug analysis and test case by Enache Adrian.
75730      Branch: perl
75731            ! gv.c t/lib/strict/vars
75732 ____________________________________________________________________________
75733 [ 19186] By: jhi                                   on 2003/04/10  19:13:40
75734         Log: Be more descriptive.
75735      Branch: perl
75736            ! MANIFEST
75737 ____________________________________________________________________________
75738 [ 19185] By: jhi                                   on 2003/04/10  19:06:02
75739         Log: Noted by Nat: -0 didn't work that well with Unicode.
75740      Branch: perl
75741            ! perl.c pod/perlrun.pod
75742 ____________________________________________________________________________
75743 [ 19184] By: jhi                                   on 2003/04/10  17:26:43
75744         Log: Add an option for the grok_xxx() to silently ignore bad digits.
75745      Branch: perl
75746            ! numeric.c perl.h
75747 ____________________________________________________________________________
75748 [ 19183] By: jhi                                   on 2003/04/10  10:56:25
75749         Log: The test doesn't work that well when -Uusedl.
75750              Some of the tests could be salvaged even then I guess.
75751      Branch: perl
75752            ! lib/ExtUtils/t/Constant.t
75753 ____________________________________________________________________________
75754 [ 19182] By: jhi                                   on 2003/04/10  09:40:24
75755         Log: A temporary debugging aid for Tru64 threaded builds.
75756      Branch: perl
75757            ! ext/B/t/deparse.t
75758 ____________________________________________________________________________
75759 [ 19181] By: jhi                                   on 2003/04/10  08:02:10
75760         Log: Unless Inuits are involved...
75761      Branch: perl
75762            ! pod/perlrun.pod
75763 ____________________________________________________________________________
75764 [ 19180] By: jhi                                   on 2003/04/10  07:02:44
75765         Log: With AFS the cwds have little chance of agreeing.
75766      Branch: perl
75767            ! ext/Cwd/t/cwd.t
75768 ____________________________________________________________________________
75769 [ 19179] By: jhi                                   on 2003/04/10  06:46:50
75770         Log: I assume the idea was to use the *cwd variables for testing.
75771      Branch: perl
75772            ! ext/Cwd/t/cwd.t
75773 ____________________________________________________________________________
75774 [ 19177] By: jhi                                   on 2003/04/10  04:34:48
75775         Log: perlport information about portably embedding string data.
75776      Branch: perl
75777            ! pod/perlport.pod
75778 ____________________________________________________________________________
75779 [ 19176] By: jhi                                   on 2003/04/10  04:18:45
75780         Log: Also locale names can contain illegal UTF-8.
75781      Branch: perl
75782            ! lib/locale.t
75783 ____________________________________________________________________________
75784 [ 19175] By: jhi                                   on 2003/04/10  04:03:48
75785         Log: In case someone is using UTF-8 locales.
75786      Branch: perl
75787            ! lib/ExtUtils/MM_MacOS.pm
75788 ____________________________________________________________________________
75789 [ 19174] By: merijn                                on 2003/04/09  14:33:12
75790         Log: Even more promotion for -lc128 (long doubles on AIX)
75791              More obvious detection of C compiler
75792              cc_type should not promote to config.sh
75793
75794              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75795              Date: Wed, 09 Apr 2003 14:31:48 +0200
75796              Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
75797      Branch: perl
75798            ! hints/aix.sh
75799 ____________________________________________________________________________
75800 [ 19173] By: jhi                                   on 2003/04/09  12:39:35
75801         Log: open(my $fh, ">&", STDOUT) should not warn under strict.
75802      Branch: perl
75803            ! op.c t/io/open.t
75804 ____________________________________________________________________________
75805 [ 19172] By: jhi                                   on 2003/04/09  10:40:31
75806         Log: Try to be more descriptive than just __ANONIO__ which is what
75807              you get when you autovivify filehandles into array/hash elements.
75808      Branch: perl
75809            ! doio.c op.c t/io/open.t
75810 ____________________________________________________________________________
75811 [ 19171] By: rgs                                   on 2003/04/08  20:44:20
75812         Log: Implement support for --help and --version in Getopt::Std
75813              Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
75814              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
75815              Date: Mon, 7 Apr 2003 17:07:15 -0700
75816              Message-ID: <20030408000714.GA953@math.berkeley.edu>
75817      Branch: perl
75818            ! lib/Getopt/Std.pm
75819 ____________________________________________________________________________
75820 [ 19170] By: rgs                                   on 2003/04/08  19:47:05
75821         Log: Subject: [PATCH] Re: Error: Unknown error
75822              From: Enache Adrian <enache@rdslink.ro>
75823              Date: Tue, 8 Apr 2003 07:12:13 +0300
75824              Message-ID: <20030408041213.GA13553@ratsnest.hole>
75825      Branch: perl
75826            ! lib/fields.t lib/strict.t op.c t/lib/strict/subs
75827 ____________________________________________________________________________
75828 [ 19169] By: rgs                                   on 2003/04/08  19:19:34
75829         Log: Subject: [PATCH] (vaguely connected with) [perl #21875] Hash ref transformed as a list
75830              From: Dave Mitchell <davem@fdgroup.com>
75831              Date: Mon, 7 Apr 2003 21:43:17 +0100
75832              Message-ID: <20030407204317.GA8796@fdgroup.com>
75833
75834              The new XTERMORDORDOR lexer expectation must also be named
75835              in debugging perls, to be used in the output of -DT.
75836      Branch: perl
75837            ! perl.h toke.c
75838 ____________________________________________________________________________
75839 [ 19168] By: rgs                                   on 2003/04/08  19:05:22
75840         Log: Document that perl recognizes 2>&1 on the command-line on VMS.
75841      Branch: perl
75842            ! vms/perlvms.pod
75843 ____________________________________________________________________________
75844 [ 19167] By: rgs                                   on 2003/04/08  18:47:18
75845         Log: Typos fixes by Stas Bekman.
75846      Branch: perl
75847            ! cv.h lib/attributes.pm sv.h
75848 ____________________________________________________________________________
75849 [ 19166] By: rgs                                   on 2003/04/08  18:43:22
75850         Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1`  these days?
75851              From: Robin Barker <Robin.Barker@npl.co.uk>
75852              Date: Tue, 8 Apr 2003 14:23:04 +0100
75853              Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
75854      Branch: perl
75855            ! pod/perlpod.pod
75856 ____________________________________________________________________________
75857 [ 19164] By: jhi                                   on 2003/04/08  04:42:05
75858         Log: Few more words about safe/unsafe signals.
75859      Branch: perl
75860            ! pod/perlipc.pod pod/perlrun.pod pod/perlvar.pod
75861 ____________________________________________________________________________
75862 [ 19163] By: jhi                                   on 2003/04/07  19:25:39
75863         Log: The SvGROW() might move the PV.
75864      Branch: perl
75865            ! pp.c
75866 ____________________________________________________________________________
75867 [ 19162] By: jhi                                   on 2003/04/07  18:23:29
75868         Log: Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
75869              From: Michael G Schwern <schwern@pobox.com>
75870              Date: Mon, 7 Apr 2003 02:09:17 -0700
75871              Message-ID: <20030407090917.GA9221@windhund.schwern.org>
75872      Branch: perl
75873            + lib/ExtUtils/t/MM_Any.t
75874            ! MANIFEST lib/ExtUtils/Command.pm lib/ExtUtils/Command/MM.pm
75875            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
75876            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
75877            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
75878            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
75879            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
75880            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_UWIN.pm
75881            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
75882            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
75883            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
75884            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
75885            ! lib/ExtUtils/README lib/ExtUtils/TODO
75886            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/MM_Cygwin.t
75887            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
75888 ____________________________________________________________________________
75889 [ 19160] By: jhi                                   on 2003/04/07  04:17:38
75890         Log: Time::HiRes: Do not create files in blib directories under core
75891              (from Rafael)
75892      Branch: perl
75893            ! ext/Time/HiRes/Makefile.PL
75894 ____________________________________________________________________________
75895 [ 19159] By: jhi                                   on 2003/04/07  03:53:01
75896         Log: Future binary compat wishful thinking:
75897              maint will use the stashcache, but not the dbassertion.
75898      Branch: perl
75899            ! intrpvar.h
75900 ____________________________________________________________________________
75901 [ 19158] By: jhi                                   on 2003/04/07  03:41:17
75902         Log: More WinCE tweaking for Vadim Konovalov.
75903      Branch: perl
75904            ! wince/Makefile.ce wince/compile-all.bat wince/compile.bat
75905            ! wince/makedist.pl
75906 ____________________________________________________________________________
75907 [ 19157] By: rgs                                   on 2003/04/06  20:53:29
75908         Log: Subject: CvFILE for constant subs
75909              From: Stephen McCamant <smcc@mit.edu>
75910              Date: Sun, 6 Apr 2003 16:39:13 -0400
75911              Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
75912      Branch: perl
75913            ! op.c
75914 ____________________________________________________________________________
75915 [ 19156] By: rgs                                   on 2003/04/06  20:44:09
75916         Log: Subject: [PATCH] B::Deparse: sv_no != 0
75917              From: Stephen McCamant <smcc@mit.edu>
75918              Date: Sun, 6 Apr 2003 17:00:48 -0400
75919              Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
75920      Branch: perl
75921            ! ext/B/B/Deparse.pm
75922 ____________________________________________________________________________
75923 [ 19154] By: jhi                                   on 2003/04/06  19:46:35
75924         Log: An unconditional carp is not nice.
75925      Branch: perl
75926            ! ext/Sys/Syslog/Syslog.pm
75927 ____________________________________________________________________________
75928 [ 19153] By: rgs                                   on 2003/04/06  18:37:58
75929         Log: Subject: [DOC PATCH] README.solaris and -Dcc=gcc
75930              From: Robert Spier <rspier@pobox.com>
75931              Date: Sat, 05 Apr 2003 21:12:20 -0800
75932              Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
75933      Branch: perl
75934            ! README.solaris
75935 ____________________________________________________________________________
75936 [ 19152] By: rgs                                   on 2003/04/06  18:24:38
75937         Log: Remove unportable ">|" shell syntax
75938              Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
75939              From: Enache Adrian <enache@rdslink.ro>
75940              Date: Sun, 6 Apr 2003 21:13:27 +0300
75941              Message-ID: <20030406181326.GA873@ratsnest.hole>
75942      Branch: perl
75943            ! Makefile.SH
75944 ____________________________________________________________________________
75945 [ 19151] By: jhi                                   on 2003/04/06  18:14:44
75946         Log: Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
75947              From: Joost van Baal <J.E.vanBaal@uvt.nl>
75948              Date: Mon, 25 Nov 2002 17:35:37 +0100
75949              Message-ID: <20021125163537.GC4745@banach.uvt.nl>
75950
75951              (The .pm patch modified a bit, and removed the false
75952              claim that _PATH_INFO would be coming from syslog.ph)
75953      Branch: perl
75954            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
75955            ! ext/Sys/Syslog/syslog.t
75956 ____________________________________________________________________________
75957 [ 19150] By: rgs                                   on 2003/04/05  21:10:00
75958         Log: Subject: LD_PRELOAD hack, still badly flawed / a solution
75959              From: Enache Adrian <enache@rdslink.ro>
75960              Date: Thu, 3 Apr 2003 15:50:48 +0300
75961              Message-ID: <20030403125048.GA6107@ratsnest.hole>
75962
75963              On linux, when building a shared library, generate
75964              a small shell wrapper, "preload", that preloads libperl.so
75965              only if it exists. Useful when the 'make' process stops
75966              before the link phase.
75967      Branch: perl
75968            ! Makefile.SH
75969 ____________________________________________________________________________
75970 [ 19149] By: jhi                                   on 2003/04/05  20:44:25
75971         Log: Upgrade to Locale::Maketext 1.04.
75972      Branch: perl
75973            + lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
75974            + lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
75975            - lib/Locale/Maketext/test.pl
75976            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
75977            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
75978 ____________________________________________________________________________
75979 [ 19148] By: jhi                                   on 2003/04/05  20:38:30
75980         Log: perluniintro.pod: nice_string() doesn't escape
75981              literal escape chars -- use Sadahiro-san's fix(es).
75982      Branch: perl
75983            ! pod/perluniintro.pod
75984 ____________________________________________________________________________
75985 [ 19147] By: rgs                                   on 2003/04/05  19:12:30
75986         Log: Subject: [PATCH 5.8.1 @19053] Embedding
75987              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
75988              Date: Mon, 31 Mar 2003 12:39:24 -0800
75989              Message-ID: <20030331203924.GA3602@math.berkeley.edu>
75990
75991              Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
75992              to be used in a C program's main function.
75993      Branch: perl
75994            ! lib/ExtUtils/t/Embed.t pod/perlembed.pod
75995 ____________________________________________________________________________
75996 [ 19146] By: jhi                                   on 2003/04/05  19:08:37
75997         Log: Heredocs and use encoding didn't work for SJIS;
75998              patch from Inaba Hiroto.
75999      Branch: perl
76000            ! toke.c
76001 ____________________________________________________________________________
76002 [ 19145] By: rgs                                   on 2003/04/05  11:45:36
76003         Log: The manpages don't have to be built by MakeMaker for the
76004              core modules in ext/. Disable this in Devel::PPPort (not
76005              up-to-date on CPAN), Unicode::Normalize (the CPAN version
76006              uses a different Makefile.PL anyway) and XS::APItest
76007              (not CPANized.)
76008      Branch: perl
76009            ! ext/Devel/PPPort/Makefile.PL ext/Unicode/Normalize/Makefile.PL
76010            ! ext/XS/APItest/Makefile.PL
76011 ____________________________________________________________________________
76012 [ 19144] By: rgs                                   on 2003/04/05  11:28:22
76013         Log: Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
76014              by SADAHIRO Tomoyuki.
76015      Branch: perl
76016            ! ext/Unicode/Normalize/Changes
76017            ! ext/Unicode/Normalize/Normalize.pm
76018            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
76019            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
76020            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
76021            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
76022            ! lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
76023 ____________________________________________________________________________
76024 [ 19143] By: merijn                                on 2003/04/03  08:55:33
76025         Log: Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
76026              From: "Craig A. Berry" <craigberry@mac.com>
76027              Date: Wed, 02 Apr 2003 18:09:03 -0600
76028              Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
76029      Branch: perl
76030            ! vms/vms.c vms/vmsish.h
76031 ____________________________________________________________________________
76032 [ 19142] By: merijn                                on 2003/04/03  08:50:55
76033         Log: Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
76034              From: andreas.koenig@anima.de (Andreas J. Koenig)
76035              Date: Thu, 03 Apr 2003 08:28:52 +0200
76036              Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
76037      Branch: perl
76038            ! lib/Pod/t/Functions.t
76039 ____________________________________________________________________________
76040 [ 19141] By: jhi                                   on 2003/04/03  05:00:36
76041         Log: Don't recurse from threads to threads/shared (since
76042              threads/shared is built separately, temp solution from
76043              Schwern while MM is being fixed.)
76044      Branch: perl
76045            ! ext/threads/Makefile.PL
76046 ____________________________________________________________________________
76047 [ 19140] By: rgs                                   on 2003/04/02  20:41:46
76048         Log: Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
76049              From: Steve Hay <steve.hay@uk.radan.com>
76050              Date: Thu, 20 Mar 2003 11:55:01 +0000
76051              Message-ID: <3E79AC15.80307@uk.radan.com>
76052      Branch: perl
76053            ! installhtml lib/Pod/Functions.pm pod/perlfunc.pod pod/splitpod
76054 ____________________________________________________________________________
76055 [ 19139] By: jhi                                   on 2003/04/02  19:44:07
76056         Log: Make perldiag agree with #19138.
76057      Branch: perl
76058            ! pod/perldiag.pod
76059 ____________________________________________________________________________
76060 [ 19138] By: jhi                                   on 2003/04/02  19:37:59
76061         Log: Make at least the thread count make sense.
76062      Branch: perl
76063            ! ext/threads/threads.xs
76064 ____________________________________________________________________________
76065 [ 19137] By: rgs                                   on 2003/04/02  19:24:47
76066         Log: Adjust test for the recent change (#19136) to Pod::Html
76067      Branch: perl
76068            ! lib/Pod/t/htmlview.t
76069 ____________________________________________________________________________
76070 [ 19136] By: rgs                                   on 2003/04/02  18:46:31
76071         Log: Fixes for "installhtml --splithead", based on :
76072              Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
76073              From: Steve Hay <steve.hay@uk.radan.com>
76074              Date: Wed, 02 Apr 2003 11:33:41 +0100
76075              Message-ID: <3E8ABC85.5060807@uk.radan.com>
76076
76077              This also includes a small patch to Pod::Html : when generating
76078              anchor names, play on the safe side and turn every non-alphanumeric
76079              character into an '_'. Moreover, Pod::Html::anchorify() is now
76080              optionally exported.
76081      Branch: perl
76082            ! installhtml lib/Pod/Html.pm
76083 ____________________________________________________________________________
76084 [ 19135] By: rgs                                   on 2003/04/02  18:42:50
76085         Log: Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
76086              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76087              Date: Tue, 01 Apr 2003 16:32:46 -0800
76088              Message-ID: <u+ii+gzkgqkV092yn@efn.org>
76089      Branch: perl
76090            ! pp.c t/op/split.t
76091 ____________________________________________________________________________
76092 [ 19134] By: sky                                   on 2003/04/02  18:01:40
76093         Log: Fix some small nits, thanks to Rafael.
76094      Branch: perl
76095            ! pp_hot.c
76096 ____________________________________________________________________________
76097 [ 19133] By: sky                                   on 2003/04/02  13:41:14
76098         Log: Add packname->stash cache before the check if a packname is a
76099              filehandle or a package, it works because only packnames
76100              that have been resolved to stashes are added to the cache,
76101              and when a newIO is created we clean the cache.
76102              Results in roughly 1.8 speed increase for class->method()
76103              calls.
76104      Branch: perl
76105            ! embedvar.h gv.c hv.c intrpvar.h perl.c perlapi.h pp_hot.c sv.c
76106 ____________________________________________________________________________
76107 [ 19132] By: merijn                                on 2003/04/02  11:28:02
76108         Log: #19122 should have been tested on non-glibc system (like AIX)
76109      Branch: perl
76110            ! pp.c
76111 ____________________________________________________________________________
76112 [ 19131] By: jhi                                   on 2003/04/02  05:25:19
76113         Log: Spread IlyaZ's PERL_CORE detection trick.
76114      Branch: perl
76115            ! ext/Encode/Makefile.PL
76116 ____________________________________________________________________________
76117 [ 19130] By: jhi                                   on 2003/04/02  04:42:40
76118         Log: Cannot portably compare files if one of them is still open
76119              (from Craig Berry).
76120      Branch: perl
76121            ! ext/Encode/t/enc_module.t
76122 ____________________________________________________________________________
76123 [ 19129] By: jhi                                   on 2003/04/02  04:30:45
76124         Log: MM_VMS tweak from Craig Berry:
76125              http://nntp.x.perl.org/group/perl.makemaker/1002
76126      Branch: perl
76127            ! lib/ExtUtils/MM_VMS.pm
76128 ____________________________________________________________________________
76129 [ 19128] By: rgs                                   on 2003/04/01  21:30:12
76130         Log: Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
76131              From: Steve Hay <steve.hay@uk.radan.com>
76132              Date: Thu, 20 Mar 2003 12:34:15 +0000
76133              Message-ID: <3E79B547.6030201@uk.radan.com>
76134              (with a few minor tweaks)
76135      Branch: perl
76136            ! installhtml
76137 ____________________________________________________________________________
76138 [ 19127] By: rgs                                   on 2003/04/01  19:01:20
76139         Log: Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
76140              From: Enache Adrian <enache@rdslink.ro>
76141              Date: Sat, 29 Mar 2003 19:45:41 +0200
76142              Message-ID: <20030329174541.GA8138@ratsnest.hole>
76143      Branch: perl
76144            ! ext/B/B/Deparse.pm
76145 ____________________________________________________________________________
76146 [ 19126] By: rgs                                   on 2003/04/01  18:39:43
76147         Log: Fix bug #21742. require should be always invoked in
76148              scalar context. This wasn't the case when called from
76149              an eval(""), because the void context doesn't propagate
76150              through the leaveeval op. Instead of making scalarvoid()
76151              handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
76152              a workaround in doeval().
76153      Branch: perl
76154            ! pp_ctl.c t/comp/require.t
76155 ____________________________________________________________________________
76156 [ 19124] By: jhi                                   on 2003/04/01  16:52:28
76157         Log: Subject: [patch] fix HiRes.t failures on Stratus VOS
76158              From: "Green, Paul" <Paul.Green@stratus.com>
76159              Date: Tue, 1 Apr 2003 12:37:38 -0500
76160              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
76161      Branch: perl
76162            ! hints/vos.sh
76163 ____________________________________________________________________________
76164 [ 19122] By: jhi                                   on 2003/04/01  16:36:52
76165         Log: Integrate:
76166              [ 19119]
76167              Address "5.8.1@19053: crypt_r() takes 128K per thread".
76168      Branch: perl
76169           !> pp.c reentr.c reentr.h reentr.pl
76170 ____________________________________________________________________________
76171 [ 19121] By: jhi                                   on 2003/04/01  16:36:02
76172         Log: Integrate:
76173              [ 19109]
76174              Subject: [PATCH 5.8.1 @19053] Time::HiRes
76175              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
76176              Date: Mon, 31 Mar 2003 12:53:01 -0800
76177              Message-ID: <20030331205301.GA3687@math.berkeley.edu>
76178
76179              [ 19111]
76180              A cleaner way to detect PERL_CORE, from IlyaZ.
76181      Branch: perl
76182           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/Makefile.PL
76183 ____________________________________________________________________________
76184 [ 19120] By: jhi                                   on 2003/04/01  16:32:03
76185         Log: Integrate:
76186              [ 19106]
76187              Subject: [PATCH 5.8.1 @19053] OS/2-related patches
76188              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
76189              Date: Mon, 31 Mar 2003 12:43:37 -0800
76190              Message-ID: <20030331204337.GA3634@math.berkeley.edu>
76191
76192              and regen Configure.
76193      Branch: perl
76194            ! Configure config_h.SH embedvar.h
76195           !> Makefile.SH embed.fnc embed.h embed.pl ext/threads/threads.xs
76196           !> intrpvar.h makedef.pl os2/Makefile.SHs os2/OS2/ExtAttr/Changes
76197           !> os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes
76198           !> os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm
76199           !> os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2.c os2/os2ish.h
76200           !> os2/os2thread.h perlapi.h perlio.c perlvars.h reentr.c
76201           !> reentr.h reentr.pl sv.c
76202 ____________________________________________________________________________
76203 [ 19118] By: jhi                                   on 2003/04/01  16:17:04
76204         Log: Document the _exit() issue with threads in Linux [perl #17057].
76205      Branch: perl
76206            ! ext/POSIX/POSIX.pod
76207 ____________________________________________________________________________
76208 [ 19117] By: jhi                                   on 2003/04/01  16:07:59
76209         Log: Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
76210              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
76211              Date: Tue, 1 Apr 2003 11:02:35 +0200
76212              Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
76213      Branch: perl
76214            ! t/op/getpid.t
76215 ____________________________________________________________________________
76216 [ 19116] By: jhi                                   on 2003/04/01  16:06:12
76217         Log: Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
76218              From: Michael G Schwern <schwern@pobox.com>
76219              Date: Mon, 31 Mar 2003 15:16:57 -0800
76220              Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
76221      Branch: perl
76222            ! ext/SDBM_File/sdbm/Makefile.PL
76223 ____________________________________________________________________________
76224 [ 19115] By: jhi                                   on 2003/04/01  15:58:45
76225         Log: Subject: [PATCH] overdue perlhack.pod corrections for RT
76226              From: Richard.Foley@ubsw.com
76227              Date: Mon, 31 Mar 2003 16:27:14 +0200
76228              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
76229      Branch: perl
76230            ! pod/perlhack.pod
76231 ____________________________________________________________________________
76232 [ 19114] By: jhi                                   on 2003/04/01  15:56:27
76233         Log: Subject: [PATCH] Text::Abbrev warnings safe
76234              From: Peter Scott <Peter@PSDT.com>
76235              Date: Fri, 28 Mar 2003 16:34:47 -0800
76236              Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
76237      Branch: perl
76238            ! lib/Text/Abbrev.pm lib/Text/Abbrev.t
76239 ____________________________________________________________________________
76240 [ 19113] By: merijn                                on 2003/04/01  14:12:33
76241         Log: Implemented AIX longdouble support in hints/aix.sh, which now
76242              actually work.  Thanks to John L. Allen for the hint.
76243
76244              Subject: Re: AIX longdoubles
76245              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
76246              Date: Tue, 01 Apr 2003 17:18:57 +0200
76247              Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
76248      Branch: perl
76249            ! hints/aix.sh
76250 ____________________________________________________________________________
76251 [ 19104] By: jhi                                   on 2003/03/31  10:51:36
76252         Log: Tabify; strictly speaking unnecessary but anyway...
76253      Branch: perl
76254            ! MANIFEST
76255 ____________________________________________________________________________
76256 [ 19102] By: jhi                                   on 2003/03/31  10:36:48
76257         Log: Upgrade to Test::Harness 2.27_02.
76258      Branch: perl
76259            + t/lib/sample-tests/no_output t/lib/sample-tests/segfault
76260            + t/lib/sample-tests/too_many
76261            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
76262            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
76263            ! lib/Test/Harness/t/strap.t lib/Test/Harness/t/test-harness.t
76264 ____________________________________________________________________________
76265 [ 19101] By: jhi                                   on 2003/03/31  10:07:35
76266         Log: Upgrade to podlators 1.26.
76267      Branch: perl
76268            ! lib/Pod/Man.pm
76269 ____________________________________________________________________________
76270 [ 19100] By: jhi                                   on 2003/03/31  10:03:50
76271         Log: Upgrade to Encode 1.92.
76272      Branch: perl
76273            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
76274            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Guess.pm
76275            ! ext/Encode/t/CJKT.t ext/Encode/t/enc_module.t
76276            ! ext/Encode/ucm/big5-eten.ucm ext/Encode/ucm/big5-hkscs.ucm
76277            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
76278            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
76279 ____________________________________________________________________________
76280 [ 19099] By: jhi                                   on 2003/03/31  09:54:52
76281         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
76282              From: Michael G Schwern <schwern@pobox.com>
76283              Date: Mon, 31 Mar 2003 02:42:58 -0800
76284              Message-ID: <20030331104257.GB15327@windhund.schwern.org>
76285      Branch: perl
76286            + lib/ExtUtils/MakeMaker/FAQ.pod
76287            + lib/ExtUtils/MakeMaker/Tutorial.pod
76288            + lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
76289            + lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
76290            + lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
76291            + lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
76292            + lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
76293            + t/lib/TieIn.pm
76294            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
76295            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
76296            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
76297            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Any.pm
76298            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
76299            ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
76300            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
76301            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
76302            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
76303            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
76304            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/00setup_dummy.t
76305            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
76306            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/MM_BeOS.t
76307            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_NW5.t
76308            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
76309            ! lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/MM_Win32.t
76310            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
76311            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/prefixify.t
76312 ____________________________________________________________________________
76313 [ 19098] By: jhi                                   on 2003/03/31  09:36:11
76314         Log: Subject: [PATCH dump.c] stray n_a
76315              From: Michael G Schwern <schwern@pobox.com>
76316              Date: Mon, 31 Mar 2003 00:55:49 -0800
76317              Message-ID: <20030331085549.GB1300@windhund.schwern.org>
76318      Branch: perl
76319            ! dump.c
76320 ____________________________________________________________________________
76321 [ 19097] By: jhi                                   on 2003/03/31  05:00:07
76322         Log: Some low-hanging fruit for EBCDIC portability
76323              (or for marking as EBCDIC todos)
76324      Branch: perl
76325            ! ext/List/Util/t/isvstring.t lib/utf8.t t/run/switchC.t
76326            ! t/uni/write.t
76327 ____________________________________________________________________________
76328 [ 19094] By: jhi                                   on 2003/03/30  15:54:35
76329         Log: Upgrade to Time::HiRes 1.44.
76330      Branch: perl
76331            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
76332 ____________________________________________________________________________
76333 [ 19092] By: jhi                                   on 2003/03/30  15:09:02
76334         Log: IRIX 5.3 update.
76335      Branch: perl
76336            ! README.irix
76337 ____________________________________________________________________________
76338 [ 19091] By: jhi                                   on 2003/03/30  10:26:32
76339         Log: Not all compilers like #ifdefs within cpp macros
76340              (follow-up on #19086)
76341      Branch: perl
76342            ! pp_sys.c
76343 ____________________________________________________________________________
76344 [ 19090] By: jhi                                   on 2003/03/30  09:50:33
76345         Log: Ending strings is customary (typo from #19084).
76346      Branch: perl
76347            ! ext/Socket/Socket.t
76348 ____________________________________________________________________________
76349 [ 19089] By: jhi                                   on 2003/03/30  09:24:08
76350         Log: Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
76351      Branch: perl
76352            ! MANIFEST
76353 ____________________________________________________________________________
76354 [ 19088] By: jhi                                   on 2003/03/30  09:09:42
76355         Log: Another victim of IRIX 5.3's inability to resolve 'localhost'
76356              as the test expects.
76357      Branch: perl
76358            ! lib/Net/hostent.t
76359 ____________________________________________________________________________
76360 [ 19087] By: jhi                                   on 2003/03/30  09:08:07
76361         Log: In IRIX 5.3 turn off some of the warnings that cannot
76362              really be helped (e.g. warnings coming from system headers,
76363              or linker warnings during Configure).
76364      Branch: perl
76365            ! hints/irix_5.sh
76366 ____________________________________________________________________________
76367 [ 19086] By: jhi                                   on 2003/03/30  08:59:24
76368         Log: In IRIX 5.3 the cc is awfully confused about the prototype
76369              of select().
76370      Branch: perl
76371            ! hints/irix_5.sh pp_sys.c
76372 ____________________________________________________________________________
76373 [ 19085] By: jhi                                   on 2003/03/30  08:43:53
76374         Log: In IRIX 5.3 being too POSIXly hides the struct timespec.
76375      Branch: perl
76376            + ext/Time/HiRes/hints/irix.pl
76377            ! MANIFEST
76378 ____________________________________________________________________________
76379 [ 19084] By: jhi                                   on 2003/03/30  08:31:53
76380         Log: gethostbyname('localhost') is not that portable.
76381              inet_aton('localhost') in IRIX 5.3 returned an undef,
76382              which in turn made pack_sockaddr_in to barf on zero
76383              length in_addr.
76384      Branch: perl
76385            ! ext/Socket/Socket.t pod/perlfunc.pod pod/perlport.pod
76386 ____________________________________________________________________________
76387 [ 19083] By: jhi                                   on 2003/03/30  07:49:46
76388         Log: Subject: [PATCH] COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))
76389              From: Nicholas Clark <nick@unfortu.net>
76390              Date: Sun, 30 Mar 2003 00:35:48 +0000
76391              Message-ID: <20030330003547.GO274@Bagpuss.unfortu.net>
76392      Branch: perl
76393            ! sv.c
76394 ____________________________________________________________________________
76395 [ 19082] By: jhi                                   on 2003/03/29  21:18:32
76396         Log: IRIX 5.3 can have PF_LINK defined to be AF_LINK but
76397              not defined AF_LINK.
76398      Branch: perl
76399            ! ext/Socket/Socket.xs
76400 ____________________________________________________________________________
76401 [ 19081] By: jhi                                   on 2003/03/29  20:41:56
76402         Log: Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
76403              From: Nicholas Clark <nick@unfortu.net>
76404              Date: Sat, 29 Mar 2003 18:58:09 +0000
76405              Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
76406      Branch: perl
76407            ! dump.c
76408 ____________________________________________________________________________
76409 [ 19080] By: rgs                                   on 2003/03/29  20:39:34
76410         Log: Minor rephrasing in perlopentut,
76411              noticed by Bob Wilkinson (RT [perl #21725])
76412      Branch: perl
76413            ! pod/perlopentut.pod
76414 ____________________________________________________________________________
76415 [ 19079] By: rgs                                   on 2003/03/29  20:21:11
76416         Log: Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
76417              From: Nicholas Clark <nick@unfortu.net>
76418              Date: Thu, 27 Mar 2003 22:37:35 +0000
76419              Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
76420      Branch: perl
76421            ! pod/perlapi.pod sv.h
76422 ____________________________________________________________________________
76423 [ 19078] By: jhi                                   on 2003/03/29  07:23:00
76424         Log: It seems that in Tru64 V5 gcc cannot be used to
76425              compile a threaded Perl because <pthread.h> explicitly
76426              checks for supported compilers (gcc not being one of them).
76427              This is not so bad since the system C compiler is always there.
76428      Branch: perl
76429            ! README.tru64 hints/dec_osf.sh
76430 ____________________________________________________________________________
76431 [ 19077] By: jhi                                   on 2003/03/28  06:03:16
76432         Log: Feeding illegal QP (like \x80) to this
76433              ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
76434              caused a coredump in av_length() <- nextargv() because
76435              the av was NULL.  I don't know that returning Nullfp is
76436              the best thing to do, but it dodges the segfault and
76437              introduces no test failures.
76438      Branch: perl
76439            ! doio.c
76440 ____________________________________________________________________________
76441 [ 19074] By: jhi                                   on 2003/03/27  18:17:20
76442         Log: Missing final \n.
76443      Branch: perl
76444            ! lib/Attribute/Handlers/Changes
76445 ____________________________________________________________________________
76446 [ 19072] By: rgs                                   on 2003/03/26  22:30:09
76447         Log: Subject: [perl #21672] IO::New and undefined filename behaviour
76448              From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
76449              Date: 24 Mar 2003 16:29:08 -0000
76450              Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
76451              plus a regression test
76452      Branch: perl
76453            ! ext/IO/lib/IO/File.pm lib/FileHandle.t
76454 ____________________________________________________________________________
76455 [ 19071] By: rgs                                   on 2003/03/26  22:08:16
76456         Log: Better version of change #19069
76457              Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
76458              From: Nicholas Clark <nick@unfortu.net>
76459              Date: Wed, 26 Mar 2003 23:01:46 +0000
76460              Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
76461      Branch: perl
76462            ! pp_hot.c sv.c t/op/readline.t
76463 ____________________________________________________________________________
76464 [ 19070] By: rgs                                   on 2003/03/26  21:31:55
76465         Log: Subject: [patch] for Stratus VOS
76466              From: "Green, Paul" <Paul.Green@stratus.com>
76467              Date: Wed, 26 Mar 2003 17:24:38 -0500
76468              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
76469              (plus a small tweak to the test script)
76470      Branch: perl
76471            ! README.vos t/op/pack.t
76472 ____________________________________________________________________________
76473 [ 19069] By: rgs                                   on 2003/03/26  21:14:33
76474         Log: Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
76475              From: Nicholas Clark <nick@unfortu.net>
76476              Date: Tue, 25 Mar 2003 22:59:17 +0000
76477              Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
76478      Branch: perl
76479            ! sv.c t/op/readline.t
76480 ____________________________________________________________________________
76481 [ 19068] By: rgs                                   on 2003/03/26  20:53:18
76482         Log: Win32 counterpart of change #19065
76483      Branch: perl
76484            ! win32/Makefile win32/makefile.mk
76485 ____________________________________________________________________________
76486 [ 19067] By: rgs                                   on 2003/03/26  20:34:32
76487         Log: VMS counterpart of change #19065
76488      Branch: perl
76489            ! vms/descrip_mms.template
76490 ____________________________________________________________________________
76491 [ 19066] By: jhi                                   on 2003/03/26  20:05:40
76492         Log: Upgrade to Term::ANSIColor 1.07.
76493      Branch: perl
76494            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
76495            ! lib/Term/ANSIColor/README
76496 ____________________________________________________________________________
76497 [ 19065] By: rgs                                   on 2003/03/26  19:55:20
76498         Log: Add a file utils/cpan.PL to generate the "cpan" utility,
76499              also separately maintained on CPAN, and now moved as
76500              lib/CPAN/bin/cpan. Tweak installperl to avoid installing
76501              this last file.
76502      Branch: perl
76503            + utils/cpan.PL
76504           +> lib/CPAN/bin/cpan
76505            - utils/cpan
76506            ! MANIFEST installperl utils/Makefile
76507 ____________________________________________________________________________
76508 [ 19064] By: jhi                                   on 2003/03/26  19:48:32
76509         Log: Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
76510              From: Dave Mitchell <davem@fdgroup.com>
76511              Date: Thu, 20 Mar 2003 01:26:19 +0000
76512              Message-ID: <20030320012619.C19869@fdgroup.com>
76513
76514              Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
76515              From: Dave Mitchell <davem@fdgroup.com>
76516              Date: Mon, 24 Mar 2003 16:06:51 +0000
76517              Message-ID: <20030324160651.D1798@fdgroup.com>
76518      Branch: perl
76519            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
76520 ____________________________________________________________________________
76521 [ 19063] By: jhi                                   on 2003/03/26  19:33:09
76522         Log: Subject: [perl #21648] Doc typo in Net::servent
76523              From: Andy Lester (via RT) <perlbug-followup@perl.org>
76524              Date: 22 Mar 2003 05:02:31 -0000
76525              Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
76526      Branch: perl
76527            ! lib/Net/servent.pm
76528 ____________________________________________________________________________
76529 [ 19062] By: jhi                                   on 2003/03/26  19:29:39
76530         Log: Subject: [PATCH README.qnx] for QNX 6.2
76531              From: Norton Allen <allen@huarp.harvard.edu>
76532              Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
76533              Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
76534      Branch: perl
76535            ! README.qnx
76536 ____________________________________________________________________________
76537 [ 19060] By: merijn                                on 2003/03/26  13:13:23
76538         Log: Subject: [PATCH] lib/vmsish.t GMT bug fix
76539              From: "Craig A. Berry" <craigberry@mac.com>
76540              Date: Tue, 25 Mar 2003 22:52:58 -0600
76541              Message-ID: <3E81322A.3040508@mac.com>
76542      Branch: perl
76543            ! lib/vmsish.t
76544 ____________________________________________________________________________
76545 [ 19059] By: rgs                                   on 2003/03/24  21:43:03
76546         Log: Change 19056 wasn't good enough.
76547              ldlibpth should be changed later, to avoid spaces to be quoted.
76548      Branch: perl
76549            ! Makefile.SH
76550 ____________________________________________________________________________
76551 [ 19058] By: rgs                                   on 2003/03/24  21:37:59
76552         Log: Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
76553              From: Michael G Schwern <schwern@pobox.com>
76554              Date: Mon, 24 Mar 2003 00:50:39 -0800
76555              Message-ID: <20030324085039.GA19981@windhund.schwern.org>
76556      Branch: perl
76557            ! pod/perlhist.pod
76558 ____________________________________________________________________________
76559 [ 19057] By: rgs                                   on 2003/03/24  21:33:43
76560         Log: Typo, spotted by Doru Petrescu
76561              Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
76562      Branch: perl
76563            ! ext/Data/Dumper/Dumper.pm
76564 ____________________________________________________________________________
76565 [ 19056] By: rgs                                   on 2003/03/24  21:05:48
76566         Log: Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
76567              From: Enache Adrian <enache@rdslink.ro>
76568              Date: Mon, 24 Mar 2003 23:56:25 +0200
76569              Message-ID: <20030324215625.GB853@ratsnest.hole>
76570      Branch: perl
76571            ! Makefile.SH
76572 ____________________________________________________________________________
76573 [ 19055] By: merijn                                on 2003/03/24  07:05:39
76574         Log: Subject: no more 'make install && make test' with shared libperl.so on Linux
76575              From: Enache Adrian <enache@rdslink.ro>
76576              Date: Sat, 22 Mar 2003 22:49:49 +0200
76577              Message-ID: <20030322204949.GB794@ratsnest.hole>
76578
76579              This is a slightly more defensive patch than Chip's patch that
76580              fell through the cracks, but does the same
76581              Subject: Shared libperl.so and build issues
76582              From: Chip Turner <cturner@redhat.com>
76583              Date: Tue 31 Dec 2002 17:21
76584      Branch: perl
76585            ! Makefile.SH
76586 ____________________________________________________________________________
76587 [ 19054] By: merijn                                on 2003/03/24  06:54:23
76588         Log: Subject: [PATCH bleadperl] vms.c thread clean-up
76589              From: "Craig A. Berry" <craigberry@mac.com>
76590              Date: Sun, 23 Mar 2003 15:32:58 -0600
76591              Message-ID: <3E7E280A.5000304@mac.com>
76592      Branch: perl
76593            ! vms/vms.c
76594 ____________________________________________________________________________
76595 [ 19052] By: jhi                                   on 2003/03/24  04:28:13
76596         Log: For change #19051: a new .bat to CRLF.
76597      Branch: perl
76598            ! Porting/makerel
76599 ____________________________________________________________________________
76600 [ 19051] By: jhi                                   on 2003/03/24  04:27:55
76601         Log: WinCE update from Vadim Konovalov.
76602      Branch: perl
76603            + wince/compile-all.bat wince/makedist.pl
76604            - wince/include/sys/stat.h wince/xbuildall.ksh
76605            - wince/xdistclean.ksh wince/xmakediffs.ksh
76606            ! MANIFEST README.ce dosish.h wince/Makefile.ce
76607            ! wince/compile.bat wince/config.ce
76608 ____________________________________________________________________________
76609 [ 19050] By: jhi                                   on 2003/03/24  04:25:15
76610         Log: Oops (change #19013 missed changing the Perl version number).
76611      Branch: perl
76612            ! cygwin/perlld.in
76613 ____________________________________________________________________________
76614 [ 19047] By: jhi                                   on 2003/03/23  17:54:33
76615         Log: Integrate from maint-5.8:
76616              [ 19045]
76617              If no IVSIZE == 8, no need for modulo_1.
76618      Branch: perl
76619           !> pp.c
76620 ____________________________________________________________________________
76621 [ 19044] By: rgs                                   on 2003/03/21  21:09:15
76622         Log: Subject: [PATCH] p4genpatch
76623              From: andreas.koenig@anima.de (Andreas J. Koenig)
76624              Date: Sat, 15 Mar 2003 12:04:18 +0100
76625              Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
76626      Branch: perl
76627            ! Porting/p4genpatch
76628 ____________________________________________________________________________
76629 [ 19043] By: rgs                                   on 2003/03/21  20:43:55
76630         Log: Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
76631              From: Martien Verbruggen <mgjv@tradingpost.com.au>
76632              Date: Sat, 15 Mar 2003 12:31:47 +1100
76633              Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
76634      Branch: perl
76635            ! pod/perlsub.pod pod/perlsyn.pod
76636 ____________________________________________________________________________
76637 [ 19042] By: merijn                                on 2003/03/21  07:45:54
76638         Log: Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
76639              From: "Craig A. Berry" <craigberry@mac.com>
76640              Date: Thu, 20 Mar 2003 23:03:36 -0600
76641              Message-ID: <3E7A9D28.1040706@mac.com>
76642      Branch: perl
76643            ! configure.com vms/vms.c vms/vmsish.h
76644 ____________________________________________________________________________
76645 [ 19039] By: rgs                                   on 2003/03/20  22:40:38
76646         Log: Subject: Re: [patch] [perl #21628] rcatline issue
76647              From: Enache Adrian <enache@rdslink.ro>
76648              Date: Thu, 20 Mar 2003 22:39:06 +0200
76649              Message-ID: <20030320203906.GA31199@ratsnest.hole>
76650      Branch: perl
76651            ! MANIFEST pp_hot.c t/op/readline.t
76652 ____________________________________________________________________________
76653 [ 19038] By: rgs                                   on 2003/03/20  22:07:50
76654         Log: Subject: Re: Bytecode? Back into service.
76655              From: Enache Adrian <enache@rdslink.ro>
76656              Date: Thu, 20 Mar 2003 07:38:39 +0200
76657              Message-ID: <20030320053839.GA4044@ratsnest.hole>
76658      Branch: perl
76659            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
76660            ! ext/ByteLoader/byterun.h op.c
76661 ____________________________________________________________________________
76662 [ 19037] By: rgs                                   on 2003/03/20  20:16:43
76663         Log: Subject: [DOC-PATCH] for README.cygwin, bleadperl version
76664              From: "Gerrit P. Haase" <gp@familiehaase.de>
76665              Date: Thu, 20 Mar 2003 21:23:28 +0100
76666              Message-ID: <941032389637.20030320212328@familiehaase.de>
76667      Branch: perl
76668            ! README.cygwin
76669 ____________________________________________________________________________
76670 [ 19036] By: jhi                                   on 2003/03/20  05:23:15
76671         Log: Integrate:
76672              [ 19033]
76673              file test operators weren't doing the right thing if the SV
76674              passed to them wasn't NUL-terminated
76675
76676              [ 19034]
76677              ensure SVs returned by Win32::Get{Short,Full}PathName() are
76678              NUL-terminated
76679      Branch: perl
76680           !> doio.c win32/win32.c
76681 ____________________________________________________________________________
76682 [ 19028] By: jhi                                   on 2003/03/19  09:46:27
76683         Log: Better wording as requested by Rafael, and
76684              the module is BerkeleyDB, not BerkeleyFile.
76685      Branch: perl
76686            ! README.tru64
76687 ____________________________________________________________________________
76688 [ 19026] By: jhi                                   on 2003/03/19  09:11:43
76689         Log: Update the DB_File instructions in Tru64.
76690      Branch: perl
76691            ! README.tru64
76692 ____________________________________________________________________________
76693 [ 19025] By: rgs                                   on 2003/03/18  21:59:33
76694         Log: Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
76695              From: Dave Mitchell <davem@fdgroup.com>
76696              Date: Tue, 18 Mar 2003 21:55:05 +0000
76697              Message-ID: <20030318215505.A16787@fdgroup.com>
76698      Branch: perl
76699            ! pp_ctl.c t/op/goto.t
76700 ____________________________________________________________________________
76701 [ 19024] By: rgs                                   on 2003/03/18  21:24:27
76702         Log: Subject: [PATCH] VMS pod install tweaks
76703              From: "Craig A. Berry" <craigberry@mac.com>
76704              Date: Sat, 15 Mar 2003 16:06:07 -0600
76705              Message-ID: <3E73A3CF.3060502@mac.com>
76706      Branch: perl
76707            ! vms/descrip_mms.template
76708 ____________________________________________________________________________
76709 [ 19023] By: rgs                                   on 2003/03/18  21:22:03
76710         Log: Subject: [PATCH] poll() help for VMS
76711              From: "Craig A. Berry" <craigberry@mac.com>
76712              Date: Tue, 18 Mar 2003 01:10:10 -0600
76713              Message-ID: <3E76C652.30205@mac.com>
76714      Branch: perl
76715            ! configure.com ext/IO/poll.h
76716 ____________________________________________________________________________
76717 [ 19021] By: jhi                                   on 2003/03/18  06:56:26
76718         Log: The description of SIG_SIZE was off.
76719      Branch: perl
76720            ! Configure NetWare/config_H.wc Porting/Glossary
76721            ! Porting/config.sh Porting/config_H config_h.SH
76722            ! plan9/config.plan9 plan9/config_h.sample win32/config_H.bc
76723            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
76724            ! wince/config_H.ce
76725 ____________________________________________________________________________
76726 [ 19020] By: merijn                                on 2003/03/18  05:45:50
76727         Log: Minor updates of Wolfgang's pack patch
76728
76729              Subject: Re: pack changes and related fixes
76730              From: Philip Newton <Philip.Newton@gmx.net>
76731              Date: Tue, 18 Mar 2003 06:19:30 +0100
76732              Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
76733      Branch: perl
76734            ! embed.fnc pod/perldiag.pod
76735 ____________________________________________________________________________
76736 [ 19019] By: gsar                                  on 2003/03/18  05:06:07
76737         Log: regenerate win32/config_H.*
76738      Branch: perl
76739            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
76740            ! win32/config_H.vc64
76741 ____________________________________________________________________________
76742 [ 19018] By: gsar                                  on 2003/03/18  03:02:38
76743         Log: there is no trailing NULL in sig_name or sig_num, so don't
76744              talk about it
76745      Branch: perl
76746            ! Porting/Glossary
76747 ____________________________________________________________________________
76748 [ 19017] By: gsar                                  on 2003/03/18  03:01:02
76749         Log: according to the new Porting/Glossary, sig_num doesn't have an
76750              extra '0' at the end
76751      Branch: perl
76752            ! win32/config.bc win32/config.gc win32/config.vc
76753            ! win32/config.vc64
76754 ____________________________________________________________________________
76755 [ 19016] By: hv                                    on 2003/03/18  00:52:09
76756         Log: add tests for existing behaviour of undef postinc/dec
76757      Branch: perl
76758            ! t/op/inc.t
76759 ____________________________________________________________________________
76760 [ 19015] By: hv                                    on 2003/03/18  00:46:18
76761         Log: add comment at undef postinc special case
76762      Branch: perl
76763            ! pp.c
76764 ____________________________________________________________________________
76765 [ 19014] By: hv                                    on 2003/03/18  00:27:19
76766         Log: clarify behaviour of $a++
76767      Branch: perl
76768            ! pod/perlop.pod
76769 ____________________________________________________________________________
76770 [ 19013] By: jhi                                   on 2003/03/17  19:52:06
76771         Log: Integrate:
76772              [ 19012]
76773              We don't have the new Perl at this stage.
76774      Branch: perl
76775           !> cygwin/perlld.in
76776 ____________________________________________________________________________
76777 [ 19010] By: jhi                                   on 2003/03/17  17:16:44
76778         Log: Subject: pack changes and related fixes
76779              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
76780              Date: Mon, 17 Mar 2003 13:55:37 +0100
76781              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
76782      Branch: perl
76783            ! embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
76784            ! pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
76785            ! t/lib/warnings/pp_pack t/op/pack.t
76786 ____________________________________________________________________________
76787 [ 19007] By: jhi                                   on 2003/03/17  04:45:40
76788         Log: Integrate:
76789              [ 19006]
76790              Subject: Re: [Patch] Maintperl versioning for Cygwin
76791              From: Slaven Rezic <slaven@rezic.de>
76792              Date: 17 Mar 2003 00:42:43 +0100
76793              Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
76794      Branch: perl
76795           !> cygwin/perlld.in
76796 ____________________________________________________________________________
76797 [ 19005] By: hv                                    on 2003/03/17  02:06:20
76798         Log: Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
76799              From: chocolateboy <chocolateboy@chocolatey.com>
76800              Date: Sat, 22 Feb 2003 12:17:28 +0000
76801              Message-ID: <3E576A58.8010901@chocolatey.com>
76802      Branch: perl
76803            + ext/Data/Dumper/t/pair.t
76804            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
76805 ____________________________________________________________________________
76806 [ 19004] By: hv                                    on 2003/03/17  01:38:23
76807         Log: Subject: [patch] utils/h2xs.PL (get rid of \t and '')
76808              From: Stas Bekman <stas@stason.org>
76809              Date: Fri, 14 Feb 2003 11:59:53 +1100
76810              Message-ID: <3E4C3F89.6050005@stason.org>
76811      Branch: perl
76812            ! utils/h2xs.PL
76813 ____________________________________________________________________________
76814 [ 19003] By: hv                                    on 2003/03/17  01:23:02
76815         Log: Subject: [perl #20724] Patch for dprofpp
76816              From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
76817              Date: 5 Feb 2003 08:41:17 -0000
76818              Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
76819      Branch: perl
76820            ! utils/dprofpp.PL
76821 ____________________________________________________________________________
76822 [ 19002] By: hv                                    on 2003/03/16  23:36:57
76823         Log: Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
76824              From: Adam Spiers (via RT) <perlbug-followup@perl.org>
76825              Date: 10 Jan 2003 10:59:44 -0000
76826              Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
76827      Branch: perl
76828            ! lib/IPC/Open3.pm
76829 ____________________________________________________________________________
76830 [ 19001] By: jhi                                   on 2003/03/16  21:50:24
76831         Log: getservbyname_r() kaputt in OpenBSD (might get fixed
76832              for 3.3, but only might)
76833      Branch: perl
76834            ! hints/openbsd.sh
76835 ____________________________________________________________________________
76836 [ 18999] By: jhi                                   on 2003/03/16  21:33:49
76837         Log: Stay within known facts: what platforms the skippage helps,
76838              and in which it is not needed.
76839      Branch: perl
76840            ! ext/POSIX/t/posix.t
76841 ____________________________________________________________________________
76842 [ 18998] By: jhi                                   on 2003/03/16  18:15:42
76843         Log: This seems to fix (well, dodge) the problems in FreeBSD for
76844              Enache Adrian; in _theory_ this patch could be good for NetBSD,
76845              too, but Alian gets a core dump already at subtest #9 (anyone
76846              with a real NetBSD, Alian's is a VMware one, which has in the
76847              past caused similar odd crashes).  OpenBSD threaded build result
76848              still unknown.
76849      Branch: perl
76850            ! ext/POSIX/t/posix.t
76851 ____________________________________________________________________________
76852 [ 18997] By: jhi                                   on 2003/03/16  18:07:30
76853         Log: IRIX ls -l marks sockets with 'S'.
76854      Branch: perl
76855            ! t/op/stat.t
76856 ____________________________________________________________________________
76857 [ 18996] By: jhi                                   on 2003/03/16  17:41:42
76858         Log: Turn on UTF-8 flag only if the $str is valid utf8
76859              (pointed out by Dan Kogai).
76860      Branch: perl
76861            ! lib/Term/ReadLine.pm
76862 ____________________________________________________________________________
76863 [ 18995] By: jhi                                   on 2003/03/16  16:40:06
76864         Log: Signedness nits.
76865      Branch: perl
76866            ! regcomp.c
76867 ____________________________________________________________________________
76868 [ 18994] By: jhi                                   on 2003/03/16  15:41:44
76869         Log: Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
76870              Should work both for PERL_UNICODE/-C and use encoding 'foo';
76871      Branch: perl
76872            ! lib/Term/ReadLine.pm
76873 ____________________________________________________________________________
76874 [ 18991] By: jhi                                   on 2003/03/16  15:14:31
76875         Log: Pod fix from Philip Newton.
76876      Branch: perl
76877            ! pod/perlfunc.pod
76878 ____________________________________________________________________________
76879 [ 18990] By: jhi                                   on 2003/03/16  15:12:00
76880         Log: Further potential pitfalls for the utf8 len/pos cache
76881              found by Inaba Hiroto.  No test cases, yet.
76882      Branch: perl
76883            ! regcomp.c
76884 ____________________________________________________________________________
76885 [ 18989] By: jhi                                   on 2003/03/16  08:02:31
76886         Log: Make the :bytes conditional on PerlIO.
76887      Branch: perl
76888            ! ext/Encode/t/CJKT.t
76889 ____________________________________________________________________________
76890 [ 18988] By: jhi                                   on 2003/03/15  18:27:36
76891         Log: Needs PerlIO for :bytes.
76892      Branch: perl
76893            ! ext/Encode/t/CJKT.t
76894 ____________________________________________________________________________
76895 [ 18986] By: rgs                                   on 2003/03/14  20:28:20
76896         Log: Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
76897              From: Enache Adrian <enache@rdslink.ro>
76898              Date: Fri, 14 Mar 2003 23:02:42 +0200
76899              Message-ID: <20030314210242.GA1159@ratsnest.hole>
76900              (with an added test)
76901      Branch: perl
76902            ! t/comp/parser.t toke.c
76903 ____________________________________________________________________________
76904 [ 18985] By: rgs                                   on 2003/03/14  19:45:18
76905         Log: Time::HiRes is a core module
76906      Branch: perl
76907            ! pod/perlfunc.pod
76908 ____________________________________________________________________________
76909 [ 18984] By: rgs                                   on 2003/03/14  19:38:57
76910         Log: Subject: [patch ext/B/typemap] STRLEN T_UV
76911              From: Stas Bekman <stas@stason.org>
76912              Date: Fri, 14 Mar 2003 17:45:09 +1100
76913              Message-ID: <3E717A75.2060300@stason.org>
76914      Branch: perl
76915            ! ext/B/typemap
76916 ____________________________________________________________________________
76917 [ 18982] By: jhi                                   on 2003/03/14  15:16:18
76918         Log: Better pass in the $self for a method.
76919      Branch: perl
76920            ! lib/File/Spec/Unix.pm
76921 ____________________________________________________________________________
76922 [ 18980] By: jhi                                   on 2003/03/14  13:42:32
76923         Log: Cleanup the File::Spec tmpdir() implementations:
76924              now all the platforms specific modules call _tmpdir()
76925              (inherited from Unix.pm) with the list of platform
76926              specific list of temporary directories, and _tmpdir()
76927              then does the appropriate suitability checking.
76928      Branch: perl
76929            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
76930            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
76931            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
76932            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
76933 ____________________________________________________________________________
76934 [ 18979] By: jhi                                   on 2003/03/14  12:48:09
76935         Log: whichsig() really does return -1 for unknown signals.
76936      Branch: perl
76937            ! mg.c
76938 ____________________________________________________________________________
76939 [ 18977] By: jhi                                   on 2003/03/14  10:42:33
76940         Log: Rework the @Config{/sig.*/} tests.
76941      Branch: perl
76942            ! lib/Config.t
76943 ____________________________________________________________________________
76944 [ 18976] By: jhi                                   on 2003/03/14  10:31:50
76945         Log: Subject: [PATCH] configure.com: sig_num, etc.
76946              From: "Craig A. Berry" <craigberry@mac.com>
76947              Date: Thu, 13 Mar 2003 21:38:19 -0600
76948              Message-ID: <3E714EAB.6030001@mac.com>
76949      Branch: perl
76950            ! configure.com
76951 ____________________________________________________________________________
76952 [ 18975] By: jhi                                   on 2003/03/14  10:30:53
76953         Log: Make whichsig() to work also if some system defines
76954              zero signals (now -1 is the "not found").  Note that
76955              in couple of mg.c spots only whichsig() > 0 branches
76956              are taken because signal handlers et al don't make
76957              much sense for the zero signal.
76958      Branch: perl
76959            ! doio.c mg.c
76960 ____________________________________________________________________________
76961 [ 18973] By: jhi                                   on 2003/03/14  10:27:46
76962         Log: Since Configure does the signal name/number probe with awk
76963              based on the cpp results (not by really running code), testing
76964              for the signum value is not really helpful if we have runtime
76965              function calls (some signal numbers are dynamic, for example)
76966              (or other extra stuff where the signum value is expected).
76967              (Runtimeness also means that Configure cannot get these right,
76968              anyway.) Better filter in just the constant non-negative numbers.
76969      Branch: perl
76970            ! Configure
76971 ____________________________________________________________________________
76972 [ 18971] By: jhi                                   on 2003/03/14  09:30:18
76973         Log: Signal issues.
76974              (1) Filter out negative signals.
76975              (2) Correct sig_num* and sig_name* descriptions.
76976      Branch: perl
76977            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
76978            ! config_h.SH
76979 ____________________________________________________________________________
76980 [ 18970] By: jhi                                   on 2003/03/14  06:21:48
76981         Log: Hopefully this works also in Win32.
76982      Branch: perl
76983            ! ext/Encode/t/CJKT.t
76984 ____________________________________________________________________________
76985 [ 18969] By: jhi                                   on 2003/03/14  05:43:34
76986         Log: Subject: [PATCH] Perldoc.pm tweak for VMS
76987              From: "Craig A. Berry" <craigberry@mac.com>
76988              Date: Thu, 13 Mar 2003 13:44:55 -0600
76989              Message-ID: <3E70DFB7.8070405@mac.com>
76990      Branch: perl
76991            ! lib/Pod/Perldoc.pm
76992 ____________________________________________________________________________
76993 [ 18968] By: gsar                                  on 2003/03/14  04:41:25
76994         Log: fix for switchC.t test#6 failure on windows
76995      Branch: perl
76996            ! perl.c
76997 ____________________________________________________________________________
76998 [ 18967] By: gsar                                  on 2003/03/14  04:29:10
76999         Log: Config.t wasn't getting the sig_num and sig_size relationship
77000              right, and therefore failed test#35 on windows
77001
77002              note that config_h.SH documents that $sig_size does NOT include
77003              the final NULL in $sig_num!
77004      Branch: perl
77005            ! lib/Config.t
77006 ____________________________________________________________________________
77007 [ 18966] By: gsar                                  on 2003/03/14  04:20:51
77008         Log: another fix for failing test on windows ("use encoding" puts
77009              STDIN in :raw mode, so chomp() wasn't stripping the CR)
77010      Branch: perl
77011            ! ext/Encode/t/enc_module.t
77012 ____________________________________________________________________________
77013 [ 18965] By: gsar                                  on 2003/03/14  04:06:31
77014         Log: fix CJKT.t failures on windows due to incorrect binmode()
77015      Branch: perl
77016            ! ext/Encode/t/CJKT.t
77017 ____________________________________________________________________________
77018 [ 18964] By: rgs                                   on 2003/03/13  21:47:52
77019         Log: Skip the last test of Config.t on HP-UX.
77020              (This test should be skipped for every system that
77021              actually defines a negative signal number. Maybe that
77022              test should be removed, to be future-proof.)
77023      Branch: perl
77024            ! lib/Config.t
77025 ____________________________________________________________________________
77026 [ 18963] By: rgs                                   on 2003/03/13  20:57:32
77027         Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2
77028              From: Kurt Starsinic <kstar@cpan.org>
77029              Date: Mon, 10 Mar 2003 00:54:49 -0500
77030              Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
77031      Branch: perl
77032            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
77033 ____________________________________________________________________________
77034 [ 18962] By: rgs                                   on 2003/03/13  20:46:53
77035         Log: Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
77036              From: "Craig A. Berry" <craigberry@mac.com>
77037              Date: Tue, 11 Mar 2003 21:29:31 -0600
77038              Message-ID: <3E6EA99B.9060902@mac.com>
77039              Patch by Scott Lepage (scott.lepage@hp.com)
77040      Branch: perl
77041            ! hv.c
77042 ____________________________________________________________________________
77043 [ 18959] By: jhi                                   on 2003/03/13  20:05:50
77044         Log: Some more stdlib.h inclusions and change the gccversion
77045              test to use return (could have used that for all, sigh).
77046      Branch: perl
77047            ! Configure
77048 ____________________________________________________________________________
77049 [ 18958] By: rgs                                   on 2003/03/12  20:46:58
77050         Log: Trims slashes from the argument to rmdir(), likewise
77051              to what happens with rmdir(). Factorize the code in a
77052              local macro, TRIMSLASHES.
77053      Branch: perl
77054            ! pp_sys.c
77055 ____________________________________________________________________________
77056 [ 18957] By: jhi                                   on 2003/03/12  14:23:02
77057         Log: VOS nit from Paul Green.
77058      Branch: perl
77059            ! vos/configure_full_perl.sh
77060 ____________________________________________________________________________
77061 [ 18956] By: jhi                                   on 2003/03/12  13:58:26
77062         Log: File::Spec: Do not fall back to '', use curdir instead.
77063              Note: Mac used to use cwd(), now curdir, slight change
77064              (relative vs. absolute).
77065      Branch: perl
77066            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
77067            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
77068            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
77069 ____________________________________________________________________________
77070 [ 18955] By: jhi                                   on 2003/03/12  13:49:15
77071         Log: File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
77072              was unset (the tests attempted to create files at the /)
77073      Branch: perl
77074            ! lib/File/Spec/Cygwin.pm
77075 ____________________________________________________________________________
77076 [ 18954] By: jhi                                   on 2003/03/12  10:59:03
77077         Log: Another finding by IRIX cc: non-void function
77078              sv_cat_decode() should return a value.
77079      Branch: perl
77080            ! sv.c
77081 ____________________________________________________________________________
77082 [ 18952] By: jhi                                   on 2003/03/12  10:53:02
77083         Log: Integrate:
77084              [ 18949]
77085              pudge> never integrate anything from macos/
77086      Branch: perl
77087            - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
77088            - macos/macperl.sym
77089           !> MANIFEST
77090 ____________________________________________________________________________
77091 [ 18951] By: jhi                                   on 2003/03/12  10:52:17
77092         Log: Integrate:
77093              [ 18946]
77094              Integrate from maint-5.8/macperl:
77095              [ 18937]
77096              Various MacOS portability fixes for tests
77097
77098              [ 18938]
77099              File::Spec::Unix method should be called on $self
77100
77101              [ 18939]
77102              lib.pm:_get_dirs() should use $_[0], not $_
77103
77104              [ 18940]
77105              Update MacOS for new configpm
77106
77107              [ 18941]
77108              Update MacOS build
77109              Update Makefile for new source files,
77110              update test script, add additional symbol for APItest
77111      Branch: perl
77112           +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
77113           +> macos/macperl.sym
77114           !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
77115           !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
77116           !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
77117           !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
77118           !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
77119           !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
77120 ____________________________________________________________________________
77121 [ 18950] By: jhi                                   on 2003/03/12  10:49:27
77122         Log: Cygwin doesn't like initing the $0 mutex in perl_construct()
77123              (Too early? If inited there the pthread_mutex_init() returns
77124              an integer much too large be an errno), but initing the mutex
77125              later, in perl_alloc(), seems to be okay with Cygwin, and also
77126              with Linux.
77127      Branch: perl
77128            ! perl.c
77129 ____________________________________________________________________________
77130 [ 18944] By: jhi                                   on 2003/03/12  06:00:48
77131         Log: Ouch.  Missed one more, the void flags check (and exit() is void).
77132      Branch: perl
77133            ! Configure
77134 ____________________________________________________________________________
77135 [ 18943] By: jhi                                   on 2003/03/12  05:51:21
77136         Log: Tell how to possibly dodge 'Out of memory' errors.
77137      Branch: perl
77138            ! pod/perldiag.pod
77139 ____________________________________________________________________________
77140 [ 18935] By: jhi                                   on 2003/03/11  22:00:54
77141         Log: WinCE tweaks from Vadim Konovalov.
77142      Branch: perl
77143            ! perl.c perlio.c wince/Makefile.ce
77144 ____________________________________________________________________________
77145 [ 18932] By: jhi                                   on 2003/03/11  20:22:07
77146         Log: Missed one.
77147      Branch: perl
77148            ! Configure
77149 ____________________________________________________________________________
77150 [ 18929] By: jhi                                   on 2003/03/11  20:15:51
77151         Log: Single vs doublequoted context is important...
77152      Branch: perl
77153            ! Configure
77154 ____________________________________________________________________________
77155 [ 18927] By: jhi                                   on 2003/03/11  20:04:33
77156         Log: """glob.*""" patch for VMS, from Peter Prymmer.
77157      Branch: perl
77158            ! vms/perlvms.pod vms/vms.c
77159 ____________________________________________________________________________
77160 [ 18926] By: rgs                                   on 2003/03/11  19:44:54
77161         Log: Questionable construct.
77162      Branch: perl
77163            ! pod/perltooc.pod
77164 ____________________________________________________________________________
77165 [ 18925] By: jhi                                   on 2003/03/11  19:15:15
77166         Log: Better setmode() prototype for cygwin.
77167      Branch: perl
77168            ! perl.h
77169 ____________________________________________________________________________
77170 [ 18923] By: jhi                                   on 2003/03/11  19:11:39
77171         Log: Solaris cc wants prototype for exit(), so <stdlib.h> needed.
77172      Branch: perl
77173            ! Configure
77174 ____________________________________________________________________________
77175 [ 18921] By: jhi                                   on 2003/03/11  18:15:45
77176         Log: The 0, in the assert_not_ROK() makes IRIX cc to worry
77177              (cc-1171 cc: WARNING ... The indicated expression has no effect.)
77178              So make the macro to include the , and the non-gcc case empty.
77179      Branch: perl
77180            ! sv.h
77181 ____________________________________________________________________________
77182 [ 18919] By: jhi                                   on 2003/03/11  17:43:10
77183         Log: Uid_t and Gid_t can easily be shorts and one cannot
77184              pull shorts off the va_args, int is the shortest (ahem).
77185      Branch: perl
77186            ! reentr.c reentr.pl
77187 ____________________________________________________________________________
77188 [ 18918] By: jhi                                   on 2003/03/11  17:32:23
77189         Log: Subject: [PATCH] io_sock.t
77190              From: Norton Allen <allen@huarp.harvard.edu>
77191              Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
77192              Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
77193      Branch: perl
77194            ! README.qnx ext/IO/lib/IO/t/io_sock.t
77195 ____________________________________________________________________________
77196 [ 18917] By: jhi                                   on 2003/03/11  17:30:43
77197         Log: Get rid of one Cygwin warning by introducing a prototype
77198              for the init_os_extras().  Since there is no header file
77199              in Perl specific to cygwin, use perl.h.
77200      Branch: perl
77201            ! perl.h
77202 ____________________________________________________________________________
77203 [ 18916] By: jhi                                   on 2003/03/11  11:40:38
77204         Log: Upgrade to Time-HiRes 1.43.
77205      Branch: perl
77206            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
77207            ! ext/Time/HiRes/Makefile.PL
77208 ____________________________________________________________________________
77209 [ 18915] By: jhi                                   on 2003/03/11  09:19:54
77210         Log: Be more lax about the out of memory error message.
77211      Branch: perl
77212            ! t/op/recurse.t
77213 ____________________________________________________________________________
77214 [ 18914] By: jhi                                   on 2003/03/11  09:18:25
77215         Log: Try to handle hitting the heap/data limit in small systems.
77216              (One can simulate this with e.g. 32MB or 64MB datasize,
77217              use your shell's ulimit/limit/limits command.)
77218      Branch: perl
77219            ! t/op/recurse.t
77220 ____________________________________________________________________________
77221 [ 18912] By: hv                                    on 2003/03/11  07:36:00
77222         Log: typo for utf8locale in #18907
77223      Branch: perl
77224            ! sv.c
77225 ____________________________________________________________________________
77226 [ 18910] By: jhi                                   on 2003/03/11  06:55:29
77227         Log: Subject: [PATCH] clear PL_exitlist in perl_destruct
77228              From: "Craig A. Berry" <craigberry@mac.com>
77229              Date: Tue, 11 Mar 2003 00:34:39 -0600
77230              Message-ID: <3E6D837F.7000506@mac.com>
77231      Branch: perl
77232            ! perl.c
77233 ____________________________________________________________________________
77234 [ 18909] By: jhi                                   on 2003/03/11  06:29:35
77235         Log: Upgrade to cperl-mode 5.0, from IlyaZ.
77236      Branch: perl
77237            ! emacs/cperl-mode.el
77238 ____________________________________________________________________________
77239 [ 18908] By: jhi                                   on 2003/03/11  06:09:05
77240         Log: Missed some, cryptically.
77241      Branch: perl
77242            ! pod/perlfunc.pod
77243 ____________________________________________________________________________
77244 [ 18907] By: jhi                                   on 2003/03/11  06:01:28
77245         Log: Add missing intrpvar clonings to perl_clone.
77246              Also move the IDBassertion to the end since there's
77247              no particular reason to break bincompat for that.
77248      Branch: perl
77249            ! intrpvar.h sv.c
77250 ____________________________________________________________________________
77251 [ 18906] By: jhi                                   on 2003/03/11  05:43:30
77252         Log: Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
77253      Branch: perl
77254            ! intrpvar.h
77255 ____________________________________________________________________________
77256 [ 18905] By: jhi                                   on 2003/03/11  05:38:10
77257         Log: Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
77258              From: Stas Bekman <stas@stason.org>
77259              Date: Tue, 11 Mar 2003 17:09:02 +1100
77260              Message-ID: <3E6D7D7E.5000704@stason.org>
77261      Branch: perl
77262            ! sv.c
77263 ____________________________________________________________________________
77264 [ 18904] By: jhi                                   on 2003/03/11  05:33:10
77265         Log: Subject: [PATCH] typos and other minor things
77266              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
77267              Date: Mon, 10 Mar 2003 21:00:55 -0700
77268              Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
77269      Branch: perl
77270            ! emacs/cperl-mode.el ext/B/B/Concise.pm ext/DB_File/DB_File.pm
77271            ! ext/DB_File/DB_File.xs ext/Devel/PPPort/PPPort.pm
77272            ! ext/IO/lib/IO/Socket.pm ext/PerlIO/encoding/encoding.xs
77273            ! ext/PerlIO/via/via.pm ext/Storable/Storable.xs lib/Net/FTP.pm
77274            ! lib/Net/NNTP.pm lib/Net/Ping.pm lib/Pod/Perldoc.pm
77275            ! lib/Tie/File/t/05_size.t lib/charnames.pm lib/ftp.pl
77276            ! lib/utf8.t pad.c pod/perlfunc.pod pod/perlintern.pod
77277            ! pod/perlthrtut.pod pod/pod2latex.PL regcomp.c t/op/sprintf.t
77278            ! utils/libnetcfg.PL vms/vms.c win32/vmem.h
77279 ____________________________________________________________________________
77280 [ 18903] By: jhi                                   on 2003/03/11  05:29:12
77281         Log: A rejected hunk of #18902 reapplied.
77282      Branch: perl
77283            ! t/io/utf8.t
77284 ____________________________________________________________________________
77285 [ 18902] By: jhi                                   on 2003/03/11  05:19:15
77286         Log: Patch from Craig Berry to resolve test failures in VMS.
77287              Will poke the Net::Ping author.
77288      Branch: perl
77289            ! ext/threads/shared/t/cond.t lib/Net/Ping/t/190_alarm.t
77290            ! t/io/utf8.t t/op/magic.t
77291 ____________________________________________________________________________
77292 [ 18900] By: rgs                                   on 2003/03/10  22:12:37
77293         Log: Integrate (by hand) change #18386 from maint-5.8
77294      Branch: perl
77295            ! t/op/split.t
77296 ____________________________________________________________________________
77297 [ 18899] By: jhi                                   on 2003/03/10  21:44:12
77298         Log: VMS has an extra \n at the end, and I assume Windows has \r\n.
77299      Branch: perl
77300            ! t/run/switchC.t
77301 ____________________________________________________________________________
77302 [ 18891] By: rgs                                   on 2003/03/10  20:22:39
77303         Log: A new test, to check that signal numbers are actually positive,
77304              and that there is a consistent number of signals available.
77305      Branch: perl
77306            ! lib/Config.t
77307 ____________________________________________________________________________
77308 [ 18889] By: rgs                                   on 2003/03/10  19:55:06
77309         Log: Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
77310              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77311              Date: Fri, 07 Mar 2003 13:12:49 -0800
77312              Message-ID: <RtQa+gzkg2kF092yn@efn.org>
77313      Branch: perl
77314            ! mg.c pod/perldiag.pod t/op/tie.t
77315 ____________________________________________________________________________
77316 [ 18888] By: rgs                                   on 2003/03/10  19:37:40
77317         Log: Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
77318              From: Nicholas Clark <nick@unfortu.net>
77319              Date: Sun, 9 Mar 2003 21:24:46 +0000
77320              Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
77321      Branch: perl
77322            ! lib/Config.t
77323 ____________________________________________________________________________
77324 [ 18880] By: jhi                                   on 2003/03/10  16:17:50
77325         Log: Integrate from maint:
77326              [ 18428]
77327              Somehow I managed to get makefile.olds that didn't get cleaned away.
77328      Branch: perl
77329           !> Makefile.SH x2p/Makefile.SH
77330 ____________________________________________________________________________
77331 [ 18876] By: jhi                                   on 2003/03/10  06:35:20
77332         Log: Comment fix.
77333      Branch: perl
77334            ! t/io/utf8.t
77335 ____________________________________________________________________________
77336 [ 18875] By: jhi                                   on 2003/03/10  05:31:00
77337         Log: Remove the foo-old files.
77338      Branch: perl
77339            ! opcode.pl
77340 ____________________________________________________________________________
77341 [ 18874] By: jhi                                   on 2003/03/10  05:23:32
77342         Log: Subject: Re: Shared libperl.so and build issues
77343              From: Chip Turner <cturner@redhat.com>
77344              Date: 05 Jan 2003 10:35:40 -0500
77345              Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
77346      Branch: perl
77347            ! INSTALL
77348 ____________________________________________________________________________
77349 [ 18873] By: jhi                                   on 2003/03/10  05:18:02
77350         Log: Bunch of doc patches from Stas; plus regen.
77351
77352              Subject: [doc patch] perl.c's pod api entry
77353              From: Stas Bekman <stas@stason.org>
77354              Date: Mon, 10 Mar 2003 12:35:52 +1100
77355              Message-ID: <3E6BEBF8.80402@stason.org>
77356
77357              Subject: Re: [patch] perlguts.pod
77358              From: Stas Bekman <stas@stason.org>
77359              Date: Mon, 10 Mar 2003 12:38:57 +1100
77360              Message-ID: <3E6BECB1.7050009@stason.org>
77361
77362              Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
77363              From: Stas Bekman <stas@stason.org>
77364              Date: Mon, 10 Mar 2003 12:41:46 +1100
77365              Message-ID: <3E6BED5A.801@stason.org>
77366
77367              Subject: Re: [patch] perlapi.pod fix
77368              From: Stas Bekman <stas@stason.org>
77369              Date: Mon, 10 Mar 2003 12:43:33 +1100
77370              Message-ID: <3E6BEDC5.6010405@stason.org>
77371
77372              Subject: Re: [docs patch] replace gets() with fgets() in example
77373              From: Stas Bekman <stas@stason.org>
77374              Date: Mon, 10 Mar 2003 12:45:41 +1100
77375              Message-ID: <3E6BEE45.9030901@stason.org>
77376
77377              Subject: [doc patch] perlrun.pod
77378              From: Stas Bekman <stas@stason.org>
77379              Date: Mon, 10 Mar 2003 14:49:59 +1100
77380              Message-ID: <3E6C0B67.4050606@stason.org>
77381      Branch: perl
77382            ! ext/DynaLoader/DynaLoader_pm.PL handy.h perl.c pod/perlapi.pod
77383            ! pod/perlembed.pod pod/perlguts.pod pod/perlrun.pod
77384 ____________________________________________________________________________
77385 [ 18871] By: jhi                                   on 2003/03/09  20:15:13
77386         Log: Must not hide the protos, though.
77387      Branch: perl
77388            ! embed.pl proto.h
77389 ____________________________________________________________________________
77390 [ 18870] By: jhi                                   on 2003/03/09  20:12:11
77391         Log: I hate embed*.  Tell me what you know.
77392      Branch: perl
77393            ! embed.fnc embed.h
77394 ____________________________________________________________________________
77395 [ 18869] By: jhi                                   on 2003/03/09  19:32:19
77396         Log: Upgrade to Encode 1.91.
77397      Branch: perl
77398            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
77399            ! ext/Encode/encoding.pm ext/Encode/t/enc_module.t
77400 ____________________________________________________________________________
77401 [ 18868] By: jhi                                   on 2003/03/09  19:04:22
77402         Log: Export the symbols from #18863; do not prototype (but export)
77403              Nicholas Clark's experimental COW functions.
77404              Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
77405              a mess of Herculean proportions.  Someone should redesign and
77406              clean up the stables.
77407      Branch: perl
77408            ! embed.fnc embed.pl global.sym proto.h
77409 ____________________________________________________________________________
77410 [ 18867] By: jhi                                   on 2003/03/09  17:12:55
77411         Log: Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
77412      Branch: perl
77413            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
77414            ! ext/Encode/MANIFEST ext/Encode/encoding.pm
77415            ! ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_data.t
77416            ! ext/Encode/t/enc_module.t
77417 ____________________________________________________________________________
77418 [ 18865] By: jhi                                   on 2003/03/09  13:50:57
77419         Log: From Inaba Hiroto: DATA wasn't properly utf8ed
77420              under 'use encoding'.
77421      Branch: perl
77422            + ext/Encode/t/enc_data.t
77423            ! MANIFEST ext/Encode/MANIFEST toke.c
77424 ____________________________________________________________________________
77425 [ 18864] By: jhi                                   on 2003/03/09  13:21:09
77426         Log: Tru64: additional instructions for building a newer Berkeley DB.
77427      Branch: perl
77428            ! README.tru64 hints/dec_osf.sh
77429 ____________________________________________________________________________
77430 [ 18863] By: jhi                                   on 2003/03/09  12:07:28
77431         Log: At Sarathy's request restore the bin5005compat Perl_foo_sv()
77432              function stubs, should be helpful for really simple extensions.
77433              Undoes large parts of changes #16289 and #16290.
77434      Branch: perl
77435            ! sv.c
77436 ____________________________________________________________________________
77437 [ 18862] By: rgs                                   on 2003/03/09  11:48:37
77438         Log: ... and add a test case for bug #20798
77439      Branch: perl
77440            ! t/op/eval.t
77441 ____________________________________________________________________________
77442 [ 18861] By: jhi                                   on 2003/03/09  11:46:17
77443         Log: Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
77444              From: Enache Adrian <enache@rdslink.ro>
77445              Date: Fri, 7 Mar 2003 23:28:37 +0200
77446              Message-ID: <20030307212837.GB765@ratsnest.hole>
77447
77448              (and few more test cases from the thread)
77449      Branch: perl
77450            ! sv.c t/op/sprintf.t
77451 ____________________________________________________________________________
77452 [ 18860] By: rgs                                   on 2003/03/09  11:33:09
77453         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
77454              From: Enache Adrian <enache@rdslink.ro>
77455              Date: Fri, 7 Mar 2003 00:12:03 +0200
77456              Message-ID: <20030306221203.GB13330@ratsnest.hole>
77457      Branch: perl
77458            ! op.c
77459 ____________________________________________________________________________
77460 [ 18859] By: rgs                                   on 2003/03/09  11:30:22
77461         Log: Adjust test count.
77462      Branch: perl
77463            ! t/op/pat.t
77464 ____________________________________________________________________________
77465 [ 18858] By: jhi                                   on 2003/03/09  10:54:10
77466         Log: From Inaba Hiroto: re_intuit_start set a value to
77467              PL_bostr before calling find_byclass when regexp has
77468              ROPT_UTF8 flag on. But right value for PL_bostr is set
77469              before re_intuit_start is called.  PL_regdata is always
77470              assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
77471              can be deleted.
77472      Branch: perl
77473            ! regexec.c t/op/pat.t
77474 ____________________________________________________________________________
77475 [ 18857] By: jhi                                   on 2003/03/09  10:46:23
77476         Log: From Inaba Hiroto: the UTF-8 length cache wasn't
77477              updated when fbm_compile() appended a "\n".
77478      Branch: perl
77479            ! t/op/pat.t util.c
77480 ____________________________________________________________________________
77481 [ 18856] By: rgs                                   on 2003/03/08  20:16:36
77482         Log: Add a B::COP::io() method, to return the cop_io field of COPs.
77483              Print it in B::Debug. Can be used later in B::Deparse to deparse
77484              the open pragma.
77485      Branch: perl
77486            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm
77487 ____________________________________________________________________________
77488 [ 18855] By: rgs                                   on 2003/03/08  19:51:40
77489         Log: Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
77490              From: Richard.Foley@ubsw.com
77491              Date: Fri, 21 Feb 2003 13:51:51 +0100
77492              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
77493      Branch: perl
77494            ! pod/perldebug.pod
77495 ____________________________________________________________________________
77496 [ 18854] By: jhi                                   on 2003/03/08  19:41:25
77497         Log: Enache Adrian reads comments.
77498      Branch: perl
77499            ! perl.h
77500 ____________________________________________________________________________
77501 [ 18853] By: rgs                                   on 2003/03/08  19:40:13
77502         Log: Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
77503              From: Richard Soderberg <perl@crystalflame.net>
77504              Date: Sat, 15 Feb 2003 01:27:17 -0500
77505              Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
77506      Branch: perl
77507            ! ext/IO/lib/IO/Select.pm
77508 ____________________________________________________________________________
77509 [ 18852] By: jhi                                   on 2003/03/08  19:05:04
77510         Log: Subject: [PATCH] long %ENV values for VMS
77511              From: "Craig A. Berry" <craigberry@mac.com>
77512              Date: Fri, 07 Mar 2003 13:49:50 -0600
77513              Message-ID: <3E68F7DE.8070603@mac.com>
77514      Branch: perl
77515            ! vms/vms.c
77516 ____________________________________________________________________________
77517 [ 18851] By: jhi                                   on 2003/03/08  06:49:35
77518         Log: regen_headers tiny tidying:
77519              - regen.pl renamed as regen_lib.pl
77520              - regen_headers.pl renamed as regen.pl
77521              - added make target 'regen' (kept target 'regen_headers'
77522              for porters' brains' backward compatibility)
77523              - regen.pl fancified a bit to display the names
77524              of the files that got changed by running the scripts
77525      Branch: perl
77526            + regen_lib.pl
77527            - regen_headers.pl
77528            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
77529            ! keywords.pl opcode.pl regcomp.pl regen.pl
77530 ____________________________________________________________________________
77531 [ 18848] By: jhi                                   on 2003/03/07  08:40:52
77532         Log: Give pointers to runtime Unicode changes.
77533      Branch: perl
77534            ! pod/perlrun.pod pod/perlvar.pod
77535 ____________________________________________________________________________
77536 [ 18847] By: jhi                                   on 2003/03/07  08:02:50
77537         Log: Extra character noticed by Tels.
77538      Branch: perl
77539            ! MANIFEST
77540 ____________________________________________________________________________
77541 [ 18846] By: jhi                                   on 2003/03/07  05:28:11
77542         Log: Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
77543              From: Kay Roepke <kay@dolphin-services.de>
77544              Date: Thu, 06 Mar 2003 23:00:10 +0100
77545              Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
77546
77547              (plus change the d_gethostbyaddr_r_proto default to "0",
77548              that is what an undefined r_proto looks like)
77549      Branch: perl
77550            ! hints/freebsd.sh
77551 ____________________________________________________________________________
77552 [ 18845] By: jhi                                   on 2003/03/07  05:21:43
77553         Log: Define the Perl_pp_i_modulo_1() only iff we have glibc.
77554              (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
77555              in non-glibc case", from Craig Berry)
77556      Branch: perl
77557            ! pp.c
77558 ____________________________________________________________________________
77559 [ 18844] By: jhi                                   on 2003/03/07  05:05:57
77560         Log: Good observation from Philip Newton.
77561      Branch: perl
77562            ! pod/perlrun.pod
77563 ____________________________________________________________________________
77564 [ 18843] By: rgs                                   on 2003/03/06  21:59:02
77565         Log: Make the -A switch work without an assertion name.
77566              by Salvador Fandiño.
77567      Branch: perl
77568            ! perl.c t/run/switch_A.t
77569 ____________________________________________________________________________
77570 [ 18842] By: rgs                                   on 2003/03/06  21:27:15
77571         Log: Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
77572              From: "Jos I. Boumans" <kane@dwim.org>
77573              Date: Fri, 21 Feb 2003 20:33:53 +0100
77574              Message-ID: <3E567F21.6020006@dwim.org>
77575              (with some minor tweaks)
77576      Branch: perl
77577            ! pod/perlmodstyle.pod
77578 ____________________________________________________________________________
77579 [ 18841] By: rgs                                   on 2003/03/06  20:56:32
77580         Log: Subject: Re: [perl #20682] [fix] @- array not visible in s///
77581              From: Enache Adrian <enache@rdslink.ro>
77582              Date: Sun, 2 Mar 2003 06:05:22 +0200
77583              Message-ID: <20030302040522.GB4905@ratsnest.hole>
77584      Branch: perl
77585            ! t/op/subst.t
77586 ____________________________________________________________________________
77587 [ 18840] By: rgs                                   on 2003/03/06  20:45:08
77588         Log: Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
77589              From: Enache Adrian <enache@rdslink.ro>
77590              Date: Wed, 5 Mar 2003 12:06:20 +0200
77591              Message-ID: <20030305100620.GA909@ratsnest.hole>
77592      Branch: perl
77593            ! ext/POSIX/t/sigaction.t ext/POSIX/t/waitpid.t t/op/method.t
77594            ! t/op/sub_lval.t t/op/ver.t t/run/fresh_perl.t
77595 ____________________________________________________________________________
77596 [ 18839] By: jhi                                   on 2003/03/06  17:21:36
77597         Log: Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
77598              From: "Craig A. Berry" <craigberry@mac.com>
77599              Date: Thu, 06 Mar 2003 10:42:05 -0600
77600              Message-ID: <3E677A5D.10805@mac.com>
77601      Branch: perl
77602            ! mg.c
77603 ____________________________________________________________________________
77604 [ 18838] By: jhi                                   on 2003/03/06  10:11:22
77605         Log: Thinko fix.
77606      Branch: perl
77607            ! Porting/findrfuncs
77608 ____________________________________________________________________________
77609 [ 18837] By: jhi                                   on 2003/03/06  09:33:33
77610         Log: PERL_UNICODE explanation saga continues.
77611      Branch: perl
77612            ! pod/perlrun.pod
77613 ____________________________________________________________________________
77614 [ 18836] By: jhi                                   on 2003/03/06  07:55:03
77615         Log: Handle also extra directories et alia.
77616      Branch: perl
77617            ! Porting/manicheck
77618 ____________________________________________________________________________
77619 [ 18835] By: jhi                                   on 2003/03/06  07:48:05
77620         Log: Add mani(fest) check(ing) utility.
77621      Branch: perl
77622            + Porting/manicheck
77623            ! MANIFEST
77624 ____________________________________________________________________________
77625 [ 18833] By: jhi                                   on 2003/03/06  05:36:13
77626         Log: Subject: [patch config_h.SH] redefining __attribute__
77627              From: Stas Bekman <stas@stason.org>
77628              Date: Thu, 06 Mar 2003 12:03:39 +1100
77629              Message-ID: <3E669E6B.1060606@stason.org>
77630      Branch: perl
77631            ! Configure NetWare/config_H.wc Porting/config.sh
77632            ! Porting/config_H config_h.SH plan9/config.plan9
77633            ! plan9/config_h.sample win32/config_H.bc win32/config_H.gc
77634            ! win32/config_H.vc win32/config_H.vc64 wince/config_H.ce
77635 ____________________________________________________________________________
77636 [ 18831] By: jhi                                   on 2003/03/05  19:56:41
77637         Log: Couple more _r possibilities (found in a RH 8.0 box), and
77638              the random() macros were all wrong.  (I don't know why
77639              metaconfig did so much reordering of config_h.SH.)
77640      Branch: perl
77641            ! Configure config_h.SH reentr.h reentr.pl
77642 ____________________________________________________________________________
77643 [ 18830] By: rgs                                   on 2003/03/04  23:25:01
77644         Log: Change #18829 makes this test workaround obsolete.
77645      Branch: perl
77646            ! ext/B/t/deparse.t
77647 ____________________________________________________________________________
77648 [ 18829] By: rgs                                   on 2003/03/04  22:23:41
77649         Log: Patch by Salvador Fandiño to read the warning mask
77650              returned by caller() and ${^WARNING_BITS} from
77651              $warnings::Bits{all} and not from the hardcoded core
77652              constant. (This mask could have been extended by
77653              warnings::register.) Plus tests.
77654      Branch: perl
77655            ! mg.c pp_ctl.c t/op/caller.t
77656 ____________________________________________________________________________
77657 [ 18828] By: rgs                                   on 2003/03/04  20:49:59
77658         Log: Subject: [PATCH] assertions
77659              From: Salvador Fandiño <sfandino@yahoo.com>
77660              Date: Fri, 21 Feb 2003 17:26:16 +0000
77661              Message-ID: <3E566138.4090709@yahoo.com>
77662              and the complement : (with added comments)
77663              Subject: [PATCH] bug in ext/B/t/deparse.t
77664              Message-ID: <3E563E16.7060303@yahoo.com>
77665              plus perldiag.pod patch for the new warning
77666              (previous change was, once again, empty)
77667      Branch: perl
77668            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
77669            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
77670            ! pod/perldiag.pod warnings.h warnings.pl
77671 ____________________________________________________________________________
77672 [ 18827] By: rgs                                   on 2003/03/04  20:48:09
77673         Log: Subject: [PATCH] assertions
77674              From: Salvador Fandiño <sfandino@yahoo.com>
77675              Date: Fri, 21 Feb 2003 17:26:16 +0000
77676              Message-ID: <3E566138.4090709@yahoo.com>
77677              and the complement : (with added comments)
77678              Subject: [PATCH] bug in ext/B/t/deparse.t
77679              Message-ID: <3E563E16.7060303@yahoo.com>
77680              plus perldiag.pod patch for the new warning
77681      Branch: perl
77682            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
77683            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
77684            ! pod/perldiag.pod warnings.h warnings.pl
77685 ____________________________________________________________________________
77686 [ 18826] By: jhi                                   on 2003/03/04  20:22:25
77687         Log: Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
77688              The variant is from how List::Util Util.xs does it.
77689      Branch: perl
77690            ! ext/Devel/PPPort/PPPort.pm
77691 ____________________________________________________________________________
77692 [ 18825] By: rgs                                   on 2003/03/04  19:56:28
77693         Log: Doc typos.
77694      Branch: perl
77695            ! lib/File/Find.pm
77696 ____________________________________________________________________________
77697 [ 18823] By: jhi                                   on 2003/03/04  05:33:50
77698         Log: Try to give rcatline() a good jog on Unicode.
77699      Branch: perl
77700            ! t/io/utf8.t
77701 ____________________________________________________________________________
77702 [ 18822] By: jhi                                   on 2003/03/04  05:14:13
77703         Log: Subject: Re: [perl #21395] rcatline doesn't grok utf8
77704              From: Enache Adrian <enache@rdslink.ro>
77705              Date: Sun, 2 Mar 2003 05:43:54 +0200
77706              Message-ID: <20030302034354.GA4905@ratsnest.hole>
77707      Branch: perl
77708            ! sv.c t/io/utf8.t
77709 ____________________________________________________________________________
77710 [ 18821] By: jhi                                   on 2003/03/04  04:58:36
77711         Log: Can't test this without PerlIO.
77712      Branch: perl
77713            ! t/uni/write.t
77714 ____________________________________________________________________________
77715 [ 18820] By: sky                                   on 2003/03/04  01:01:07
77716         Log: Fixes bug #15654 bizarre constant mangling in 5.8.0
77717              What happened was that a constant was freed, the pad released but
77718              the pad slot still held the SV, when pad slot was reallocated
77719              to be a target for a stringify, it did a sv_setpv on the target
77720              and the original SV was wiped out. When this SV was later on
77721              to new places using the constant, they got the wrong value.
77722              By replacing pad_free with pad_swipe for these cases, we
77723              won't have such a problem. (pad_swipe also removes the
77724              pointer to the original SV).
77725      Branch: perl
77726            ! op.c
77727 ____________________________________________________________________________
77728 [ 18819] By: jhi                                   on 2003/03/03  19:15:07
77729         Log: Further clarification on PERL_UNICODE's semantics.
77730      Branch: perl
77731            ! pod/perlrun.pod
77732 ____________________________________________________________________________
77733 [ 18818] By: gbarr                                 on 2003/03/03  10:07:44
77734         Log: Sync with libnet-1.13
77735      Branch: perl
77736            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
77737            ! lib/Net/POP3.pm lib/Net/SMTP.pm
77738 ____________________________________________________________________________
77739 [ 18817] By: jhi                                   on 2003/03/03  06:45:59
77740         Log: Upgrade to Unicode::Normalize 0.20.
77741      Branch: perl
77742            ! ext/Unicode/Normalize/Changes
77743            ! ext/Unicode/Normalize/Normalize.pm
77744            ! ext/Unicode/Normalize/Normalize.xs
77745            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
77746            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
77747            ! ext/Unicode/Normalize/t/test.t
77748 ____________________________________________________________________________
77749 [ 18816] By: jhi                                   on 2003/03/03  06:17:28
77750         Log: Upgrade to Encode 1.89.  The enc_module.t required
77751              a little tweak, sending that to Dan.
77752      Branch: perl
77753            + ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
77754            + ext/Encode/t/enc_module.t
77755            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
77756            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
77757            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
77758            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
77759            ! ext/Encode/ucm/viscii.ucm
77760 ____________________________________________________________________________
77761 [ 18813] By: jhi                                   on 2003/03/03  05:33:21
77762         Log: Use a macro for abs() to avoid the possible truncation to an int;
77763              also make an explicit (double)cast for the arguments to fabs().
77764      Branch: perl
77765            ! perl.h pp.c sv.c util.c
77766 ____________________________________________________________________________
77767 [ 18812] By: hv                                    on 2003/03/02  22:36:05
77768         Log: Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
77769              From: andreas.koenig@anima.de (Andreas J. Koenig)
77770              Date: Wed, 19 Feb 2003 11:05:28 +0100
77771              Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
77772      Branch: perl
77773            ! patchlevel.h
77774 ____________________________________________________________________________
77775 [ 18811] By: hv                                    on 2003/03/02  22:30:50
77776         Log: Subject: [perl #21289] [Fwd: IPC::Msg bug report]
77777              From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
77778              Date: 18 Feb 2003 21:05:15 -0000
77779              Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
77780      Branch: perl
77781            ! ext/IPC/SysV/Msg.pm
77782 ____________________________________________________________________________
77783 [ 18810] By: hv                                    on 2003/03/02  21:59:10
77784         Log: Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
77785              From: Richard Soderberg <perl@crystalflame.net>
77786              Date: Sat, 15 Feb 2003 01:27:21 -0500
77787              Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
77788      Branch: perl
77789            ! lib/File/Basename.pm
77790 ____________________________________________________________________________
77791 [ 18809] By: hv                                    on 2003/03/02  21:54:53
77792         Log: Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
77793              From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
77794              Date: 15 Feb 2003 00:21:41 -0000
77795              Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
77796      Branch: perl
77797            ! lib/File/Find.pm
77798 ____________________________________________________________________________
77799 [ 18807] By: hv                                    on 2003/03/02  21:22:56
77800         Log: Reverse copyright update (#18801) for files not changed in 2003.
77801      Branch: perl
77802            ! EXTERN.h INTERN.h README av.h cc_runtime.h deb.c doop.c
77803            ! dosish.h fakethr.h form.h globals.c gv.h handy.h hv.h
77804            ! keywords.h keywords.pl mg.h miniperlmain.c numeric.c pad.h
77805            ! perlapi.c perlsdio.h perlsfio.h perlvars.h perly.y pp.h
77806            ! regcomp.h run.c scope.h taint.c thread.h unixish.h utf8.h
77807            ! utfebcdic.h util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c
77808            ! x2p/a2p.h x2p/a2p.y x2p/hash.c x2p/hash.h x2p/proto.h
77809            ! x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
77810 ____________________________________________________________________________
77811 [ 18805] By: hv                                    on 2003/03/02  16:29:28
77812         Log: Subject: Re: [perl #21411] [fix] Postponed RE with split()
77813              From: Enache Adrian <enache@rdslink.ro>
77814              Date: Sun, 2 Mar 2003 10:11:27 +0200
77815              Message-ID: <20030302081127.GA10782@ratsnest.hole>
77816      Branch: perl
77817            ! pp.c t/op/pat.t
77818 ____________________________________________________________________________
77819 [ 18803] By: hv                                    on 2003/03/02  16:12:34
77820         Log: Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch   included)
77821              From: "Anders Johnson" <ajohnson@wischip.com>
77822              Date: Mon, 10 Feb 2003 14:09:46 -0800
77823              Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
77824      Branch: perl
77825            ! mg.c t/op/magic.t
77826 ____________________________________________________________________________
77827 [ 18802] By: jhi                                   on 2003/03/02  15:39:06
77828         Log: Narrow down the -C test skippage.
77829      Branch: perl
77830            ! t/run/switchC.t
77831 ____________________________________________________________________________
77832 [ 18801] By: hv                                    on 2003/03/02  15:24:22
77833         Log: Update all copyrights to 2003, from Jarkko
77834      Branch: perl
77835            ! EXTERN.h INTERN.h README XSUB.h av.c av.h cc_runtime.h cop.h
77836            ! cv.h deb.c doio.c doop.c dosish.h dump.c embed.h embed.pl
77837            ! embedvar.h fakesdio.h fakethr.h form.h global.sym globals.c
77838            ! gv.c gv.h handy.h hv.c hv.h keywords.h keywords.pl locale.c
77839            ! mg.c mg.h miniperlmain.c nostdio.h numeric.c op.c op.h
77840            ! opcode.h opcode.pl opnames.h pad.c pad.h patchlevel.h perl.c
77841            ! perl.h perlapi.c perlapi.h perlio.h perlsdio.h perlsfio.h
77842            ! perlvars.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
77843            ! pp_sort.c pp_sys.c proto.h reentr.c reentr.h reentr.pl
77844            ! regcomp.c regcomp.h regexec.c regexp.h run.c scope.c scope.h
77845            ! sv.c sv.h taint.c thrdvar.h thread.h toke.c universal.c
77846            ! unixish.h utf8.c utf8.h utfebcdic.h util.c util.h x2p/EXTERN.h
77847            ! x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/hash.c
77848            ! x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h x2p/util.c
77849            ! x2p/util.h x2p/walk.c xsutils.c
77850 ____________________________________________________________________________
77851 [ 18800] By: hv                                    on 2003/03/02  15:16:38
77852         Log: Subject: [PATCH] for perl5db.pl against missing args destroying pre-post command setups
77853              From: Richard.Foley@ubsw.com
77854              Date: Wed, 19 Feb 2003 13:24:38 +0100
77855              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>
77856      Branch: perl
77857            ! lib/perl5db.pl
77858 ____________________________________________________________________________
77859 [ 18799] By: jhi                                   on 2003/03/02  13:34:13
77860         Log: The -CI cannot be easily tested under UTF-8 locale with
77861              the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
77862              Also other small tweaks in the -C neighbourhood.
77863      Branch: perl
77864            ! perl.c perl.h t/run/switchC.t util.c
77865 ____________________________________________________________________________
77866 [ 18798] By: jhi                                   on 2003/03/02  09:12:06
77867         Log: Go with "right = -right" for greater portability, some platforms
77868              might require llabs() to get abs() of long longs.
77869      Branch: perl
77870            ! pp.c
77871 ____________________________________________________________________________
77872 [ 18797] By: jhi                                   on 2003/03/02  08:07:32
77873         Log: Patch for [perl #9402], known also as "glibc _moddi3 bug
77874              with negative quads", or also as RedHat bug #65612.
77875      Branch: perl
77876            ! pp.c
77877 ____________________________________________________________________________
77878 [ 18796] By: jhi                                   on 2003/03/02  07:34:54
77879         Log: Forgotten from change #18795.
77880      Branch: perl
77881            ! global.sym
77882 ____________________________________________________________________________
77883 [ 18795] By: jhi                                   on 2003/03/02  07:27:44
77884         Log: Subject: Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling
77885              From: Abe Timmerman <abe@ztreet.demon.nl>
77886              Date: Sun, 2 Mar 2003 02:03:16 +0100
77887              Message-Id: <200303020203.16708.abe@ztreet.demon.nl>
77888      Branch: perl
77889            ! embed.fnc embed.h makedef.pl
77890 ____________________________________________________________________________
77891 [ 18794] By: jhi                                   on 2003/03/02  07:21:36
77892         Log: Further Unicode formats patching from Inaba Hiroto.
77893      Branch: perl
77894            + t/uni/write.t
77895            ! MANIFEST pp_ctl.c
77896 ____________________________________________________________________________
77897 [ 18793] By: jhi                                   on 2003/03/01  08:18:35
77898         Log: Integrate change #18788 from maint.
77899      Branch: perl
77900           !> perl.h
77901 ____________________________________________________________________________
77902 [ 18792] By: jhi                                   on 2003/03/01  08:14:43
77903         Log: Subject: [PATCH] Get MSWin32 back compiling
77904              From: Abe Timmerman <abe@ztreet.demon.nl>
77905              Date: Sat, 1 Mar 2003 04:31:19 +0100
77906              Message-Id: <200303010431.20205.abe@ztreet.demon.nl>
77907      Branch: perl
77908            ! embed.fnc embed.h global.sym makedef.pl
77909 ____________________________________________________________________________
77910 [ 18785] By: jhi                                   on 2003/02/26  20:38:55
77911         Log: Subject: Re: [PATCH] Re: format, PerlIO and utf8
77912              From: Inaba Hiroto <inaba@st.rim.or.jp>
77913              Date: Mon, 10 Feb 2003 00:04:51 +0900
77914              Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
77915      Branch: perl
77916            ! pp_ctl.c toke.c
77917 ____________________________________________________________________________
77918 [ 18784] By: jhi                                   on 2003/02/26  19:45:53
77919         Log: An already fixed bug from perl-unicode.
77920      Branch: perl
77921            ! t/op/pat.t
77922 ____________________________________________________________________________
77923 [ 18782] By: hv                                    on 2003/02/26  01:36:49
77924         Log: Subject: Re: [perl #20683] [fix] Better Patch
77925              From: Enache Adrian <enache@rdslink.ro>
77926              Date: Sun, 23 Feb 2003 20:16:39 +0200
77927              Message-ID: <20030223181639.GA18713@ratsnest.hole>
77928      Branch: perl
77929            ! embed.fnc embed.h ext/Devel/Peek/Peek.t mg.c perl.h proto.h
77930            ! regexec.c sv.c t/op/pat.t
77931 ____________________________________________________________________________
77932 [ 18781] By: hv                                    on 2003/02/26  01:11:14
77933         Log: regen headers
77934      Branch: perl
77935            ! perlapi.h pod/perlapi.pod
77936 ____________________________________________________________________________
77937 [ 18780] By: hv                                    on 2003/02/26  00:25:32
77938         Log: Two typos found by Philip Newton <pnewton@gmx.de>
77939      Branch: perl
77940            ! configpm ext/DB_File/DB_File.pm
77941 ____________________________________________________________________________
77942 [ 18779] By: jhi                                   on 2003/02/25  18:20:01
77943         Log: Add tests for the -C switch.  Depending on the
77944              CLIs some $^O dance may be needed.
77945      Branch: perl
77946            + t/run/switchC.t
77947            ! MANIFEST
77948 ____________________________________________________________________________
77949 [ 18778] By: hv                                    on 2003/02/25  15:24:17
77950         Log: Add missing file from change #18774.
77951      Branch: perl
77952            + t/op/localref.t
77953 ____________________________________________________________________________
77954 [ 18777] By: hv                                    on 2003/02/25  14:07:59
77955         Log: More variables for change #18776.
77956      Branch: perl
77957            ! op.c
77958 ____________________________________________________________________________
77959 [ 18776] By: hv                                    on 2003/02/25  14:04:03
77960         Log: Subject: [perl #20682] [fix] @- array not visible in s///
77961              From: Enache Adrian <enache@rdslink.ro>
77962              Date: Fri, 21 Feb 2003 17:50:14 +0200
77963              Message-ID: <20030221155014.GB793@ratsnest.hole>
77964      Branch: perl
77965            ! op.c t/op/subst.t
77966 ____________________________________________________________________________
77967 [ 18775] By: hv                                    on 2003/02/25  13:53:11
77968         Log: Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
77969              From: Enache Adrian <enache@rdslink.ro>
77970              Date: Fri, 21 Feb 2003 17:49:41 +0200
77971              Message-ID: <20030221154941.GA793@ratsnest.hole>
77972      Branch: perl
77973            ! pp_ctl.c t/op/subst.t
77974 ____________________________________________________________________________
77975 [ 18774] By: hv                                    on 2003/02/25  13:21:19
77976         Log: Subject: Re: [perl #21321] local ${"FOO"} does not work
77977              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
77978              Date: Sun, 23 Feb 2003 00:03:27 +0100
77979              Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
77980      Branch: perl
77981            ! MANIFEST op.c perl.h pp.c pp_hot.c t/op/local.t
77982 ____________________________________________________________________________
77983 [ 18773] By: hv                                    on 2003/02/25  12:45:01
77984         Log: Subject: [Encode] 1.88 Released
77985              From: Dan Kogai <dankogai@dan.co.jp>
77986              Date: Thu, 20 Feb 2003 23:49:55 +0900
77987              Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
77988      Branch: perl
77989            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
77990            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
77991            ! ext/Encode/lib/Encode/CJKConstants.pm
77992            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/enc_eucjp.t
77993            ! ext/Encode/t/enc_utf8.t ext/Encode/ucm/viscii.ucm
77994 ____________________________________________________________________________
77995 [ 18772] By: merijn                                on 2003/02/25  12:12:14
77996         Log: Subject: [perl@18752] warnings from CGI tests under cygwin
77997              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77998              Date: Wed, 19 Feb 2003 13:37:39 -0800
77999              Message-ID: <jk/U+gzkg2DE092yn@efn.org>
78000      Branch: perl
78001            ! lib/CGI.pm
78002 ____________________________________________________________________________
78003 [ 18771] By: jhi                                   on 2003/02/25  07:46:53
78004         Log: Cleanup #18770 as suggested by Rafael.
78005      Branch: perl
78006            ! mg.c perl.h
78007 ____________________________________________________________________________
78008 [ 18770] By: jhi                                   on 2003/02/25  06:01:09
78009         Log: A new try at #18765 (for [perl #20920]).
78010      Branch: perl
78011            ! mg.c
78012 ____________________________________________________________________________
78013 [ 18769] By: jhi                                   on 2003/02/25  05:33:10
78014         Log: Retract change #18765: makes HiRes.t hang after subtest #11.
78015      Branch: perl
78016            ! mg.c
78017 ____________________________________________________________________________
78018 [ 18768] By: chip                                  on 2003/02/24  21:42:57
78019         Log: Include p4d2p in Porting again, because p4genpatch doesn't work
78020              until a change has been submitted.
78021      Branch: perl
78022            + Porting/p4d2p
78023            ! MANIFEST
78024 ____________________________________________________________________________
78025 [ 18767] By: chip                                  on 2003/02/24  21:35:56
78026         Log: In Porting scripts, use standard perl path of "/usr/bin/perl".
78027      Branch: perl
78028            ! Porting/check83.pl Porting/findvars Porting/fixCORE
78029            ! Porting/fixvars Porting/genlog Porting/makerel Porting/patchls
78030 ____________________________________________________________________________
78031 [ 18766] By: jhi                                   on 2003/02/24  20:04:36
78032         Log: PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
78033      Branch: perl
78034            ! embedvar.h intrpvar.h mg.c perl.c perl.h pod/perldiag.pod
78035            ! pod/perlipc.pod pod/perlrun.pod pp_sys.c util.c
78036 ____________________________________________________________________________
78037 [ 18765] By: jhi                                   on 2003/02/24  19:56:23
78038         Log: Subject: Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)
78039              From: Slaven Rezic <slaven@rezic.de>
78040              Date: 14 Feb 2003 09:11:15 +0100
78041              Message-ID: <878ywji8nw.fsf@vran.herceg.de>
78042
78043              (with slight tweaks)
78044      Branch: perl
78045            ! mg.c
78046 ____________________________________________________________________________
78047 [ 18764] By: jhi                                   on 2003/02/24  18:44:41
78048         Log: Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
78049              "scalar upgraded to UTF-8 as a side effect of quote-interpolation
78050              when 'use encoding' is engaged"-- wasn't actually encoding's fault.
78051      Branch: perl
78052            ! pp_ctl.c pp_hot.c sv.c sv.h t/op/concat.t
78053 ____________________________________________________________________________
78054 [ 18763] By: chip                                  on 2003/02/24  14:54:36
78055         Log: Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
78056      Branch: perl
78057            ! op.c win32/perlhost.h
78058 ____________________________________________________________________________
78059 [ 18762] By: hv                                    on 2003/02/24  00:18:42
78060         Log: Remove no-longer-true line from perlop
78061      Branch: perl
78062            ! pod/perlop.pod
78063 ____________________________________________________________________________
78064 [ 18761] By: jhi                                   on 2003/02/23  12:07:53
78065         Log: Chip noticed that the intended optionality of the 'IV' was
78066              forgotten in the change #18758.
78067      Branch: perl
78068            ! ext/Devel/Peek/Peek.t
78069 ____________________________________________________________________________
78070 [ 18760] By: jhi                                   on 2003/02/22  19:17:04
78071         Log: API doc tweaks.
78072      Branch: perl
78073            ! utf8.c
78074 ____________________________________________________________________________
78075 [ 18759] By: sky                                   on 2003/02/21  09:08:30
78076         Log: Change regex to be a bit more friendly against various
78077              outputs from ps -f, regex suggest by rgs
78078      Branch: perl
78079            ! ext/threads/t/join.t
78080 ____________________________________________________________________________
78081 [ 18758] By: jhi                                   on 2003/02/20  17:28:44
78082         Log: Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
78083              From: PPrymmer@factset.com
78084              Date: Thu, 20 Feb 2003 13:28:09 -0500
78085              Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
78086      Branch: perl
78087            ! ext/Devel/Peek/Peek.t
78088 ____________________________________________________________________________
78089 [ 18757] By: jhi                                   on 2003/02/20  17:27:17
78090         Log: Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
78091              From: PPrymmer@factset.com
78092              Date: Wed, 19 Feb 2003 15:04:40 -0500
78093              Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
78094      Branch: perl
78095            ! README.vms configure.com
78096 ____________________________________________________________________________
78097 [ 18756] By: jhi                                   on 2003/02/20  06:16:05
78098         Log: Doc tweakage on -C.
78099      Branch: perl
78100            ! pod/perlrun.pod
78101 ____________________________________________________________________________
78102 [ 18755] By: rgs                                   on 2003/02/19  21:31:43
78103         Log: Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
78104              From: Brendan O'Dea <bod@debian.org>
78105              Date: Sun, 16 Feb 2003 21:09:23 +1100
78106              Message-ID: <20030216100923.GA29761@londo.c47.org>
78107      Branch: perl
78108            ! pod/perlcompile.pod
78109 ____________________________________________________________________________
78110 [ 18754] By: rgs                                   on 2003/02/19  21:14:37
78111         Log: Document clearly that "_" is always in package "main".
78112      Branch: perl
78113            ! pod/perlvar.pod
78114 ____________________________________________________________________________
78115 [ 18753] By: rgs                                   on 2003/02/19  20:55:09
78116         Log: Subject: Re: [perl #20716] scope error with brackets
78117              From: Enache Adrian <enache@rdslink.ro>
78118              Date: Thu, 13 Feb 2003 04:52:21 +0200
78119              Message-ID: <20030213025221.GA1215@ratsnest.hole>
78120              (better version of change #18687)
78121      Branch: perl
78122            ! t/comp/parser.t toke.c
78123 ____________________________________________________________________________
78124 [ 18752] By: jhi                                   on 2003/02/19  05:10:26
78125         Log: 'A' is not 65 everywhere.
78126      Branch: perl
78127            ! t/op/pack.t
78128 ____________________________________________________________________________
78129 [ 18751] By: chip                                  on 2003/02/19  03:54:45
78130         Log: Support one-parameter unpack(), which unpacks $_.
78131      Branch: perl
78132            ! opcode.h opcode.pl pod/perlfunc.pod pp_pack.c t/op/pack.t
78133 ____________________________________________________________________________
78134 [ 18750] By: hv                                    on 2003/02/19  00:53:03
78135         Log: more complex assertions activation:
78136              Subject: Re: Did the assertion patch/feature submission get overlooked?
78137              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
78138              Date: Tue, 18 Feb 2003 19:24:13 +0000
78139              Message-ID: <3E52885D.5060903@yahoo.com>
78140      Branch: perl
78141            ! lib/assertions.pm lib/assertions/activate.pm
78142            ! t/comp/assertions.t
78143 ____________________________________________________________________________
78144 [ 18749] By: hv                                    on 2003/02/19  00:19:21
78145         Log: Subject: [PATCH] Make adding notes to patchlevel.h easier
78146              From: andreas.koenig@anima.de (Andreas J. Koenig)
78147              Date: Tue, 18 Feb 2003 11:48:40 +0100
78148              Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
78149      Branch: perl
78150            ! patchlevel.h
78151 ____________________________________________________________________________
78152 [ 18748] By: hv                                    on 2003/02/19  00:00:41
78153         Log: Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
78154              From: Dave Mitchell <davem@fdgroup.com>
78155              Date: Tue, 18 Feb 2003 21:45:45 +0000
78156              Message-ID: <20030218214545.C18547@fdgroup.com>
78157
78158              and tests for the same:
78159              From: Dave Mitchell <davem@fdgroup.com>
78160              Date: Wed, 19 Feb 2003 00:42:01 +0000
78161              Message-ID: <20030219004201.F18547@fdgroup.com>
78162      Branch: perl
78163            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
78164 ____________________________________________________________________________
78165 [ 18747] By: hv                                    on 2003/02/18  23:47:06
78166         Log: Shouldn't have added as t/run/switchA.t in #18739 - it'll cause
78167              problems on case-insensitive file systems. Rename it back to
78168              t/run/switch_A.t
78169      Branch: perl
78170           +> t/run/switch_A.t
78171            - t/run/switchA.t
78172            ! MANIFEST
78173 ____________________________________________________________________________
78174 [ 18746] By: sky                                   on 2003/02/18  21:31:37
78175         Log: Subject: Re: -Os for Darwin why?
78176              From: schwern@pobox.com
78177              Date: tis feb 18, 2003  20:37:39 Europe/Stockholm
78178              Message-Id: <20030218113739.D25848@ttul.org>
78179      Branch: perl
78180            ! hints/darwin.sh
78181 ____________________________________________________________________________
78182 [ 18741] By: jhi                                   on 2003/02/18  14:01:34
78183         Log: Format nit.
78184      Branch: perl
78185            ! util.c
78186 ____________________________________________________________________________
78187 [ 18740] By: sky                                   on 2003/02/18  06:33:57
78188         Log: Re: -Os for Darwin why?
78189              From: schwern@pobox.com
78190              Date: tis feb 18, 2003  04:14:03 Europe/Stockholm
78191              Message-Id: <20030217191403.A17553@ttul.org>
78192      Branch: perl
78193            ! hints/darwin.sh
78194 ____________________________________________________________________________
78195 [ 18739] By: hv                                    on 2003/02/18  01:04:01
78196         Log: Subject: Re: Did the assertion patch/feature submission get overlooked?
78197              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
78198              Date: Mon, 17 Feb 2003 23:38:05 +0000
78199              Message-ID: <3E51725D.5060303@yahoo.com>
78200      Branch: perl
78201            + t/comp/assertions.t t/run/switchA.t
78202            ! MANIFEST
78203 ____________________________________________________________________________
78204 [ 18738] By: hv                                    on 2003/02/18  00:51:24
78205         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...
78206              From: Nicholas Clark <nick@ccl4.org>
78207              Date: Mon, 17 Feb 2003 21:07:03 +0000
78208              Message-ID: <20030217210330.A8611@plum.flirble.org>
78209      Branch: perl
78210            ! sv.c
78211 ____________________________________________________________________________
78212 [ 18737] By: hv                                    on 2003/02/18  00:47:00
78213         Log: Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
78214              From: Stephen McCamant <smcc@mit.edu>
78215              Date: Mon, 17 Feb 2003 19:34:36 -0500
78216              Date: Mon, 17 Feb 2003 19:34:36 -0500
78217              Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
78218      Branch: perl
78219            ! ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
78220            ! ext/B/B/Terse.pm ext/B/t/terse.t
78221 ____________________________________________________________________________
78222 [ 18736] By: hv                                    on 2003/02/17  09:33:47
78223         Log: Subject: [PATCH] Re: [PATCH] Copy on write for $& and $1...
78224              From: Nicholas Clark <nick@unfortu.net>
78225              Date: Sun, 16 Feb 2003 23:09:50 +0000
78226              Message-ID: <20030216230950.GB276@Bagpuss.unfortu.net>
78227      Branch: perl
78228            ! sv.c
78229 ____________________________________________________________________________
78230 [ 18735] By: hv                                    on 2003/02/17  09:13:02
78231         Log: Use the escape E<ntilde> in source files rather than the actual char.
78232      Branch: perl
78233            ! lib/assertions.pm lib/assertions/activate.pm
78234 ____________________________________________________________________________
78235 [ 18734] By: hv                                    on 2003/02/17  09:06:44
78236         Log: Suppress empty #ifdef blocks in embed.pl
78237      Branch: perl
78238            ! embed.h embed.pl
78239 ____________________________________________________________________________
78240 [ 18733] By: hv                                    on 2003/02/17  08:51:53
78241         Log: fix typo in sv.c and regenerate perlapi.pod
78242      Branch: perl
78243            ! pod/perlapi.pod sv.c
78244 ____________________________________________________________________________
78245 [ 18732] By: jhi                                   on 2003/02/17  06:40:09
78246         Log: Philip Newton has eagle eyes :-)
78247      Branch: perl
78248            ! pod/perlrun.pod
78249 ____________________________________________________________________________
78250 [ 18731] By: jhi                                   on 2003/02/17  05:31:18
78251         Log: Doc tweaks (and one code tweak) based on Philip Newton's comments.
78252      Branch: perl
78253            ! locale.c pod/perlrun.pod pod/perlunicode.pod
78254            ! pod/perluniintro.pod pod/perlvar.pod util.c
78255 ____________________________________________________________________________
78256 [ 18730] By: jhi                                   on 2003/02/17  04:44:53
78257         Log: Make also the -CAL conditional on locale.
78258      Branch: perl
78259            ! perl.c pod/perlrun.pod
78260 ____________________________________________________________________________
78261 [ 18729] By: jhi                                   on 2003/02/16  18:33:05
78262         Log: NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
78263      Branch: perl
78264            ! embed.h embed.pl pod/perlembed.pod
78265 ____________________________________________________________________________
78266 [ 18728] By: jhi                                   on 2003/02/16  18:20:04
78267         Log: According to Sarathy it's better have the Ministry
78268              of Information to remove all memory of NO_EMBED.
78269              What NO_EMBED?
78270      Branch: perl
78271            ! embed.h embed.pl
78272 ____________________________________________________________________________
78273 [ 18727] By: hv                                    on 2003/02/16  13:55:10
78274         Log: add support for assertions. Updated form of:
78275              Subject: Re: Did the assertion patch/feature submission get overlooked?
78276              From: Salvador =?ISO-8859-1?Q?Fandi=F1o?= <sfandino@yahoo.com>
78277              Date: Sat, 30 Nov 2002 17:24:09 +0000
78278              Message-ID: <3DE8F439.50402@yahoo.com>
78279      Branch: perl
78280            + lib/assertions.pm lib/assertions/activate.pm
78281            ! MANIFEST cv.h dump.c embed.pl embedvar.h ext/B/B/Deparse.pm
78282            ! ext/B/defsubs_h.PL intrpvar.h lib/perl5db.pl op.c perl.c
78283            ! perl.h perlapi.h pp_hot.c sv.c toke.c xsutils.c
78284 ____________________________________________________________________________
78285 [ 18726] By: hv                                    on 2003/02/16  13:10:32
78286         Log: COW regexps:
78287              Subject: [PATCH] Copy on write for $& and $1...
78288              From: Nicholas Clark <nick@unfortu.net>
78289              Date: Sun, 9 Feb 2003 23:00:09 +0000
78290              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
78291      Branch: perl
78292            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_ctl.c pp_hot.c
78293            ! proto.h regcomp.c regexec.c regexp.h sv.c sv.h thrdvar.h
78294 ____________________________________________________________________________
78295 [ 18725] By: hv                                    on 2003/02/16  13:08:52
78296         Log: inline SvREFCNT_dec:
78297              Subject: [PATCH] Copy on write for $& and $1...
78298              From: Nicholas Clark <nick@unfortu.net>
78299              Date: Sun, 9 Feb 2003 23:00:09 +0000
78300              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
78301      Branch: perl
78302            ! embed.fnc embed.h proto.h sv.c sv.h
78303 ____________________________________________________________________________
78304 [ 18723] By: hv                                    on 2003/02/16  11:12:58
78305         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
78306              From: Enache Adrian <enache@rdslink.ro>
78307              Date: Sun, 16 Feb 2003 00:05:10 +0200
78308              Message-ID: <20030215220510.GB893@ratsnest.hole>
78309      Branch: perl
78310            ! op.c
78311 ____________________________________________________________________________
78312 [ 18722] By: hv                                    on 2003/02/16  11:08:06
78313         Log: outdent else-if chain in scope()
78314      Branch: perl
78315            ! op.c
78316 ____________________________________________________________________________
78317 [ 18721] By: hv                                    on 2003/02/16  11:00:47
78318         Log: Subject: [PATCH] arcane tainting bug in vms.c
78319              From: "Craig A. Berry" <craigberry@mac.com>
78320              Date: Sat, 15 Feb 2003 12:29:03 -0600
78321              Message-ID: <3E4E86EF.8090609@mac.com>
78322      Branch: perl
78323            ! vms/vms.c
78324 ____________________________________________________________________________
78325 [ 18720] By: hv                                    on 2003/02/16  10:54:58
78326         Log: restrict PERL_PRESERVE_IVUV to things that should really give an
78327              integer, but extend to runtime. Based on:
78328              Subject: Re: [perl #20827] Unexpected scientific notation.
78329              From: hv@crypt.org
78330              Date: Wed, 12 Feb 2003 03:12:43 +0000
78331              Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
78332      Branch: perl
78333            ! op.c pp.c
78334 ____________________________________________________________________________
78335 [ 18718] By: jhi                                   on 2003/02/16  09:47:02
78336         Log: As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
78337              which will disable the short forms of the Perl_ API, good for
78338              embedding stuff.  (Kind of like the old NO_EMBED, but better.)
78339      Branch: perl
78340            ! embed.h embed.pl pod/perlembed.pod
78341 ____________________________________________________________________________
78342 [ 18717] By: jhi                                   on 2003/02/16  09:44:57
78343         Log: Clarify the -C syntax a bit.
78344      Branch: perl
78345            ! pod/perlrun.pod
78346 ____________________________________________________________________________
78347 [ 18716] By: jhi                                   on 2003/02/16  08:29:54
78348         Log: Forgotten from #18715.
78349      Branch: perl
78350            ! embed.h proto.h
78351 ____________________________________________________________________________
78352 [ 18715] By: jhi                                   on 2003/02/15  21:19:37
78353         Log: The new(er) way of controlling Unicode I/O (and other) features;
78354              -C (or PERL_UNICODE).  See perlrun/-C for more details.
78355      Branch: perl
78356            ! embed.fnc embedvar.h gv.c intrpvar.h locale.c mg.c perl.c
78357            ! perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
78358            ! pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
78359            ! util.c
78360 ____________________________________________________________________________
78361 [ 18714] By: jhi                                   on 2003/02/15  12:31:25
78362         Log: Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
78363      Branch: perl
78364            ! ext/Storable/Storable.xs
78365 ____________________________________________________________________________
78366 [ 18712] By: jhi                                   on 2003/02/15  08:39:38
78367         Log: Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
78368              even closer to each other.  The dec_osf.pl is irrelevant
78369              for the current core but adding it makes for one less exception
78370              when integrating.
78371      Branch: perl
78372            + ext/Digest/MD5/hints/dec_osf.pl
78373            ! MANIFEST ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL
78374            ! ext/Digest/MD5/t/files.t
78375 ____________________________________________________________________________
78376 [ 18711] By: jhi                                   on 2003/02/15  08:32:04
78377         Log: Update MD5 Changes; update checksums.
78378      Branch: perl
78379            ! ext/Digest/MD5/Changes ext/Digest/MD5/t/files.t
78380 ____________________________________________________________________________
78381 [ 18710] By: jhi                                   on 2003/02/15  08:19:20
78382         Log: Update the MD5 checksums.
78383      Branch: perl
78384            ! ext/Digest/MD5/t/files.t
78385 ____________________________________________________________________________
78386 [ 18709] By: jhi                                   on 2003/02/15  08:16:26
78387         Log: Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
78388              (problem noticed by Graham with List::Util).
78389      Branch: perl
78390            ! ext/Data/Dumper/Dumper.xs ext/Digest/MD5/MD5.xs
78391            ! ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
78392 ____________________________________________________________________________
78393 [ 18708] By: jhi                                   on 2003/02/15  07:31:17
78394         Log: Subject: Re: [perl #20912] UTF8 related glitch + fix
78395              From: Enache Adrian <enache@rdslink.ro>
78396              Date: Sat, 15 Feb 2003 00:37:40 +0200
78397              Message-ID: <20030214223740.GA13575@ratsnest.hole>
78398      Branch: perl
78399            ! pp.c t/op/split.t
78400 ____________________________________________________________________________
78401 [ 18707] By: hv                                    on 2003/02/15  06:38:15
78402         Log: Subject: [doc patch] ext/threads/shared/shared.pm
78403              From: Stas Bekman <stas@stason.org>
78404              Date: Fri, 14 Feb 2003 11:12:39 +1100
78405              Message-ID: <3E4C3477.7030306@stason.org>
78406      Branch: perl
78407            ! ext/threads/shared/shared.pm
78408 ____________________________________________________________________________
78409 [ 18706] By: hv                                    on 2003/02/15  06:32:35
78410         Log: Subject: Re: perlvar phrasing clarification for $^S
78411              From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
78412              Date: Fri, 14 Feb 2003 10:12:00 +1100
78413              Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
78414      Branch: perl
78415            ! pod/perlvar.pod
78416 ____________________________________________________________________________
78417 [ 18705] By: hv                                    on 2003/02/15  06:27:07
78418         Log: Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
78419              From: Dave Mitchell <davem@fdgroup.com>
78420              Date: Fri, 14 Feb 2003 22:48:27 +0000
78421              Message-ID: <20030214224827.B6783@fdgroup.com>
78422
78423              with tests:
78424              From: Slaven Rezic <slaven@rezic.de>
78425              Date: 14 Feb 2003 20:23:20 +0100
78426              Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
78427      Branch: perl
78428            ! pp.c t/op/substr.t t/op/vec.t
78429 ____________________________________________________________________________
78430 [ 18704] By: hv                                    on 2003/02/15  06:17:06
78431         Log: Subject: Re: overriding builtins quirk
78432              From: Jerrad Pierce <belg4mit@MIT.EDU>
78433              Date: Fri, 14 Feb 2003 09:28:13 -0500
78434              Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
78435      Branch: perl
78436            ! pod/perlsub.pod
78437 ____________________________________________________________________________
78438 [ 18703] By: rgs                                   on 2003/02/14  22:23:56
78439         Log: Subject: Re: trying to fix #20154, #20357
78440              From: Enache Adrian <enache@rdslink.ro>
78441              Date: Sat, 8 Feb 2003 21:05:14 +0200
78442              Message-ID: <20030208190514.GA866@ratsnest.hole>
78443              (fixes #19061 as well)
78444      Branch: perl
78445            ! pp_ctl.c t/op/goto.t
78446 ____________________________________________________________________________
78447 [ 18702] By: gbarr                                 on 2003/02/14  19:26:23
78448         Log: Update to Scalar-List-Utils 1.11
78449      Branch: perl
78450            + ext/List/Util/t/proto.t
78451            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
78452            ! ext/List/Util/lib/List/Util.pm
78453            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
78454 ____________________________________________________________________________
78455 [ 18699] By: jhi                                   on 2003/02/13  09:43:33
78456         Log: gcc 3.2.1 does not have -Wall faith that tmp
78457              will not be used uninitialized.
78458      Branch: perl
78459            ! toke.c
78460 ____________________________________________________________________________
78461 [ 18698] By: hv                                    on 2003/02/12  03:01:32
78462         Log: Subject: perlbug (was: Re: [perl #20606] [no subject])
78463              From: Slaven Rezic <slaven@rezic.de>
78464              Date: 30 Jan 2003 19:03:41 +0100
78465              Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
78466      Branch: perl
78467            ! utils/perlbug.PL
78468 ____________________________________________________________________________
78469 [ 18697] By: hv                                    on 2003/02/12  02:20:39
78470         Log: Subject: [PATCH 5.9.0] to silence compiler warning
78471              From: Robin Barker <Robin.Barker@npl.co.uk>
78472              Date: Tue, 28 Jan 2003 13:27:17 -0000
78473              Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
78474      Branch: perl
78475            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
78476            ! universal.c util.c
78477 ____________________________________________________________________________
78478 [ 18696] By: rgs                                   on 2003/02/11  20:13:21
78479         Log: Subject: [perl #20654] %*v02x considered invalid in printf
78480              From: Robin Barker (via RT) <perlbug-followup@perl.org>
78481              Date: 10 Feb 2003 16:43:23 -0000
78482              Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
78483      Branch: perl
78484            ! sv.c t/op/sprintf.t
78485 ____________________________________________________________________________
78486 [ 18695] By: rgs                                   on 2003/02/11  20:00:23
78487         Log: Subject: mini-[patch] perlrun "^$W" typo
78488              From: Iain Truskett <spoon@dellah.org>
78489              Date: Tue, 11 Feb 2003 08:38:52 +1100
78490              Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
78491      Branch: perl
78492            ! pod/perlrun.pod
78493 ____________________________________________________________________________
78494 [ 18694] By: rgs                                   on 2003/02/11  19:44:00
78495         Log: Subject: [PATCH] More B::Concise fixes
78496              From: Stephen McCamant <smcc@mit.edu>
78497              Date: Sun, 9 Feb 2003 17:28:38 -0500
78498              Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
78499      Branch: perl
78500            ! ext/B/B/Concise.pm
78501 ____________________________________________________________________________
78502 [ 18693] By: merijn                                on 2003/02/11  08:14:29
78503         Log: More code cleanup.
78504
78505              Subject: Re: New SV Flag
78506              Date: Fri, 07 Feb 2003 09:57:43 +0100
78507              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
78508              Message-Id: <20030207095258.6E05.H.M.BRAND@hccnet.nl>
78509      Branch: perl
78510            ! sv.c sv.h
78511 ____________________________________________________________________________
78512 [ 18692] By: jhi                                   on 2003/02/11  07:53:26
78513         Log: Dueling patches.
78514      Branch: perl
78515            - lib/CPAN/ChangeLog
78516            ! MANIFEST
78517 ____________________________________________________________________________
78518 [ 18691] By: hv                                    on 2003/02/11  00:27:56
78519         Log: Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
78520              From: Mark Mielke <mark@mark.mielke.cc>
78521              Date: Mon, 20 Jan 2003 19:56:13 -0500
78522              Message-ID: <20030121005613.GA31739@mark.mielke.cc>
78523      Branch: perl
78524            ! sv.c
78525 ____________________________________________________________________________
78526 [ 18690] By: hv                                    on 2003/02/10  22:08:05
78527         Log: fix comment in change #18689
78528      Branch: perl
78529            ! sv.c
78530 ____________________________________________________________________________
78531 [ 18689] By: hv                                    on 2003/02/10  21:59:34
78532         Log: Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
78533              Now allows but ignores the 'l' modifier on floating point formats
78534              and adds a couple of tests.
78535      Branch: perl
78536            ! sv.c t/op/sprintf.t
78537 ____________________________________________________________________________
78538 [ 18688] By: sky                                   on 2003/02/10  19:54:13
78539         Log: Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
78540              From: Enache Adrian <enache@rdslink.ro>
78541              Date: sun feb 9, 2003  21:10:25 Europe/Stockholm
78542              Message-Id: <20030209201025.GA1247@ratsnest.hole>
78543      Branch: perl
78544            ! pp_ctl.c
78545 ____________________________________________________________________________
78546 [ 18687] By: sky                                   on 2003/02/10  18:13:29
78547         Log: Subject: Re: [perl #20716] [FIX] scope error with brackets
78548              From: Enache Adrian <enache@rdslink.ro>
78549              Date: mon feb 10, 2003  18:48:58 Europe/Stockholm
78550              Message-id: <20030210174858.GA872@ratsnest.hole>
78551      Branch: perl
78552            ! t/comp/parser.t toke.c
78553 ____________________________________________________________________________
78554 [ 18686] By: sky                                   on 2003/02/10  18:11:35
78555         Log: Compile under threads and MacOSX. For some reason newSVpvf
78556              was not exapnded.
78557      Branch: perl
78558            ! universal.c
78559 ____________________________________________________________________________
78560 [ 18685] By: ams                                   on 2003/02/10  03:44:07
78561         Log: No, we don't really want the utility scripts.
78562      Branch: perl
78563            - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
78564            - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
78565            ! MANIFEST ext/MIME/Base64/Makefile.PL
78566 ____________________________________________________________________________
78567 [ 18684] By: hv                                    on 2003/02/10  01:43:12
78568         Log: fix for C< use if qw/ 1 open :utf8 / > based on:
78569              Subject: [perl #20536] use if 1, open => ':utf8' fails
78570              From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
78571              Date: 24 Jan 2003 22:39:06 -0000
78572              Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
78573      Branch: perl
78574            ! lib/if.pm lib/if.t
78575 ____________________________________________________________________________
78576 [ 18683] By: hv                                    on 2003/02/10  01:15:52
78577         Log: Subject: RE: perldebug.pod suggestion
78578              From: "Jay Hannah" <jhannah@omnihotels.com>
78579              Date: Fri, 24 Jan 2003 11:28:44 -0600
78580              Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
78581      Branch: perl
78582            ! pod/perldebug.pod
78583 ____________________________________________________________________________
78584 [ 18682] By: hv                                    on 2003/02/10  00:26:50
78585         Log: Subject: [PATCH] version objects final(?) patch
78586              From: John Peacock <jpeacock@rowman.com>
78587              Date: Sun, 05 Jan 2003 21:28:41 -0500
78588              Message-ID: <3E18E9D9.2040908@rowman.com>
78589      Branch: perl
78590            ! lib/version.pm lib/version.t universal.c util.c
78591 ____________________________________________________________________________
78592 [ 18680] By: chip                                  on 2003/02/09  17:39:33
78593         Log: Add CPAN ChangeLog to MANIFEST.
78594      Branch: perl
78595            ! MANIFEST
78596 ____________________________________________________________________________
78597 [ 18678] By: jhi                                   on 2003/02/09  14:37:38
78598         Log: CPAN ChangeLog not needed, says Andreas.
78599      Branch: perl
78600            ! MANIFEST
78601 ____________________________________________________________________________
78602 [ 18677] By: jhi                                   on 2003/02/09  08:42:19
78603         Log: Subject: [perl #20785] glitches with $PerlIO::encoding::fallback
78604              From: "autrijus@ossf.iis.sinica.edu.tw (via RT)" <perlbug-followup@perl.org>
78605              Date: 8 Feb 2003 11:54:11 -0000
78606              Message-Id: <rt-20785-50586.6.45611613038412@bugs6.perl.org>
78607      Branch: perl
78608            ! ext/PerlIO/encoding/encoding.pm
78609 ____________________________________________________________________________
78610 [ 18676] By: jhi                                   on 2003/02/09  08:35:25
78611         Log: Subject: Re: utime undef, undef, "/tmp/test" and warnings
78612              From: Stas Bekman <stas@stason.org>
78613              Date: Sat, 08 Feb 2003 11:12:28 +1100
78614              Message-ID: <3E444B6C.5060407@stason.org>
78615      Branch: perl
78616            ! doio.c
78617 ____________________________________________________________________________
78618 [ 18675] By: jhi                                   on 2003/02/08  19:49:40
78619         Log: Possible cruft removal.
78620      Branch: perl
78621            ! x2p/Makefile.SH
78622 ____________________________________________________________________________
78623 [ 18674] By: jhi                                   on 2003/02/08  18:22:42
78624         Log: Signedness nits.
78625      Branch: perl
78626            ! toke.c
78627 ____________________________________________________________________________
78628 [ 18672] By: jhi                                   on 2003/02/08  08:45:35
78629         Log: Upgrade to CPAN 1.64, from Andreas Koenig.
78630      Branch: perl
78631            + lib/CPAN/ChangeLog lib/CPAN/README utils/cpan
78632            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
78633            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
78634            ! utils.lst
78635 ____________________________________________________________________________
78636 [ 18671] By: jhi                                   on 2003/02/08  08:35:06
78637         Log: Upgrade to Net::Ping 2.28, from Rob Brown.
78638      Branch: perl
78639            + lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
78640            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
78641            ! lib/Net/Ping/README lib/Net/Ping/t/300_ping_stream.t
78642            ! lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/410_syn_host.t
78643 ____________________________________________________________________________
78644 [ 18670] By: jhi                                   on 2003/02/08  07:23:02
78645         Log: Subject: [PATCH] perluniintro nit
78646              From: Autrijus Tang <autrijus@autrijus.org>
78647              Date: Fri, 7 Feb 2003 00:02:49 +0800
78648              Message-ID: <20030206160249.GA12984@not.autrijus.org>
78649      Branch: perl
78650            ! pod/perluniintro.pod
78651 ____________________________________________________________________________
78652 [ 18669] By: jhi                                   on 2003/02/06  20:06:09
78653         Log: Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
78654              From: PPrymmer@factset.com
78655              Date: Wed, 5 Feb 2003 12:00:05 -0500
78656              Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
78657      Branch: perl
78658            ! t/pod/find.t
78659 ____________________________________________________________________________
78660 [ 18668] By: jhi                                   on 2003/02/06  20:00:52
78661         Log: sv_cat_recode() proto was missing, noticed by Craig Berry.
78662      Branch: perl
78663            ! proto.h
78664 ____________________________________________________________________________
78665 [ 18666] By: sky                                   on 2003/02/06  09:39:24
78666         Log: Patch from Richard Soderberg, cleanup the code a bit and comment
78667              why we are not using SvOOK_on.
78668      Branch: perl
78669            ! sv.c
78670 ____________________________________________________________________________
78671 [ 18664] By: jhi                                   on 2003/02/06  09:26:53
78672         Log: Things forgotten from Encode 1.87.
78673      Branch: perl
78674            ! ext/Encode/Unicode/Unicode.xs ext/Encode/t/CJKT.t
78675 ____________________________________________________________________________
78676 [ 18663] By: jhi                                   on 2003/02/06  04:03:31
78677         Log: Upgrade to Encode 1.87.
78678      Branch: perl
78679            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/Changes
78680            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/KR/KR.pm
78681            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
78682            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
78683            ! ext/Encode/lib/Encode/CJKConstants.pm
78684            ! ext/Encode/lib/Encode/Encoder.pm
78685            ! ext/Encode/lib/Encode/Encoding.pm
78686            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/CJKT.t
78687            ! ext/Encode/t/enc_eucjp.t
78688 ____________________________________________________________________________
78689 [ 18662] By: jhi                                   on 2003/02/05  19:40:38
78690         Log: Add the test of [perl #8760] (fixed by change #18656).
78691      Branch: perl
78692            ! t/run/fresh_perl.t
78693 ____________________________________________________________________________
78694 [ 18661] By: jhi                                   on 2003/02/05  19:28:37
78695         Log: has become fixed too (by changes #18653
78696              and #18658, methinks), adding the test(s).
78697      Branch: perl
78698            ! t/op/pat.t
78699 ____________________________________________________________________________
78700 [ 18660] By: jhi                                   on 2003/02/05  17:15:35
78701         Log: Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
78702              From: Inaba HIroto <inaba@st.rim.or.jp>
78703              Date: Sat, 01 Feb 2003 21:58:20 +0900
78704              Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
78705      Branch: perl
78706            ! embed.fnc embed.h ext/Encode/Encode.pm ext/Encode/Encode.xs
78707            ! ext/Encode/Encode/encode.h ext/Encode/encengine.c
78708            ! ext/Encode/lib/Encode/Encoding.pm
78709            ! ext/Encode/lib/Encode/JP/JIS7.pm global.sym lib/utf8.t
78710            ! pod/perlapi.pod sv.c t/uni/tr_7jis.t toke.c
78711 ____________________________________________________________________________
78712 [ 18659] By: jhi                                   on 2003/02/05  11:51:30
78713         Log: Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
78714              From: PPrymmer@factset.com
78715              Date: Tue, 4 Feb 2003 12:03:17 -0500
78716              Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
78717      Branch: perl
78718            ! ext/PerlIO/via/via.xs
78719 ____________________________________________________________________________
78720 [ 18658] By: jhi                                   on 2003/02/05  05:45:11
78721         Log: s/S_cache_re/cache_re/ for building with threads.
78722      Branch: perl
78723            ! regexec.c
78724 ____________________________________________________________________________
78725 [ 18657] By: rgs                                   on 2003/02/04  20:06:19
78726         Log: Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
78727              From: Stephen McCamant <smcc@mit.edu>
78728              Date: Mon, 3 Feb 2003 21:01:07 -0500
78729              Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
78730      Branch: perl
78731            ! ext/B/B/Concise.pm ext/B/t/concise.t
78732 ____________________________________________________________________________
78733 [ 18656] By: rgs                                   on 2003/02/04  20:02:56
78734         Log: Better version of change #18648, by Enache Adrian
78735              Message-ID: <20030204101533.GA11817@ratsnest.hole>
78736      Branch: perl
78737            ! op.c
78738 ____________________________________________________________________________
78739 [ 18655] By: jhi                                   on 2003/02/04  15:56:36
78740         Log: Add the new test to MANIFEST.
78741      Branch: perl
78742            ! MANIFEST
78743 ____________________________________________________________________________
78744 [ 18654] By: gbarr                                 on 2003/02/04  14:42:51
78745         Log: Sync with 1.10
78746      Branch: perl
78747            + ext/List/Util/t/lln.t
78748            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
78749            ! ext/List/Util/lib/List/Util.pm
78750            ! ext/List/Util/lib/Scalar/Util.pm
78751 ____________________________________________________________________________
78752 [ 18653] By: jhi                                   on 2003/02/04  11:04:25
78753         Log: Fix "[perl #20667] unicode regex vs non-unicode regex".
78754              The PL_regdata was not set up (S_cache_re()) before it
78755              was needed (S_reginclass()).  The test put in fresh_perl.t
78756              because we need a pristine state to start.
78757      Branch: perl
78758            ! regexec.c t/run/fresh_perl.t
78759 ____________________________________________________________________________
78760 [ 18652] By: jhi                                   on 2003/02/04  06:35:51
78761         Log: Comment tweak.
78762      Branch: perl
78763            ! t/op/pat.t
78764 ____________________________________________________________________________
78765 [ 18651] By: jhi                                   on 2003/02/04  06:28:53
78766         Log: Signedness issue.
78767      Branch: perl
78768            ! ext/MIME/Base64/Base64.xs
78769 ____________________________________________________________________________
78770 [ 18650] By: rgs                                   on 2003/02/03  22:02:44
78771         Log: Force the C locale in makedepend, to prevent gcc from
78772              producing locale-dependent messages.
78773      Branch: perl
78774            ! makedepend.SH
78775 ____________________________________________________________________________
78776 [ 18649] By: rgs                                   on 2003/02/03  22:00:21
78777         Log: Document the environment variable PERL_UTF8_LOCALE in perlrun.
78778      Branch: perl
78779            ! pod/perlrun.pod
78780 ____________________________________________________________________________
78781 [ 18648] By: rgs                                   on 2003/02/03  19:32:57
78782         Log: Fix bug #8760 : cop_line isn't properly restored
78783              when a module is loaded at runtime behind the scenes.
78784      Branch: perl
78785            ! op.c t/lib/warnings/perlio
78786 ____________________________________________________________________________
78787 [ 18647] By: merijn                                on 2003/02/03  16:14:00
78788         Log: Subject: Re: [perl #20606] [PATCH} openbsd hints
78789              From: Abe Timmerman <abe@ztreet.demon.nl>
78790              Date: Sun, 2 Feb 2003 18:27:57 +0100
78791              Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
78792      Branch: perl
78793            ! hints/openbsd.sh
78794 ____________________________________________________________________________
78795 [ 18644] By: jhi                                   on 2003/02/03  12:41:51
78796         Log: Duh, test -e ENOPORTABLE, I should've remembered that.
78797              (Made Solaris go boom.)
78798      Branch: perl
78799            ! Configure
78800 ____________________________________________________________________________
78801 [ 18643] By: jhi                                   on 2003/02/03  10:36:15
78802         Log: Detypo.
78803      Branch: perl
78804            ! cop.h
78805 ____________________________________________________________________________
78806 [ 18642] By: ams                                   on 2003/02/03  08:26:36
78807         Log: Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
78808              utility scripts?)
78809      Branch: perl
78810            + ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
78811            + ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
78812            ! MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
78813            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
78814            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/base64.t
78815            ! ext/MIME/Base64/t/quoted-print.t
78816 ____________________________________________________________________________
78817 [ 18641] By: sky                                   on 2003/02/02  23:46:24
78818         Log: In any case, never copy this but use the same SV since
78819              if we copy we loose the hash we so badly need.
78820              For op_const we might still need to copy however.
78821      Branch: perl
78822            ! op.c
78823 ____________________________________________________________________________
78824 [ 18640] By: sky                                   on 2003/02/02  23:38:40
78825         Log: Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
78826              threading issue. Should perhaps be a PVOP to save memory, but then
78827              we have nowhere to store the hash of the function!
78828      Branch: perl
78829            ! dump.c op.c pp_hot.c
78830 ____________________________________________________________________________
78831 [ 18637] By: jhi                                   on 2003/02/02  20:07:57
78832         Log: Plan 9: Some time has passed.
78833      Branch: perl
78834            ! plan9/buildinfo
78835 ____________________________________________________________________________
78836 [ 18636] By: jhi                                   on 2003/02/02  20:02:11
78837         Log: Subject: Re: typo in checkin 18616
78838              From: Nick Ing-Simmons <nick@ing-simmons.net>
78839              Date: Sun, 02 Feb 2003 17:23:08 +0000
78840              Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
78841      Branch: perl
78842            ! XSUB.h
78843 ____________________________________________________________________________
78844 [ 18635] By: jhi                                   on 2003/02/02  19:46:35
78845         Log: Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
78846      Branch: perl
78847            + plan9/config_sh.sample
78848            ! MANIFEST
78849 ____________________________________________________________________________
78850 [ 18634] By: ams                                   on 2003/02/02  18:07:01
78851         Log: Subject: [PATCH] pod/perlfunc.pod
78852              From: abigail@abigail.nl
78853              Date: Sun, 2 Feb 2003 16:59:48 +0100
78854              Message-Id: <20030202155948.7971.qmail@abigail.nl>
78855      Branch: perl
78856            ! pod/perlfunc.pod
78857 ____________________________________________________________________________
78858 [ 18633] By: jhi                                   on 2003/02/02  16:48:26
78859         Log: Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
78860              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
78861              Date: Wed, 22 Jan 2003 22:35:56 +0100
78862              Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
78863      Branch: perl
78864            ! mg.c pp.c pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t
78865 ____________________________________________________________________________
78866 [ 18632] By: jhi                                   on 2003/02/02  15:31:36
78867         Log: Also [perl #3547] has been fixed; add its test case.
78868      Branch: perl
78869            ! t/op/pat.t
78870 ____________________________________________________________________________
78871 [ 18631] By: jhi                                   on 2003/02/02  15:26:10
78872         Log: The [perl #7471] seems to have been fixed; add its test.
78873      Branch: perl
78874            ! t/op/pat.t
78875 ____________________________________________________________________________
78876 [ 18630] By: jhi                                   on 2003/02/02  15:21:23
78877         Log: seems to have been fixed; add its test.
78878      Branch: perl
78879            ! t/op/pat.t
78880 ____________________________________________________________________________
78881 [ 18629] By: jhi                                   on 2003/02/02  15:09:39
78882         Log: Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
78883      Branch: perl
78884            + plan9/config_h.sample
78885            ! MANIFEST
78886 ____________________________________________________________________________
78887 [ 18628] By: jhi                                   on 2003/02/02  14:46:26
78888         Log: Plan 9: Update config.plan9 based on Russ Cox' work.
78889      Branch: perl
78890            ! plan9/config.plan9
78891 ____________________________________________________________________________
78892 [ 18627] By: jhi                                   on 2003/02/02  14:24:00
78893         Log: Plan 9: Update the list of object files.
78894      Branch: perl
78895            ! plan9/mkfile
78896 ____________________________________________________________________________
78897 [ 18626] By: jhi                                   on 2003/02/02  14:03:16
78898         Log: Plan 9: No Configure.
78899      Branch: perl
78900            ! Configure
78901 ____________________________________________________________________________
78902 [ 18624] By: jhi                                   on 2003/02/02  13:29:02
78903         Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
78904      Branch: perl
78905            ! Configure
78906 ____________________________________________________________________________
78907 [ 18622] By: jhi                                   on 2003/02/02  12:49:13
78908         Log: minitest wasn't working.  (The $^X /miniperl/ test in
78909              io/crlf.t didn't work in Tru64, $^X was "./perl", used
78910              the same 'eval q/use .../' trick everywhere.)
78911      Branch: perl
78912            ! t/io/crlf.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
78913            ! t/uni/tr_utf8.t
78914 ____________________________________________________________________________
78915 [ 18621] By: jhi                                   on 2003/02/02  12:23:28
78916         Log: Fix and test for [perl #15549 Empty \Q\E not permitted]
78917              (test.pl-ise quotemeta.t, too)
78918      Branch: perl
78919            ! t/op/quotemeta.t toke.c
78920 ____________________________________________________________________________
78921 [ 18618] By: sky                                   on 2003/02/01  21:04:36
78922         Log: Fix bug #15837, temporary from storable call hadn't gotten
78923              freed yet and was cloned but without a real (AvREAL)
78924              reference to it. @_ doesn't refcount!
78925      Branch: perl
78926            ! ext/threads/threads.xs
78927 ____________________________________________________________________________
78928 [ 18616] By: jhi                                   on 2003/02/01  19:43:09
78929         Log: Integrate from perlio:
78930
78931              [ 18591]
78932              PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
78933              correct XSUB.h
78934
78935              [ 18611]
78936              Michael Schroeder's fix for re-try if stdio ops after
78937              interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
78938
78939              [ 18612]
78940              PerlIO friendly version of speed up of $/ = undef case.
78941
78942              [ 18613]
78943              fflush() before invalidating stdio's fileno.
78944      Branch: perl
78945           !> XSUB.h perlio.c sv.c
78946 ____________________________________________________________________________
78947 [ 18615] By: sky                                   on 2003/02/01  12:01:01
78948         Log: Don't free thread before using it, breaks platforms that
78949              trust that I really want to free what I free, (like HPUX
78950              and AIX).
78951      Branch: perl
78952            ! ext/threads/threads.xs
78953 ____________________________________________________________________________
78954 [ 18614] By: ams                                   on 2003/02/01  12:00:29
78955         Log: Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
78956              From: Nick Ing-Simmons <nick@ing-simmons.net>
78957              Date: Sat, 01 Feb 2003 13:03:52 +0000
78958              Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
78959      Branch: perl
78960            ! perlio.c
78961 ____________________________________________________________________________
78962 [ 18609] By: jhi                                   on 2003/01/31  08:58:40
78963         Log: Go even further (back) than change #18608 and revert
78964              to the 5.8.0 code, since otherwise split.t #40 fails.
78965              The four new tests of pat.t should keep us more honest.
78966      Branch: perl
78967            ! regexec.c
78968 ____________________________________________________________________________
78969 [ 18608] By: jhi                                   on 2003/01/31  08:24:53
78970         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
78971              From: Enache Adrian <enache@rdslink.ro>
78972              Date: Fri, 31 Jan 2003 09:20:59 +0200
78973              Message-ID: <20030131072059.GB6045@ratsnest.hole>
78974      Branch: perl
78975            ! regexec.c t/op/pat.t
78976 ____________________________________________________________________________
78977 [ 18607] By: ams                                   on 2003/01/31  02:29:56
78978         Log: Fix typo in version check ($[ to $]).
78979      Branch: perl
78980            ! ext/Storable/t/restrict.t
78981 ____________________________________________________________________________
78982 [ 18606] By: rgs                                   on 2003/01/30  22:02:47
78983         Log: Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
78984              From: Jose.auguste-etienne@cgss-guyane.fr
78985              Date: Thu, 30 Jan 2003 12:40:53 -0300
78986              Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
78987      Branch: perl
78988            ! pod/perlunicode.pod
78989 ____________________________________________________________________________
78990 [ 18605] By: rgs                                   on 2003/01/30  20:58:52
78991         Log: code example in the FAQ that isn't strict-friendly.
78992              Subject: [perl #20616] Tie::IxHash doc error.
78993              From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
78994              Date: 30 Jan 2003 11:43:17 -0000
78995              Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
78996      Branch: perl
78997            ! pod/perlfaq4.pod
78998 ____________________________________________________________________________
78999 [ 18604] By: rgs                                   on 2003/01/30  20:52:05
79000         Log: FAQ sync.
79001      Branch: perl
79002            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
79003            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
79004            ! pod/perlfaq8.pod
79005 ____________________________________________________________________________
79006 [ 18603] By: jhi                                   on 2003/01/30  08:05:22
79007         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
79008              From: Enache Adrian <enache@rdslink.ro>
79009              Date: Thu, 30 Jan 2003 10:48:09 +0200
79010              Message-ID: <20030130084809.GA16902@ratsnest.hole>
79011
79012              Fix for half of the failures, with an expanded test.
79013      Branch: perl
79014            ! lib/utf8.t sv.c
79015 ____________________________________________________________________________
79016 [ 18602] By: merijn                                on 2003/01/30  06:31:50
79017         Log: Updates to the openbsd hints
79018
79019              Subject: [perl #20606] [no subject]
79020              Date: 29 Jan 2003 18:38:37 -0000
79021              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
79022              Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
79023      Branch: perl
79024            ! hints/openbsd.sh
79025 ____________________________________________________________________________
79026 [ 18601] By: jhi                                   on 2003/01/29  05:58:36
79027         Log: More of the #18600.
79028      Branch: perl
79029            ! pad.c
79030 ____________________________________________________________________________
79031 [ 18600] By: jhi                                   on 2003/01/29  05:37:12
79032         Log: Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
79033              dumping (but now use SvPV_nolen).  (This change made an empty
79034              prototype to show up as "_" under -Uuseperlio.)
79035      Branch: perl
79036            ! dump.c
79037 ____________________________________________________________________________
79038 [ 18599] By: rgs                                   on 2003/01/28  21:07:08
79039         Log: Fix a very small memory leak in op_free, by reserving the
79040              case op_seq == (U16)-1 for the compiler backend
79041
79042              Subject: Re: Freeing code
79043              From: "Paul Johnson" <paul@pjcj.net>
79044              Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
79045              Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
79046      Branch: perl
79047            ! op.c
79048 ____________________________________________________________________________
79049 [ 18598] By: rgs                                   on 2003/01/28  20:43:02
79050         Log: Integrate from maint-5.8:
79051              Change 18450 :
79052              Tiny output tweak.
79053              Change 18429 :
79054              AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
79055              things like drand48_data are undefined).
79056              Change 18388 :
79057              List the PERL_MAGIC_utf8 ('w') flag.
79058      Branch: perl
79059           !> hints/aix.sh pod/perlguts.pod t/op/pat.t
79060 ____________________________________________________________________________
79061 [ 18597] By: rgs                                   on 2003/01/27  21:52:00
79062         Log: Subject: Re: [perl #20274] perlbug requires dynamic loading
79063              From: Slaven Rezic <slaven@rezic.de>
79064              Date: 14 Jan 2003 20:58:54 +0100
79065              Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
79066      Branch: perl
79067            ! ext/Sys/Hostname/Hostname.pm
79068 ____________________________________________________________________________
79069 [ 18596] By: rgs                                   on 2003/01/27  20:38:21
79070         Log: Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
79071              without the lval context tweak. Used in OP_DBSTATE.
79072              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
79073              From: Dave Mitchell <davem@fdgroup.com>
79074              Date: Sun, 26 Jan 2003 17:42:42 +0000
79075              Message-ID: <20030126174242.H16182@fdgroup.com>
79076      Branch: perl
79077            ! cop.h pp_ctl.c
79078 ____________________________________________________________________________
79079 [ 18595] By: rgs                                   on 2003/01/27  20:32:01
79080         Log: Subject: [PATCH] make Copy On Write work once again
79081              From: Nicholas Clark <nick@unfortu.net>
79082              Date: Sat, 25 Jan 2003 00:25:50 +0000
79083              Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net>
79084      Branch: perl
79085            ! sv.h
79086 ____________________________________________________________________________
79087 [ 18594] By: jhi                                   on 2003/01/27  20:01:44
79088         Log: Update the pod list for Plan 9.
79089      Branch: perl
79090            ! plan9/mkfile
79091 ____________________________________________________________________________
79092 [ 18593] By: sky                                   on 2003/01/26  22:37:21
79093         Log: When we copy things out of a hash and increment the
79094              refcount of the shared scalar, we really must protect
79095              that refcount increase with a lock, or else it might not
79096              happen. Fixes segfault when objects would prematurely
79097              be killed.
79098      Branch: perl
79099            ! ext/threads/shared/shared.xs
79100 ____________________________________________________________________________
79101 [ 18592] By: jhi                                   on 2003/01/26  21:54:36
79102         Log: Missing (STRLEN)casts.
79103      Branch: perl
79104            ! sv.c
79105 ____________________________________________________________________________
79106 [ 18589] By: rgs                                   on 2003/01/26  13:06:49
79107         Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
79108
79109              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
79110              From: Dave Mitchell <davem@fdgroup.com>
79111              Date: Fri, 24 Jan 2003 18:44:19 +0000
79112              Message-ID: <20030124184419.F11179@fdgroup.com>
79113      Branch: perl
79114            ! mg.c op.h pp_ctl.c
79115 ____________________________________________________________________________
79116 [ 18588] By: jhi                                   on 2003/01/26  12:18:10
79117         Log: Lest people get worried about not having PerlIO.
79118      Branch: perl
79119            ! pod/perluniintro.pod
79120 ____________________________________________________________________________
79121 [ 18586] By: jhi                                   on 2003/01/26  09:19:01
79122         Log: Plan 9 doesn't do nm, from Russ Cox.
79123      Branch: perl
79124            ! Configure
79125 ____________________________________________________________________________
79126 [ 18584] By: jhi                                   on 2003/01/26  09:11:23
79127         Log: Plan 9 doesn't really have the symlink API, from Russ Cox.
79128      Branch: perl
79129            ! plan9/plan9ish.h
79130 ____________________________________________________________________________
79131 [ 18583] By: jhi                                   on 2003/01/26  09:08:36
79132         Log: Plan 9 compiler can't return quads from the ?: (condop).
79133              (There may be more spots like this, so a Configure test
79134              maybe in order, but this works for now.)  From Russ Cox.
79135      Branch: perl
79136            ! ext/PerlIO/via/via.xs plan9/plan9ish.h
79137 ____________________________________________________________________________
79138 [ 18581] By: ams                                   on 2003/01/26  05:29:40
79139         Log: Subject: Re: truncate using a globref
79140              From: Slaven Rezic <slaven@rezic.de>
79141              Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
79142              Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
79143      Branch: perl
79144            ! pp_sys.c t/io/fs.t
79145 ____________________________________________________________________________
79146 [ 18580] By: ams                                   on 2003/01/26  04:57:47
79147         Log: Subject: patch to speed up Perl's slurp mode
79148              From: Enache Adrian <enache@rdslink.ro>
79149              Date: Fri, 24 Jan 2003 06:23:54 +0200
79150              Message-Id: <20030124042354.GA30362@ratsnest.hole>
79151      Branch: perl
79152            ! sv.c
79153 ____________________________________________________________________________
79154 [ 18579] By: ams                                   on 2003/01/26  02:50:44
79155         Log: Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
79156              From: Enache Adrian <enache@rdslink.ro>
79157              Date: Sun, 26 Jan 2003 04:55:48 +0200
79158              Message-Id: <20030126025548.GB812@ratsnest.hole>
79159      Branch: perl
79160            ! pp_ctl.c
79161 ____________________________________________________________________________
79162 [ 18578] By: ams                                   on 2003/01/26  02:40:20
79163         Log: Subject: [PATCH Storable 2.06] const declaration fixup
79164              From: "Craig A. Berry" <craigberry@mac.com>
79165              Date: Thu, 23 Jan 2003 16:24:46 -0600
79166              Message-Id: <3E306BAE.4030807@mac.com>
79167      Branch: perl
79168            ! ext/Storable/Storable.xs
79169 ____________________________________________________________________________
79170 [ 18577] By: rgs                                   on 2003/01/23  20:46:00
79171         Log: Subject: [PATCH] move pad.c warnings to different test file
79172              From: Dave Mitchell <davem@fdgroup.com>
79173              Date: Thu, 23 Jan 2003 20:56:47 +0000
79174              Message-ID: <20030123205647.C8696@fdgroup.com>
79175      Branch: perl
79176            + t/lib/warnings/pad
79177            ! MANIFEST t/lib/warnings/op
79178 ____________________________________________________________________________
79179 [ 18573] By: nick                                  on 2003/01/23  07:26:43
79180         Log: Fix Solaris 32-bit invalidate case.
79181      Branch: perl
79182            ! perlio.c
79183 ____________________________________________________________________________
79184 [ 18572] By: rgs                                   on 2003/01/22  21:40:21
79185         Log: Integrate change 18448 from maint-5.8 :
79186
79187              Subject: Partial Data::Dumper patch
79188              From: Richard Clamp <richardc@unixbeard.net>
79189              Date: Sat, 4 Jan 2003 00:52:47 +0000
79190              Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
79191
79192              Subject: Re: Partial Data::Dumper patch
79193              From: Slaven Rezic <slaven@rezic.de>
79194              Date: 04 Jan 2003 02:48:08 +0100
79195              Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
79196      Branch: perl
79197           !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
79198 ____________________________________________________________________________
79199 [ 18571] By: rgs                                   on 2003/01/22  21:22:31
79200         Log: Subject: [PATCH] Re: difference between my and our before introduction
79201              From: Dave Mitchell <davem@fdgroup.com>
79202              Date: Thu, 16 Jan 2003 17:12:37 +0000
79203              Message-ID: <20030116171237.C420@fdgroup.com>
79204              (with a small test tweak)
79205      Branch: perl
79206            ! pad.c t/comp/our.t toke.c
79207 ____________________________________________________________________________
79208 [ 18569] By: rgs                                   on 2003/01/22  21:00:59
79209         Log: Fix [perl #19860] by adding a POSIX::fsync() stub.
79210      Branch: perl
79211            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
79212 ____________________________________________________________________________
79213 [ 18561] By: jhi                                   on 2003/01/22  17:43:45
79214         Log: Integrate from perlio:
79215              [ 18560]
79216              Fixes for open.pm which attempts to load layers:
79217              1. C equivalent of local $SIG{__WARN__} = sub {}
79218              while loading layers to supress warnings lib/open.t does
79219              not want.
79220              2. The loading scheme does not recurse now so look for
79221              new symptom of bad layer which is that a good module
79222              fails to load (as we cannot open any files).
79223
79224              NOTE: In my opinion open.pm should probably die on bad layer
79225              spec rather than just (maybe) warning and then allowing opens
79226              to fail.
79227      Branch: perl
79228           !> lib/open.t perlio.c
79229 ____________________________________________________________________________
79230 [ 18559] By: jhi                                   on 2003/01/22  13:19:31
79231         Log: Upgrade to Encode 1.86.
79232      Branch: perl
79233            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
79234            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
79235            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
79236 ____________________________________________________________________________
79237 [ 18558] By: jhi                                   on 2003/01/22  13:05:27
79238         Log: Subject: Re: slight tweak to -DR flag - display whether on tmps stack
79239              From: Dave Mitchell <davem@fdgroup.com>
79240              Date: Sun, 19 Jan 2003 17:22:05 +0000
79241              Message-ID: <20030119172204.D24444@fdgroup.com>
79242      Branch: perl
79243            ! dump.c
79244 ____________________________________________________________________________
79245 [ 18557] By: jhi                                   on 2003/01/22  13:01:15
79246         Log: Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning   in blead with SIGWARN
79247              From: Nicholas Clark <nick@unfortu.net>
79248              Date: Tue, 21 Jan 2003 22:27:21 +0000
79249              Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net>
79250      Branch: perl
79251            ! sv.c t/op/ref.t
79252 ____________________________________________________________________________
79253 [ 18556] By: jhi                                   on 2003/01/22  12:59:02
79254         Log: Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
79255              From: Robin Barker <Robin.Barker@npl.co.uk>
79256              Date: Mon, 20 Jan 2003 15:26:21 -0000
79257              Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
79258      Branch: perl
79259            ! perlio.h
79260 ____________________________________________________________________________
79261 [ 18555] By: jhi                                   on 2003/01/22  12:57:20
79262         Log: Integrate from perlio:
79263              [ 18539]
79264              Try the invalidate_fileno() idea for non-leaky stdio sockets.
79265
79266              [ 18540]
79267              stdio does NOT set errno==EBADF on invalidated fileno
79268
79269              [ 18547]
79270              Tweak APItest for new semantics of printf.
79271              Now printf() is always real printf() and not #define'd to
79272              PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
79273              back to original file does not affect stdout unless we are
79274              using :stdio as implementation. So things printf()ed XS side
79275              are not written to file (and turn up at end of test).
79276              So add an XS function which does fflush(stdout), modify .pm
79277              file to export it and .t file to call it.
79278
79279              [ 18548]
79280              Add defined(__osf__) case to invalidate_fileno (for Tru64).
79281
79282              [ 18549]
79283              Report layer name (without arg) on fail, and attempt to
79284              autoload layer name. (Fix for [perl #20460]).
79285
79286              [ 18550]
79287              #if defined(__irix__) (for stdio invalidate) from Jarkko.
79288      Branch: perl
79289           !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
79290           !> ext/XS/APItest/t/printf.t lib/open.pm perlio.c
79291 ____________________________________________________________________________
79292 [ 18554] By: jhi                                   on 2003/01/22  12:47:03
79293         Log: Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
79294              From: Dave Mitchell <davem@fdgroup.com>
79295              Date: Sun, 19 Jan 2003 16:43:54 +0000
79296              Message-ID: <20030119164353.B24444@fdgroup.com>
79297      Branch: perl
79298            ! av.c t/op/array.t
79299 ____________________________________________________________________________
79300 [ 18553] By: jhi                                   on 2003/01/22  12:43:31
79301         Log: Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
79302              From: Martti Rahkila <martti.rahkila@hut.fi>
79303              Date: Sat, 18 Jan 2003 00:25:39 +0200
79304              Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
79305
79306              (chose the 'even safer' version)
79307      Branch: perl
79308            ! lib/Term/Complete.pm
79309 ____________________________________________________________________________
79310 [ 18552] By: jhi                                   on 2003/01/22  12:34:06
79311         Log: Subject: [PATCH] assert PV isn't RV
79312              From: Nicholas Clark <nick@unfortu.net>
79313              Date: Fri, 17 Jan 2003 19:40:45 +0000
79314              Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
79315      Branch: perl
79316            ! sv.h
79317 ____________________________________________________________________________
79318 [ 18551] By: jhi                                   on 2003/01/22  12:28:11
79319         Log: Integrate from maint-5.8:
79320              [ 18375]
79321              Better version of change #18370; use the new 'E' flag
79322              so that cxinc is exposed (as cpp) only to List::Util
79323              (well, any extension) (well, anyone who does -DPERL_EXT),
79324              no need to export it globally.
79325      Branch: perl
79326           !> embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
79327 ____________________________________________________________________________
79328 [ 18545] By: ams                                   on 2003/01/22  06:06:26
79329         Log: Subject: [PATCH perl-current] AUTHORS correction
79330              From: Richard Soderberg <rs@crystalflame.net>
79331              Date: Wed, 22 Jan 2003 02:08:13 -0500
79332              Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
79333      Branch: perl
79334            ! AUTHORS
79335 ____________________________________________________________________________
79336 [ 18544] By: jhi                                   on 2003/01/22  03:45:01
79337         Log: Continuation of #18542.
79338      Branch: perl
79339            ! sv.c
79340 ____________________________________________________________________________
79341 [ 18543] By: jhi                                   on 2003/01/22  03:21:23
79342         Log: Update the MD5 checksums.
79343      Branch: perl
79344            ! ext/Digest/MD5/t/files.t
79345 ____________________________________________________________________________
79346 [ 18542] By: hv                                    on 2003/01/22  01:37:52
79347         Log: #18530 misses a couple of pTHX definitions
79348      Branch: perl
79349            ! sv.c
79350 ____________________________________________________________________________
79351 [ 18541] By: jhi                                   on 2003/01/21  22:08:51
79352         Log: Try to make including patchlevel.h a bit more
79353              robust (use <> instead of "") and in case of
79354              failure (PERL_VERSION didn't get defined) try
79355              to fail (by trying to #include an "obviously"
79356              named file that should not exist) (didn't use
79357              #error since IIRC older cpps do not have it)
79358              (Tries to address [perl #20276].)
79359      Branch: perl
79360            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
79361            ! ext/Digest/MD5/MD5.xs ext/List/Util/Util.xs
79362            ! ext/Storable/Storable.xs
79363 ____________________________________________________________________________
79364 [ 18538] By: merijn                                on 2003/01/21  16:54:00
79365         Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
79366              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
79367              Date: Mon, 30 Dec 2002 18:01:16 -0800
79368              Message-ID: <spPE+gzkg+6F092yn@efn.org>
79369      Branch: perl
79370            ! Configure
79371 ____________________________________________________________________________
79372 [ 18536] By: jhi                                   on 2003/01/21  14:18:40
79373         Log: Allow explicit -C enable/disable by -C:1/-C:0
79374              (suggested by Peter Haworth).
79375      Branch: perl
79376            ! perl.c pod/perlrun.pod
79377 ____________________________________________________________________________
79378 [ 18534] By: hv                                    on 2003/01/21  02:22:53
79379         Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
79380              From: Chip Turner <cturner@redhat.com>
79381              Date: 02 Jan 2003 11:35:57 -0500
79382              Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
79383      Branch: perl
79384            ! lib/Pod/Perldoc.pm
79385 ____________________________________________________________________________
79386 [ 18533] By: hv                                    on 2003/01/21  02:15:29
79387         Log: Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
79388              From: hv@crypt.org
79389              Date: Thu, 02 Jan 2003 14:33:49 +0000
79390              Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
79391      Branch: perl
79392            ! regexec.c t/op/subst.t
79393 ____________________________________________________________________________
79394 [ 18532] By: hv                                    on 2003/01/21  01:56:31
79395         Log: Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
79396              From: Martien Verbruggen <mgjv@tradingpost.com.au>
79397              Date: Tue, 31 Dec 2002 16:42:28 +1100
79398              Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
79399      Branch: perl
79400            ! pod/perlsyn.pod
79401 ____________________________________________________________________________
79402 [ 18531] By: hv                                    on 2003/01/21  01:52:49
79403         Log: integrate #18366-18370 from maint-5.8:
79404              Implement the CPP namespace protection from [perl #8610];
79405              unless a function has an 'A' flag, it's defined only if
79406              PERL_CORE.  (Why do we have so many many functions with an
79407              'A' flag, is another matter.)  (The number of #ifdef PERL_COREs
79408              could be cut down further by having a state variable and
79409              inserting #ifdefs and #endifs when the state flips.)
79410
79411              Caught by change #18366; thanks to the re extension we have some
79412              functions that are file static but yet part of "the public API"...
79413              Maybe a new class of exportability (a new embed.fnc flag) is
79414              required for this case.
79415
79416              Continue on change #18367; implement the said flag, 'E'.
79417              (Some nm output studying was needed to get the right set
79418              of re symbols defined.)
79419
79420              In AIX (strict symbol exports) the cxinc is needed for List::Util.
79421      Branch: perl
79422            ! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym
79423 ____________________________________________________________________________
79424 [ 18530] By: hv                                    on 2003/01/21  01:37:03
79425         Log: integrate (by hand) #18353 and #18359 from maint-5.8:
79426              Introduce a cache for UTF-8 data: length and byte<->char offset
79427              mapping are stored in a new type of magic.  Speeds up length(),
79428              substr(), index(), rindex(), pos(), and some parts of s///.
79429
79430              The speedup varies a lot (on the usual suspects: what is the
79431              access pattern of the data, compiler, CPU), but should be at
79432              least one order of magnitude, and getting to the same magnitude
79433              as byte string speeds, and in some cases  (length on unchanged data)
79434              even reaching the byte string speed.  On the other hand, in some
79435              cases (index) the byte speed is still faster by a factor of five
79436              or so, but the bottleneck there does not seem to be any more
79437              the byte<->char offset mapping (instead, the fbm_instr() speed).
79438
79439              There is one cache slot for the length, and only two for the
79440              byte<->char offset mapping (the first one for the start->offset,
79441              and the second for the offset->offset+length, when talking
79442              in substr() terms).
79443
79444              Code this hairy is bound to have hairy trolls hiding under it.
79445              [...]
79446              A small tweak on top of #18353: don't display mg_len bytes of
79447              mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
79448      Branch: perl
79449            ! dump.c embed.fnc embed.h mg.c perl.h pod/perlapi.pod proto.h
79450            ! sv.c util.c
79451 ____________________________________________________________________________
79452 [ 18529] By: hv                                    on 2003/01/21  00:44:20
79453         Log: integrate #18349 from maint-5.8:
79454              At least partially address [perl #10000] by speeding
79455              up both the ASCII case (by about 2-3%) and the UTF-8 case
79456              (by about 45%).  The major trick is to avoid hitting the
79457              costly S_reginclass().  (Even before this patch the speedup
79458              since 5.8.0 was about 40-50%.)  After this the UTF-8 case is
79459              still about 30-60% slower than the ASCII case.  (Note that
79460              I'm unable to reproduce the 10-fold speed difference of the
79461              original bug report; I can see a factor of 2 or 3, but no more.)
79462      Branch: perl
79463           !> regexec.c
79464 ____________________________________________________________________________
79465 [ 18528] By: hv                                    on 2003/01/21  00:24:11
79466         Log: Subject: [PATCH pp_ctl.c] silence warning
79467              From: Dave Mitchell <davem@fdgroup.com>
79468              Date: Sun, 29 Dec 2002 15:09:31 +0000
79469              Message-ID: <20021229150931.C2325@fdgroup.com>
79470      Branch: perl
79471            ! pp_ctl.c
79472 ____________________________________________________________________________
79473 [ 18527] By: hv                                    on 2003/01/21  00:04:14
79474         Log: Subject: perl version reporting
79475              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79476              Date: Wed, 18 Dec 2002 08:30:32 +0100
79477              Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
79478      Branch: perl
79479            ! perl.c
79480 ____________________________________________________________________________
79481 [ 18526] By: hv                                    on 2003/01/20  23:21:22
79482         Log: Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
79483              From: Blair Zajac <blair@orcaware.com>
79484              Date: Wed, 08 Jan 2003 12:28:35 -0800
79485              Message-ID: <3E1C89F3.2B4759C@orcaware.com>
79486      Branch: perl
79487            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
79488            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
79489 ____________________________________________________________________________
79490 [ 18524] By: jhi                                   on 2003/01/20  17:51:10
79491         Log: Integrate from perlio:
79492              [ 18520]
79493              Move #define printf out of perl.h into appropriate
79494              PerlIO files.
79495      Branch: perl
79496           !> fakesdio.h nostdio.h perl.h
79497 ____________________________________________________________________________
79498 [ 18523] By: jhi                                   on 2003/01/20  17:48:51
79499         Log: Upgrade to Digest 1.02.
79500      Branch: perl
79501            ! lib/Digest.pm lib/Digest.t
79502 ____________________________________________________________________________
79503 [ 18522] By: jhi                                   on 2003/01/20  17:43:15
79504         Log: Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
79505              From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
79506              Date: 20 Jan 2003 01:54:07 -0000
79507              Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
79508      Branch: perl
79509            ! pp_hot.c
79510 ____________________________________________________________________________
79511 [ 18521] By: jhi                                   on 2003/01/20  17:37:35
79512         Log: Retract #18154 (integrate of perlio #18507), not enough
79513              threadsafety.
79514      Branch: perl
79515            ! perlio.c
79516 ____________________________________________________________________________
79517 [ 18519] By: jhi                                   on 2003/01/20  12:25:43
79518         Log: Encode MANIFEST update.
79519      Branch: perl
79520            ! ext/Encode/MANIFEST
79521 ____________________________________________________________________________
79522 [ 18517] By: nick                                  on 2003/01/20  08:34:10
79523         Log: Integrate #18405 from maint-5.8 which fixes whitespac
79524              issues in open(FH,"&...")
79525      Branch: perl
79526           !> doio.c
79527 ____________________________________________________________________________
79528 [ 18516] By: jhi                                   on 2003/01/19  13:48:10
79529         Log: microperl update.
79530      Branch: perl
79531            ! Makefile.micro uconfig.h uconfig.sh
79532 ____________________________________________________________________________
79533 [ 18514] By: jhi                                   on 2003/01/18  18:36:00
79534         Log: Integrate from perlio:
79535              [ 18507]
79536              Thread-protection for dup/fclose/dup2 scheme of stdio leak
79537              avoidance.
79538      Branch: perl
79539           !> perlio.c t/io/tell.t
79540 ____________________________________________________________________________
79541 [ 18513] By: jhi                                   on 2003/01/18  18:07:01
79542         Log: Slight pod reformatting based on [perl #20284].
79543      Branch: perl
79544            ! README.mint ext/Data/Dumper/Dumper.pm
79545 ____________________________________________________________________________
79546 [ 18512] By: jhi                                   on 2003/01/17  21:00:15
79547         Log: EPOC perl address updates.
79548      Branch: perl
79549            ! README.epoc
79550 ____________________________________________________________________________
79551 [ 18511] By: jhi                                   on 2003/01/17  20:23:42
79552         Log: Upgrade to Digest 1.01.
79553      Branch: perl
79554            ! lib/Digest.pm
79555 ____________________________________________________________________________
79556 [ 18510] By: jhi                                   on 2003/01/17  19:53:37
79557         Log: Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
79558      Branch: perl
79559            ! utils/libnetcfg.PL
79560 ____________________________________________________________________________
79561 [ 18509] By: jhi                                   on 2003/01/17  19:45:11
79562         Log: Upgrade to Digest::MD5 2.22.
79563      Branch: perl
79564            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
79565            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
79566            ! ext/Digest/MD5/t/files.t
79567 ____________________________________________________________________________
79568 [ 18508] By: merijn                                on 2003/01/17  14:12:53
79569         Log: Subject: Re: 18457 on cygwin/20030113
79570              From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
79571              Date: Fri, 17 Jan 2003 15:10:34 +0000
79572              Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
79573      Branch: perl
79574            ! t/io/tell.t
79575 ____________________________________________________________________________
79576 [ 18504] By: jhi                                   on 2003/01/17  13:21:51
79577         Log: Integrate from perlio:
79578              [ 18476]
79579              Remove workaround for :stdio layer bug now fixed
79580              (Fixes #18975)
79581      Branch: perl
79582           !> pp_sys.c
79583 ____________________________________________________________________________
79584 [ 18502] By: jhi                                   on 2003/01/16  22:53:23
79585         Log: Integrate from maint-5.6:
79586              [ 18477]
79587              search utility doesn't skip exe/lib/pdb files properly on windows
79588      Branch: perl
79589           !> win32/bin/search.pl
79590 ____________________________________________________________________________
79591 [ 18501] By: rgs                                   on 2003/01/16  21:28:42
79592         Log: Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
79593              From: "Jos I. Boumans" <kane@dwim.org>
79594              Date: Thu, 16 Jan 2003 14:04:48 +0100
79595              Message-ID: <3E26ADF0.6010605@dwim.org>
79596              (with test tweaks)
79597      Branch: perl
79598            ! lib/File/Find.pm lib/File/Find/t/find.t
79599 ____________________________________________________________________________
79600 [ 18500] By: rgs                                   on 2003/01/16  21:17:14
79601         Log: Integrate #18447 from maint-5.8 :
79602              test.pl-ise t/op/fh.t.
79603      Branch: perl
79604           !> t/op/fh.t
79605 ____________________________________________________________________________
79606 [ 18499] By: rgs                                   on 2003/01/16  20:58:59
79607         Log: Integrate changes to Attribute::Handlers from maint-5.8
79608              (18404 and 18427).
79609              Subject: [PATCH] Re: Attribute::Handlers phase variance
79610              From: Richard Clamp <richardc@unixbeard.net>
79611              Date: Mon, 9 Dec 2002 11:10:24 +0000
79612              Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
79613      Branch: perl
79614           !> lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
79615 ____________________________________________________________________________
79616 [ 18498] By: rgs                                   on 2003/01/16  20:48:10
79617         Log: Integrate changes #18422 and #18423 from maint-5.8.
79618              18422 :
79619              Third Degree found a read of uninit memory (after setting
79620              grent_size with sysconf(), pwent_size was read).  Also make
79621              the ERANGE/INVARG more consistent.
79622              18423 :
79623              spent_size was still off.  (As far as I can tell
79624              _SC_GETPW_R_SIZE_MAX is supposed to be used also
79625              for spents, not just pwents.)
79626      Branch: perl
79627           !> reentr.c reentr.h reentr.pl
79628 ____________________________________________________________________________
79629 [ 18497] By: rgs                                   on 2003/01/16  20:40:58
79630         Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
79631              From: Dave Mitchell <davem@fdgroup.com>
79632              Date: Wed, 1 Jan 2003 21:43:24 +0000
79633              Message-ID: <20030101214324.F12907@fdgroup.com>
79634              (integrated from change #18397 in maint-5.8)
79635      Branch: perl
79636           !> lib/Time/Local.pm lib/Time/Local.t
79637 ____________________________________________________________________________
79638 [ 18496] By: jhi                                   on 2003/01/16  20:36:23
79639         Log: Fix 'use encoding' I/O for code points 0x80..0xFF;
79640              code changes from Inaba Hiroto; test tweaks by jhi.
79641      Branch: perl
79642            + ext/Encode/t/enc_eucjp.t
79643            ! MANIFEST doio.c ext/Encode/encoding.pm ext/Encode/t/enc_utf8.t
79644            ! pp.c sv.c sv.h t/uni/tr_utf8.t
79645 ____________________________________________________________________________
79646 [ 18495] By: jhi                                   on 2003/01/16  20:19:36
79647         Log: It seems the binmode() is needed with UTF-8 locales enabled.
79648      Branch: perl
79649            ! ext/Encode/t/CJKT.t
79650 ____________________________________________________________________________
79651 [ 18494] By: jhi                                   on 2003/01/16  20:11:35
79652         Log: Upgrade to CGI.pm 2.89.
79653      Branch: perl
79654            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
79655            ! lib/CGI/t/carp.t lib/CGI/t/html.t lib/CGI/t/pretty.t
79656 ____________________________________________________________________________
79657 [ 18493] By: jhi                                   on 2003/01/16  20:03:01
79658         Log: Subject: Update for ext/MIME/Base64/
79659              From: Gisle Aas <gisle@ActiveState.com>
79660              Date: 30 Dec 2002 07:34:34 -0800
79661              Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
79662      Branch: perl
79663            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
79664            ! ext/MIME/Base64/QuotedPrint.pm
79665            ! ext/MIME/Base64/t/quoted-print.t ext/MIME/Base64/t/unicode.t
79666 ____________________________________________________________________________
79667 [ 18492] By: jhi                                   on 2003/01/16  19:56:07
79668         Log: Subject: Update for ext/Digest/MD5/
79669              From: Gisle Aas <gisle@ActiveState.com>
79670              Date: 30 Dec 2002 07:38:16 -0800
79671              Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
79672      Branch: perl
79673            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
79674            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
79675            ! ext/Digest/MD5/t/files.t
79676 ____________________________________________________________________________
79677 [ 18491] By: jhi                                   on 2003/01/16  19:24:10
79678         Log: if (0) the PL_widesyscalls code for now: Sarathy
79679              should take another look to see whether it is really
79680              safe to remove the code, too.
79681      Branch: perl
79682            ! win32/win32.h wince/win32.h
79683 ____________________________________________________________________________
79684 [ 18490] By: jhi                                   on 2003/01/16  01:58:39
79685         Log: Make the locale-induced UTF-8-ification of STD fhs
79686              and the default file open layer explicit (either -C
79687              or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
79688      Branch: perl
79689            ! embedvar.h gv.c intrpvar.h locale.c mg.c perl.c perlapi.h
79690            ! pod/perlrun.pod pod/perlunicode.pod pod/perluniintro.pod
79691            ! pod/perlvar.pod
79692 ____________________________________________________________________________
79693 [ 18489] By: rgs                                   on 2003/01/15  20:55:00
79694         Log: Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
79695              From: Brendan O'Dea <bod@debian.org>
79696              Date: Sun, 12 Jan 2003 06:18:32 +1100
79697              Message-ID: <20030111191832.GA19441@londo.c47.org>
79698      Branch: perl
79699            ! pod/perlrun.pod
79700 ____________________________________________________________________________
79701 [ 18488] By: rgs                                   on 2003/01/15  20:51:48
79702         Log: Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
79703              From: Brendan O'Dea <bod@debian.org>
79704              Date: Sun, 12 Jan 2003 06:17:30 +1100
79705              Message-ID: <20030111191730.GA19420@londo.c47.org>
79706      Branch: perl
79707            ! lib/diagnostics.pm
79708 ____________________________________________________________________________
79709 [ 18487] By: rgs                                   on 2003/01/15  20:45:14
79710         Log: Add a test case for bug [perl #19545]
79711      Branch: perl
79712            ! t/op/do.t
79713 ____________________________________________________________________________
79714 [ 18486] By: rgs                                   on 2003/01/15  20:34:52
79715         Log: isa() and can() didn't work on magic variables
79716              see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
79717              plus a test case by B. Goldberg
79718      Branch: perl
79719            ! t/op/universal.t universal.c
79720 ____________________________________________________________________________
79721 [ 18485] By: rgs                                   on 2003/01/15  20:10:57
79722         Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
79723              From: Stephen McCamant <smcc@mit.edu>
79724              Date: Thu, 2 Jan 2003 18:08:23 -0500
79725              Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
79726              Plus a test by Jarkko
79727              Integrated from changes 18444 and 18446 from maint-5.8
79728      Branch: perl
79729           +> t/op/readline.t
79730           !> MANIFEST pp_hot.c
79731 ____________________________________________________________________________
79732 [ 18484] By: jhi                                   on 2003/01/15  14:09:57
79733         Log: Upgrade to Time::HiRes 1.42.
79734      Branch: perl
79735            + ext/Time/HiRes/fallback/const-c.inc
79736            + ext/Time/HiRes/fallback/const-xs.inc
79737            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
79738            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
79739 ____________________________________________________________________________
79740 [ 18483] By: jhi                                   on 2003/01/15  00:23:20
79741         Log: Detypo.
79742      Branch: perl
79743            ! ext/Encode/Unicode/Unicode.xs
79744 ____________________________________________________________________________
79745 [ 18482] By: rgs                                   on 2003/01/14  21:41:04
79746         Log: Integrate change #18365 from maint-5.8 :
79747              Doc tweak on the S_ macros.
79748      Branch: perl
79749           !> pod/perlfunc.pod
79750 ____________________________________________________________________________
79751 [ 18481] By: jhi                                   on 2003/01/14  12:40:24
79752         Log: Apparently some stdios have bugs (no! don't tell it is so!)
79753              or there is a corner of stdio that is substandardised.
79754      Branch: perl
79755            ! t/io/tell.t
79756 ____________________________________________________________________________
79757 [ 18480] By: jhi                                   on 2003/01/14  01:25:14
79758         Log: Encode 1.84 broke the subtest #7, further study required.
79759      Branch: perl
79760            ! t/uni/tr_utf8.t
79761 ____________________________________________________________________________
79762 [ 18479] By: jhi                                   on 2003/01/13  23:13:02
79763         Log: Add a test for encoding 'utf8'.
79764      Branch: perl
79765            + ext/Encode/t/enc_utf8.t
79766            ! MANIFEST ext/Encode/MANIFEST
79767 ____________________________________________________________________________
79768 [ 18478] By: jhi                                   on 2003/01/13  23:10:55
79769         Log: Upgrade to Encode 1.84.
79770      Branch: perl
79771            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
79772            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
79773 ____________________________________________________________________________
79774 [ 18475] By: jhi                                   on 2003/01/13  02:42:47
79775         Log: Integrate from perlio:
79776              [ 18471]
79777              Fix #18711 and add test for it (and indeed tell on write
79778              handles at all !
79779
79780              (#18711 Serious bug of tell() in perl)
79781      Branch: perl
79782           !> perlio.c t/io/tell.t
79783 ____________________________________________________________________________
79784 [ 18474] By: jhi                                   on 2003/01/13  02:41:04
79785         Log: Integrate from perlio:
79786              [ 18470]
79787              Fix #16306 and #16880
79788
79789              (#16306 Big Badda leak in Sockets)
79790              (#16880 Memory leak with IO::Socket in Perl v5.8.0)
79791      Branch: perl
79792           !> perlio.c
79793 ____________________________________________________________________________
79794 [ 18473] By: jhi                                   on 2003/01/13  02:38:33
79795         Log: Integrate perlio #18040 and #18043 (no real changes;
79796              some whitespace changes but ignored them so that Dan's
79797              version of Encode wins)
79798      Branch: perl
79799           !> ext/Encode/Encode.xs
79800 ____________________________________________________________________________
79801 [ 18472] By: jhi                                   on 2003/01/13  01:31:01
79802         Log: Integrate perlio to mainline:
79803              [ 18240]
79804              Avoid eqtime() wiping the file (as suggested by
79805              "Luis G. Uribe C." <GUribe@SoftHome.net>
79806      Branch: perl
79807           !> lib/ExtUtils/Command.pm
79808 ____________________________________________________________________________
79809 [ 18468] By: rgs                                   on 2003/01/09  21:07:44
79810         Log: Subject: [PATCH] VMS perly build tweak
79811              From: "Craig A. Berry" <craigberry@mac.com>
79812              Date: Thu, 9 Jan 2003 14:44:40 -0600
79813              Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
79814      Branch: perl
79815            ! vms/descrip_mms.template
79816 ____________________________________________________________________________
79817 [ 18467] By: rgs                                   on 2003/01/09  21:03:07
79818         Log: Document that ${^TAINT} is read-only.
79819      Branch: perl
79820            ! pod/perlvar.pod
79821 ____________________________________________________________________________
79822 [ 18465] By: rgs                                   on 2003/01/08  22:02:26
79823         Log: Fix the doc for splitpath() in the File::Spec modules :
79824              this function doesn't return undef in any case.
79825      Branch: perl
79826            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
79827            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
79828 ____________________________________________________________________________
79829 [ 18464] By: rgs                                   on 2003/01/08  21:40:37
79830         Log: Subject: [PATCH] label code in pp_ctl.c
79831              From: Nicholas Clark <nick@unfortu.net>
79832              Date: Thu, 26 Dec 2002 21:19:36 +0000
79833              Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
79834              (Integrated from change #18400 from maint-5.8)
79835      Branch: perl
79836           !> pp_ctl.c
79837 ____________________________________________________________________________
79838 [ 18463] By: rgs                                   on 2003/01/08  21:27:49
79839         Log: Subject: [DOCPATCH] hv_store and hv_store_ent
79840              From: Nicholas Clark <nick@unfortu.net>
79841              Date: Wed, 1 Jan 2003 18:17:59 +0000
79842              Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
79843              (Integrated from change #18399 from maint-5.8)
79844      Branch: perl
79845           !> hv.c
79846 ____________________________________________________________________________
79847 [ 18462] By: rgs                                   on 2003/01/08  21:24:09
79848         Log: Integrate change #18391 from maint-5.8:
79849              Document the installprefix trick for compiling PASE Perl in AIX.
79850      Branch: perl
79851           !> README.os400
79852 ____________________________________________________________________________
79853 [ 18461] By: rgs                                   on 2003/01/08  21:16:54
79854         Log: Integrate change #18362 from maint-5.8:
79855              Fix [perl #18666] (taking the more conservative approach).
79856      Branch: perl
79857           !> lib/File/Spec/Unix.pm
79858 ____________________________________________________________________________
79859 [ 18460] By: rgs                                   on 2003/01/08  21:14:20
79860         Log: Integrate change #18361 from maint-5.8:
79861              Document that the socketpair tests are unhappy in old SCO,
79862              as per [perl #18537].
79863      Branch: perl
79864           !> pod/perl58delta.pod
79865 ____________________________________________________________________________
79866 [ 18459] By: rgs                                   on 2003/01/08  20:48:19
79867         Log: PerlFAQ sync.
79868      Branch: perl
79869            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
79870            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
79871            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
79872            ! pod/perlfaq9.pod
79873 ____________________________________________________________________________
79874 [ 18456] By: hv                                    on 2003/01/07  09:20:22
79875         Log: Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
79876              From: Nicholas Clark <nick@unfortu.net>
79877              Date: Thu, 26 Dec 2002 21:16:27 +0000
79878              Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
79879      Branch: perl
79880            ! doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c pad.c perl.c
79881            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c universal.c
79882            ! utf8.c
79883 ____________________________________________________________________________
79884 [ 18455] By: hv                                    on 2003/01/07  08:54:38
79885         Log: Subject: [PATCH] integrate more with report_evil_fh
79886              From: Nicholas Clark <nick@unfortu.net>
79887              Date: Thu, 26 Dec 2002 20:56:21 +0000
79888              Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
79889      Branch: perl
79890            ! pp_sys.c
79891 ____________________________________________________________________________
79892 [ 18454] By: hv                                    on 2003/01/07  08:45:54
79893         Log: Integrate podlators-1.25
79894      Branch: perl
79895            ! lib/Pod/Man.pm lib/Pod/t/man.t
79896 ____________________________________________________________________________
79897 [ 18453] By: rgs                                   on 2003/01/06  20:31:43
79898         Log: Change the value of ${^TAINT} : 0 without taint checks,
79899              1 with -T, and -1 with -t or -TU.
79900      Branch: perl
79901            ! mg.c pod/perlvar.pod t/op/taint.t t/run/runenv.t
79902            ! t/run/switcht.t
79903 ____________________________________________________________________________
79904 [ 18451] By: merijn                                on 2003/01/06  06:43:11
79905         Log: Subject: [PATCH perl@18746] VMS test adjustments
79906              Date: Sat, 04 Jan 2003 11:26:00 -0600
79907              From: "Craig A. Berry" <craigberry@mac.com>
79908              Message-ID: <3E171928.1040100@mac.com>
79909      Branch: perl
79910            ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
79911            ! t/run/switchI.t
79912 ____________________________________________________________________________
79913 [ 18441] By: rgs                                   on 2003/01/04  20:06:45
79914         Log: Subject: [DOCPATCH] File::Copy's synopsis
79915              From: Nicholas Clark <nick@unfortu.net>
79916              Date: Wed, 1 Jan 2003 21:09:30 +0000
79917              Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
79918      Branch: perl
79919            ! lib/File/Copy.pm
79920 ____________________________________________________________________________
79921 [ 18440] By: rgs                                   on 2003/01/04  16:31:31
79922         Log: Integrate change #18420 from maint-5.8:
79923              Mea culpa: the join() was the string join, not the
79924              ithreads join().
79925      Branch: perl
79926           !> ext/threads/t/join.t
79927 ____________________________________________________________________________
79928 [ 18439] By: rgs                                   on 2003/01/04  15:34:54
79929         Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
79930              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
79931              Date: Fri, 13 Dec 2002 00:54:43 +0100
79932              Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
79933              Same as change 18403 for maint-5.8 branch
79934      Branch: perl
79935            ! lib/ExtUtils/t/Embed.t
79936 ____________________________________________________________________________
79937 [ 18438] By: rgs                                   on 2003/01/04  15:24:22
79938         Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
79939              From: andreas.koenig@anima.de (Andreas J. Koenig)
79940              Date: Fri, 03 Jan 2003 00:57:15 +0100
79941              Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
79942      Branch: perl
79943            ! pod/perlre.pod
79944 ____________________________________________________________________________
79945 [ 18435] By: jhi                                   on 2003/01/04  14:36:08
79946         Log: The problems.t is back.
79947      Branch: perl
79948            ! MANIFEST
79949 ____________________________________________________________________________
79950 [ 18434] By: sky                                   on 2003/01/04  07:43:50
79951         Log: Forgot to add problems.t with change #18419
79952      Branch: perl
79953            + ext/threads/t/problems.t
79954 ____________________________________________________________________________
79955 [ 18432] By: jhi                                   on 2003/01/04  04:48:30
79956         Log: One more (or, rather, less) //.
79957      Branch: perl
79958            ! ext/threads/threads.xs
79959 ____________________________________________________________________________
79960 [ 18431] By: jhi                                   on 2003/01/04  04:39:01
79961         Log: Integrate from maintperl:
79962              [ 18430]
79963              // is still not portable C commentary.
79964      Branch: perl
79965           !> ext/threads/threads.xs
79966 ____________________________________________________________________________
79967 [ 18425] By: jhi                                   on 2003/01/04  03:37:04
79968         Log: Until Arthur really adds the problems.t.
79969      Branch: perl
79970            ! MANIFEST
79971 ____________________________________________________________________________
79972 [ 18421] By: sky                                   on 2003/01/04  01:27:55
79973         Log: Fix long standing memory leak with pop and shift!
79974      Branch: perl
79975            ! ext/threads/shared/shared.xs
79976 ____________________________________________________________________________
79977 [ 18419] By: sky                                   on 2003/01/03  23:45:34
79978         Log: Fixes bug #15273, the return of the object caused
79979              the stash of the object to be cloned, cloning the entire syntax
79980              tree and all lexicals in there creating danglning copies to the
79981              object. (Pararell but unlinked STASH tree).
79982              This adds a new flag, when set it will use STASHES from the
79983              thread we are joining into avoiding the problem.
79984      Branch: perl
79985            ! MANIFEST ext/threads/threads.xs sv.c sv.h
79986 ____________________________________________________________________________
79987 [ 18417] By: sky                                   on 2003/01/03  18:16:46
79988         Log: Fake what context we are running in for CLONE and DESTROY so
79989              threads->tid() returns the correct value.
79990              This is reported as bug #10046
79991      Branch: perl
79992            ! ext/threads/t/basic.t ext/threads/threads.xs
79993 ____________________________________________________________________________
79994 [ 18413] By: sky                                   on 2003/01/03  15:15:14
79995         Log: Change pp_lock to take a reference instead of a
79996              scalar since it wouldn't fork for the HELEM/AELEM
79997              case. This was reported in bug #10045
79998      Branch: perl
79999            ! ext/threads/shared/t/hv_refs.t opcode.h opcode.pl opnames.h
80000 ____________________________________________________________________________
80001 [ 18412] By: hv                                    on 2003/01/03  11:14:51
80002         Log: Integrate from maint-5.8 #18348:
80003              Make Math::Trig a little bit more better behaved module citizen.
80004      Branch: perl
80005           !> lib/Math/Trig.pm
80006 ____________________________________________________________________________
80007 [ 18411] By: hv                                    on 2003/01/03  11:11:09
80008         Log: Subject: Re: [perl #19061] 'goto' confuses 'redo'
80009              From: Stephen McCamant <smcc@mit.edu>
80010              Date: Sun, 22 Dec 2002 22:09:51 -0500
80011              Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
80012      Branch: perl
80013            ! pp_ctl.c
80014 ____________________________________________________________________________
80015 [ 18410] By: hv                                    on 2003/01/03  11:06:40
80016         Log: Subject: new flag SvPADSTALE
80017              From: Dave Mitchell <davem@fdgroup.com>
80018              Date: Thu, 19 Dec 2002 19:00:21 +0000
80019              Message-ID: <20021219190021.D9530@fdgroup.com>
80020      Branch: perl
80021            ! dump.c scope.c sv.h
80022 ____________________________________________________________________________
80023 [ 18409] By: hv                                    on 2003/01/03  11:05:09
80024         Log: Subject: remove flag SvPADBUSY
80025              From: Dave Mitchell <davem@fdgroup.com>
80026              Date: Thu, 19 Dec 2002 18:55:43 +0000
80027              Message-ID: <20021219185543.C9530@fdgroup.com>
80028      Branch: perl
80029            ! dump.c ext/Devel/Peek/Peek.t pad.c scope.c sv.h
80030 ____________________________________________________________________________
80031 [ 18408] By: hv                                    on 2003/01/03  10:56:54
80032         Log: Subject: win32_msgwait() problem
80033              From: Gurusamy Sarathy <gsar@ActiveState.com>
80034              Date: Fri, 13 Dec 2002 17:31:59 -0800
80035              Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
80036      Branch: perl
80037            ! win32/win32.c
80038 ____________________________________________________________________________
80039 [ 18407] By: hv                                    on 2003/01/03  10:30:05
80040         Log: Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
80041              From: hv@crypt.org
80042              Date: Thu, 02 Jan 2003 17:16:04 +0000
80043              Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
80044      Branch: perl
80045            ! sv.c
80046 ____________________________________________________________________________
80047 [ 18406] By: sky                                   on 2003/01/03  08:23:16
80048         Log: Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
80049              libc_r functions.
80050      Branch: perl
80051            ! hints/darwin.sh
80052 ____________________________________________________________________________
80053 [ 18393] By: merijn                                on 2003/01/02  19:41:29
80054         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)
80055              Date: Thu, 2 Jan 2003 19:02:21 +0100
80056              Message-ID: <200301021902.22444.abe@ztreet.demon.nl>
80057              From: abe@ztreet.demon.nl (Abe Timmerman)
80058      Branch: perl
80059            ! win32/makefile.mk
80060 ____________________________________________________________________________
80061 [ 18390] By: merijn                                on 2003/01/02  07:32:00
80062         Log: Use a more likely location for the perl binary
80063      Branch: perl
80064            ! Porting/genlog
80065 ____________________________________________________________________________
80066 [ 18378] By: gsar                                  on 2002/12/31  04:07:56
80067         Log: integrate change#18377 from maint-5.6 branch
80068
80069              change#17566 needs to be more defensive about win32_dup2()
80070              itself calling SetStdHandle() (at least MSVCRT does this)
80071      Branch: perl
80072           !> win32/win32.c
80073 ____________________________________________________________________________
80074 [ 18376] By: hv                                    on 2002/12/31  02:02:17
80075         Log: Update Changes
80076      Branch: perl
80077            ! Changes patchlevel.h
80078 ____________________________________________________________________________
80079 [ 18374] By: hv                                    on 2002/12/30  03:32:22
80080         Log: Remove duplicate entry
80081      Branch: perl
80082            ! MANIFEST
80083 ____________________________________________________________________________
80084 [ 18373] By: hv                                    on 2002/12/30  03:19:17
80085         Log: Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
80086              From: Dave Paris (via RT) <perlbug-followup@perl.org>
80087              Date: 22 Dec 2002 05:15:14 -0000
80088              Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
80089      Branch: perl
80090            ! pod/perlfunc.pod
80091 ____________________________________________________________________________
80092 [ 18372] By: hv                                    on 2002/12/30  03:13:42
80093         Log: Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
80094              From: Michael G Schwern <schwern@pobox.com>
80095              Date: Sat, 21 Dec 2002 19:29:41 -0800
80096              Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
80097      Branch: perl
80098            ! lib/AutoSplit.pm
80099 ____________________________________________________________________________
80100 [ 18371] By: hv                                    on 2002/12/30  03:08:12
80101         Log: Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
80102              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
80103              Date: Fri, 27 Dec 2002 16:14:24 +0100
80104              Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
80105      Branch: perl
80106            ! mg.c t/op/magic.t
80107 ____________________________________________________________________________
80108 [ 18358] By: gsar                                  on 2002/12/28  03:30:49
80109         Log: save_re_context() was not saving many regexec.c state
80110              variables, resulting in various reentrancy problems when
80111              the swatches were autoloaded by perl in the midst of a
80112              match
80113      Branch: perl
80114            ! regcomp.c
80115 ____________________________________________________________________________
80116 [ 18357] By: gsar                                  on 2002/12/28  02:16:51
80117         Log: silence another signed/unsigned mismatch warning
80118      Branch: perl
80119            ! op.c
80120 ____________________________________________________________________________
80121 [ 18356] By: gsar                                  on 2002/12/28  02:08:23
80122         Log: fix signed/unsigned mismatch warning from change#18266
80123      Branch: perl
80124            ! regcomp.c
80125 ____________________________________________________________________________
80126 [ 18355] By: gsar                                  on 2002/12/28  02:05:14
80127         Log: these variables are not in use anywhere since 5.8.0
80128      Branch: perl
80129            ! embedvar.h perlapi.h sv.c thrdvar.h
80130 ____________________________________________________________________________
80131 [ 18354] By: ams                                   on 2002/12/26  03:54:09
80132         Log: Subject: [PATCH] docpatch for cv.h
80133              From: Nicholas Clark <nick@unfortu.net>
80134              Date: Wed, 25 Dec 2002 21:01:04 +0000
80135              Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
80136      Branch: perl
80137            ! cv.h
80138 ____________________________________________________________________________
80139 [ 18351] By: hv                                    on 2002/12/25  02:29:17
80140         Log: #18345 was still broken; should be fixed now.
80141      Branch: perl
80142            ! sv.c
80143 ____________________________________________________________________________
80144 [ 18350] By: merijn                                on 2002/12/24  05:26:40
80145         Log: Removal of duplicate comment block
80146
80147              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
80148              Subject: Re: [perl #19306] Sys::Syslog issues.
80149              Date: Mon, 23 Dec 2002 15:25:51 -0800
80150              Message-ID: </t5B+gzkg6DR092yn@efn.org>
80151      Branch: perl
80152            ! ext/Sys/Syslog/Syslog.pm
80153 ____________________________________________________________________________
80154 [ 18346] By: hv                                    on 2002/12/23  06:14:22
80155         Log: integrate maint-5.8 #18301
80156      Branch: perl
80157           !> lib/perl5db.pl
80158 ____________________________________________________________________________
80159 [ 18345] By: hv                                    on 2002/12/23  06:01:17
80160         Log: more on #18344.
80161      Branch: perl
80162            ! sv.c
80163 ____________________________________________________________________________
80164 [ 18344] By: hv                                    on 2002/12/23  05:56:43
80165         Log: more on #18312: sv.c:ss_dup()
80166      Branch: perl
80167            ! sv.c
80168 ____________________________________________________________________________
80169 [ 18343] By: hv                                    on 2002/12/23  05:47:17
80170         Log: Subject: [perl #19153] Term::Complete (the argument of stty)
80171              From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
80172              Date: 15 Dec 2002 13:45:23 -0000
80173              Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
80174      Branch: perl
80175            ! lib/Term/Complete.pm
80176 ____________________________________________________________________________
80177 [ 18342] By: hv                                    on 2002/12/23  05:27:25
80178         Log: Subject: [perl #18544] Patch included to fix problem.
80179              From: Richard Kandarian <richard.kandarian@lanl.gov>
80180              Date: Thu, 21 Nov 2002 08:00:20 -0700
80181              (from RT)
80182      Branch: perl
80183            ! regexec.c
80184 ____________________________________________________________________________
80185 [ 18341] By: hv                                    on 2002/12/23  05:08:49
80186         Log: Subject: [PATCH] operation on `PL_na' may be undefined
80187              From: Nicholas Clark <nick@unfortu.net>
80188              Date: Tue, 10 Dec 2002 19:59:18 +0000
80189              Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net>
80190      Branch: perl
80191            ! universal.c
80192 ____________________________________________________________________________
80193 [ 18340] By: hv                                    on 2002/12/23  05:04:29
80194         Log: Subject: [PATCH] 2% speedup (pp_entersub needs to go on a diet)
80195              From: Nicholas Clark <nick@unfortu.net>
80196              Date: Tue, 10 Dec 2002 18:55:28 +0000
80197              Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net>
80198      Branch: perl
80199            ! pp_hot.c
80200 ____________________________________________________________________________
80201 [ 18339] By: hv                                    on 2002/12/23  04:39:48
80202         Log: Integrate Time::HiRes v1.39 (for VMS build tweak)
80203      Branch: perl
80204            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
80205            ! ext/Time/HiRes/Makefile.PL
80206 ____________________________________________________________________________
80207 [ 18338] By: hv                                    on 2002/12/23  03:43:09
80208         Log: Subject: [PATCH] read permissions for h2ph-generated files
80209              From: Slaven Rezic <slaven.rezic@berlin.de>
80210              Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
80211              Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
80212      Branch: perl
80213            ! utils/h2ph.PL
80214 ____________________________________________________________________________
80215 [ 18337] By: hv                                    on 2002/12/23  03:38:59
80216         Log: handy hint: getting a perforce change as a usable patch
80217      Branch: perl
80218            ! Porting/repository.pod
80219 ____________________________________________________________________________
80220 [ 18336] By: hv                                    on 2002/12/23  03:36:26
80221         Log: Reverse #18285, for reasons given in:
80222              Subject: Re: Precedence of ? :
80223              From: hv@crypt.org
80224              Date: Fri, 20 Dec 2002 00:35:27 +0000
80225              Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>
80226      Branch: perl
80227            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
80228            ! vms/perly_c.vms
80229 ____________________________________________________________________________
80230 [ 18335] By: gsar                                  on 2002/12/18  23:12:14
80231         Log: my_fflush_all() wasn't doing the right thing under useperlio
80232              on many platforms
80233      Branch: perl
80234            ! util.c
80235 ____________________________________________________________________________
80236 [ 18334] By: merijn                                on 2002/12/18  06:48:11
80237         Log: AIX compiler version updates
80238      Branch: perl
80239            ! README.aix
80240 ____________________________________________________________________________
80241 [ 18332] By: gsar                                  on 2002/12/18  03:20:27
80242         Log: $Config{prefixexp} was set incorrectly on windows
80243      Branch: perl
80244            ! win32/config.bc win32/config.gc win32/config.vc
80245            ! win32/config.vc64
80246 ____________________________________________________________________________
80247 [ 18330] By: gsar                                  on 2002/12/18  02:32:20
80248         Log: remove CRs from a couple of files (these show up as CRCRLF
80249              on windows)
80250      Branch: perl
80251            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
80252 ____________________________________________________________________________
80253 [ 18328] By: gsar                                  on 2002/12/18  02:27:10
80254         Log: fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
80255      Branch: perl
80256            ! win32/win32.c
80257 ____________________________________________________________________________
80258 [ 18327] By: gsar                                  on 2002/12/18  02:08:12
80259         Log: windows: support for large files
80260
80261              note that this change will break binary compatibility with the
80262              default 5.8.0 build options; nevertheless I think it is worth
80263              having in 5.8.1 (people who want the compatibility can disable
80264              the option in the makefile)
80265      Branch: perl
80266            ! ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.xs
80267            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/via.xs iperlsys.h
80268            ! pp_sys.c win32/Makefile win32/config.bc win32/config.gc
80269            ! win32/config.vc win32/config.vc64 win32/config_H.bc
80270            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
80271            ! win32/config_sh.PL win32/makefile.mk win32/perlhost.h
80272            ! win32/win32.c win32/win32iop.h
80273 ____________________________________________________________________________
80274 [ 18326] By: gsar                                  on 2002/12/18  00:57:46
80275         Log: Win32.pod update
80276      Branch: perl
80277            ! lib/Win32.pod
80278 ____________________________________________________________________________
80279 [ 18325] By: gsar                                  on 2002/12/18  00:42:45
80280         Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
80281      Branch: perl
80282            ! XSUB.h
80283 ____________________________________________________________________________
80284 [ 18324] By: gsar                                  on 2002/12/18  00:34:08
80285         Log: windows: avoid prompting under some shells during $(MAKE) distclean
80286      Branch: perl
80287            ! win32/Makefile win32/makefile.mk
80288 ____________________________________________________________________________
80289 [ 18323] By: gsar                                  on 2002/12/18  00:17:29
80290         Log: PerlSIO_stderr et al are not functions
80291      Branch: perl
80292            ! XSUB.h
80293 ____________________________________________________________________________
80294 [ 18321] By: gsar                                  on 2002/12/17  22:56:25
80295         Log: integrate change#18320 from maint-5.6 branch
80296
80297              C<require '\foo\bar.pm'> fails on windows if not running
80298              from the root directory; for a test case, see:
80299
80300              http://bugs.activestate.com/show_bug.cgi?id=19317
80301
80302              this was due to not recognizing \foo\bar.pm as an absolute
80303              path name
80304      Branch: perl
80305           !> util.h
80306 ____________________________________________________________________________
80307 [ 18319] By: hv                                    on 2002/12/17  10:08:24
80308         Log: Whoops, these are the changes supposed to be in #18318.
80309      Branch: perl
80310            ! pad.c t/op/eval.t
80311 ____________________________________________________________________________
80312 [ 18318] By: hv                                    on 2002/12/17  03:12:18
80313         Log: Subject: Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl
80314              From: Nicholas Clark <nick@unfortu.net>
80315              Date: Sat, 14 Dec 2002 23:13:37 +0000
80316              Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net>
80317      Branch: perl
80318            ! pad.c t/op/eval.t
80319 ____________________________________________________________________________
80320 [ 18317] By: hv                                    on 2002/12/17  02:58:12
80321         Log: Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
80322      Branch: perl
80323            + lib/Net/Ping/t/410_syn_host.t
80324            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t
80325            ! lib/Net/Ping/t/450_service.t
80326 ____________________________________________________________________________
80327 [ 18316] By: hv                                    on 2002/12/17  02:17:16
80328         Log: Subject: [PATCH 5.8.1 @oldish-18156] build
80329              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
80330              Date: Fri, 13 Dec 2002 13:54:05 -0800
80331              Message-ID: <20021213215404.GA2597@math.berkeley.edu>
80332      Branch: perl
80333            ! os2/os2.c t/run/runenv.t
80334 ____________________________________________________________________________
80335 [ 18315] By: hv                                    on 2002/12/17  02:03:58
80336         Log: Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
80337              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
80338              Date: Fri, 13 Dec 2002 13:47:08 -0800
80339              Message-ID: <20021213214707.GA2588@math.berkeley.edu>
80340      Branch: perl
80341            ! lib/constant.t lib/fields.t
80342 ____________________________________________________________________________
80343 [ 18314] By: hv                                    on 2002/12/17  01:58:32
80344         Log: Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
80345              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
80346              Date: Fri, 13 Dec 2002 14:00:48 -0800
80347              Message-ID: <20021213220048.GA2606@math.berkeley.edu>
80348      Branch: perl
80349            ! os2/OS2/Process/t/os2_process.t os2/os2.c
80350 ____________________________________________________________________________
80351 [ 18313] By: hv                                    on 2002/12/17  01:54:19
80352         Log: Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
80353              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
80354              Date: Fri, 13 Dec 2002 14:08:00 -0800
80355              Message-ID: <20021213220800.GA2625@math.berkeley.edu>
80356      Branch: perl
80357            ! os2/OS2/REXX/REXX.xs
80358 ____________________________________________________________________________
80359 [ 18312] By: hv                                    on 2002/12/17  01:43:28
80360         Log: Subject: [Fwd: Patch for perl utf8-related bug]
80361              From: Richard Hitt <rbh00@utsglobal.com>
80362              Date: Fri, 06 Dec 2002 16:47:42 -0800
80363              [perl #18932]
80364      Branch: perl
80365            ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c
80366            ! scope.h
80367 ____________________________________________________________________________
80368 [ 18311] By: hv                                    on 2002/12/17  00:52:05
80369         Log: Subject: [PATCH] Re: [jhi@iki.fi: enums are not nums]
80370              From: Dave Mitchell <davem@fdgroup.com>
80371              Date: Sat, 14 Dec 2002 19:16:49 +0000
80372              Message-ID: <20021214191649.B3992@fdgroup.com>
80373      Branch: perl
80374            ! embed.fnc pad.c pad.h pod/perlintern.pod proto.h
80375 ____________________________________________________________________________
80376 [ 18310] By: hv                                    on 2002/12/17  00:51:46
80377         Log: regen-headers to get new API docs from #18306
80378      Branch: perl
80379            ! pod/perlapi.pod
80380 ____________________________________________________________________________
80381 [ 18308] By: rgs                                   on 2002/12/16  22:06:23
80382         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
80383              From: peter@PSDT.com (Peter Scott)
80384              Date: 12 Dec 2002 18:13:17 -0000
80385              Message-ID: <20021212181317.50538.qmail@onion.perl.org>
80386              (fix bug [perl #19058])
80387      Branch: perl
80388            ! lib/perl5db.pl
80389 ____________________________________________________________________________
80390 [ 18307] By: rgs                                   on 2002/12/16  22:01:14
80391         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
80392              From: Dave Mitchell <davem@fdgroup.com>
80393              Date: Thu, 12 Dec 2002 23:42:35 +0000
80394              Message-ID: <20021212234235.A29245@fdgroup.com>
80395              and
80396              Date: Sat, 14 Dec 2002 19:16:38 +0000
80397              Message-ID: <20021214191638.A3992@fdgroup.com>
80398      Branch: perl
80399            ! embed.fnc embed.h pod/perlfunc.pod pod/perlintern.pod pp_ctl.c
80400            ! proto.h t/op/eval.t
80401 ____________________________________________________________________________
80402 [ 18306] By: sky                                   on 2002/12/16  21:41:40
80403         Log: More documentation of obscure flags is good, even if the
80404              documentation might be not so good. Atleast it's not false!
80405              Documents the flags one can give to perl_clone
80406      Branch: perl
80407            ! sv.c
80408 ____________________________________________________________________________
80409 [ 18305] By: merijn                                on 2002/12/16  10:53:19
80410         Log: Enough changes to Configure and metaunits warrant an update.
80411              Several small changes and three additions
80412      Branch: perl
80413            ! Porting/Glossary
80414 ____________________________________________________________________________
80415 [ 18304] By: merijn                                on 2002/12/16  10:44:57
80416         Log: Redone #18011 from metaunits
80417      Branch: perl
80418            ! Configure
80419 ____________________________________________________________________________
80420 [ 18302] By: rgs                                   on 2002/12/14  22:34:25
80421         Log: Subject: Proper fix for CvOUTSIDE weak refcounting
80422              From: Dave Mitchell <davem@fdgroup.com>
80423              Date: Tue, 10 Dec 2002 01:26:44 +0000
80424              Message-ID: <20021210012644.A7843@fdgroup.com>
80425      Branch: perl
80426            ! cv.h dump.c embed.fnc ext/B/B/Deparse.pm ext/B/defsubs_h.PL
80427            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlapi.pod
80428            ! pod/perlintern.pod pp_ctl.c sv.c t/op/closure.t
80429 ____________________________________________________________________________
80430 [ 18300] By: rgs                                   on 2002/12/12  20:40:22
80431         Log: Subject: [patch] typo in perlop
80432              From: andreas.koenig@anima.de (Andreas J. Koenig)
80433              Date: Wed, 11 Dec 2002 21:31:14 +0100
80434              Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
80435      Branch: perl
80436            ! pod/perlop.pod
80437 ____________________________________________________________________________
80438 [ 18299] By: rgs                                   on 2002/12/12  20:35:29
80439         Log: Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297
80440      Branch: perl
80441           !> ext/POSIX/POSIX.pod ext/POSIX/t/is.t ext/POSIX/t/posix.t
80442           !> pod/perlre.pod pod/perlretut.pod regexec.c t/op/pat.t
80443           !> t/op/subst.t
80444 ____________________________________________________________________________
80445 [ 18298] By: rgs                                   on 2002/12/12  20:00:36
80446         Log: Whitespace and indentation fix in the output of B::Debug.
80447      Branch: perl
80448            ! ext/B/B/Debug.pm
80449 ____________________________________________________________________________
80450 [ 18292] By: gbarr                                 on 2002/12/12  09:23:04
80451         Log: Update to Scalar-List-Utils 1.09
80452      Branch: perl
80453            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
80454            ! ext/List/Util/lib/List/Util.pm
80455 ____________________________________________________________________________
80456 [ 18287] By: gsar                                  on 2002/12/11  18:53:07
80457         Log: this has been incorrect for a while now, and has changed
80458              again recently
80459      Branch: perl
80460            ! Porting/repository.pod
80461 ____________________________________________________________________________
80462 [ 18285] By: hv                                    on 2002/12/11  10:35:01
80463         Log: Subject: [PATCH] Re: Precedence of ? :
80464              From: Stephen McCamant <smcc@mit.edu>
80465              Date: Tue, 10 Dec 2002 00:57:07 -0500 (EST)
80466              Message-Id: <20021210055707.974F073CCC@syllepsis>
80467      Branch: perl
80468            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
80469            ! vms/perly_c.vms
80470 ____________________________________________________________________________
80471 [ 18284] By: hv                                    on 2002/12/11  10:21:12
80472         Log: One more email address for #18282
80473      Branch: perl
80474            ! lib/Pod/Perldoc.pm
80475 ____________________________________________________________________________
80476 [ 18283] By: hv                                    on 2002/12/11  10:18:07
80477         Log: More email addresses for #18282
80478      Branch: perl
80479            ! hints/aix.sh hints/apollo.sh hints/epix.sh hints/freebsd.sh
80480            ! hints/irix_6.sh hints/isc.sh hints/isc_2.sh hints/machten.sh
80481            ! hints/machten_2.sh hints/openbsd.sh hints/os2.sh
80482            ! hints/os390.sh hints/sunos_4_1.sh hints/titanos.sh
80483            ! hints/ultrix_4.sh hints/umips.sh hints/utekv.sh
80484 ____________________________________________________________________________
80485 [ 18282] By: hv                                    on 2002/12/11  10:16:05
80486         Log: Subject: Remove stale e-mail addresses
80487              From: Andy Dougherty <doughera@lafayette.edu>
80488              Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
80489              Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
80490      Branch: perl
80491            ! Porting/pumpkin.pod configure.gnu
80492            ! ext/ODBM_File/hints/dec_osf.pl ext/ODBM_File/hints/hpux.pl
80493            ! ext/ODBM_File/hints/ultrix.pl ext/SDBM_File/sdbm/README.too
80494            ! lib/File/Spec.pm perly.fixer pod/checkpods.PL
80495 ____________________________________________________________________________
80496 [ 18281] By: hv                                    on 2002/12/11  09:59:31
80497         Log: Integrate from maint-5.8 #18156, #18218.
80498      Branch: perl
80499           !> lib/Unicode/UCD.t lib/unicore/Category.pl
80500           !> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
80501           !> lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
80502           !> lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
80503           !> lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
80504           !> lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl t/op/pack.t
80505 ____________________________________________________________________________
80506 [ 18280] By: rgs                                   on 2002/12/10  21:30:10
80507         Log: Integrate from the maint-5.8/ branch :
80508              changes 18219, 18236, 18242-3, 18247-8,
80509              18253-5, 18257, 18273-6
80510      Branch: perl
80511           +> t/op/lc_user.t
80512           !> MANIFEST hints/irix_6.sh lib/File/Copy.pm lib/utf8_heavy.pl
80513           !> pod/perldiag.pod pod/perlguts.pod pod/perlsec.pod
80514           !> pod/perlunicode.pod pp.c t/op/lc.t t/op/pat.t t/op/split.t
80515           !> t/uni/tr_utf8.t
80516 ____________________________________________________________________________
80517 [ 18279] By: merijn                                on 2002/12/10  14:10:03
80518         Log: Subject: Re: ANSIColor 1.06 released
80519              Version bump only after typo fix to sync with CPAN
80520      Branch: perl
80521            ! lib/Term/ANSIColor.pm
80522 ____________________________________________________________________________
80523 [ 18277] By: merijn                                on 2002/12/10  08:46:05
80524         Log: Subject: [PATCH perl@18251] VMS build update
80525              Message-ID: <3DF56BE2.9000300@mac.com>
80526              Date: Mon, 09 Dec 2002 22:21:54 -0600
80527              From: "Craig A. Berry" <craigberry@mac.com>
80528      Branch: perl
80529            ! configure.com ext/Time/HiRes/Makefile.PL
80530            ! vms/descrip_mms.template
80531 ____________________________________________________________________________
80532 [ 18272] By: merijn                                on 2002/12/09  15:31:28
80533         Log: RT#15950
80534
80535              Subject: [PATCH] Typo in Term::ANSIColor
80536              Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
80537              From: "Mr. Nobody" <mrnobo1024  at  yahoo.com>
80538      Branch: perl
80539            ! lib/Term/ANSIColor.pm
80540 ____________________________________________________________________________
80541 [ 18270] By: hv                                    on 2002/12/09  00:25:26
80542         Log: Subject: [perl #18256] xsubpp can make nested comments in C code
80543              From: Nicholas Clark (via RT) <perlbug@perl.org>
80544              Date: 7 Nov 2002 14:58:14 -0000
80545              Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
80546      Branch: perl
80547            ! lib/ExtUtils/xsubpp
80548 ____________________________________________________________________________
80549 [ 18269] By: hv                                    on 2002/12/09  00:19:33
80550         Log: Subject: Re: Bug in Filter::Simple
80551              From: Slaven Rezic <slaven.rezic@berlin.de>
80552              Date: 07 Nov 2002 10:01:41 +0100
80553              Message-ID: <87of91u51m.fsf@vran.herceg.de>
80554      Branch: perl
80555            ! ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
80556 ____________________________________________________________________________
80557 [ 18268] By: hv                                    on 2002/12/09  00:14:58
80558         Log: fix #18266 sprintf format mismatch
80559      Branch: perl
80560            ! regcomp.c
80561 ____________________________________________________________________________
80562 [ 18267] By: hv                                    on 2002/12/09  00:10:09
80563         Log: Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime()  are sometimes wrong
80564              From: Slaven Rezic <slaven.rezic@berlin.de>
80565              Date: 09 Nov 2002 23:21:16 +0100
80566              Message-ID: <874raqz8o3.fsf@vran.herceg.de>
80567      Branch: perl
80568            ! config_h.SH ext/POSIX/t/posix.t util.c
80569 ____________________________________________________________________________
80570 [ 18266] By: hv                                    on 2002/12/09  00:02:57
80571         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
80572              From: Abhijit Menon-Sen <ams@wiw.org>
80573              Date: Wed, 6 Nov 2002 19:38:11 +0530
80574              Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
80575      Branch: perl
80576            ! regcomp.c t/op/lc.t
80577 ____________________________________________________________________________
80578 [ 18265] By: rgs                                   on 2002/12/08  22:10:45
80579         Log: Subject: Re: [perl #18927] barewords with no errors
80580              From: Abe Timmerman <abe@ztreet.demon.nl>
80581              Date: Sun, 8 Dec 2002 17:12:56 +0100
80582              Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
80583      Branch: perl
80584            ! t/lib/strict/subs
80585 ____________________________________________________________________________
80586 [ 18264] By: rgs                                   on 2002/12/08  22:04:39
80587         Log: Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
80588              From: Slaven Rezic <slaven.rezic@berlin.de>
80589              Date: 30 Nov 2002 00:07:05 +0100
80590              Message-ID: <8765ugnffq.fsf@vran.herceg.de>
80591      Branch: perl
80592            ! pp_ctl.c t/cmd/for.t
80593 ____________________________________________________________________________
80594 [ 18263] By: rgs                                   on 2002/12/08  21:56:13
80595         Log: Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
80596              From: Slaven Rezic <slaven.rezic@berlin.de>
80597              Date: 08 Dec 2002 01:31:45 +0100
80598              Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
80599      Branch: perl
80600            ! lib/Exporter/Heavy.pm
80601 ____________________________________________________________________________
80602 [ 18262] By: rgs                                   on 2002/12/08  20:31:42
80603         Log: getservbyport() should accept an empty string as its
80604              proto argument (as does getservbyname()).
80605
80606              Subject: Re: Is this a bug or am I being stupid?
80607              From: Slaven Rezic <slaven.rezic@berlin.de>
80608              Date: 08 Dec 2002 01:54:37 +0100
80609              Message-ID: <87znrhl48i.fsf@vran.herceg.de>
80610      Branch: perl
80611            ! pp_sys.c
80612 ____________________________________________________________________________
80613 [ 18261] By: rgs                                   on 2002/12/08  20:17:37
80614         Log: Change the set of characters that are considered to be
80615              safe in $ENV{TERM} for taint checkings.
80616      Branch: perl
80617            ! taint.c
80618 ____________________________________________________________________________
80619 [ 18260] By: rgs                                   on 2002/12/08  20:14:57
80620         Log: Document that $ENV{TERM} may produce taint failures.
80621              Subject: Re: [perl #18717] spurious failures in regression test
80622              From: Slaven Rezic <slaven.rezic@berlin.de>
80623              Date: 29 Nov 2002 22:11:46 +0100
80624              Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
80625      Branch: perl
80626            ! pod/perldiag.pod
80627 ____________________________________________________________________________
80628 [ 18259] By: rgs                                   on 2002/12/08  19:34:34
80629         Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
80630              From: Nicholas Clark <nick@unfortu.net>
80631              Date: Mon, 2 Dec 2002 21:48:29 +0000
80632              Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
80633      Branch: perl
80634            ! hv.c lib/Hash/Util.t
80635 ____________________________________________________________________________
80636 [ 18251] By: rgs                                   on 2002/12/06  21:27:55
80637         Log: Fix two cases of buffer overflow in the lexer.
80638      Branch: perl
80639            ! t/comp/parser.t toke.c
80640 ____________________________________________________________________________
80641 [ 18250] By: rgs                                   on 2002/12/06  20:44:26
80642         Log: Fix bug #18874, essentially by reverting change #11890.
80643              Add a regression test for it.
80644      Branch: perl
80645            ! lib/English.pm lib/English.t
80646 ____________________________________________________________________________
80647 [ 18249] By: rgs                                   on 2002/12/06  20:42:01
80648         Log: Suppress a compilation warning reported by Jarkko
80649              (variable initialization skipped by goto).
80650      Branch: perl
80651            ! toke.c
80652 ____________________________________________________________________________
80653 [ 18239] By: jhi                                   on 2002/12/03  12:49:01
80654         Log: Fix up #18229.
80655      Branch: perl
80656            ! embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
80657            ! pod/perlintern.pod
80658 ____________________________________________________________________________
80659 [ 18233] By: rgs                                   on 2002/12/02  20:03:09
80660         Log: Fix bug #18573 : in a double-quoted string, a \c not followed
80661              by any character may corrupt memory due to reading past the
80662              end of the input buffer. Add a new error message corresponding
80663              to this case.
80664      Branch: perl
80665            ! pod/perldiag.pod t/comp/parser.t toke.c
80666 ____________________________________________________________________________
80667 [ 18232] By: rgs                                   on 2002/12/02  19:59:07
80668         Log: Skip test #17 of lib/open.t when useperlio is not defined.
80669      Branch: perl
80670            ! lib/open.t
80671 ____________________________________________________________________________
80672 [ 18231] By: merijn                                on 2002/12/02  16:00:12
80673         Log: Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
80674              Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
80675              From: Andy Dougherty <doughera@lafayette.edu>
80676              Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
80677      Branch: perl
80678            ! README.hpux
80679 ____________________________________________________________________________
80680 [ 18230] By: merijn                                on 2002/12/02  15:45:31
80681         Log: $0 modifying part II (HP-UX only)
80682
80683              Date: Sat, 30 Nov 2002 20:16:51 +0200
80684              From: Jarkko Hietaniemi <jhi@iki.fi>
80685              Subject: [PATCH] $0 modifying
80686              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
80687      Branch: perl
80688            ! mg.c
80689 ____________________________________________________________________________
80690 [ 18229] By: merijn                                on 2002/12/02  15:43:16
80691         Log: $0 mofifying part I
80692
80693              Date: Sat, 30 Nov 2002 20:16:51 +0200
80694              From: Jarkko Hietaniemi <jhi@iki.fi>
80695              Subject: [PATCH] $0 modifying
80696              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
80697      Branch: perl
80698            ! ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
80699            ! sv.c t/op/magic.t thread.h
80700 ____________________________________________________________________________
80701 [ 18228] By: hv                                    on 2002/12/02  13:37:59
80702         Log: integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
80703              with a module-driven version, and separates out its docs.
80704      Branch: perl
80705            + lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
80706            + lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
80707            + lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
80708            + lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
80709            + lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
80710            + lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
80711            + lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
80712            + pod/perldoc.pod
80713            ! MANIFEST utils/perldoc.PL
80714 ____________________________________________________________________________
80715 [ 18226] By: hv                                    on 2002/12/02  12:44:35
80716         Log: missed the new file from #18224
80717      Branch: perl
80718            + lib/Pod/PlainText.pm
80719            ! MANIFEST
80720 ____________________________________________________________________________
80721 [ 18225] By: hv                                    on 2002/12/02  03:09:42
80722         Log: integrate util.c fragment from #18200 to undef SA_RESTART on MacOS
80723      Branch: perl
80724            ! util.c
80725 ____________________________________________________________________________
80726 [ 18224] By: hv                                    on 2002/12/02  02:59:02
80727         Log: Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
80728              and lib/Pod/t/utils.t to cater for simpler output text.
80729      Branch: perl
80730            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Usage.pm
80731            ! lib/Pod/t/latex.t lib/Pod/t/utils.t pod/podselect.PL
80732            ! t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t
80733            ! t/pod/included.t t/pod/lref.t t/pod/lref.xr
80734            ! t/pod/multiline_items.t t/pod/multiline_items.xr
80735            ! t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t
80736            ! t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/poderrs.t
80737            ! t/pod/poderrs.xr t/pod/podselect.t t/pod/podselect.xr
80738            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
80739 ____________________________________________________________________________
80740 [ 18223] By: hv                                    on 2002/12/02  02:46:17
80741         Log: Subject: [PATCH] SvFAKE lexicals in scope for all of the sub
80742              From: Dave Mitchell <davem@fdgroup.com>
80743              Date: Mon, 25 Nov 2002 21:25:33 +0000
80744              Message-ID: <20021125212533.B29157@fdgroup.com>
80745      Branch: perl
80746            ! ext/Devel/Peek/Peek.t pad.c t/op/closure.t
80747 ____________________________________________________________________________
80748 [ 18222] By: hv                                    on 2002/12/02  02:23:28
80749         Log: #18221 broke t/op/eval.t
80750      Branch: perl
80751            ! t/op/eval.t
80752 ____________________________________________________________________________
80753 [ 18221] By: hv                                    on 2002/12/02  02:18:19
80754         Log: integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5
80755      Branch: perl
80756           +> ext/POSIX/t/is.t
80757           !> INSTALL MANIFEST README.os2 ext/Fcntl/t/syslfs.t
80758           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
80759           !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod
80760           !> t/op/eval.t t/op/grep.t t/op/lfs.t t/op/subst.t
80761 ____________________________________________________________________________
80762 [ 18220] By: hv                                    on 2002/12/02  00:58:54
80763         Log: Subject: [PATCH 2nd attempt] allow evals to see the full lexical scope
80764              From: Dave Mitchell <davem@fdgroup.com>
80765              Date: Sun, 24 Nov 2002 22:19:06 +0000
80766              Message-ID: <20021124221906.A25386@fdgroup.com>
80767      Branch: perl
80768            ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
80769            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
80770            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlintern.pod pp_ctl.c
80771            ! pp_hot.c proto.h sv.c sv.h t/op/eval.t toke.c
80772 ____________________________________________________________________________
80773 [ 18217] By: rgs                                   on 2002/11/29  12:11:28
80774         Log: Document the hint constants and where they're used.
80775      Branch: perl
80776            ! ext/re/re.pm lib/File/Basename.pm lib/charnames.pm
80777            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/vmsish.pm
80778            ! perl.h
80779 ____________________________________________________________________________
80780 [ 18216] By: merijn                                on 2002/11/29  10:00:54
80781         Log: 64bit Peek failure on HP-UX 11.00
80782
80783              Subject: Re: Smoke 18188
80784              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80785              From: Slaven Rezic <slaven.rezic@berlin.de>
80786              Date: 28 Nov 2002 19:25:25 +0100
80787              Message-ID: <877kexsga2.fsf@vran.herceg.de>
80788      Branch: perl
80789            ! ext/Devel/Peek/Peek.t
80790 ____________________________________________________________________________
80791 [ 18203] By: jhi                                   on 2002/11/28  14:54:34
80792         Log: Slight beauty tweak.
80793      Branch: perl
80794            ! intrpvar.h
80795 ____________________________________________________________________________
80796 [ 18188] By: hv                                    on 2002/11/27  01:32:52
80797         Log: Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
80798              From: Slaven Rezic <slaven.rezic@berlin.de>
80799              Date: 03 Nov 2002 10:59:43 +0100
80800              Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
80801      Branch: perl
80802            ! embedvar.h intrpvar.h lib/open.t perlapi.h perlio.c
80803 ____________________________________________________________________________
80804 [ 18186] By: hv                                    on 2002/11/27  00:57:18
80805         Log: Subject: DESTROY called in scalar context ?
80806              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
80807              Date: Tue, 29 Oct 2002 22:04:23 +0100
80808              Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
80809      Branch: perl
80810            ! sv.c
80811 ____________________________________________________________________________
80812 [ 18185] By: rgs                                   on 2002/11/26  21:06:48
80813         Log: PerlFAQ sync.
80814      Branch: perl
80815            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
80816            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
80817            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
80818            ! pod/perlfaq9.pod
80819 ____________________________________________________________________________
80820 [ 18184] By: rgs                                   on 2002/11/26  20:42:25
80821         Log: Subject: [PATCH] 2 Pod errors in perlop.pod
80822              From: andreas.koenig@anima.de (Andreas J. Koenig)
80823              Date: Mon, 25 Nov 2002 10:21:08 +0100
80824              Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
80825
80826              Plus a few similar POD fixes
80827      Branch: perl
80828            ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod
80829            ! pod/perltie.pod
80830 ____________________________________________________________________________
80831 [ 18183] By: rgs                                   on 2002/11/26  19:53:26
80832         Log: Subject: Re: [perl #18626] bug in perlipc man page
80833              From: Slaven Rezic <slaven.rezic@berlin.de>
80834              Date: 23 Nov 2002 21:23:20 +0100
80835              Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
80836      Branch: perl
80837            ! pod/perlipc.pod
80838 ____________________________________________________________________________
80839 [ 18182] By: merijn                                on 2002/11/26  08:44:39
80840         Log: Subject: #17171: ld flag for shrplib on OpenBSD
80841              Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
80842              From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>
80843      Branch: perl
80844            ! Configure
80845 ____________________________________________________________________________
80846 [ 18180] By: hv                                    on 2002/11/25  03:10:03
80847         Log: integrate #18144 updates to pod/perlport.pod
80848      Branch: perl
80849            ! pod/perlport.pod
80850 ____________________________________________________________________________
80851 [ 18179] By: hv                                    on 2002/11/25  03:06:44
80852         Log: Subject: [PATCH] UTF8 regexp {n} bug
80853              From: Inaba Hiroto <inaba@st.rim.or.jp>
80854              Date: Sat, 16 Nov 2002 19:23:00 +0900
80855              Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
80856      Branch: perl
80857            ! regcomp.c t/op/pat.t
80858 ____________________________________________________________________________
80859 [ 18178] By: hv                                    on 2002/11/25  02:43:40
80860         Log: Subject: Re: Storable bug #1698
80861              From: Slaven Rezic <slaven.rezic@berlin.de>
80862              Date: 18 Nov 2002 10:41:36 +0100
80863              Message-ID: <87ptt343lb.fsf@vran.herceg.de>
80864      Branch: perl
80865            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
80866            ! ext/Storable/t/forgive.t
80867 ____________________________________________________________________________
80868 [ 18177] By: hv                                    on 2002/11/25  02:37:07
80869         Log: add support for STASH and MAGIC information for REFs to sv_dump().
80870              Subject: [PATCH]
80871              From: Slaven Rezic <slaven.rezic@berlin.de>
80872              Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
80873              Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
80874      Branch: perl
80875            ! dump.c ext/Devel/Peek/Peek.t
80876 ____________________________________________________________________________
80877 [ 18176] By: hv                                    on 2002/11/25  02:31:10
80878         Log: Subject: Re: [perl #18479] Error when no strict refs in effect
80879              From: Slaven Rezic <slaven.rezic@berlin.de>
80880              Date: 18 Nov 2002 22:50:04 +0100
80881              Message-ID: <87smxya6pf.fsf@vran.herceg.de>
80882      Branch: perl
80883            ! pp_ctl.c
80884 ____________________________________________________________________________
80885 [ 18175] By: hv                                    on 2002/11/25  02:20:48
80886         Log: Subject: [Encode] 1.83 + bleedperl patch released
80887              From: Dan Kogai <dankogai@dan.co.jp>
80888              Date: Tue, 19 Nov 2002 03:18:44 +0900
80889              Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
80890      Branch: perl
80891            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
80892            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/bin/enc2xs
80893            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/rt.pl
80894            ! t/uni/tr_7jis.t t/uni/tr_sjis.t t/uni/tr_utf8.t
80895 ____________________________________________________________________________
80896 [ 18172] By: rgs                                   on 2002/11/22  21:44:09
80897         Log: Subject: [PATCH] Historic version labels
80898              From: andreas.koenig@anima.de (Andreas J. Koenig)
80899              Date: Fri, 22 Nov 2002 14:39:41 +0100
80900              Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
80901      Branch: perl
80902            ! Changes5.005 Changes5.6
80903 ____________________________________________________________________________
80904 [ 18171] By: rgs                                   on 2002/11/22  21:15:54
80905         Log: A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
80906              Fix the existing tests that didn't checked the difference
80907              between 0 and undef.
80908      Branch: perl
80909            ! t/op/magic.t
80910 ____________________________________________________________________________
80911 [ 18170] By: rgs                                   on 2002/11/22  20:49:12
80912         Log: Move some tests from t/run/fresh_perl.t
80913              to the new t/comp/parser.t. The goal being to
80914              get rid of fresh_perl.t at some point.
80915      Branch: perl
80916            ! t/comp/parser.t t/run/fresh_perl.t
80917 ____________________________________________________________________________
80918 [ 18169] By: rgs                                   on 2002/11/21  20:49:36
80919         Log: Add a test for bug #17920, and a new test file for it.
80920      Branch: perl
80921            + t/comp/parser.t
80922            ! MANIFEST
80923 ____________________________________________________________________________
80924 [ 18168] By: merijn                                on 2002/11/21  13:59:12
80925         Log: Subject: [PATCH] hires sleeping wants libs
80926              Date: Wed, 20 Nov 2002 17:18:31 +0200
80927              From: Jarkko Hietaniemi <jhi@iki.fi>
80928              Message-ID: <20021120151830.GC127060@lyta.hut.fi>
80929      Branch: perl
80930            ! Configure hints/irix_6.sh
80931 ____________________________________________________________________________
80932 [ 18166] By: rgs                                   on 2002/11/19  23:02:31
80933         Log: Fix perl bug #17920 : a case of parser coredump.
80934              The fix is to disable Perl_block_start and Perl_block_end
80935              when the yacc parser has encountered errors. This prevents
80936              corruption of the internal stack, at the expense of correctness,
80937              but this doesn't matter as the code is unparseable anyway.
80938      Branch: perl
80939            ! op.c
80940 ____________________________________________________________________________
80941 [ 18165] By: rgs                                   on 2002/11/19  22:45:36
80942         Log: Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
80943              From: Jarkko Hietaniemi <jhi@iki.fi>
80944              Date: Sun, 3 Nov 2002 17:50:08 +0200
80945              Message-ID: <20021103155008.GA382682@lyta.hut.fi>
80946      Branch: perl
80947            ! lib/open.pm locale.c pod/perl58delta.pod
80948 ____________________________________________________________________________
80949 [ 18164] By: rgs                                   on 2002/11/19  22:32:52
80950         Log: t/io/crlf.t failed with miniperl.
80951      Branch: perl
80952            ! t/io/crlf.t
80953 ____________________________________________________________________________
80954 [ 18163] By: rgs                                   on 2002/11/19  22:11:24
80955         Log: Subject: Re: [PATCH] AutoLoader gives wrong message
80956              From: Peter Scott <Peter@PSDT.com>
80957              Date: Thu, 07 Nov 2002 19:04:27 -0800
80958              Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
80959
80960              With a tweak to the END cleanup block to fully remove the
80961              temporary test directory
80962      Branch: perl
80963            ! lib/AutoLoader.t
80964 ____________________________________________________________________________
80965 [ 18162] By: rgs                                   on 2002/11/19  21:29:25
80966         Log: Subject: [PATCH ext/threads/threads.xs] trivial typo
80967              From: Dave Mitchell <davem@fdgroup.com>
80968              Date: Thu, 14 Nov 2002 22:55:39 +0000
80969              Message-ID: <20021114225539.A18614@fdgroup.com>
80970      Branch: perl
80971            ! ext/threads/threads.xs
80972 ____________________________________________________________________________
80973 [ 18161] By: rgs                                   on 2002/11/19  21:26:21
80974         Log: Subject: [PATCH Win32] Document wperl.exe
80975              From: "Brent Dax" <brentdax@cpan.org>
80976              Date: Fri, 15 Nov 2002 23:02:01 -0800
80977              Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
80978      Branch: perl
80979            ! README.win32
80980 ____________________________________________________________________________
80981 [ 18160] By: hv                                    on 2002/11/19  12:07:25
80982         Log: Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
80983              From: Nicholas Clark <nick@unfortu.net>
80984              Date: Tue, 29 Oct 2002 23:00:05 +0000
80985              Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
80986      Branch: perl
80987            + regen.pl regen_headers.pl
80988            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
80989            ! keywords.pl opcode.pl regcomp.pl
80990 ____________________________________________________________________________
80991 [ 18159] By: hv                                    on 2002/11/19  11:48:30
80992         Log: Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
80993              From: Gurusamy Sarathy <gsar@ActiveState.com>
80994              Date: Wed, 30 Oct 2002 20:58:15 -0800
80995              Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
80996              Date: Wed, 30 Oct 2002 21:56:22 -0800
80997              Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
80998              Date: Wed, 30 Oct 2002 22:55:30 -0800
80999              Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
81000      Branch: perl
81001            ! gv.c pp_hot.c t/op/method.t
81002 ____________________________________________________________________________
81003 [ 18158] By: hv                                    on 2002/11/19  11:35:16
81004         Log: Remove duplicate my() declaration giving warnings from change #18105.
81005      Branch: perl
81006            ! lib/Class/Struct.t
81007 ____________________________________________________________________________
81008 [ 18154] By: rgs                                   on 2002/11/16  22:08:44
81009         Log: Correction to change #18152, by Dave Mitchell.
81010      Branch: perl
81011            ! pod/perlhack.pod
81012 ____________________________________________________________________________
81013 [ 18152] By: rgs                                   on 2002/11/16  21:23:15
81014         Log: Subject: Re: [PATCH] optional code for debugging leaking scalars
81015              From: Dave Mitchell <davem@fdgroup.com>
81016              Date: Sat, 16 Nov 2002 22:18:23 +0000
81017              Message-ID: <20021116221823.A23614@fdgroup.com>
81018              Documentation for change #18150.
81019      Branch: perl
81020            ! pod/perlhack.pod
81021 ____________________________________________________________________________
81022 [ 18151] By: rgs                                   on 2002/11/16  20:45:26
81023         Log: Document PRIVSHIFT.
81024              Subject: [PATCH] two small doc patches
81025              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
81026              Date: Thu, 14 Nov 2002 15:07:35 -0800
81027              Message-ID: <3yC19gzkguTO092yn@efn.org>
81028      Branch: perl
81029            ! sv.h
81030 ____________________________________________________________________________
81031 [ 18150] By: rgs                                   on 2002/11/16  20:25:57
81032         Log: Subject: [PATCH] optional code for debugging leaking scalars
81033              From: Dave Mitchell <davem@fdgroup.com>
81034              Date: Thu, 14 Nov 2002 23:03:00 +0000
81035              Message-ID: <20021114230300.B18614@fdgroup.com>
81036      Branch: perl
81037            ! perl.c sv.c
81038 ____________________________________________________________________________
81039 [ 18149] By: rgs                                   on 2002/11/16  20:10:50
81040         Log: New B::Lint option, bare-subs, that checks for implicitely
81041              quoted barewords that are also subroutines, from
81042              Ian Phillipps <ip@tarragon-et.co.uk>.
81043              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
81044              With a few tweaks to the implementation and tests.
81045              (previous change was empty)
81046      Branch: perl
81047            ! ext/B/B/Lint.pm ext/B/t/lint.t
81048 ____________________________________________________________________________
81049 [ 18148] By: rgs                                   on 2002/11/16  20:05:34
81050         Log: New B::Lint option, bare-subs, that checks for implicitely
81051              quoted barewords that are also subroutines, from
81052              Ian Phillipps <ip@tarragon-et.co.uk>.
81053              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
81054              With a few tweaks to the implementation and tests.
81055      Branch: perl
81056            ! ext/B/B/Lint.pm ext/B/t/lint.t
81057 ____________________________________________________________________________
81058 [ 18147] By: rgs                                   on 2002/11/16  19:52:54
81059         Log: Subject: [PATCH] Typo in perl58delta
81060              From: andreas.koenig@anima.de (Andreas J. Koenig)
81061              Date: Sat, 16 Nov 2002 16:29:14 +0100
81062              Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
81063      Branch: perl
81064            ! pod/perl58delta.pod
81065 ____________________________________________________________________________
81066 [ 18142] By: rgs                                   on 2002/11/12  22:09:39
81067         Log: Subject: [PATCH] Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)
81068              From: Dave Mitchell <davem@fdgroup.com>
81069              Date: Thu, 7 Nov 2002 16:38:02 +0000
81070              Message-ID: <20021107163802.C25337@fdgroup.com>
81071      Branch: perl
81072            ! pad.h
81073 ____________________________________________________________________________
81074 [ 18141] By: merijn                                on 2002/11/12  16:15:30
81075         Log: repair 18139 (missing awk command)
81076      Branch: perl
81077            ! Configure
81078 ____________________________________________________________________________
81079 [ 18139] By: merijn                                on 2002/11/12  14:20:36
81080         Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
81081              From: Jarkko Hietaniemi <jhi@iki.fi>
81082              Subject: [PATCH] Tru64 osvers
81083              Message-ID: <20021112144922.GI511825@lyta.hut.fi>
81084      Branch: perl
81085            ! Configure
81086 ____________________________________________________________________________
81087 [ 18137] By: rgs                                   on 2002/11/10  21:57:04
81088         Log: Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
81089              From: Slaven Rezic <slaven.rezic@berlin.de>
81090              Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
81091              Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
81092      Branch: perl
81093            ! lib/Term/ReadLine.pm
81094 ____________________________________________________________________________
81095 [ 18136] By: rgs                                   on 2002/11/10  21:38:44
81096         Log: Subject: t/run/runenv.t bug
81097              From: Salvador "Fandiño" <sfandino@yahoo.com>
81098              Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
81099              Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
81100      Branch: perl
81101            ! t/run/runenv.t
81102 ____________________________________________________________________________
81103 [ 18135] By: rgs                                   on 2002/11/10  21:30:36
81104         Log: Subject: [PATCH] perlopentut and PerlIO documentation
81105              From: Slaven Rezic <slaven.rezic@berlin.de>
81106              Date: 08 Nov 2002 22:22:19 +0100
81107              Message-ID: <8765v7kb90.fsf@vran.herceg.de>
81108      Branch: perl
81109            ! lib/PerlIO.pm pod/perlopentut.pod
81110 ____________________________________________________________________________
81111 [ 18125] By: hv                                    on 2002/11/07  14:01:57
81112         Log: Subject: Re: The Inaba patch for tr/// vs. use encoding
81113              From: Dan Kogai <dankogai@dan.co.jp>
81114              Date: Fri, 25 Oct 2002 13:04:00 +0900
81115              Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
81116      Branch: perl
81117            + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
81118            + t/uni/tr_utf8.t
81119            ! MANIFEST
81120 ____________________________________________________________________________
81121 [ 18124] By: hv                                    on 2002/11/07  13:51:39
81122         Log: Subject: [PATCH] File::Temp documentation fix
81123              From: Slaven Rezic <slaven.rezic@berlin.de>
81124              Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
81125              Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
81126      Branch: perl
81127            ! lib/File/Temp.pm
81128 ____________________________________________________________________________
81129 [ 18123] By: hv                                    on 2002/11/07  13:46:59
81130         Log: Subject: PATCH x2p/find2perl.PL
81131              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
81132              Date: Thu, 24 Oct 2002 10:05:19 +0200
81133              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
81134      Branch: perl
81135            ! x2p/find2perl.PL
81136 ____________________________________________________________________________
81137 [ 18122] By: hv                                    on 2002/11/07  13:40:25
81138         Log: Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
81139              From: "david@dhaller.de (via RT)" <perlbug@perl.org>
81140              Date: 23 Oct 2002 18:42:51 -0000
81141              Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
81142      Branch: perl
81143            ! ext/Fcntl/t/syslfs.t t/op/lfs.t
81144 ____________________________________________________________________________
81145 [ 18121] By: hv                                    on 2002/11/07  13:21:15
81146         Log: Subject: Re: [perl #18038] DESTROY change in 5.8.0?
81147              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
81148              Date: Sun, 03 Nov 2002 15:48:18 -0800
81149              Message-ID: <CXbx9gzkgS8W092yn@efn.org>
81150      Branch: perl
81151            ! sv.c t/op/tie.t
81152 ____________________________________________________________________________
81153 [ 18120] By: hv                                    on 2002/11/07  13:14:21
81154         Log: Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
81155              From: Gurusamy Sarathy <gsar@ActiveState.com>
81156              Date: Sat, 19 Oct 2002 12:11:43 -0700
81157              Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
81158      Branch: perl
81159            ! doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c win32/win32.h
81160 ____________________________________________________________________________
81161 [ 18119] By: hv                                    on 2002/11/07  12:13:28
81162         Log: Subject: [perl #18154] Problem found in calculating offsets in regex
81163              From: Mark Pease (via RT) <perlbug@perl.org>
81164              Date: 29 Oct 2002 20:23:54 -0000
81165              Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
81166      Branch: perl
81167            ! regcomp.c
81168 ____________________________________________________________________________
81169 [ 18118] By: hv                                    on 2002/11/07  11:33:38
81170         Log: Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
81171              From: hv@crypt.org
81172              Date: Sun, 03 Nov 2002 16:41:24 +0000
81173              Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
81174      Branch: perl
81175            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
81176            ! t/op/sub_lval.t
81177 ____________________________________________________________________________
81178 [ 18117] By: rgs                                   on 2002/11/06  22:15:36
81179         Log: "make distclean" should remove the generated file lib/Config.pod.
81180      Branch: perl
81181            ! Makefile.SH
81182 ____________________________________________________________________________
81183 [ 18116] By: rgs                                   on 2002/11/06  22:11:06
81184         Log: The new test introduced in #18114 failed with threads
81185      Branch: perl
81186            ! ext/B/t/concise.t
81187 ____________________________________________________________________________
81188 [ 18115] By: rgs                                   on 2002/11/06  20:43:14
81189         Log: Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
81190              From: Slaven Rezic <slaven.rezic@berlin.de>
81191              Date: 24 Oct 2002 00:44:35 +0200
81192              Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
81193      Branch: perl
81194            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/io/binmode.t
81195            ! t/io/print.t t/io/read.t t/lib/warnings/pp_sys
81196 ____________________________________________________________________________
81197 [ 18114] By: rgs                                   on 2002/11/06  20:08:53
81198         Log: Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
81199              From: Stephen McCamant <smcc@mit.edu>
81200              Date: Thu, 31 Oct 2002 01:35:29 -0500
81201              Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
81202
81203              plus a test case in ext/B/t/concise.t
81204              plus a (less intrusive, but less future-proof) fix for a
81205              similar problem in B::walkoptree_exec().
81206      Branch: perl
81207            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
81208 ____________________________________________________________________________
81209 [ 18113] By: rgs                                   on 2002/11/05  20:11:55
81210         Log: make regen_headers.
81211              Backport change #18078 to warnings.pl.
81212      Branch: perl
81213            ! global.sym perlapi.c perlapi.h proto.h warnings.pl
81214 ____________________________________________________________________________
81215 [ 18109] By: ams                                   on 2002/11/05  13:03:34
81216         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
81217              From: hv@crypt.org
81218              Date: Tue, 05 Nov 2002 13:30:00 +0000
81219              Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
81220
81221              This is half of the fix for #18107. The swash_init() problems
81222              described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
81223              but can now be seen only with UTF-8 test cases.
81224      Branch: perl
81225            ! pp.c
81226 ____________________________________________________________________________
81227 [ 18108] By: merijn                                on 2002/11/05  07:52:08
81228         Log: Put back the DO NOT EDIT headers in proto.h and global.sym
81229
81230              Subject: Re: [perl #18066] Bug in -I when path has double colons?
81231              From: Slaven Rezic <slaven.rezic@berlin.de>
81232              Date: 03 Nov 2002 10:25:10 +0100
81233              Message-ID: <87adkrngy1.fsf@vran.herceg.de>
81234      Branch: perl
81235            ! embed.pl
81236 ____________________________________________________________________________
81237 [ 18107] By: ams                                   on 2002/11/05  03:43:46
81238         Log: 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
81239              character is UTF-8. (Copied from pp_lcfirst.)
81240              2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
81241      Branch: perl
81242            ! dump.c pp.c
81243 ____________________________________________________________________________
81244 [ 18106] By: hv                                    on 2002/11/05  01:43:27
81245         Log: new test based on:
81246              Subject: [TEST] for [PATCH] bug in utf8.c(?)
81247              From: Marty Pauley <marty+p5p@kasei.com>
81248              Date: Fri, 18 Oct 2002 21:02:38 +0100
81249              Message-ID: <20021018200238.GY3764@soto.kasei.com>
81250      Branch: perl
81251            ! lib/utf8.t
81252 ____________________________________________________________________________
81253 [ 18105] By: hv                                    on 2002/11/05  00:59:30
81254         Log: Subject: Re: Class::Struct, simple patch, tests
81255              From: Marty Pauley <marty+p5p@kasei.com>
81256              Date: Fri, 18 Oct 2002 22:26:38 +0100
81257              Message-ID: <20021018212638.GB3764@soto.kasei.com>
81258      Branch: perl
81259            ! lib/Class/Struct.pm lib/Class/Struct.t
81260 ____________________________________________________________________________
81261 [ 18102] By: rgs                                   on 2002/11/04  21:43:53
81262         Log: Subject: Re: [perl #18066] Bug in -I when path has double colons?
81263              From: Slaven Rezic <slaven.rezic@berlin.de>
81264              Date: 30 Oct 2002 11:18:47 +0100
81265              Message-ID: <87of9c2prs.fsf@vran.herceg.de>
81266
81267              With the corresponding change to embed.fnc
81268      Branch: perl
81269            + t/run/switchI.t
81270            ! MANIFEST embed.fnc embed.h embedvar.h global.sym perl.c
81271            ! proto.h t/run/runenv.t
81272 ____________________________________________________________________________
81273 [ 18094] By: merijn                                on 2002/11/04  16:08:22
81274         Log: Changed the warning detection pattern because of:
81275
81276              Subject: ccache gcc3.2 doesn't work
81277              From: Nicholas Clark <nick@ccl4.org>
81278              Date: Tue, 29 Oct 2002 15:01:39
81279              Message-ID: <20021029150139.J82080@plum.flirble.org>
81280      Branch: perl
81281            ! Configure
81282 ____________________________________________________________________________
81283 [ 18093] By: jhi                                   on 2002/11/04  16:06:39
81284         Log: s/Perlf/Perl/ (thanks rgs)
81285      Branch: perl
81286            ! pod/perldiag.pod
81287 ____________________________________________________________________________
81288 [ 18091] By: jhi                                   on 2002/11/04  15:50:07
81289         Log: How pre-5.9.0 Perl can be fooled by a defined-or.
81290      Branch: perl
81291            ! pod/perldiag.pod
81292 ____________________________________________________________________________
81293 [ 18090] By: hv                                    on 2002/11/04  15:49:29
81294         Log: extend #13786 to cover the other four identical chunks of code
81295              to avoid looping under overload.
81296      Branch: perl
81297            ! sv.c
81298 ____________________________________________________________________________
81299 [ 18088] By: merijn                                on 2002/11/04  15:37:06
81300         Log: Charnames take 4
81301              Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
81302      Branch: perl
81303            ! lib/charnames.pm lib/charnames.t
81304 ____________________________________________________________________________
81305 [ 18086] By: hv                                    on 2002/11/04  15:16:34
81306         Log: integrate from perlio: changes #17709, #17795, #17796, #18032
81307      Branch: perl
81308           !> Porting/apply ext/PerlIO/t/encoding.t ext/PerlIO/t/via.t
81309           !> ext/PerlIO/via/via.xs perlio.c t/io/crlf.t
81310 ____________________________________________________________________________
81311 [ 18085] By: hv                                    on 2002/11/04  12:17:12
81312         Log: Subject: Re: [perl #17064] illegal legal unicode character
81313              From: hv@crypt.org
81314              Date: Mon, 04 Nov 2002 13:23:49 +0000
81315              Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
81316      Branch: perl
81317            ! regexec.c t/op/split.t
81318 ____________________________________________________________________________
81319 [ 18084] By: merijn                                on 2002/11/04  11:04:45
81320         Log: Tru64, gcc -O3, datasize
81321              Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
81322      Branch: perl
81323            ! README.tru64 hints/dec_osf.sh
81324 ____________________________________________________________________________
81325 [ 18083] By: merijn                                on 2002/11/04  10:58:52
81326         Log: Typo configpm
81327              Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
81328      Branch: perl
81329            ! configpm
81330 ____________________________________________________________________________
81331 [ 18078] By: hv                                    on 2002/11/03  13:20:50
81332         Log: avoid reliance on croak() prototype
81333      Branch: perl
81334            ! lib/warnings.pm
81335 ____________________________________________________________________________
81336 [ 18077] By: hv                                    on 2002/11/03  13:18:17
81337         Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re().
81338              (with tweaks)
81339              From: Michael G Schwern <schwern@pobox.com>
81340              Date: Wed, 4 Sep 2002 12:06:08 -0700
81341              Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
81342      Branch: perl
81343            ! configpm lib/Config.t
81344 ____________________________________________________________________________
81345 [ 18076] By: gbarr                                 on 2002/11/03  10:11:18
81346         Log: Update to Scalar-List-Utils 1.08
81347      Branch: perl
81348            + ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
81349            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/README
81350            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
81351            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
81352            ! ext/List/Util/t/reduce.t
81353 ____________________________________________________________________________
81354 [ 18075] By: rgs                                   on 2002/10/31  20:58:12
81355         Log: Adjust the number of tests in t/op/range.t
81356      Branch: perl
81357            ! t/op/range.t
81358 ____________________________________________________________________________
81359 [ 18074] By: ams                                   on 2002/10/30  22:30:32
81360         Log: Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
81361              but "-4\n".."-0\n" is!
81362              From: Slaven Rezic <slaven.rezic@berlin.de>
81363              Date: 30 Oct 2002 16:22:36 +0100
81364              Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
81365
81366              Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
81367              is not DWIM but "-4\n".."-0\n" is!
81368              From: "Orton, Yves" <yves.orton@mciworldcom.de>
81369              Date: Wed, 30 Oct 2002 11:59:31 -0000
81370              Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
81371
81372              (Applied over previous fix.)
81373      Branch: perl
81374            ! pp_ctl.c t/op/range.t
81375 ____________________________________________________________________________
81376 [ 18073] By: ams                                   on 2002/10/30  19:47:12
81377         Log: Subject: [perl #18165] "0" fails as right-hand argument to ..
81378              From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
81379              Date: 30 Oct 2002 17:27:53 -0000
81380              Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
81381
81382              (Fixed by making an exception for .."0" in pp_flop.)
81383      Branch: perl
81384            ! pp_ctl.c t/op/range.t
81385 ____________________________________________________________________________
81386 [ 18072] By: rgs                                   on 2002/10/29  20:37:31
81387         Log: Partial fix of bug [perl #17589] : prevent the parser to
81388              segfault when encountering the erroneous construct "sub;".
81389      Branch: perl
81390            ! pod/perldiag.pod t/op/anonsub.t toke.c
81391 ____________________________________________________________________________
81392 [ 18071] By: rgs                                   on 2002/10/28  21:57:25
81393         Log: Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
81394              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
81395              Date: Mon, 28 Oct 2002 12:53:52 -0000
81396              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
81397      Branch: perl
81398            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
81399 ____________________________________________________________________________
81400 [ 18070] By: rgs                                   on 2002/10/28  20:46:33
81401         Log: Subject: [PATCH] Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)
81402              From: Nicholas Clark <nick@unfortu.net>
81403              Date: Sun, 27 Oct 2002 18:39:03 +0000
81404              Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net>
81405      Branch: perl
81406            ! util.c
81407 ____________________________________________________________________________
81408 [ 18069] By: rgs                                   on 2002/10/28  20:44:12
81409         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
81410              From: Nicholas Clark <nick@unfortu.net>
81411              Date: Sun, 27 Oct 2002 22:31:08 +0000
81412              Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
81413      Branch: perl
81414            ! t/op/pack.t
81415 ____________________________________________________________________________
81416 [ 18068] By: merijn                                on 2002/10/27  17:57:15
81417         Log: Repair broken previous patch. I don't like it, but not repairing it
81418              breaks each and every build. Will teach me to test on the same
81419              machine where I patched it. Sorry.
81420      Branch: perl
81421            ! embed.pl
81422 ____________________________________________________________________________
81423 [ 18067] By: merijn                                on 2002/10/27  06:02:21
81424         Log: embed.pl doc. (embed.pl reorganization for doc headers)
81425              Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
81426              With some additional modifications
81427      Branch: perl
81428            ! embed.pl
81429 ____________________________________________________________________________
81430 [ 18064] By: merijn                                on 2002/10/25  11:47:07
81431         Log: The 5005thread todo list; 2 down 25 to go
81432      Branch: perl
81433            ! README.irix README.tru64
81434 ____________________________________________________________________________
81435 [ 18063] By: hv                                    on 2002/10/25  00:28:48
81436         Log: change #18038 gives too many problems on t/450_service.t; disable
81437              it for now
81438      Branch: perl
81439            ! lib/Net/Ping/t/450_service.t
81440 ____________________________________________________________________________
81441 [ 18062] By: hv                                    on 2002/10/25  00:21:17
81442         Log: Subject: [PATCH] DB_File 1.806
81443              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
81444              Date: Tue, 22 Oct 2002 11:16:21 +0100
81445              Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
81446      Branch: perl
81447            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
81448            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
81449            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
81450 ____________________________________________________________________________
81451 [ 18061] By: hv                                    on 2002/10/25  00:13:07
81452         Log: Subject: [PATCH lib/IO.t] Add tests for IO.pm
81453              From: chromatic <chromatic@wgz.org>
81454              Date: Mon, 21 Oct 2002 20:27:43 -0700
81455              Message-ID: <20021022033253.57952.qmail@onion.perl.org>
81456      Branch: perl
81457            + ext/IO/lib/IO/t/IO.t
81458            ! MANIFEST lib/Net/Ping/t/450_service.t
81459 ____________________________________________________________________________
81460 [ 18060] By: hv                                    on 2002/10/24  23:54:50
81461         Log: 2 lines of change #18039 had several problems
81462      Branch: perl
81463            ! ext/IO/IO.pm
81464 ____________________________________________________________________________
81465 [ 18059] By: hv                                    on 2002/10/24  23:46:29
81466         Log: Subject: [perl #18036] perldoc refuses to run on BeOS
81467              From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
81468              Date: 21 Oct 2002 10:18:50 -0000
81469              Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
81470      Branch: perl
81471            ! utils/perldoc.PL
81472 ____________________________________________________________________________
81473 [ 18058] By: hv                                    on 2002/10/24  23:36:48
81474         Log: Subject: The Inaba patch for tr/// vs. use encoding
81475              From: Dan Kogai <dankogai@dan.co.jp>
81476              Date: Mon, 21 Oct 2002 17:36:02 +0900
81477              Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
81478      Branch: perl
81479            ! mg.c regcomp.c sv.c toke.c
81480 ____________________________________________________________________________
81481 [ 18057] By: hv                                    on 2002/10/24  23:16:15
81482         Log: Subject: [Encode] 1.80 released
81483              From: Dan Kogai <dankogai@dan.co.jp>
81484              Date: Tue, 22 Oct 2002 05:47:16 +0900
81485              Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
81486      Branch: perl
81487            + ext/Encode/bin/ucmsort ext/Encode/t/rt.pl
81488            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
81489            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
81490            ! ext/Encode/lib/Encode/MIME/Header.pm
81491            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/CJKT.t
81492            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
81493            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
81494            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
81495 ____________________________________________________________________________
81496 [ 18056] By: hv                                    on 2002/10/24  22:48:06
81497         Log: Subject: [PATCH] B/C.pm: make $0 to argv[0] again
81498              From: Autrijus Tang <autrijus@autrijus.org>
81499              Date: Sat, 19 Oct 2002 17:51:57 +0800
81500              Message-ID: <20021019095157.GA430@not.autrijus.org>
81501      Branch: perl
81502            ! ext/B/B/C.pm
81503 ____________________________________________________________________________
81504 [ 18055] By: hv                                    on 2002/10/24  22:34:10
81505         Log: Reverse change #8066 and sense of test, to satisfy [perl #17763]
81506      Branch: perl
81507            ! pp_sys.c t/run/fresh_perl.t
81508 ____________________________________________________________________________
81509 [ 18054] By: hv                                    on 2002/10/24  22:17:40
81510         Log: change #18030 needs the removal of ext/Thread/thr5005.t
81511      Branch: perl
81512            - ext/Thread/thr5005.t
81513 ____________________________________________________________________________
81514 [ 18053] By: merijn                                on 2002/10/24  08:20:09
81515         Log: charnames pragma extended with :alias for customized
81516              unicode naming aliases
81517              Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
81518      Branch: perl
81519            ! lib/charnames.pm lib/charnames.t
81520 ____________________________________________________________________________
81521 [ 18052] By: rgs                                   on 2002/10/23  19:16:50
81522         Log: Further tweaks to perlmodlib.pod.
81523              Add a note about perllocal.pod, which wasn't documented.
81524      Branch: perl
81525            ! pod/perlmodlib.PL pod/perlmodlib.pod
81526 ____________________________________________________________________________
81527 [ 18051] By: rgs                                   on 2002/10/23  18:56:08
81528         Log: Further tweaks to perluniintro.pod
81529      Branch: perl
81530            ! pod/perluniintro.pod
81531 ____________________________________________________________________________
81532 [ 18050] By: rgs                                   on 2002/10/22  19:11:12
81533         Log: perlmodlib.pod nit suggested by David Dyck (bug #18055)
81534              Regenerate perlmodlib.pod
81535      Branch: perl
81536            ! pod/perlmodlib.PL pod/perlmodlib.pod
81537 ____________________________________________________________________________
81538 [ 18049] By: rgs                                   on 2002/10/22  18:48:00
81539         Log: Subject: [PATCH] perluniintro
81540              From: Jarkko Hietaniemi <jhi@iki.fi>
81541              Date: Sun, 20 Oct 2002 15:48:09 +0300
81542              Message-ID: <20021020124809.GE444369@lyta.hut.fi>
81543      Branch: perl
81544            ! pod/perluniintro.pod
81545 ____________________________________________________________________________
81546 [ 18048] By: hv                                    on 2002/10/22  17:04:26
81547         Log: Subject: [PATCH] PL_curpad == AvARRAY(PL_comppad) always
81548              From: Dave Mitchell <davem@fdgroup.com>
81549              Date: Fri, 18 Oct 2002 13:36:40 +0100
81550              Message-ID: <20021018133640.A19172@fdgroup.com>
81551      Branch: perl
81552            ! cop.h embed.fnc ext/List/Util/Util.xs global.sym op.c pad.c
81553            ! pad.h perl.c perlapi.h pod/perlintern.pod pp_ctl.c proto.h
81554            ! regcomp.c regexec.c scope.c scope.h sv.c t/op/closure.t
81555 ____________________________________________________________________________
81556 [ 18047] By: hv                                    on 2002/10/22  16:20:18
81557         Log: Subject: [PATCH] AutoLoader gives wrong message
81558              From: Peter Scott <peter@psdt.com>
81559              Date: Thu, 17 Oct 2002 19:54:56 -0700
81560              Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
81561      Branch: perl
81562            ! lib/AutoLoader.pm
81563 ____________________________________________________________________________
81564 [ 18046] By: hv                                    on 2002/10/22  15:52:40
81565         Log: Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
81566              From: Alain Barbet <alian@alianwebserver.com>
81567              Date: Fri, 18 Oct 2002 15:29:29 +0200
81568              Message-ID: <3DB00CB9.70708@alianwebserver.com>
81569      Branch: perl
81570            ! README.win32 win32/makefile.mk win32/win32.c
81571 ____________________________________________________________________________
81572 [ 18045] By: hv                                    on 2002/10/22  15:47:21
81573         Log: improve 'atomicity' wording
81574      Branch: perl
81575            ! lib/filetest.pm
81576 ____________________________________________________________________________
81577 [ 18044] By: hv                                    on 2002/10/22  15:43:55
81578         Log: Subject: [PATCH] Shell.pm object methods broken
81579              From: Dan Brook <dbrook@easyspace.com>
81580              Date: Thu, 17 Oct 2002 16:05:04 +0100
81581              Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
81582      Branch: perl
81583            ! lib/Shell.pm lib/Shell.t
81584 ____________________________________________________________________________
81585 [ 18042] By: hv                                    on 2002/10/21  09:20:54
81586         Log: Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
81587              From: hv@crypt.org
81588              Date: Mon, 21 Oct 2002 11:27:40 +0100
81589              Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
81590      Branch: perl
81591            ! t/lib/warnings/toke toke.c
81592 ____________________________________________________________________________
81593 [ 18041] By: hv                                    on 2002/10/21  01:14:48
81594         Log: Subject: Re: [perl #18019] regex overoptimization
81595              From: hv@crypt.org
81596              Date: Mon, 21 Oct 2002 03:21:54 +0100
81597              Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
81598      Branch: perl
81599            ! regcomp.c t/op/re_tests
81600 ____________________________________________________________________________
81601 [ 18039] By: hv                                    on 2002/10/20  14:33:16
81602         Log: Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
81603              From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
81604              Date: Tue, 15 Oct 2002 02:17:03 +0200
81605              Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
81606      Branch: perl
81607            ! ext/IO/IO.pm
81608 ____________________________________________________________________________
81609 [ 18038] By: hv                                    on 2002/10/20  14:23:06
81610         Log: Update to Net::Ping v2.23
81611      Branch: perl
81612            + lib/Net/Ping/t/150_syn_inst.t lib/Net/Ping/t/400_ping_syn.t
81613            + lib/Net/Ping/t/450_service.t
81614            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
81615            ! lib/Net/Ping/t/200_ping_tcp.t
81616 ____________________________________________________________________________
81617 [ 18037] By: hv                                    on 2002/10/20  13:57:06
81618         Log: Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
81619              From: Jarkko Hietaniemi <jhi@iki.fi>
81620              Date: Mon, 14 Oct 2002 14:49:54 +0300
81621              Message-ID: <20021014114954.GB80937@lyta.hut.fi>
81622      Branch: perl
81623            ! t/op/pack.t
81624 ____________________________________________________________________________
81625 [ 18036] By: hv                                    on 2002/10/20  13:43:56
81626         Log: Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
81627              From: Slaven Rezic <slaven.rezic@berlin.de>
81628              Date: 14 Oct 2002 09:37:18 +0200
81629              Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
81630      Branch: perl
81631            ! pp_sys.c t/op/mkdir.t
81632 ____________________________________________________________________________
81633 [ 18035] By: hv                                    on 2002/10/20  13:39:09
81634         Log: Subject: Re: [perl #17951] Strange UTF error
81635              From: Jarkko Hietaniemi <jhi@iki.fi>
81636              Date: Wed, 16 Oct 2002 18:50:51 +0300
81637              Message-ID: <20021016155051.GB268437@lyta.hut.fi>
81638      Branch: perl
81639            ! lib/utf8_heavy.pl t/run/fresh_perl.t
81640 ____________________________________________________________________________
81641 [ 18034] By: hv                                    on 2002/10/20  13:23:16
81642         Log: Update to Time::HiRes v1.38
81643      Branch: perl
81644            + ext/Time/HiRes/typemap
81645            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
81646            ! ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs
81647            ! ext/Time/HiRes/Makefile.PL
81648 ____________________________________________________________________________
81649 [ 18033] By: hv                                    on 2002/10/20  13:12:25
81650         Log: Upgrade to Test.pm v1.23
81651      Branch: perl
81652            ! lib/Test.pm
81653 ____________________________________________________________________________
81654 [ 18030] By: merijn                                on 2002/10/19  14:10:21
81655         Log: Happy chainsaw stories; The removal of the 5005 threads
81656              Still imcomplete. Configure will follow
81657      Branch: perl
81658            ! MANIFEST NetWare/Makefile NetWare/config.wc
81659            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
81660            ! Porting/Glossary Porting/config.sh Porting/config_H
81661            ! config_h.SH cop.h cv.h deb.c dosish.h dump.c embed.fnc embed.h
81662            ! embed.pl embedvar.h epoc/config.sh ext/B/B.xs ext/B/B/C.pm
81663            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
81664            ! ext/DynaLoader/dl_aix.xs ext/Thread/README.threads
81665            ! ext/Thread/Thread.xs ext/Thread/thr5005.t gv.c hints/darwin.sh
81666            ! installperl intrpvar.h makedef.pl mg.c miniperlmain.c
81667            ! myconfig.SH op.c os2/os2.c os2/os2ish.h pad.c perl.c perl.h
81668            ! perlvars.h pod/perltoc.pod pp.c pp.h pp_ctl.c pp_hot.c
81669            ! pp_sort.c proto.h scope.c sv.c sv.h thrdvar.h thread.h toke.c
81670            ! uconfig.h uconfig.sh util.c vms/vms.c win32/Makefile
81671            ! win32/config.bc win32/config.gc win32/config.vc
81672            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
81673            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
81674            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
81675            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
81676            ! wince/Makefile.ce wince/config.ce wince/config_H.ce
81677            ! wince/config_sh.PL wince/win32.h wince/win32thread.c
81678            ! wince/win32thread.h wince/wincesck.c
81679 ____________________________________________________________________________
81680 [ 18029] By: merijn                                on 2002/10/18  07:28:21
81681         Log: minor tweaks in Porting/pumpkin.pod
81682              Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
81683      Branch: perl
81684            ! Porting/pumpkin.pod
81685 ____________________________________________________________________________
81686 [ 18028] By: rgs                                   on 2002/10/17  20:33:32
81687         Log: Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
81688              From: Abe Timmerman <abe@ztreet.demon.nl>
81689              Date: Thu, 17 Oct 2002 23:38:34 +0200
81690              Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
81691      Branch: perl
81692            ! t/run/switches.t
81693 ____________________________________________________________________________
81694 [ 18027] By: hv                                    on 2002/10/17  14:39:27
81695         Log: Subject: Re: versions too accurate
81696              From: John Peacock <jpeacock@rowman.com>
81697              Date: Mon, 14 Oct 2002 22:36:48 -0400
81698              Message-ID: <3DAB7F40.1050200@rowman.com>
81699      Branch: perl
81700            ! lib/version.pm util.c
81701 ____________________________________________________________________________
81702 [ 18026] By: hv                                    on 2002/10/17  14:29:41
81703         Log: Subject: Re: [PATCH] Version object combined patch
81704              From: John Peacock <jpeacock@rowman.com>
81705              Date: Thu, 10 Oct 2002 21:23:01 -0400
81706              Message-ID: <3DA627F5.5050907@rowman.com>
81707      Branch: perl
81708            ! lib/version.pm lib/version.t pod/perldiag.pod util.c
81709 ____________________________________________________________________________
81710 [ 18025] By: hv                                    on 2002/10/17  13:37:04
81711         Log: definition of MAXPATHLEN
81712              Subject: [PATCH] standard lawyerism
81713              From: Jarkko Hietaniemi <jhi@iki.fi>
81714              Date: Fri, 11 Oct 2002 02:48:26 +0300
81715              Message-ID: <20021010234825.GM292305@lyta.hut.fi>
81716      Branch: perl
81717            ! perl.h
81718 ____________________________________________________________________________
81719 [ 18024] By: hv                                    on 2002/10/17  13:34:01
81720         Log: Subject: Re: [perl #17061] no strict 'garbage'
81721              From: Slaven Rezic <slaven.rezic@berlin.de>
81722              Date: 10 Oct 2002 16:23:22 +0200
81723              Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
81724      Branch: perl
81725            ! ext/Storable/Storable.pm
81726 ____________________________________________________________________________
81727 [ 18023] By: hv                                    on 2002/10/17  12:56:28
81728         Log: Subject: Re: [perl #17830] open FH, "<&", $fd
81729              From: Steve Grazzini <grazz@nyc.rr.com>
81730              Date: 11 Oct 2002 22:28:58 -0000
81731              Message-ID: <20021011222858.452.qmail@onion.perl.org>
81732      Branch: perl
81733            ! doio.c t/io/open.t
81734 ____________________________________________________________________________
81735 [ 18022] By: hv                                    on 2002/10/17  12:24:42
81736         Log: Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
81737              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
81738              Date: Tue, 15 Oct 2002 17:01:43 -0700
81739              Message-ID: <nxKr9gzkgmBO092yn@efn.org>
81740      Branch: perl
81741            ! t/op/assignwarn.t
81742 ____________________________________________________________________________
81743 [ 18021] By: hv                                    on 2002/10/17  11:28:38
81744         Log: Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
81745              From: Slaven Rezic <slaven.rezic@berlin.de>
81746              Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
81747              Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
81748      Branch: perl
81749            ! Porting/pumpkin.pod
81750 ____________________________________________________________________________
81751 [ 18020] By: rgs                                   on 2002/10/16  18:43:21
81752         Log: prototype() didn't warn when used in void context.
81753      Branch: perl
81754            ! op.c t/lib/warnings/op
81755 ____________________________________________________________________________
81756 [ 18019] By: ams                                   on 2002/10/15  20:54:53
81757         Log: Subject: Japanese translation of Storable
81758              From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
81759              Date: Tue, 15 Oct 2002 06:31:01 +0900
81760              Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
81761      Branch: perl
81762            ! ext/Storable/README
81763 ____________________________________________________________________________
81764 [ 18018] By: rgs                                   on 2002/10/15  19:08:20
81765         Log: Subject: Re: [PATCH] cv.h: Comment update
81766              From: Paul Johnson <paul@pjcj.net>
81767              Date: Mon, 14 Oct 2002 20:00:50 +0200
81768              Message-ID: <20021014180050.GC7333@pjcj.net>
81769      Branch: perl
81770            ! cv.h
81771 ____________________________________________________________________________
81772 [ 18017] By: rgs                                   on 2002/10/14  20:37:06
81773         Log: Subject: [PATCH] perlipc.pod
81774              From: Slaven Rezic <slaven.rezic@berlin.de>
81775              Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
81776              Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
81777      Branch: perl
81778            ! pod/perlipc.pod
81779 ____________________________________________________________________________
81780 [ 18016] By: rgs                                   on 2002/10/14  20:30:03
81781         Log: Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
81782              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
81783              Date: Sun, 13 Oct 2002 09:02:36 +0900
81784              Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
81785      Branch: perl
81786            ! pod/perlunicode.pod
81787 ____________________________________________________________________________
81788 [ 18015] By: rgs                                   on 2002/10/12  20:22:37
81789         Log: The -0 command-line switch wasn't setting $/ at compile-time.
81790              Move the initialization of $/ just after switch parsing
81791              (it was done after yyparse().)
81792      Branch: perl
81793            ! perl.c t/run/switches.t
81794 ____________________________________________________________________________
81795 [ 18014] By: rgs                                   on 2002/10/12  20:18:55
81796         Log: Subject: Re: [PATCH] perl573delta delinting
81797              From: Philip Newton <Philip.Newton@gmx.net>
81798              Date: Sat, 12 Oct 2002 21:25:49 +0200
81799              Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
81800      Branch: perl
81801            ! pod/perl573delta.pod
81802 ____________________________________________________________________________
81803 [ 18013] By: hv                                    on 2002/10/12  15:41:50
81804         Log: Subject: [PATCH] for -Dm
81805              From: Slaven Rezic <slaven.rezic@berlin.de>
81806              Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
81807              Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
81808      Branch: perl
81809            ! malloc.c
81810 ____________________________________________________________________________
81811 [ 18012] By: hv                                    on 2002/10/12  15:39:49
81812         Log: #18005 was not enough
81813              Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
81814              From: Abe Timmerman <abeltje@cpan.org>
81815              Date: Sat, 12 Oct 2002 17:56:39 +0200
81816              Message-Id: <200210121756.39803.abeltje@cpan.org>
81817      Branch: perl
81818            ! win32/makefile.mk
81819 ____________________________________________________________________________
81820 [ 18011] By: hv                                    on 2002/10/12  15:36:43
81821         Log: Subject: [perl #17805] BUG: Grammar bug during Configure
81822              From: Richard Hitt (via RT) <perlbug@perl.org>
81823              Date: 8 Oct 2002 21:04:30 -0000
81824              Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
81825      Branch: perl
81826            ! Configure
81827 ____________________________________________________________________________
81828 [ 18010] By: hv                                    on 2002/10/12  15:31:06
81829         Log: Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
81830              From: Nicholas Clark <nick@unfortu.net>
81831              Date: Tue, 8 Oct 2002 21:52:53 +0100
81832              Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
81833      Branch: perl
81834            ! pod/perldiag.pod pp_pack.c t/op/pack.t
81835 ____________________________________________________________________________
81836 [ 18009] By: hv                                    on 2002/10/12  15:12:18
81837         Log: Subject: [PATCH perldoc] For screaming hell's sake
81838              From: Simon Cozens <simon@netthink.co.uk>
81839              Date: Tue, 8 Oct 2002 11:13:07 +0100
81840              Message-ID: <20021008101307.GA8175@netthink.co.uk>
81841      Branch: perl
81842            ! utils/perldoc.PL
81843 ____________________________________________________________________________
81844 [ 18008] By: hv                                    on 2002/10/12  14:38:19
81845         Log: Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
81846              From: Nicholas Clark <nick@unfortu.net>
81847              Date: Mon, 7 Oct 2002 23:35:34 +0100
81848              Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
81849      Branch: perl
81850            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
81851            ! ext/Storable/README ext/Storable/Storable.pm
81852            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
81853            ! ext/Storable/t/forgive.t ext/Storable/t/integer.t
81854            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
81855 ____________________________________________________________________________
81856 [ 18007] By: hv                                    on 2002/10/12  14:22:36
81857         Log: Subject: [perl #17773] errors in c2ph(1) man page
81858              From: Eric Melville (via RT) <perlbug@perl.org>
81859              Date: 7 Oct 2002 02:58:34 -0000
81860              Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
81861      Branch: perl
81862            ! utils/c2ph.PL
81863 ____________________________________________________________________________
81864 [ 18006] By: hv                                    on 2002/10/12  14:19:55
81865         Log: Subject: [PATCH pad.c] Re: closure failures
81866              From: Dave Mitchell <davem@fdgroup.com>
81867              Date: Mon, 7 Oct 2002 02:42:13 +0100
81868              Message-ID: <20021007024213.B29760@fdgroup.com>
81869      Branch: perl
81870            ! pad.c
81871 ____________________________________________________________________________
81872 [ 18005] By: hv                                    on 2002/10/12  14:17:07
81873         Log: Subject: Re: Building bleadperl (minperl) fails completely under VC7
81874              From: Abe Timmerman <abeltje@cpan.org>
81875              Date: Tue, 8 Oct 2002 14:16:56 +0200
81876              Message-Id: <200210081416.56942.abeltje@cpan.org>
81877      Branch: perl
81878            ! win32/Makefile
81879 ____________________________________________________________________________
81880 [ 18004] By: hv                                    on 2002/10/12  14:06:59
81881         Log: updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
81882      Branch: perl
81883            ! hints/darwin.sh
81884 ____________________________________________________________________________
81885 [ 18003] By: hv                                    on 2002/10/12  13:48:34
81886         Log: Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
81887              and #18001.
81888      Branch: perl
81889            ! ext/Devel/Peek/Peek.t
81890 ____________________________________________________________________________
81891 [ 18002] By: hv                                    on 2002/10/11  23:22:56
81892         Log: Subject: [Encode] 1.77 Released
81893              From: Dan Kogai <dankogai@dan.co.jp>
81894              Date: Sun, 6 Oct 2002 12:52:52 +0900
81895              Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
81896      Branch: perl
81897            ! ext/Encode/Changes ext/Encode/Encode.pm
81898            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
81899            ! ext/Encode/lib/Encode/Alias.pm
81900            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/jperl.t
81901            ! ext/Encode/ucm/big5-eten.ucm
81902 ____________________________________________________________________________
81903 [ 18001] By: hv                                    on 2002/10/11  22:52:43
81904         Log: Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
81905              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
81906              Date: Thu, 10 Oct 2002 14:28:55 -0700
81907              Message-ID: <XEfp9gzkgquV092yn@efn.org>
81908      Branch: perl
81909            ! ext/Devel/Peek/Peek.t
81910 ____________________________________________________________________________
81911 [ 18000] By: hv                                    on 2002/10/11  22:30:36
81912         Log: Subject: [PATCH] perl573delta delinting
81913              From: Jarkko Hietaniemi <jhi@iki.fi>
81914              Date: Fri, 4 Oct 2002 16:19:31 +0300
81915              Message-ID: <20021004131931.GE278184@lyta.hut.fi>
81916      Branch: perl
81917            ! pod/perl573delta.pod
81918 ____________________________________________________________________________
81919 [ 17999] By: hv                                    on 2002/10/11  22:28:36
81920         Log: Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
81921              From: Jarkko Hietaniemi <jhi@iki.fi>
81922              Date: Fri, 4 Oct 2002 16:11:57 +0300
81923              Message-ID: <20021004131157.GD278184@lyta.hut.fi>
81924      Branch: perl
81925            ! pod/perldiag.pod reentr.c reentr.pl
81926 ____________________________________________________________________________
81927 [ 17998] By: rgs                                   on 2002/10/11  19:53:05
81928         Log: Fix bug #17771 : segfault with the 'for' statement modifier
81929              used inside a map or a grep.
81930      Branch: perl
81931            ! pp_ctl.c t/op/grep.t
81932 ____________________________________________________________________________
81933 [ 17997] By: hv                                    on 2002/10/11  12:10:39
81934         Log: Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
81935              From: Information Service <info@lingo.kiev.ua>
81936              Date: Wed, 09 Oct 2002 07:17:00 +0400
81937              Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
81938      Branch: perl
81939            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
81940 ____________________________________________________________________________
81941 [ 17996] By: hv                                    on 2002/10/11  11:55:53
81942         Log: Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
81943              From: chromatic <chromatic@wgz.org>
81944              Date: Thu, 03 Oct 2002 22:56:54 -0700
81945              Message-ID: <20021004060120.33329.qmail@onion.perl.org>
81946      Branch: perl
81947            ! lib/AutoLoader.pm lib/AutoLoader.t
81948 ____________________________________________________________________________
81949 [ 17995] By: ams                                   on 2002/10/11  05:24:20
81950         Log: Subject: [perl #17819] Typo in perltooc?
81951              From: Bob Wilkinson (via RT) <perlbug@perl.org>
81952              Date: 9 Oct 2002 09:50:40 -0000
81953              Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
81954
81955              Subject: [perl #17821] Typo in perltooc
81956              From: Bob Wilkinson (via RT) <perlbug@perl.org>
81957              Date: 9 Oct 2002 10:12:51 -0000
81958              Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
81959      Branch: perl
81960            ! pod/perltooc.pod
81961 ____________________________________________________________________________
81962 [ 17994] By: rgs                                   on 2002/10/10  20:19:27
81963         Log: Fix bug #17776 : memory corruption in qr/##/x
81964      Branch: perl
81965            ! sv.c t/op/pat.t
81966 ____________________________________________________________________________
81967 [ 17993] By: rgs                                   on 2002/10/10  19:52:00
81968         Log: croak() is better written Perl_croak() in C code.
81969      Branch: perl
81970            ! util.c
81971 ____________________________________________________________________________
81972 [ 17992] By: hv                                    on 2002/10/10  11:29:12
81973         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
81974              From: andreas.koenig@anima.de (Andreas J. Koenig)
81975              Date: Fri, 04 Oct 2002 06:38:57 +0200
81976              Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
81977      Branch: perl
81978            ! lib/Hash/Util.pm
81979 ____________________________________________________________________________
81980 [ 17991] By: hv                                    on 2002/10/10  11:20:41
81981         Log: new files lib/version.pm and lib/version.t for change #17990.
81982      Branch: perl
81983            + lib/version.pm lib/version.t
81984 ____________________________________________________________________________
81985 [ 17990] By: hv                                    on 2002/10/10  11:19:57
81986         Log: Subject: [PATCH] Version object combined patch
81987              From: John Peacock <jpeacock@rowman.com>
81988              Date: Fri, 04 Oct 2002 23:15:10 -0400
81989              Message-ID: <3D9E593E.1060605@rowman.com>
81990      Branch: perl
81991            ! MANIFEST embed.fnc embed.h global.sym pod/perlapi.pod
81992            ! pod/perlintern.pod proto.h t/comp/use.t universal.c util.c
81993 ____________________________________________________________________________
81994 [ 17989] By: hv                                    on 2002/10/10  10:48:42
81995         Log: Subject: PATCH: lib/ExtUtils/typemap
81996              From: Brian Ingerson <ingy@ttul.org>
81997              Date: Sat, 28 Sep 2002 13:03:24 -0700
81998              Message-ID: <20020928130324.A16900@ttul.org>
81999      Branch: perl
82000            ! lib/ExtUtils/typemap
82001 ____________________________________________________________________________
82002 [ 17988] By: hv                                    on 2002/10/10  10:45:19
82003         Log: Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
82004              From: Nicholas Clark <nick@unfortu.net>
82005              Date: Sat, 28 Sep 2002 18:52:00 +0100
82006              Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
82007      Branch: perl
82008            ! lib/Exporter.t lib/Exporter/Heavy.pm
82009 ____________________________________________________________________________
82010 [ 17987] By: hv                                    on 2002/10/10  10:27:40
82011         Log: Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
82012              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
82013              Date: Mon, 9 Sep 2002 17:36:55 -0400
82014              Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
82015      Branch: perl
82016            ! pod/perlfunc.pod
82017 ____________________________________________________________________________
82018 [ 17986] By: hv                                    on 2002/10/10  09:51:24
82019         Log: Remove use of caller() in strict.pm, and tighten Safe compartment
82020              for Storable tests to match.
82021      Branch: perl
82022            ! ext/Storable/t/code.t lib/strict.pm lib/strict.t
82023 ____________________________________________________________________________
82024 [ 17985] By: hv                                    on 2002/10/10  09:27:00
82025         Log: Subject: Re: README.cygwin draft update
82026              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82027              Date: Mon, 07 Oct 2002 17:15:09 -0700
82028              Message-ID: <NOio9gzkg6oR092yn@efn.org>
82029      Branch: perl
82030            ! README.cygwin pod/perl58delta.pod
82031 ____________________________________________________________________________
82032 [ 17984] By: rgs                                   on 2002/10/09  19:17:08
82033         Log: Fix bug #17823 : non-modifying tr/// stringifies references
82034      Branch: perl
82035            ! doop.c t/op/tr.t
82036 ____________________________________________________________________________
82037 [ 17983] By: merijn                                on 2002/10/09  12:22:26
82038         Log: Tru64 and gcc and threads
82039              Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
82040      Branch: perl
82041            ! thread.h
82042 ____________________________________________________________________________
82043 [ 17982] By: merijn                                on 2002/10/09  10:34:40
82044         Log: Correct mailing list archive URL
82045              Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
82046      Branch: perl
82047            ! Porting/pumpkin.pod
82048 ____________________________________________________________________________
82049 [ 17981] By: merijn                                on 2002/10/09  04:49:06
82050         Log: Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
82051              Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
82052      Branch: perl
82053            ! Porting/pumpkin.pod
82054 ____________________________________________________________________________
82055 [ 17980] By: sky                                   on 2002/10/06  15:40:56
82056         Log: Upgrade Safe.pm to 2.09 after CPAN backport.
82057              Fix testcases to run properly outside perl core build enviroment.
82058      Branch: perl
82059            ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t
82060            ! ext/Safe/safe3.t
82061 ____________________________________________________________________________
82062 [ 17979] By: sky                                   on 2002/10/06  07:03:19
82063         Log: Subject: [PATCH] fix typo in Tie::Array
82064              From: "Jos I. Boumans" <kane@cpan.org>
82065              Date: sat okt 5, 2002  20:39:17 Europe/Stockholm
82066              Message-Id: <20021005183920.14746.qmail@onion.perl.org>
82067      Branch: perl
82068            ! lib/Tie/Array.pm
82069 ____________________________________________________________________________
82070 [ 17978] By: sky                                   on 2002/10/05  04:44:10
82071         Log: Upgrade to Attribute::Handlers 0.78
82072      Branch: perl
82073            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
82074            ! lib/Attribute/Handlers/README
82075 ____________________________________________________________________________
82076 [ 17977] By: rgs                                   on 2002/10/04  20:01:54
82077         Log: Complement to change #17976 :
82078              there was a similar bug on rdo().
82079              Increment $Safe::VERSION.
82080      Branch: perl
82081            ! ext/Opcode/Safe.pm ext/Safe/safe3.t
82082 ____________________________________________________________________________
82083 [ 17976] By: rgs                                   on 2002/10/04  19:44:48
82084         Log: Fix bug #17744, suggested by Andreas Jurenda,
82085              tweaked by rgs (security hole in Safe).
82086      Branch: perl
82087            + ext/Safe/safe3.t
82088            ! MANIFEST ext/Opcode/Safe.pm
82089 ____________________________________________________________________________
82090 [ 17975] By: merijn                                on 2002/10/04  13:30:17
82091         Log: Non ANSI feature detection in enum
82092      Branch: perl
82093            ! pad.h
82094 ____________________________________________________________________________
82095 [ 17974] By: rgs                                   on 2002/10/03  21:00:50
82096         Log: Fix a precedence problem.
82097      Branch: perl
82098            ! ext/Storable/t/integer.t
82099 ____________________________________________________________________________
82100 [ 17973] By: rgs                                   on 2002/10/03  20:34:13
82101         Log: Change the warning message "%s trapped by operation mask"
82102              to include '' around the op name. Document it in perldiag.
82103      Branch: perl
82104            ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c
82105            ! pod/perldiag.pod
82106 ____________________________________________________________________________
82107 [ 17972] By: rgs                                   on 2002/10/03  20:26:54
82108         Log: Add a new warning, "Possible precedence problem on bitwise
82109              %c operator", triggerred when a bitwise op has a numeric
82110              comparison op as child.
82111      Branch: perl
82112            ! op.c pod/perldiag.pod t/lib/warnings/op
82113 ____________________________________________________________________________
82114 [ 17971] By: ams                                   on 2002/10/03  11:03:41
82115         Log: Subject: Re: Not OK 17969
82116              From: Slaven Rezic <slaven.rezic@berlin.de>
82117              Date: 03 Oct 2002 13:12:58 +0200
82118              Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
82119      Branch: perl
82120            ! ext/Storable/Storable.pm ext/Storable/t/code.t
82121            ! ext/Storable/t/downgrade.t ext/Storable/t/forgive.t
82122            ! ext/Storable/t/malice.t
82123 ____________________________________________________________________________
82124 [ 17970] By: ams                                   on 2002/10/03  02:21:15
82125         Log: Add a line about 2.05.
82126      Branch: perl
82127            ! ext/Storable/ChangeLog
82128 ____________________________________________________________________________
82129 [ 17969] By: ams                                   on 2002/10/03  02:12:27
82130         Log: Subject: [PATCH] Storable and code serialization: documentation
82131              From: Slaven Rezic <slaven.rezic@berlin.de>
82132              Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
82133              Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
82134      Branch: perl
82135            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
82136            ! ext/Storable/t/code.t
82137 ____________________________________________________________________________
82138 [ 17968] By: ams                                   on 2002/10/03  01:40:51
82139         Log: Subject: [PATCH] Re: speed of my
82140              From: Stephen McCamant <smcc@mit.edu>
82141              Date: Wed, 2 Oct 2002 21:48:59 -0400
82142              Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
82143      Branch: perl
82144            ! pp.c
82145 ____________________________________________________________________________
82146 [ 17967] By: hv                                    on 2002/10/02  15:04:57
82147         Log: Subject: [PATCH] reentrant buffers
82148              From: Jarkko Hietaniemi <jhi@iki.fi>
82149              Date: Fri, 27 Sep 2002 01:08:56 +0300
82150              Message-ID: <20020926220856.GA339120@lyta.hut.fi>
82151      Branch: perl
82152            ! INSTALL pod/perldiag.pod pod/perlthrtut.pod reentr.c reentr.pl
82153 ____________________________________________________________________________
82154 [ 17966] By: hv                                    on 2002/10/02  14:46:52
82155         Log: Subject: [PATCH] retropatch
82156              From: Jarkko Hietaniemi <jhi@iki.fi>
82157              Date: Fri, 27 Sep 2002 03:51:34 +0300
82158              Message-ID: <20020927005134.GB339120@lyta.hut.fi>
82159      Branch: perl
82160            + pod/perl573delta.pod
82161            ! MANIFEST pod/buildtoc.PL pod/perl.pod
82162 ____________________________________________________________________________
82163 [ 17965] By: hv                                    on 2002/10/02  14:42:21
82164         Log: op/tr.t test is affected by #17962
82165      Branch: perl
82166            ! t/op/tr.t
82167 ____________________________________________________________________________
82168 [ 17964] By: hv                                    on 2002/10/02  14:38:59
82169         Log: Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
82170              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
82171              Date: Tue, 1 Oct 2002 23:34:35 +0200
82172              Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
82173      Branch: perl
82174            ! t/op/override.t toke.c
82175 ____________________________________________________________________________
82176 [ 17963] By: hv                                    on 2002/10/02  14:15:22
82177         Log: Subject: Re: [perl #17376] Bug Report - our(%)
82178              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82179              Date: Tue, 01 Oct 2002 09:54:30 -0700
82180              Message-ID: <GNdm9gzkgWOS092yn@efn.org>
82181      Branch: perl
82182            ! op.c pp_hot.c t/comp/our.t
82183 ____________________________________________________________________________
82184 [ 17962] By: ams                                   on 2002/10/02  14:10:07
82185         Log: Subject: [PATCH] no [] in tr///
82186              From: Jarkko Hietaniemi <jhi@iki.fi>
82187              Date: Wed, 2 Oct 2002 17:09:11 +0300
82188              Message-Id: <20021002140911.GH278184@lyta.hut.fi>
82189      Branch: perl
82190            ! pod/perldiag.pod toke.c
82191 ____________________________________________________________________________
82192 [ 17961] By: hv                                    on 2002/10/02  14:09:11
82193         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
82194              From: andreas.koenig@anima.de (Andreas J. Koenig)
82195              Date: Mon, 30 Sep 2002 17:24:06 +0200
82196              Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
82197      Branch: perl
82198            ! lib/Hash/Util.pm
82199 ____________________________________________________________________________
82200 [ 17959] By: hv                                    on 2002/10/02  14:06:29
82201         Log: Subject: [DOCPATCH] Unicode porting advice
82202              From: andreas.koenig@anima.de (Andreas J. Koenig)
82203              Date: Fri, 27 Sep 2002 15:30:16 +0200
82204              Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
82205      Branch: perl
82206            ! pod/perlunicode.pod
82207 ____________________________________________________________________________
82208 [ 17958] By: hv                                    on 2002/10/02  13:57:06
82209         Log: missing quote from #17957
82210      Branch: perl
82211            ! Porting/pumpkin.pod
82212 ____________________________________________________________________________
82213 [ 17957] By: hv                                    on 2002/10/02  13:55:56
82214         Log: document how to set APPLLIB_EXP
82215              Subject: Re: [perl #15957] error installing perl 5.8.0
82216              From: Andy Dougherty <doughera@lafayette.edu>
82217              Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
82218              Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
82219      Branch: perl
82220            ! Porting/pumpkin.pod
82221 ____________________________________________________________________________
82222 [ 17956] By: hv                                    on 2002/10/02  13:51:12
82223         Log: Devel::Peek tests from:
82224              Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
82225              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82226              Date: Thu, 26 Sep 2002 22:16:39 -0700
82227              Message-ID: <3m+k9gzkgqnP092yn@efn.org>
82228      Branch: perl
82229            ! ext/Devel/Peek/Peek.t
82230 ____________________________________________________________________________
82231 [ 17955] By: hv                                    on 2002/10/02  13:43:26
82232         Log: add precedence warning for bitwise docs
82233              Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
82234              From: Mike Guy <mjtg@cam.ac.uk>
82235              Date: Thu, 26 Sep 2002 13:20:45 +0100
82236              Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
82237      Branch: perl
82238            ! pod/perlop.pod
82239 ____________________________________________________________________________
82240 [ 17954] By: hv                                    on 2002/10/02  13:18:01
82241         Log: Subject: [PATCH] Re: perlio bug?
82242              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
82243              Date: Wed, 25 Sep 2002 21:58:12 +0200
82244              Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
82245      Branch: perl
82246            ! doio.c pod/perldiag.pod t/lib/warnings/doio
82247 ____________________________________________________________________________
82248 [ 17953] By: hv                                    on 2002/10/02  12:55:29
82249         Log: Subject: [PATCH pad.c,h] move all pad-related code to its own src file
82250              From: Dave Mitchell <davem@fdgroup.com>
82251              Date: Wed, 25 Sep 2002 23:40:23 +0100
82252              Message-ID: <20020925234023.A20044@fdgroup.com>
82253      Branch: perl
82254            + pad.c pad.h
82255            ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
82256            ! embed.fnc embed.h embedvar.h ext/B/B.xs ext/Devel/Peek/Peek.t
82257            ! op.c op.h perl.c perl.h perlapi.h pod/perlapi.pod
82258            ! pod/perlintern.pod pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
82259            ! proto.h scope.c sv.c toke.c
82260 ____________________________________________________________________________
82261 [ 17952] By: hv                                    on 2002/10/02  11:23:38
82262         Log: better handling of whitespace in autodoc declarations; fragment from:
82263              Subject: [PATCH pad.c,h] move all pad-related code to its own src file
82264              From: Dave Mitchell <davem@fdgroup.com>
82265              Date: Wed, 25 Sep 2002 23:40:23 +0100
82266              Message-ID: <20020925234023.A20044@fdgroup.com>
82267      Branch: perl
82268            ! autodoc.pl
82269 ____________________________________________________________________________
82270 [ 17951] By: merijn                                on 2002/10/02  09:15:18
82271         Log: MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
82272              Thu, 25 Jul 2002, Andy Dougherty
82273      Branch: perl
82274            ! Configure Policy_sh.SH
82275 ____________________________________________________________________________
82276 [ 17950] By: ams                                   on 2002/10/02  03:43:41
82277         Log: Add silly bandaid to stop segfaults on subsequent accesses to
82278              the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
82279              (<$fred>).
82280      Branch: perl
82281            ! op.c
82282 ____________________________________________________________________________
82283 [ 17949] By: hv                                    on 2002/10/01  08:49:02
82284         Log: patch based on:
82285              Subject: Re: [perl #17376] Bug Report - our(%)
82286              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82287              Date: Mon, 30 Sep 2002 15:22:18 -0700
82288              Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
82289      Branch: perl
82290            ! op.c
82291 ____________________________________________________________________________
82292 [ 17948] By: hv                                    on 2002/10/01  08:26:44
82293         Log: Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
82294              From: chromatic <chromatic@wgz.org>
82295              Date: Fri, 13 Sep 2002 14:26:08 -0700
82296              Message-Id: <200209131426.08116.chromatic@wgz.org>
82297      Branch: perl
82298            ! lib/AutoLoader.pm
82299 ____________________________________________________________________________
82300 [ 17947] By: hv                                    on 2002/10/01  08:10:21
82301         Log: Subject: Re: sv_2pv_flags and ROK and UTF8 flags
82302              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82303              Date: Wed, 11 Sep 2002 22:22:45 -0700
82304              Message-ID: <lSCg9gzkgymX092yn@efn.org>
82305      Branch: perl
82306            ! dump.c mg.h regexec.c sv.c t/op/pat.t
82307 ____________________________________________________________________________
82308 [ 17946] By: merijn                                on 2002/09/30  15:19:36
82309         Log: nanosleep on VMS not present
82310      Branch: perl
82311            ! configure.com
82312 ____________________________________________________________________________
82313 [ 17945] By: merijn                                on 2002/09/30  09:51:40
82314         Log: -Dgccansipedantic only for gcc 3+
82315              Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
82316      Branch: perl
82317            ! Porting/pumpkin.pod cflags.SH
82318 ____________________________________________________________________________
82319 [ 17944] By: merijn                                on 2002/09/30  08:29:33
82320         Log: nanosleep probes as per Jarkko's request
82321      Branch: perl
82322            ! Configure NetWare/config_H.wc Porting/config.sh
82323            ! Porting/config_H config_h.SH epoc/config.sh perl.h
82324            ! win32/config.bc win32/config.gc win32/config.vc
82325            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
82326            ! win32/config_H.vc win32/config_H.vc64 wince/config.ce
82327            ! wince/config_H.ce
82328 ____________________________________________________________________________
82329 [ 17942] By: ams                                   on 2002/09/29  22:26:37
82330         Log: Remove package; (Heh heh.)
82331      Branch: perl
82332            ! gv.c intrpvar.h op.c perl.c perly.c perly.h perly.y
82333            ! perly_c.diff sv.c t/lib/warnings/op t/op/anonsub.t
82334            ! vms/perly_c.vms vms/perly_h.vms
82335 ____________________________________________________________________________
82336 [ 17941] By: hv                                    on 2002/09/29  12:11:06
82337         Log: Subject: [perl #16796] Configure script buglet
82338              From: "Amick, Eric" (via RT) <perlbug@perl.org>
82339              Date: 27 Aug 2002 20:09:29 -0000
82340              Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
82341      Branch: perl
82342            ! Configure
82343 ____________________________________________________________________________
82344 [ 17940] By: hv                                    on 2002/09/29  11:59:28
82345         Log: Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
82346              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
82347              Date: Fri, 27 Sep 2002 13:52:18 +0200
82348              Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
82349      Branch: perl
82350            ! lib/Attribute/Handlers.pm
82351 ____________________________________________________________________________
82352 [ 17939] By: hv                                    on 2002/09/29  11:55:17
82353         Log: Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
82354              From: Allen Smith (via RT) <perlbug@perl.org>
82355              Date: 13 Sep 2002 03:01:30 -0000
82356              Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
82357      Branch: perl
82358            ! t/lib/h2ph.pht utils/h2ph.PL
82359 ____________________________________________________________________________
82360 [ 17938] By: rgs                                   on 2002/09/28  20:42:59
82361         Log: Email address change for Stéphane Payrard
82362      Branch: perl
82363            ! AUTHORS
82364 ____________________________________________________________________________
82365 [ 17937] By: hv                                    on 2002/09/27  10:05:42
82366         Log: Subject: Re: [REVISED PATCH] Magic v-strings
82367              From: John Peacock <jpeacock@rowman.com>
82368              Date: Thu, 19 Sep 2002 22:30:58 -0400
82369              Message-ID: <3D8A8862.3000602@rowman.com>
82370      Branch: perl
82371            ! sv.c util.c
82372 ____________________________________________________________________________
82373 [ 17936] By: hv                                    on 2002/09/27  10:00:42
82374         Log: Subject: [PATCH] configure.com -- don't exclude threads::shared
82375              From: "Craig A. Berry" <craigberry@mac.com>
82376              Date: Wed, 25 Sep 2002 17:14:33 -0500
82377              Message-ID: <3D923549.6050809@mac.com>
82378      Branch: perl
82379            ! configure.com
82380 ____________________________________________________________________________
82381 [ 17935] By: hv                                    on 2002/09/27  09:48:19
82382         Log: Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
82383              From: Andy Lester <andy@petdance.com>
82384              Date: Fri, 20 Sep 2002 12:23:41 -0500
82385              Message-ID: <20020920172341.GA15672@petdance.com>
82386      Branch: perl
82387            ! pod/perlopentut.pod
82388 ____________________________________________________________________________
82389 [ 17934] By: hv                                    on 2002/09/26  18:50:02
82390         Log: missing '.' in test from #17932
82391      Branch: perl
82392            ! t/lib/strict/subs
82393 ____________________________________________________________________________
82394 [ 17933] By: hv                                    on 2002/09/26  17:01:11
82395         Log: Subject: [PATCH] perl #17453
82396              From: Jarkko Hietaniemi <jhi@iki.fi>
82397              Date: Fri, 20 Sep 2002 17:22:45 +0300
82398              Message-ID: <20020920142245.GG280265@lyta.hut.fi>
82399      Branch: perl
82400            ! lib/utf8_heavy.pl t/op/pat.t
82401 ____________________________________________________________________________
82402 [ 17932] By: hv                                    on 2002/09/26  16:47:32
82403         Log: #17931 checked for wrong constant
82404      Branch: perl
82405            ! op.c
82406 ____________________________________________________________________________
82407 [ 17931] By: hv                                    on 2002/09/26  16:29:26
82408         Log: Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
82409              From: Kay_Röpke <kay@dolphin-services.de>
82410              Date: Fri, 20 Sep 2002 16:09:08 +0200
82411              Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
82412      Branch: perl
82413            ! op.c t/lib/strict/subs
82414 ____________________________________________________________________________
82415 [ 17930] By: hv                                    on 2002/09/26  15:56:07
82416         Log: Subject: [perl #17445] Class::Struct patch: version number, examples
82417              From: Ken Neighbors (via RT) <perlbug@perl.org>
82418              Date: 19 Sep 2002 18:48:22 -0000
82419              Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
82420      Branch: perl
82421            ! lib/Class/Struct.pm
82422 ____________________________________________________________________________
82423 [ 17928] By: hv                                    on 2002/09/26  09:54:05
82424         Log: Subject: [PATCH] bug in utf8.c(?)
82425              From: Marty Pauley <marty+p5p@kasei.com>
82426              Date: Fri, 20 Sep 2002 10:55:33 +0100
82427              Subject: [PATCH] bug in utf8.c(?)
82428      Branch: perl
82429            ! utf8.c
82430 ____________________________________________________________________________
82431 [ 17927] By: hv                                    on 2002/09/26  09:37:19
82432         Log: Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
82433              From: Marty Pauley <marty+p5p@kasei.com>
82434              Date: Fri, 20 Sep 2002 09:52:16 +0100
82435              Message-Id: 20020920085216.GC10512@soto.kasei.com
82436      Branch: perl
82437            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
82438 ____________________________________________________________________________
82439 [ 17926] By: hv                                    on 2002/09/26  09:28:06
82440         Log: Subject: [PATCH] defuse installusrbinperl
82441              From: Jarkko Hietaniemi <jhi@iki.fi>
82442              Date: Thu, 19 Sep 2002 18:01:03 +0300
82443              Message-ID: <20020919150103.GI208696@lyta.hut.fi>
82444      Branch: perl
82445            ! Configure
82446 ____________________________________________________________________________
82447 [ 17925] By: hv                                    on 2002/09/26  09:15:55
82448         Log: Subject: [PATCH v2] enable -ansi -pedantic
82449              From: Jarkko Hietaniemi <jhi@iki.fi>
82450              Date: Wed, 18 Sep 2002 01:19:25 +0300
82451              Message-ID: <20020917221925.GF85044@lyta.hut.fi>
82452      Branch: perl
82453            ! Configure Porting/pumpkin.pod cflags.SH doio.c mg.c perl.c
82454            ! perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c sv.h toke.c util.c
82455 ____________________________________________________________________________
82456 [ 17924] By: hv                                    on 2002/09/26  08:44:16
82457         Log: Subject: [PATCH] ANSI-clean? (was Re: [PATCH] COW for ithreads)
82458              From: Nicholas Clark <nick@unfortu.net>
82459              Date: Sat, 14 Sep 2002 18:49:10 +0100
82460              Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net>
82461      Branch: perl
82462            ! sv.c
82463 ____________________________________________________________________________
82464 [ 17923] By: hv                                    on 2002/09/26  08:33:54
82465         Log: Subject: [PATCH] Re: Advice on coredump
82466              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
82467              Date: Wed, 18 Sep 2002 22:14:57 +0200
82468              Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
82469      Branch: perl
82470            ! op.c t/op/closure.t
82471 ____________________________________________________________________________
82472 [ 17922] By: hv                                    on 2002/09/26  08:25:28
82473         Log: Subject: Re: [PATCH] spurious t/auto directory appears
82474              From: Michael G Schwern <schwern@pobox.com>
82475              Date: Fri, 13 Sep 2002 23:56:05 -0400
82476              Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
82477      Branch: perl
82478            ! lib/ExtUtils/t/Installed.t
82479 ____________________________________________________________________________
82480 [ 17921] By: hv                                    on 2002/09/26  08:21:59
82481         Log: add TODO tests for slow our() declaration
82482              Subject: Re: [perl #17376] Bug Report - our(%)
82483              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82484              Date: Thu, 19 Sep 2002 22:34:01 -0700
82485              Message-ID: <JNri9gzkgSBB092yn@efn.org>
82486      Branch: perl
82487            + t/comp/our.t
82488            ! MANIFEST
82489 ____________________________________________________________________________
82490 [ 17920] By: hv                                    on 2002/09/26  08:16:43
82491         Log: LEAKTEST is dead, RIP
82492              Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
82493              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
82494              Date: Mon, 23 Sep 2002 18:33:12 +0200
82495              Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
82496      Branch: perl
82497            ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
82498            ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
82499 ____________________________________________________________________________
82500 [ 17919] By: hv                                    on 2002/09/26  07:59:42
82501         Log: Subject: [PATCH] AIX hints missinga  >&4
82502              From: Jarkko Hietaniemi <jhi@iki.fi>
82503              Date: Fri, 13 Sep 2002 16:48:42 +0300
82504              Message-ID: <20020913134842.GD8929@lyta.hut.fi>
82505      Branch: perl
82506            ! hints/aix.sh
82507 ____________________________________________________________________________
82508 [ 17918] By: hv                                    on 2002/09/26  07:51:10
82509         Log: Subject: [PATCH] perldoc -f stat (perlfunc.pod)
82510              From: "Brendan O'Dea" <bod@debian.org>
82511              Date: Mon, 23 Sep 2002 22:45:40 +1000
82512              Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
82513      Branch: perl
82514            ! pod/perlfunc.pod
82515 ____________________________________________________________________________
82516 [ 17917] By: hv                                    on 2002/09/26  07:46:43
82517         Log: Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
82518              From: Slaven Rezic <slaven.rezic@berlin.de>
82519              Date: 11 Sep 2002 19:37:09 +0200
82520              Message-ID: <871y80a0my.fsf@vran.herceg.de>
82521      Branch: perl
82522            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
82523 ____________________________________________________________________________
82524 [ 17916] By: hv                                    on 2002/09/26  07:31:42
82525         Log: Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
82526              From: "Brendan O'Dea" <bod@debian.org>
82527              Date: Tue, 10 Sep 2002 09:19:05 +1000
82528              Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
82529      Branch: perl
82530            ! pod/perlembed.pod
82531 ____________________________________________________________________________
82532 [ 17915] By: rgs                                   on 2002/09/24  20:19:22
82533         Log: Patch #17914 was empty ; this should have been applied instead.
82534      Branch: perl
82535            ! hints/aix.sh
82536 ____________________________________________________________________________
82537 [ 17914] By: rgs                                   on 2002/09/21  19:58:57
82538         Log: Subject: [PATCH] PASE saga continues
82539              From: Jarkko Hietaniemi <jhi@iki.fi>
82540              Date: Thu, 19 Sep 2002 23:30:20 +0300
82541              Message-ID: <20020919203020.GB274453@lyta.hut.fi>
82542      Branch: perl
82543            ! hints/aix.sh
82544 ____________________________________________________________________________
82545 [ 17913] By: rgs                                   on 2002/09/21  19:46:56
82546         Log: Subject: [PATCH perl@17882] file spec tweaks for VMS
82547              From: "Craig A. Berry" <craigberry@mac.com>
82548              Date: Wed, 18 Sep 2002 16:57:02 -0500
82549              Message-ID: <3D88F6AE.3020708@mac.com>
82550      Branch: perl
82551            ! lib/File/Spec/VMS.pm vms/ext/filespec.t
82552 ____________________________________________________________________________
82553 [ 17912] By: ams                                   on 2002/09/19  17:21:24
82554         Log: Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
82555              From: Jarkko Hietaniemi <jhi@iki.fi>
82556              Date: Thu, 19 Sep 2002 18:59:48 +0300
82557              Message-Id: <20020919155948.GU208696@lyta.hut.fi>
82558
82559              Subject: [PATCH] more PASE tweakage
82560              From: Jarkko Hietaniemi <jhi@iki.fi>
82561              Date: Thu, 19 Sep 2002 18:01:44 +0300
82562              Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
82563      Branch: perl
82564            ! README.os400 hints/aix.sh
82565 ____________________________________________________________________________
82566 [ 17911] By: ams                                   on 2002/09/17  19:29:53
82567         Log: Typo fix.
82568      Branch: perl
82569            ! ext/POSIX/POSIX.pod
82570 ____________________________________________________________________________
82571 [ 17910] By: ams                                   on 2002/09/17  18:09:32
82572         Log: Fix #17375 (rcatline didn't work on a formerly-defined undef) by
82573              checking for SvOK in do_readline().
82574      Branch: perl
82575            ! pp_hot.c t/op/gv.t
82576 ____________________________________________________________________________
82577 [ 17909] By: rgs                                   on 2002/09/16  21:49:27
82578         Log: Pod formatting nit, found by Merijn and Jos Boumans.
82579      Branch: perl
82580            ! pod/perlunicode.pod
82581 ____________________________________________________________________________
82582 [ 17908] By: rgs                                   on 2002/09/16  21:34:55
82583         Log: Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
82584              From: (Ilya Martynov) (via RT) <perlbug@perl.org>
82585              Date: 15 Sep 2002 19:06:56 -0000
82586              Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
82587      Branch: perl
82588            ! lib/Locale/Country.pm lib/Locale/Currency.pm
82589            ! lib/Locale/Language.pm lib/Locale/Script.pm
82590 ____________________________________________________________________________
82591 [ 17907] By: rgs                                   on 2002/09/16  20:33:51
82592         Log: Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
82593              From: Jarkko Hietaniemi <jhi@iki.fi>
82594              Date: Sun, 15 Sep 2002 18:02:17 +0300
82595              Message-ID: <20020915150217.GB21300@lyta.hut.fi>
82596      Branch: perl
82597            ! hints/netbsd.sh
82598 ____________________________________________________________________________
82599 [ 17906] By: rgs                                   on 2002/09/15  11:30:38
82600         Log: Fix pod/perlmodlib.PL (it wasn't generating a complete list
82601              of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
82602              not all modules listed in perlmodlib are necessarily installed.
82603              Plus some corrections by Vincent Lefevre.
82604      Branch: perl
82605            ! lib/Term/ReadLine.pm pod/perlmodlib.PL pod/perlmodlib.pod
82606 ____________________________________________________________________________
82607 [ 17904] By: merijn                                on 2002/09/13  14:02:18
82608         Log: Tabs erroneusly expanded to spaces, causing AIX to fail
82609              in building DProf
82610      Branch: perl
82611            ! Configure
82612 ____________________________________________________________________________
82613 [ 17902] By: merijn                                on 2002/09/13  07:47:29
82614         Log: configure.com needs d_modflproto
82615              Thu 12 Sep 2002 23:19, "Craig A. Berry"
82616      Branch: perl
82617            ! configure.com
82618 ____________________________________________________________________________
82619 [ 17901] By: rgs                                   on 2002/09/12  20:19:55
82620         Log: Subject: [PATCH] more PASE wisdom
82621              From: Jarkko Hietaniemi <jhi@iki.fi>
82622              Date: Fri, 13 Sep 2002 00:17:39 +0300
82623              Message-ID: <20020912211739.GB6980@lyta.hut.fi>
82624      Branch: perl
82625            ! README.os400
82626 ____________________________________________________________________________
82627 [ 17900] By: rgs                                   on 2002/09/12  19:33:06
82628         Log: Fix a syntax incompatibility introduced by the // operator.
82629              (Note that C<print $fh //> is still a syntax error, it
82630              wasn't with perl 5.8.0.)
82631      Branch: perl
82632            ! t/op/dor.t toke.c
82633 ____________________________________________________________________________
82634 [ 17898] By: rgs                                   on 2002/09/11  20:58:46
82635         Log: Fix bug #17006 : remove spurious do{} in the deparsing
82636              of s/.../.../e.
82637      Branch: perl
82638            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
82639 ____________________________________________________________________________
82640 [ 17897] By: rgs                                   on 2002/09/11  20:56:21
82641         Log: Subject: [perl #17119] typo in utils/dprofpp.PL
82642              From: "Todd C. Miller" (via RT) <perlbug@perl.org>
82643              Date: 10 Sep 2002 18:49:56 -0000
82644              Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
82645      Branch: perl
82646            ! utils/dprofpp.PL
82647 ____________________________________________________________________________
82648 [ 17896] By: merijn                                on 2002/09/11  08:31:45
82649         Log: re-synced Configure to backported metaunits
82650      Branch: perl
82651            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
82652            ! config_h.SH
82653 ____________________________________________________________________________
82654 [ 17892] By: merijn                                on 2002/09/10  15:43:53
82655         Log: Callback behaviour in hints
82656              Mon, 9 Sep 2002, Allen Smith
82657      Branch: perl
82658            ! hints/README.hints
82659 ____________________________________________________________________________
82660 [ 17888] By: merijn                                on 2002/09/10  09:20:52
82661         Log: New low-price HP servers
82662      Branch: perl
82663            ! README.hpux
82664 ____________________________________________________________________________
82665 [ 17887] By: rgs                                   on 2002/09/09  21:00:08
82666         Log: Subject: Re: [PATCH] Quieten warnings in Deparse.pm
82667              From: Paul Johnson <paul@pjcj.net>
82668              Date: Mon, 9 Sep 2002 23:37:33 +0200
82669              Message-ID: <20020909213733.GD879@pjcj.net>
82670      Branch: perl
82671            ! ext/B/B/Deparse.pm
82672 ____________________________________________________________________________
82673 [ 17886] By: rgs                                   on 2002/09/09  20:38:01
82674         Log: Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
82675              From: Nicholas Clark <nick@unfortu.net>
82676              Date: Sun, 8 Sep 2002 23:05:54 +0100
82677              Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
82678      Branch: perl
82679            ! configpm
82680 ____________________________________________________________________________
82681 [ 17885] By: rgs                                   on 2002/09/09  20:35:34
82682         Log: Subject: [PATCH] strict.pm pod at __END__
82683              From: Nicholas Clark <nick@unfortu.net>
82684              Date: Sun, 8 Sep 2002 22:36:09 +0100
82685              Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
82686      Branch: perl
82687            ! lib/strict.pm
82688 ____________________________________________________________________________
82689 [ 17884] By: rgs                                   on 2002/09/09  19:33:11
82690         Log: Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
82691              From: Nicholas Clark <nick@unfortu.net>
82692              Date: Sun, 8 Sep 2002 19:45:52 +0100
82693              Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
82694      Branch: perl
82695            ! lib/File/Find/t/find.t
82696 ____________________________________________________________________________
82697 [ 17883] By: rgs                                   on 2002/09/09  19:10:08
82698         Log: Subject: [PATCH] Quieten warnings in Deparse.pm
82699              From: Paul Johnson <paul@pjcj.net>
82700              Date: Sun, 8 Sep 2002 23:50:11 +0200
82701              Message-ID: <20020908215011.GA879@pjcj.net>
82702      Branch: perl
82703            ! ext/B/B/Deparse.pm
82704 ____________________________________________________________________________
82705 [ 17882] By: hv                                    on 2002/09/09  10:33:58
82706         Log: Update Changes
82707      Branch: perl
82708            ! Changes patchlevel.h
82709 ____________________________________________________________________________
82710 [ 17881] By: hv                                    on 2002/09/09  09:54:55
82711         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
82712              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
82713              Date: Mon, 9 Sep 2002 01:48:08 -0400
82714              Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
82715      Branch: perl
82716            ! perl.h sv.c
82717 ____________________________________________________________________________
82718 [ 17880] By: hv                                    on 2002/09/09  09:33:55
82719         Log: integrate Math::BigInt-1.63
82720              Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
82721              From: Tels <perl_dummy@bloodgate.com>
82722              Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
82723              Message-Id: <200209082022.g88KMGY20194@crypt.org>
82724      Branch: perl
82725            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
82726            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/constant.t
82727            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
82728            ! lib/Math/BigInt/t/sub_mif.t
82729 ____________________________________________________________________________
82730 [ 17879] By: hv                                    on 2002/09/09  09:23:53
82731         Log: Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
82732              From: Jarkko Hietaniemi <jhi@iki.fi>
82733              Date: Mon, 9 Sep 2002 00:07:46 +0300
82734              Message-ID: <20020908210746.GB4136@lyta.hut.fi>
82735      Branch: perl
82736            ! Configure
82737 ____________________________________________________________________________
82738 [ 17878] By: hv                                    on 2002/09/09  09:11:57
82739         Log: small grammar fix in Benchmark docs
82740      Branch: perl
82741            ! lib/Benchmark.pm
82742 ____________________________________________________________________________
82743 [ 17877] By: hv                                    on 2002/09/09  09:09:30
82744         Log: Subject: [PATCH] configpm
82745              From: Abe Timmerman <abe@ztreet.demon.nl>
82746              Date: Sun, 8 Sep 2002 17:21:19 +0200
82747              Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
82748      Branch: perl
82749            ! configpm
82750 ____________________________________________________________________________
82751 [ 17876] By: hv                                    on 2002/09/09  08:48:35
82752         Log: Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
82753              From: Abe Timmerman <abe@ztreet.demon.nl>
82754              Date: Mon, 9 Sep 2002 01:32:19 +0200
82755              Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
82756      Branch: perl
82757            ! makedef.pl
82758 ____________________________________________________________________________
82759 [ 17875] By: rgs                                   on 2002/09/08  18:55:01
82760         Log: Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
82761              From: Nicholas Clark <nick@unfortu.net>
82762              Date: Sun, 8 Sep 2002 15:46:44 +0100
82763              Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
82764
82765              Plus two other similar tweaks
82766      Branch: perl
82767            ! ext/SDBM_File/sdbm.t
82768 ____________________________________________________________________________
82769 [ 17874] By: hv                                    on 2002/09/08  17:10:38
82770         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
82771              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
82772              Date: Sat, 7 Sep 2002 05:25:45 -0400
82773              Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
82774      Branch: perl
82775            ! hints/irix_6.sh numeric.c perl.h sv.c t/base/num.t
82776            ! t/op/sprintf.t
82777 ____________________________________________________________________________
82778 [ 17873] By: hv                                    on 2002/09/08  16:48:54
82779         Log: Subject: [PATCH] COW for ithreads (was Re: what copies scalars in ithreads?)
82780              From: Nicholas Clark <nick@unfortu.net>
82781              Date: Sat, 7 Sep 2002 00:20:53 +0100
82782              Message-ID: <20020906232052.GB901@Bagpuss.unfortu.net>
82783      Branch: perl
82784            ! op.c sv.c
82785 ____________________________________________________________________________
82786 [ 17872] By: hv                                    on 2002/09/08  16:35:46
82787         Log: temporarily skip failing Storable tests caused by #17869
82788      Branch: perl
82789            ! ext/Storable/t/code.t
82790 ____________________________________________________________________________
82791 [ 17871] By: hv                                    on 2002/09/08  16:23:49
82792         Log: Subject: [PATCH] tiddly tidy up for util.c
82793              From: Nicholas Clark <nick@unfortu.net>
82794              Date: Fri, 6 Sep 2002 23:00:14 +0100
82795              Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
82796      Branch: perl
82797            ! util.c
82798 ____________________________________________________________________________
82799 [ 17870] By: hv                                    on 2002/09/08  16:21:23
82800         Log: regularise whitespace and formatting in util.c
82801      Branch: perl
82802            ! util.c
82803 ____________________________________________________________________________
82804 [ 17869] By: hv                                    on 2002/09/08  15:46:08
82805         Log: Subject: [perl #17061] no strict 'garbage'
82806              From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
82807              Date: 6 Sep 2002 19:31:02 -0000
82808              Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
82809              Date: Sat, 07 Sep 2002 13:40:22 +0200
82810              Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
82811      Branch: perl
82812            ! lib/strict.pm lib/strict.t
82813 ____________________________________________________________________________
82814 [ 17868] By: hv                                    on 2002/09/08  15:24:08
82815         Log: small fix to perl58delta for MIME::QuotedPrint, from Jarkko
82816      Branch: perl
82817            ! pod/perl58delta.pod
82818 ____________________________________________________________________________
82819 [ 17867] By: hv                                    on 2002/09/08  15:10:46
82820         Log: Subject: [PATCH] allow using hires time() in Benchmark
82821              From: Jarkko Hietaniemi <jhi@iki.fi>
82822              Date: Fri, 6 Sep 2002 00:38:11 +0300
82823              Message-ID: <20020905213811.GA23771@lyta.hut.fi>
82824      Branch: perl
82825            ! lib/Benchmark.pm
82826 ____________________________________________________________________________
82827 [ 17866] By: hv                                    on 2002/09/08  15:06:05
82828         Log: Subject: [PATCH] OS/400 PASE symbol scan tweak
82829              From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
82830              Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
82831              Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
82832      Branch: perl
82833            ! Configure
82834 ____________________________________________________________________________
82835 [ 17865] By: hv                                    on 2002/09/08  15:03:23
82836         Log: Subject: Unicode::Collate 0.23 Released
82837              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
82838              Date: Thu, 05 Sep 2002 23:28:32 +0900
82839              Message-Id: <20020905232316.8151.BQW10602@nifty.com>
82840      Branch: perl
82841            + lib/Unicode/Collate/t/index.t
82842            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
82843            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
82844 ____________________________________________________________________________
82845 [ 17864] By: hv                                    on 2002/09/08  14:55:31
82846         Log: Subject: sv_2pv_flags and ROK and UTF8 flags
82847              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
82848              Date: Wed, 04 Sep 2002 21:09:01 -0700
82849              Message-ID: <djtd9gzkgyLd092yn@efn.org>
82850              Date: Fri, 06 Sep 2002 09:23:03 -0700
82851              Message-ID: <nZNe9gzkgKdH092yn@efn.org>
82852      Branch: perl
82853            ! lib/overload.t sv.c sv.h t/op/pat.t
82854 ____________________________________________________________________________
82855 [ 17863] By: hv                                    on 2002/09/08  14:11:54
82856         Log: setting PERL_CORE as in #17861 violates assumptions made by taint tests
82857      Branch: perl
82858            ! t/op/taint.t
82859 ____________________________________________________________________________
82860 [ 17862] By: hv                                    on 2002/09/08  14:01:07
82861         Log: Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
82862              From: Michael G Schwern <schwern@pobox.com>
82863              Date: Wed, 4 Sep 2002 11:38:01 -0700
82864              Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
82865      Branch: perl
82866            ! t/TestInit.pm
82867 ____________________________________________________________________________
82868 [ 17861] By: hv                                    on 2002/09/08  13:58:10
82869         Log: Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
82870              From: Michael G Schwern <schwern@pobox.com>
82871              Date: Fri, 6 Sep 2002 14:03:16 -0700
82872              Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
82873      Branch: perl
82874            ! t/test.pl
82875 ____________________________________________________________________________
82876 [ 17860] By: hv                                    on 2002/09/08  13:48:49
82877         Log: #17859 misuses s/// return values
82878      Branch: perl
82879            ! configpm
82880 ____________________________________________________________________________
82881 [ 17859] By: hv                                    on 2002/09/08  13:17:46
82882         Log: Subject: Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
82883              From: Nicholas Clark <nick@unfortu.net>
82884              Date: Mon, 2 Sep 2002 23:22:32 +0100
82885              Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
82886      Branch: perl
82887            ! configpm
82888 ____________________________________________________________________________
82889 [ 17850] By: ams                                   on 2002/09/06  03:31:32
82890         Log: Subject: [PATCH] (mostly (Unicode)) pod nits
82891              From: Jarkko Hietaniemi <jhi@iki.fi>
82892              Date: Fri, 6 Sep 2002 06:01:57 +0300
82893              Message-Id: <20020906030157.GA28252@lyta.hut.fi>
82894      Branch: perl
82895            ! pod/perl.pod pod/perlunicode.pod pod/perluniintro.pod
82896 ____________________________________________________________________________
82897 [ 17849] By: gsar                                  on 2002/09/05  06:28:36
82898         Log: document setting the email address
82899      Branch: perl
82900            ! Porting/repository.pod
82901 ____________________________________________________________________________
82902 [ 17848] By: hv                                    on 2002/09/04  23:12:15
82903         Log: AUTHORS: preferred address for Allen Smith
82904      Branch: perl
82905            ! AUTHORS
82906 ____________________________________________________________________________
82907 [ 17847] By: hv                                    on 2002/09/04  23:10:37
82908         Log: copy on write: fixes and debugging
82909              Subject: what copies scalars in ithreads?
82910              From: Nicholas Clark <nick@unfortu.net>
82911              Date: Wed, 4 Sep 2002 21:52:47 +0100
82912              Message-ID: <20020904205247.GA280@Bagpuss.unfortu.net>
82913      Branch: perl
82914            ! sv.c
82915 ____________________________________________________________________________
82916 [ 17846] By: hv                                    on 2002/09/04  23:02:43
82917         Log: Subject: Re: [PATCH] A variety of README nitpicks.
82918              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
82919              Date: Wed, 04 Sep 2002 09:10:05 +0200
82920              Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
82921      Branch: perl
82922            ! README.hpux
82923 ____________________________________________________________________________
82924 [ 17845] By: hv                                    on 2002/09/04  15:06:33
82925         Log: Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
82926      Branch: perl
82927            ! lib/Math/BigInt/t/constant.t
82928 ____________________________________________________________________________
82929 [ 17844] By: hv                                    on 2002/09/04  14:32:19
82930         Log: #17836 (DB_File-1.805) misses a couple of dTHX declarations
82931      Branch: perl
82932            ! ext/DB_File/DB_File.xs
82933 ____________________________________________________________________________
82934 [ 17843] By: hv                                    on 2002/09/04  14:09:13
82935         Log: #17842 was only half the story
82936              Subject: [PATCH deb.c] Re: HiRes failure is success?
82937              From: Dave Mitchell <davem@fdgroup.com>
82938              Date: Wed, 4 Sep 2002 16:11:15 +0100
82939              Message-ID: <20020904161115.E27603@fdgroup.com>
82940      Branch: perl
82941            ! deb.c
82942 ____________________________________________________________________________
82943 [ 17842] By: hv                                    on 2002/09/04  14:04:40
82944         Log: printf argument mismatch in Perl_deb_stack_all() from change #17718
82945      Branch: perl
82946            ! deb.c
82947 ____________________________________________________________________________
82948 [ 17841] By: hv                                    on 2002/09/04  13:57:27
82949         Log: Subject: [PATCH] op/getpid.t failure
82950              From: Michael G Schwern <schwern@pobox.com>
82951              Date: Tue, 3 Sep 2002 17:48:24 -0700
82952              Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
82953      Branch: perl
82954            ! t/op/getpid.t
82955 ____________________________________________________________________________
82956 [ 17840] By: hv                                    on 2002/09/04  13:55:20
82957         Log: Subject: [PATCH] File::Basename doesn't lazy load Carp right.
82958              and Subject: [PATCH] More modules that don't lazy load Carp right.
82959              From: Michael G Schwern <schwern@pobox.com>
82960              Date: Tue, 3 Sep 2002 17:21:57 -0700
82961              Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
82962              and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
82963      Branch: perl
82964            ! ext/Encode/Unicode/Unicode.pm
82965            ! ext/Encode/lib/Encode/Encoding.pm ext/Sys/Hostname/Hostname.pm
82966            ! lib/File/Basename.pm
82967 ____________________________________________________________________________
82968 [ 17839] By: hv                                    on 2002/09/04  13:47:12
82969         Log: Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
82970              From: "Brendan O'Dea" <bod@debian.org>
82971              Date: Wed, 4 Sep 2002 02:36:10 +1000
82972              Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
82973      Branch: perl
82974            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
82975 ____________________________________________________________________________
82976 [ 17838] By: hv                                    on 2002/09/04  13:41:27
82977         Log: Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
82978              From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
82979              Date: Tue, 3 Sep 2002 13:46:18 +0200
82980              Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
82981      Branch: perl
82982            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
82983 ____________________________________________________________________________
82984 [ 17837] By: hv                                    on 2002/09/04  13:38:27
82985         Log: Subject: [PATCH lib/Config.t] test grandfathered Config variables
82986              From: Michael G Schwern <schwern@pobox.com>
82987              Date: Mon, 2 Sep 2002 22:29:07 -0700
82988              Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
82989      Branch: perl
82990            ! lib/Config.t
82991 ____________________________________________________________________________
82992 [ 17836] By: hv                                    on 2002/09/04  13:35:36
82993         Log: Subject: [PATCH] DB_File 1.805
82994              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
82995              Date: Mon, 2 Sep 2002 23:56:40 +0100
82996              Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
82997      Branch: perl
82998            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
82999            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
83000            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
83001            ! ext/DB_File/t/db-recno.t ext/DB_File/typemap
83002 ____________________________________________________________________________
83003 [ 17835] By: hv                                    on 2002/09/04  13:23:17
83004         Log: fix coredump after 64k-deep recursion
83005              Subject: Re: debugging coredump with -DD
83006              From: hv@crypt.org
83007              Date: Tue, 03 Sep 2002 14:34:20 +0100
83008              Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
83009      Branch: perl
83010            ! cop.h t/op/recurse.t
83011 ____________________________________________________________________________
83012 [ 17834] By: hv                                    on 2002/09/04  13:08:36
83013         Log: perldoc: allow arguments for pager
83014              Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
83015              From: Chip Turner <cturner@redhat.com>
83016              Date: 02 Sep 2002 01:17:23 -0400
83017              Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
83018      Branch: perl
83019            ! utils/perldoc.PL
83020 ____________________________________________________________________________
83021 [ 17833] By: hv                                    on 2002/09/04  12:55:54
83022         Log: Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
83023              From: Jarkko Hietaniemi <jhi@iki.fi>
83024              Date: Sun, 1 Sep 2002 19:23:55 +0300
83025              Message-ID: <20020901162355.GH12536@lyta.hut.fi>
83026      Branch: perl
83027            ! embedvar.h intrpvar.h perl.c perlapi.h pp_sys.c
83028 ____________________________________________________________________________
83029 [ 17832] By: hv                                    on 2002/09/04  12:39:42
83030         Log: Subject: Re: [PATCH] Correct/completes Overloading in XS mods
83031              From: John Peacock <jpeacock@rowman.com>
83032              Date: Sun, 01 Sep 2002 15:00:12 -0400
83033              Message-ID: <3D7263BC.9020608@rowman.com>
83034      Branch: perl
83035            ! lib/ExtUtils/xsubpp pod/perlxs.pod
83036 ____________________________________________________________________________
83037 [ 17831] By: hv                                    on 2002/09/04  11:47:10
83038         Log: #17827 misses some win32 tweaks
83039      Branch: perl
83040            ! win32/Makefile win32/makefile.mk
83041 ____________________________________________________________________________
83042 [ 17830] By: hv                                    on 2002/09/04  11:41:22
83043         Log: update email address for Paul Marquess
83044      Branch: perl
83045            ! AUTHORS
83046 ____________________________________________________________________________
83047 [ 17829] By: hv                                    on 2002/09/04  11:38:39
83048         Log: Subject: Correction for AUTHORS.html
83049              From: Sean Davis <dive@ender.com>
83050              Date: Fri, 30 Aug 2002 03:51:16 -0700
83051              Message-ID: <20020830035116.A18739@endersgame.net>
83052      Branch: perl
83053            ! AUTHORS
83054 ____________________________________________________________________________
83055 [ 17828] By: hv                                    on 2002/09/04  11:31:42
83056         Log: Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
83057              From: Michael G Schwern <schwern@pobox.com>
83058              Date: Fri, 30 Aug 2002 03:40:45 -0700
83059              Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
83060      Branch: perl
83061            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
83062            ! lib/File/Spec/t/Spec.t
83063 ____________________________________________________________________________
83064 [ 17827] By: hv                                    on 2002/09/04  11:21:57
83065         Log: Subject: [PATCH] OS/400 PASE port
83066              From: Jarkko Hietaniemi <jhi@iki.fi>
83067              Date: Thu, 29 Aug 2002 22:22:51 +0300
83068              Message-ID: <20020829192251.GA27102@lyta.hut.fi>
83069      Branch: perl
83070            + README.os400 hints/os400.sh
83071            ! Configure MANIFEST hints/aix.sh lib/Cwd.pm pod/buildtoc.PL
83072            ! pod/perl.pod pod/perlebcdic.pod pod/perlport.pod
83073 ____________________________________________________________________________
83074 [ 17826] By: hv                                    on 2002/09/04  11:10:54
83075         Log: Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
83076              From: "Brendan O'Dea" <bod@debian.org>
83077              Date: Thu, 29 Aug 2002 22:42:39 +1000
83078              Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
83079      Branch: perl
83080            ! ext/Sys/Syslog/syslog.t
83081 ____________________________________________________________________________
83082 [ 17825] By: hv                                    on 2002/09/04  10:53:59
83083         Log: Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
83084              From: "John P. Linderman" <jpl@research.att.com>
83085              Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
83086              Message-Id: <200208271900.PAA98096@raptor.research.att.com>
83087      Branch: perl
83088            ! ext/IPC/SysV/Semaphore.pm
83089 ____________________________________________________________________________
83090 [ 17824] By: rgs                                   on 2002/09/03  20:02:36
83091         Log: Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
83092              From: Richard Soderberg (via RT) <perlbug@perl.org>
83093              Date: 3 Sep 2002 18:48:54 -0000
83094              Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
83095
83096              Subject: [PATCH] A variety of README nitpicks.
83097              From: Richard Soderberg <rs@crystalflame.net>
83098              Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
83099              Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
83100      Branch: perl
83101            ! README.amiga README.dgux README.dos README.epoc README.hpux
83102            ! README.mint README.netware README.vmesa
83103 ____________________________________________________________________________
83104 [ 17823] By: rgs                                   on 2002/09/03  19:47:05
83105         Log: Fix bug #16828.
83106              Add a few tests to ext/B/t/b.t, make it use Test::More.
83107      Branch: perl
83108            ! ext/B/B.xs ext/B/t/b.t
83109 ____________________________________________________________________________
83110 [ 17822] By: rgs                                   on 2002/09/02  19:29:52
83111         Log: Some simple tests for the POSIX::isXXX() functions.
83112      Branch: perl
83113            ! ext/POSIX/t/posix.t
83114 ____________________________________________________________________________
83115 [ 17821] By: rgs                                   on 2002/08/30  19:56:53
83116         Log: Advertise Linux::Pid.
83117      Branch: perl
83118            ! pod/perlfunc.pod pod/perlvar.pod
83119 ____________________________________________________________________________
83120 [ 17819] By: hv                                    on 2002/08/30  13:42:02
83121         Log: Subject: [PATCH] Tweaks to Bleadperl Version Object Support
83122              From: John Peacock <jpeacock@rowman.com>
83123              Date: Wed, 28 Aug 2002 22:13:48 -0400
83124              Message-ID: <3D6D835C.50809@rowman.com>
83125      Branch: perl
83126            ! universal.c util.c
83127 ____________________________________________________________________________
83128 [ 17818] By: hv                                    on 2002/08/30  13:16:05
83129         Log: add test related to change #17799:
83130              Subject: Re: if.pm bug.
83131              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
83132              Date: Thu, 29 Aug 2002 19:39:58 +0200
83133              Message-ID: <20020829173358.34731.qmail@onion.perl.org>
83134      Branch: perl
83135            ! lib/if.t
83136 ____________________________________________________________________________
83137 [ 17817] By: hv                                    on 2002/08/30  13:12:20
83138         Log: Subject: [PATCH] AUTHORS
83139              From: "Brendan O'Dea" <bod@debian.org>
83140              Date: Thu, 29 Aug 2002 22:49:34 +1000
83141              Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
83142      Branch: perl
83143            ! AUTHORS
83144 ____________________________________________________________________________
83145 [ 17816] By: hv                                    on 2002/08/30  13:10:45
83146         Log: Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
83147              From: "Brendan O'Dea" <bod@debian.org>
83148              Date: Thu, 29 Aug 2002 22:46:47 +1000
83149              Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
83150      Branch: perl
83151            ! lib/Term/Cap.pm
83152 ____________________________________________________________________________
83153 [ 17815] By: hv                                    on 2002/08/30  13:02:41
83154         Log: formatting cleanup and:
83155              Subject: Re: perl-5.8.0 on HP porting center
83156              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83157              Date: Thu, 29 Aug 2002 12:23:31 +0200
83158              Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
83159      Branch: perl
83160            ! installperl
83161 ____________________________________________________________________________
83162 [ 17814] By: hv                                    on 2002/08/30  12:23:33
83163         Log: Subject: [PATCH] perlmod.pod nit
83164              From: Autrijus Tang <autrijus@autrijus.org>
83165              Date: Thu, 29 Aug 2002 03:49:34 +0800
83166              Message-ID: <20020828194934.GA12244@not.autrijus.org>
83167      Branch: perl
83168            ! pod/perlmod.pod
83169 ____________________________________________________________________________
83170 [ 17813] By: hv                                    on 2002/08/30  12:19:15
83171         Log: Subject: [PATCH] Re: glob names and Regexp type introspection
83172              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
83173              Date: Thu, 29 Aug 2002 17:31:31 -0700
83174              Message-ID: <jzrb9gzkgO7W092yn@efn.org>
83175      Branch: perl
83176            ! sv.c t/op/pat.t
83177 ____________________________________________________________________________
83178 [ 17812] By: hv                                    on 2002/08/30  12:06:20
83179         Log: Subject: [PATCH] typos in Hash::Util documentation
83180              From: Slaven Rezic <slaven.rezic@berlin.de>
83181              Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
83182              Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
83183      Branch: perl
83184            ! lib/Hash/Util.pm
83185 ____________________________________________________________________________
83186 [ 17811] By: hv                                    on 2002/08/30  12:02:59
83187         Log: Subject: Re: Recent changes on the HP porting center
83188              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83189              Date: Wed, 28 Aug 2002 17:39:27 +0200
83190              Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
83191      Branch: perl
83192            ! README.hpux
83193 ____________________________________________________________________________
83194 [ 17810] By: hv                                    on 2002/08/30  11:58:18
83195         Log: Subject: [PATCH] Fixes to threads::shared when disabled
83196              From: Michael G Schwern <schwern@pobox.com>
83197              Date: Wed, 28 Aug 2002 06:04:18 -0700
83198              Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
83199      Branch: perl
83200            + ext/threads/shared/t/disabled.t
83201            ! MANIFEST ext/threads/shared/shared.pm
83202            ! ext/threads/shared/t/hv_refs.t
83203 ____________________________________________________________________________
83204 [ 17808] By: ams                                   on 2002/08/30  02:59:31
83205         Log: Subject: [PATCH] Tru64 vs Berkeley DB
83206              From: Jarkko Hietaniemi <jhi@iki.fi>
83207              Date: Fri, 30 Aug 2002 06:56:38 +0300
83208              Message-Id: <20020830035638.GB874@lyta.hut.fi>
83209      Branch: perl
83210            ! README.tru64 hints/dec_osf.sh
83211 ____________________________________________________________________________
83212 [ 17807] By: ams                                   on 2002/08/30  02:32:30
83213         Log: Subject: [PATCH] IRIX + INSTALL
83214              From: Jarkko Hietaniemi <jhi@iki.fi>
83215              Date: Fri, 30 Aug 2002 06:31:48 +0300
83216              Message-Id: <20020830033148.GA874@lyta.hut.fi>
83217      Branch: perl
83218            ! INSTALL hints/irix_6.sh
83219 ____________________________________________________________________________
83220 [ 17806] By: hv                                    on 2002/08/29  22:56:45
83221         Log: #17449 failed to apply the actual patch. This is it.
83222      Branch: perl
83223            ! lib/Exporter.pm lib/Exporter/Heavy.pm
83224 ____________________________________________________________________________
83225 [ 17805] By: hv                                    on 2002/08/29  13:49:04
83226         Log: Fix based on:
83227              Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
83228              From: "esm@pobox.com (via RT)" <perlbug@perl.org>
83229              Date: 27 Aug 2002 22:10:16 -0000
83230              Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
83231      Branch: perl
83232            ! ext/POSIX/POSIX.xs
83233 ____________________________________________________________________________
83234 [ 17804] By: hv                                    on 2002/08/29  13:29:43
83235         Log: Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
83236              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
83237              Date: Tue, 27 Aug 2002 23:36:53 +0200
83238              Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
83239      Branch: perl
83240            ! embedvar.h ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm intrpvar.h
83241            ! perl.c perlapi.h sv.c
83242 ____________________________________________________________________________
83243 [ 17803] By: ams                                   on 2002/08/29  13:09:47
83244         Log: Subject: [PATCH] AIX compiler setup sanity checking
83245              From: Jarkko Hietaniemi <jhi@iki.fi>
83246              Date: Thu, 29 Aug 2002 16:43:51 +0300
83247              Message-Id: <20020829134351.GG5219@lyta.hut.fi>
83248      Branch: perl
83249            ! hints/aix.sh
83250 ____________________________________________________________________________
83251 [ 17802] By: hv                                    on 2002/08/29  12:32:51
83252         Log: Subject: [perl #16769] Documention bug
83253              From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
83254              Date: 26 Aug 2002 10:01:04 -0000
83255              Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
83256      Branch: perl
83257            ! pod/perl58delta.pod
83258 ____________________________________________________________________________
83259 [ 17801] By: hv                                    on 2002/08/29  12:19:30
83260         Log: Subject: [PATCH] ExtUtils::Constant 0.14
83261              From: Nicholas Clark <nick@unfortu.net>
83262              Date: Sun, 25 Aug 2002 18:06:00 +0100
83263              Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
83264      Branch: perl
83265            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
83266 ____________________________________________________________________________
83267 [ 17800] By: hv                                    on 2002/08/29  12:08:59
83268         Log: Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
83269              From: Mark-Jason Dominus <mjd@plover.com>
83270              Date: Sun, 25 Aug 2002 12:09:53 -0400
83271              Message-ID: <20020825160953.15987.qmail@plover.com>
83272      Branch: perl
83273            ! pod/perlfaq5.pod
83274 ____________________________________________________________________________
83275 [ 17799] By: hv                                    on 2002/08/29  11:48:39
83276         Log: Subject: Re: if.pm bug.
83277              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
83278              Date: Sun, 25 Aug 2002 00:27:59 +0200
83279              Message-ID: <20020824222210.16387.qmail@onion.perl.org>
83280      Branch: perl
83281            ! lib/if.pm
83282 ____________________________________________________________________________
83283 [ 17798] By: hv                                    on 2002/08/29  11:44:00
83284         Log: Subject: [PATCH] posixify getppid on linux-multithread
83285              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
83286              Date: Tue, 6 Aug 2002 21:56:46 +0200
83287              Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
83288      Branch: perl
83289            + t/op/getpid.t
83290            ! MANIFEST embedvar.h hints/linux.sh perl.c perlapi.h perlvars.h
83291            ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c util.c
83292 ____________________________________________________________________________
83293 [ 17797] By: hv                                    on 2002/08/29  10:55:41
83294         Log: Subject: Re: [perl #16677] B::SV::FLAGS dumps core
83295              From: Mark-Jason Dominus <mjd@plover.com>
83296              Date: Sun, 25 Aug 2002 22:31:54 -0400
83297              Message-ID: <20020826023154.22986.qmail@plover.com>
83298      Branch: perl
83299            ! ext/B/B.pm
83300 ____________________________________________________________________________
83301 [ 17791] By: hv                                    on 2002/08/27  11:28:32
83302         Log: Missing MANIFEST files for #17783.
83303      Branch: perl
83304            ! MANIFEST
83305 ____________________________________________________________________________
83306 [ 17790] By: hv                                    on 2002/08/27  11:22:36
83307         Log: #17783 introduced an outdated test module, causing failure in
83308              lib/ExtUtils/t/problems.t. This grabs a more recent copy from
83309              ExtUtils::MakeMaker.
83310      Branch: perl
83311            ! t/lib/TieOut.pm
83312 ____________________________________________________________________________
83313 [ 17789] By: ams                                   on 2002/08/27  04:04:48
83314         Log: Subject: Patch perlvar.pod
83315              From: mjd@plover.com
83316              Date: 27 Aug 2002 03:03:01 -0000
83317              Message-Id: <20020827030301.32481.qmail@plover.com>
83318      Branch: perl
83319            ! pod/perlvar.pod
83320 ____________________________________________________________________________
83321 [ 17788] By: hv                                    on 2002/08/26  23:59:47
83322         Log: Update Changes
83323      Branch: perl
83324            ! Changes patchlevel.h
83325 ____________________________________________________________________________
83326 [ 17787] By: hv                                    on 2002/08/26  19:22:27
83327         Log: fix for:
83328              Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
83329              From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
83330              Date: 26 Aug 2002 15:01:36 -0000
83331              Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
83332      Branch: perl
83333            ! regexec.c t/op/re_tests
83334 ____________________________________________________________________________
83335 [ 17786] By: hv                                    on 2002/08/26  15:34:25
83336         Log: Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
83337              From: "Sean M. Burke" <sburke@cpan.org>
83338              Date: Mon, 26 Aug 2002 04:38:19 -0600
83339              Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
83340      Branch: perl
83341            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
83342            ! lib/Test/t/todo.t
83343 ____________________________________________________________________________
83344 [ 17785] By: hv                                    on 2002/08/26  15:18:41
83345         Log: fix non-ANSI C++-style comment
83346              Subject: [ PATCH ]  Smoke 17780 /pro/3gl/CPAN/perl-current
83347              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83348              Date: Mon, 26 Aug 2002 09:15:18 +0200
83349              Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
83350      Branch: perl
83351            ! ext/Storable/Storable.xs
83352 ____________________________________________________________________________
83353 [ 17784] By: hv                                    on 2002/08/26  15:15:19
83354         Log: #17780 relies on unixy paths to locate own directory for bignum tests.
83355      Branch: perl
83356            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
83357            ! lib/bignum/t/brinfnan.t
83358 ____________________________________________________________________________
83359 [ 17783] By: hv                                    on 2002/08/26  15:07:21
83360         Log: Subject: [ANNOUNCE] Test::Simple 0.47
83361              From: Michael G Schwern <schwern@pobox.com>
83362              Date: Mon, 26 Aug 2002 04:13:03 -0700
83363              Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
83364      Branch: perl
83365            + lib/Test/Simple/t/details.t lib/Test/Simple/t/fork.t
83366            + lib/Test/Simple/t/has_plan.t lib/Test/Simple/t/has_plan2.t
83367            + lib/Test/Simple/t/ok_obj.t
83368            + t/lib/Test/Simple/sample_tests/pre_plan_death.plx
83369            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
83370            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
83371            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/threads.t
83372            ! lib/Test/Tutorial.pod t/lib/TieOut.pm
83373 ____________________________________________________________________________
83374 [ 17782] By: hv                                    on 2002/08/26  15:00:55
83375         Log: new test for change #17773
83376              Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
83377              From: DH <crazyinsomniac@yahoo.com>
83378              Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
83379              Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
83380      Branch: perl
83381            ! lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
83382 ____________________________________________________________________________
83383 [ 17781] By: hv                                    on 2002/08/26  14:48:35
83384         Log: #17775 changed reentr.c instead of reentr.pl, which generates it
83385      Branch: perl
83386            ! reentr.pl
83387 ____________________________________________________________________________
83388 [ 17780] By: hv                                    on 2002/08/25  19:03:50
83389         Log: fix bignum test failures
83390      Branch: perl
83391            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
83392            ! lib/bignum/t/brinfnan.t
83393 ____________________________________________________________________________
83394 [ 17779] By: hv                                    on 2002/08/25  18:56:29
83395         Log: upgrade bignum to v0.13: fix test failures and update docs
83396      Branch: perl
83397            ! lib/bignum.pm lib/bignum/t/bignum.t lib/bignum/t/bninfnan.t
83398 ____________________________________________________________________________
83399 [ 17778] By: hv                                    on 2002/08/25  18:43:06
83400         Log: Subject: Encode 1.76 Released
83401              From: Dan Kogai <dankogai@dan.co.jp>
83402              Date: su elo 25, 2002  11:27:07 US/Eastern
83403              Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
83404      Branch: perl
83405            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/piconv
83406            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
83407            ! ext/Encode/lib/Encode/MIME/Header.pm
83408            ! ext/Encode/t/big5-eten.utf ext/Encode/ucm/big5-eten.ucm
83409 ____________________________________________________________________________
83410 [ 17777] By: rgs                                   on 2002/08/25  18:42:46
83411         Log: Fix parsing problems with the // operator.
83412              Make // able to follow various unary operators used without
83413              arguments or parens (shift, pop, getc, pos, readline,
83414              readlink, undef, umask, and the filetest operators), as
83415              well as the <FH> operator.
83416      Branch: perl
83417            ! perl.h t/op/dor.t toke.c
83418 ____________________________________________________________________________
83419 [ 17776] By: hv                                    on 2002/08/25  15:56:37
83420         Log: Subject: [PATCH] ExtUtils::Constant 0.13
83421              From: Nicholas Clark <nick@unfortu.net>
83422              Date: Fri, 23 Aug 2002 19:21:12 +0100
83423              Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
83424      Branch: perl
83425            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
83426 ____________________________________________________________________________
83427 [ 17775] By: hv                                    on 2002/08/25  15:46:28
83428         Log: Subject: [perl #16729] crypt() doesn't work in multithreaded perl
83429              From: "mls@suse.de (via RT)" <perlbug@perl.org>
83430              Date: 23 Aug 2002 15:24:39 -0000
83431              Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
83432      Branch: perl
83433            ! reentr.c
83434 ____________________________________________________________________________
83435 [ 17774] By: hv                                    on 2002/08/25  15:29:42
83436         Log: Subject: [PATCH lib/Benchmark.(pm|t)]  Make cmpthese work as documented.
83437              From: Abigail <abigail@foad.org>
83438              Date: Thu, 22 Aug 2002 04:10:39 -0700
83439              Message-ID: <20020822041039.A2089@ucan.foad.org>
83440      Branch: perl
83441            ! lib/Benchmark.pm lib/Benchmark.t
83442 ____________________________________________________________________________
83443 [ 17773] By: hv                                    on 2002/08/25  15:17:16
83444         Log: Subject: Re: a bugfix for Pod::Html (in diff -u format)
83445              From: DH <crazyinsomniac@yahoo.com>
83446              Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
83447              Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
83448      Branch: perl
83449            ! lib/Pod/Html.pm
83450 ____________________________________________________________________________
83451 [ 17772] By: hv                                    on 2002/08/25  14:49:37
83452         Log: Subject: Re: p5p patches
83453              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83454              Date: Fri, 23 Aug 2002 15:27:48 +0200
83455              Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
83456      Branch: perl
83457            ! Porting/patching.pod
83458 ____________________________________________________________________________
83459 [ 17771] By: hv                                    on 2002/08/25  14:45:46
83460         Log: Subject: Newdated info for HP-UX
83461              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83462              Date: Wed, 21 Aug 2002 20:20:17 +0200
83463              Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
83464      Branch: perl
83465            ! README.hpux
83466 ____________________________________________________________________________
83467 [ 17770] By: hv                                    on 2002/08/25  14:26:36
83468         Log: Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
83469              From: "Jos I. Boumans" <kane@cpan.org>
83470              Date: Wed, 21 Aug 2002 14:55:51 +0200
83471              Message-ID: <20020821124817.34761.qmail@onion.perl.org>
83472      Branch: perl
83473            ! pod/perlfaq1.pod
83474 ____________________________________________________________________________
83475 [ 17769] By: hv                                    on 2002/08/25  14:16:50
83476         Log: Subject: bit more for WinCE
83477              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
83478              Date: Wed, 21 Aug 2002 01:31:52 +0400
83479              Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
83480      Branch: perl
83481            ! wince/Makefile.ce wince/compile.bat wince/win32io.c
83482            ! wince/wince.c
83483 ____________________________________________________________________________
83484 [ 17768] By: hv                                    on 2002/08/25  14:02:47
83485         Log: Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
83486              From: Anton Berezin <tobez@tobez.org>
83487              Date: Tue, 20 Aug 2002 23:44:25 +0200
83488              Message-ID: <20020820214425.GG16178@heechee.tobez.org>
83489      Branch: perl
83490            ! lib/lib.t lib/lib_pm.PL
83491 ____________________________________________________________________________
83492 [ 17767] By: hv                                    on 2002/08/25  13:52:08
83493         Log: Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
83494              From: "Randy W. Sims" (via RT) <perlbug@perl.org>
83495              Date: 18 Aug 2002 13:27:12 -0000
83496              Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
83497      Branch: perl
83498            ! utils/perldoc.PL
83499 ____________________________________________________________________________
83500 [ 17766] By: rgs                                   on 2002/08/24  20:33:05
83501         Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
83502              From: Peter BARABAS (via RT) <perlbug@perl.org>
83503              Date: 24 Aug 2002 08:16:19 -0000
83504              Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org>
83505      Branch: perl
83506            ! pod/perlxstut.pod
83507 ____________________________________________________________________________
83508 [ 17765] By: rgs                                   on 2002/08/24  19:03:52
83509         Log: Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
83510              From: Nicholas Clark <nick@unfortu.net>
83511              Date: Sat, 24 Aug 2002 17:01:08 +0100
83512              Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
83513              (plus a typo fix)
83514      Branch: perl
83515            ! lib/Net/t/hostname.t
83516 ____________________________________________________________________________
83517 [ 17764] By: rgs                                   on 2002/08/24  12:29:27
83518         Log: a2p wasn't installed with -Dversiononly
83519      Branch: perl
83520            ! installperl
83521 ____________________________________________________________________________
83522 [ 17763] By: hv                                    on 2002/08/23  12:23:31
83523         Log: #17747 caused bad free()s with PERL_DESTRUCT by calling newXS()
83524              with a NULL subaddr. Fix that, and stop it happening again.
83525      Branch: perl
83526            ! op.c universal.c
83527 ____________________________________________________________________________
83528 [ 17762] By: hv                                    on 2002/08/23  11:02:35
83529         Log: fixup threaded build for vstring changes
83530      Branch: perl
83531            ! universal.c util.c
83532 ____________________________________________________________________________
83533 [ 17761] By: ams                                   on 2002/08/23  02:54:09
83534         Log: Incorporate fix from JHI at:
83535              http://rt.perl.org/rt2/Ticket/Display.html?id=16708
83536      Branch: perl
83537            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
83538 ____________________________________________________________________________
83539 [ 17760] By: ams                                   on 2002/08/23  01:30:46
83540         Log: Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
83541              From: Jarkko Hietaniemi <jhi@iki.fi>
83542              Date: Fri, 23 Aug 2002 05:29:09 +0300
83543              Message-Id: <20020823022909.GC9135@lyta.hut.fi>
83544      Branch: perl
83545            ! ext/Devel/PPPort/PPPort.pm
83546 ____________________________________________________________________________
83547 [ 17759] By: ams                                   on 2002/08/23  01:27:23
83548         Log: Subject: [PATCH] x2p/str.c signedness nits
83549              From: Jarkko Hietaniemi <jhi@iki.fi>
83550              Date: Fri, 23 Aug 2002 02:43:30 +0300
83551              Message-Id: <20020822234330.GC31624@lyta.hut.fi>
83552      Branch: perl
83553            ! x2p/str.c
83554 ____________________________________________________________________________
83555 [ 17758] By: hv                                    on 2002/08/22  22:29:45
83556         Log: bignum-0.12 updates from:
83557              Subject: [ANNOUCNE] Big Math::Big* update
83558              From: Tels <perl_dummy@bloodgate.com>
83559              Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
83560              Message-Id: <200208132121.g7DLLRV21408@crypt.org>
83561      Branch: perl
83562            + lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
83563            + lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
83564            + lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
83565            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
83566            ! lib/bigrat.pm
83567 ____________________________________________________________________________
83568 [ 17757] By: hv                                    on 2002/08/22  22:19:42
83569         Log: new file for #17756
83570      Branch: perl
83571            ! MANIFEST
83572 ____________________________________________________________________________
83573 [ 17756] By: hv                                    on 2002/08/22  22:16:41
83574         Log: Subject: ANNOUCNE: Math::BigRat v0.09
83575              From: Tels <perl_dummy@bloodgate.com>
83576              Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
83577              Message-Id: <200208141812.g7EICrV23771@crypt.org>
83578      Branch: perl
83579            + lib/Math/BigRat/t/big_ap.t
83580            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
83581            ! lib/Math/BigRat/t/bigratpm.inc
83582 ____________________________________________________________________________
83583 [ 17755] By: hv                                    on 2002/08/22  19:44:03
83584         Log: new files from #17754
83585      Branch: perl
83586            + lib/Math/BigInt/Scalar.pm lib/Math/BigInt/t/bigints.t
83587 ____________________________________________________________________________
83588 [ 17754] By: hv                                    on 2002/08/22  19:42:58
83589         Log: Subject: ANNOUNCE: Math-BigInt v1.62
83590              From: Tels <perl_dummy@bloodgate.com>
83591              Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
83592              Message-Id: <200208211513.g7LFDUs02512@crypt.org>
83593      Branch: perl
83594            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
83595            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
83596            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
83597            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
83598            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
83599            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
83600            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbimbf.inc
83601            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
83602            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
83603            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
83604            ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigFloat/Subclass.pm
83605 ____________________________________________________________________________
83606 [ 17753] By: hv                                    on 2002/08/22  12:05:57
83607         Log: Subject: podlators 1.24 released
83608              From: Russ Allbery <rra@stanford.edu>
83609              Date: Sat, 03 Aug 2002 20:56:42 -0700
83610              Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
83611      Branch: perl
83612            + lib/Pod/t/text-options.t
83613            ! MANIFEST lib/Pod/Text.pm lib/Pod/Text/Overstrike.pm
83614            ! lib/Pod/t/basic.t pod/pod2text.PL
83615 ____________________________________________________________________________
83616 [ 17752] By: hv                                    on 2002/08/22  11:13:17
83617         Log: Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
83618              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
83619              Date: Fri, 26 Jul 2002 02:59:12 +0900
83620              Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
83621      Branch: perl
83622            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
83623            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
83624            ! lib/Unicode/Collate/t/test.t
83625 ____________________________________________________________________________
83626 [ 17751] By: hv                                    on 2002/08/22  11:08:35
83627         Log: fix test failure from #17747
83628      Branch: perl
83629            ! ext/B/t/stash.t
83630 ____________________________________________________________________________
83631 [ 17750] By: hv                                    on 2002/08/22  10:46:19
83632         Log: Subject: [PATCH] Fix DBM filters
83633              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
83634              Date: Wed, 21 Aug 2002 11:40:49 +0100
83635              Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
83636      Branch: perl
83637            ! XSUB.h ext/DB_File/DB_File.xs ext/DB_File/typemap
83638            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/gdbm.t
83639            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.xs
83640            ! ext/NDBM_File/ndbm.t ext/NDBM_File/typemap
83641            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
83642            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
83643            ! ext/SDBM_File/sdbm.t ext/SDBM_File/typemap
83644 ____________________________________________________________________________
83645 [ 17749] By: hv                                    on 2002/08/22  01:04:32
83646         Log: avoid use of %caller::EXPORT
83647              Subject: [PATCH] Re: question about Exporter::import
83648              From: Nicholas Clark <nick@unfortu.net>
83649              Date: Wed, 14 Aug 2002 21:33:12 +0100
83650              Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
83651      Branch: perl
83652            ! lib/Exporter.pm lib/Exporter/Heavy.pm
83653 ____________________________________________________________________________
83654 [ 17748] By: hv                                    on 2002/08/22  00:54:03
83655         Log: todo test for linux $0 modification
83656              Subject: Re: [perl #16206] $0 in 5.8
83657              From: Slaven Rezic <slaven.rezic@berlin.de>
83658              Date: 17 Aug 2002 21:32:37 +0200
83659              Message-id: <87elcx2sdm.fsf@vran.herceg.de>
83660      Branch: perl
83661            ! t/op/magic.t
83662 ____________________________________________________________________________
83663 [ 17747] By: hv                                    on 2002/08/22  00:11:34
83664         Log: Subject: Re: [PATCH] Version object patch #1
83665              From: John Peacock <jpeacock@rowman.com>
83666              Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST)
83667              Message-id: <3D630042.6020407@rowman.com>
83668
83669              Subject: Re: [REVISED PATCH] Magic v-strings
83670              From: John Peacock <jpeacock@rowman.com>
83671              Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST)
83672              Message-id: <3D63E532.7020305@rowman.com>
83673      Branch: perl
83674            ! sv.c t/op/ver.t universal.c util.c
83675 ____________________________________________________________________________
83676 [ 17746] By: hv                                    on 2002/08/20  16:48:05
83677         Log: Subject: [PATCH] Version object patch #1
83678              From: John Peacock <jpeacock@rowman.com>
83679              Date: Thu, 15 Aug 2002 10:06:21 -0400 (15:06 BST)
83680              Message-id: <3D5BB55D.6090603@rowman.com>
83681              and Message-id: <3D627D1A.4050607@rowman.com>
83682              and t/lib/warnings/universal tweak to skip
83683      Branch: perl
83684            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.h
83685            ! t/lib/warnings/universal toke.c util.c
83686 ____________________________________________________________________________
83687 [ 17745] By: hv                                    on 2002/08/20  16:27:01
83688         Log: perldelta for #17727
83689      Branch: perl
83690            ! pod/perldelta.pod
83691 ____________________________________________________________________________
83692 [ 17744] By: hv                                    on 2002/08/20  15:34:36
83693         Log: Subject: typo in perfunc.pod
83694              From: "John P. Linderman" <jpl@research.att.com>
83695              Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
83696              Message-id: <200208191245.IAA20072@raptor.research.att.com>
83697      Branch: perl
83698            ! pod/perlfunc.pod
83699 ____________________________________________________________________________
83700 [ 17743] By: hv                                    on 2002/08/20  15:31:40
83701         Log: Subject: Re: [PATCH] fix typos in perlpacktut
83702              From: "Mr. Nobody" <mrnobo1024@yahoo.com>
83703              Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
83704              Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
83705      Branch: perl
83706            ! pod/perlpacktut.pod
83707 ____________________________________________________________________________
83708 [ 17742] By: hv                                    on 2002/08/20  14:51:16
83709         Log: Subject: [REVISED PATCH] Magic v-strings
83710              From: John Peacock <jpeacock@rowman.com>
83711              Date: Sat, 10 Aug 2002 15:56:22 -0400 (20:56 BST)
83712              Message-id: <3D556FE6.6000404@rowman.com>
83713              plus a bit of cleanup
83714      Branch: perl
83715            ! dump.c perl.h pod/perlguts.pod sv.c sv.h util.c
83716 ____________________________________________________________________________
83717 [ 17741] By: hv                                    on 2002/08/20  14:20:16
83718         Log: Subject: Re: [PATCH] Storable and CODE references
83719              From: Slaven Rezic <slaven.rezic@berlin.de>
83720              Date: 17 Aug 2002 21:58:03 +0200
83721              Message-id: <87bs812r78.fsf@vran.herceg.de>
83722      Branch: perl
83723            + ext/Storable/t/code.t
83724            ! MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
83725            ! ext/Storable/t/malice.t
83726 ____________________________________________________________________________
83727 [ 17740] By: hv                                    on 2002/08/20  14:07:56
83728         Log: Clean up copy-on-write macros and debug facilities (new flag 'C').
83729              Handle CoW in hashes:
83730              Subject: Re: why would tr/// be performing hash copies?
83731              From: Nicholas Clark <nick@unfortu.net>
83732              Date: Sun, 18 Aug 2002 23:17:01 +0100
83733              Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
83734      Branch: perl
83735            ! hv.c perl.c perl.h pod/perlrun.pod sv.c sv.h
83736 ____________________________________________________________________________
83737 [ 17739] By: hv                                    on 2002/08/20  13:52:18
83738         Log: Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
83739              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83740              Date: Tue, 23 Jul 2002 09:21:10 +0200
83741              Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
83742      Branch: perl
83743            ! Configure
83744 ____________________________________________________________________________
83745 [ 17737] By: ams                                   on 2002/08/19  07:48:39
83746         Log: Effect a speedy recovery from POD affected by (ahem, Australian)
83747              negligence.
83748      Branch: perl
83749            ! pod/perlrun.pod
83750 ____________________________________________________________________________
83751 [ 17736] By: hv                                    on 2002/08/18  18:27:28
83752         Log: Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
83753              From: Dave Mitchell <davem@fdgroup.com>
83754              Date: Fri, 16 Aug 2002 23:31:07 +0100
83755              Message-id: <20020816233107.E9388@fdgroup.com>
83756      Branch: perl
83757            ! numeric.c t/base/num.t
83758 ____________________________________________________________________________
83759 [ 17735] By: hv                                    on 2002/08/18  02:22:21
83760         Log: Subject: Re: [perl #16198] pod tpyo in hostent.pm
83761              From: Mark-Jason Dominus <mjd@plover.com>
83762              Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
83763              Message-id: <20020814011909.22744.qmail@plover.com>
83764      Branch: perl
83765            ! lib/Net/hostent.pm
83766 ____________________________________________________________________________
83767 [ 17734] By: hv                                    on 2002/08/18  02:20:05
83768         Log: Subject: [PATCH] Re: Pod::Functions tpyo
83769              From: Abe Timmerman <abe@ztreet.demon.nl>
83770              Date: Tue, 13 Aug 2002 23:47:00 +0200
83771              Message-id: <200208132347.00782.abe@ztreet.demon.nl>
83772      Branch: perl
83773            ! lib/Pod/Functions.pm
83774 ____________________________________________________________________________
83775 [ 17733] By: hv                                    on 2002/08/18  02:17:18
83776         Log: Subject: Server rename revisited
83777              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83778              Date: Tue, 13 Aug 2002 19:19:03 +0200
83779              Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
83780      Branch: perl
83781            ! README.hpux
83782 ____________________________________________________________________________
83783 [ 17732] By: hv                                    on 2002/08/18  02:11:49
83784         Log: Subject: [PATCH] Remove old VOS build methods
83785              From: Paul_GreenVOS@vos.stratus.com
83786              Date: Tue, 13 Aug 02 10:25 edt (15:25 BST)
83787              Message-id: <200208131426.KAA01012@mailhub1.stratus.com>
83788      Branch: perl
83789            - vos/Makefile vos/build.cm vos/compile_perl.cm
83790            - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
83791            - vos/config.ga.h vos/config.pl vos/configure_perl.cm
83792            - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
83793            - vos/vos_dummies.c
83794            ! MANIFEST README.vos pod/perlport.pod vos/Changes
83795 ____________________________________________________________________________
83796 [ 17731] By: hv                                    on 2002/08/18  01:57:12
83797         Log: Subject: [PATCH] Configure missing d_modflproto=''
83798              From: "Gerrit P. Haase" <gp@familiehaase.de>
83799              Date: Tue, 13 Aug 2002 15:11:05 +0200
83800              Message-id: <11417599086.20020813151105@familiehaase.de>
83801      Branch: perl
83802            ! Configure
83803 ____________________________________________________________________________
83804 [ 17730] By: hv                                    on 2002/08/18  01:41:33
83805         Log: missing chunk from #17725 causes lib/constant.t test failures
83806      Branch: perl
83807            ! lib/constant.t
83808 ____________________________________________________________________________
83809 [ 17729] By: hv                                    on 2002/08/17  02:33:15
83810         Log: Subject: [PATCH] Safe.pm documentation
83811              From: Slaven Rezic <slaven.rezic@berlin.de>
83812              Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
83813              Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
83814      Branch: perl
83815            ! ext/Opcode/Safe.pm pod/perlre.pod
83816 ____________________________________________________________________________
83817 [ 17728] By: hv                                    on 2002/08/17  02:07:24
83818         Log: Subject: Copy On Write
83819              From: Nicholas Clark <nick@ccl4.org>
83820              Date: Thu, 15 Aug 2002 00:10:35 +0100
83821              Message-id: <20020815001035.A69079@plum.flirble.org>
83822              specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use
83823      Branch: perl
83824            ! doop.c dump.c embed.fnc embed.h mg.c pod/perlapi.pod pp.c
83825            ! pp_hot.c proto.h sv.c sv.h
83826 ____________________________________________________________________________
83827 [ 17727] By: hv                                    on 2002/08/17  01:20:05
83828         Log: Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
83829              From: Mark-Jason Dominus <mjd@plover.com>
83830              Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
83831              Message-id: <20020415033855.6343.qmail@plover.com>
83832      Branch: perl
83833            ! av.c av.h pod/perltie.pod t/op/tiearray.t
83834 ____________________________________________________________________________
83835 [ 17726] By: hv                                    on 2002/08/17  01:17:09
83836         Log: pp.c warns that sv may be used uninitialised in pp_delete()
83837      Branch: perl
83838            ! pp.c
83839 ____________________________________________________________________________
83840 [ 17725] By: hv                                    on 2002/08/17  00:51:19
83841         Log: Subject: [PATCH] Remove pseudo-hashes (complete)
83842              From: Michael G Schwern <schwern@pobox.com>
83843              Date: Tue, 6 Aug 2002 13:05:10 -0700 (21:05 BST)
83844              Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net>
83845      Branch: perl
83846            ! av.c doop.c dump.c embed.fnc embed.h ext/B/B/Concise.pm
83847            ! global.sym lib/fields.pm lib/fields.t lib/overload.pm mg.c
83848            ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlref.pod
83849            ! pp.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
83850 ____________________________________________________________________________
83851 [ 17724] By: hv                                    on 2002/08/17  00:27:33
83852         Log: ext/B/defsubs.h also depends on the program that builds it
83853      Branch: perl
83854            ! ext/B/Makefile.PL
83855 ____________________________________________________________________________
83856 [ 17723] By: hv                                    on 2002/08/17  00:10:24
83857         Log: Subject: Re: deb.c compile time error (patchlevel 17721)
83858              From: Dave Mitchell <davem@fdgroup.com>
83859              Date: Tue, 13 Aug 2002 14:42:15 +0100
83860              Message-ID: <20020813144215.G11939@fdgroup.com>
83861      Branch: perl
83862            ! embed.fnc embed.h global.sym proto.h
83863 ____________________________________________________________________________
83864 [ 17722] By: ams                                   on 2002/08/16  05:20:22
83865         Log: Subject: Minor perlrun.pod patch
83866              From: Iain Truskett <spoon@cpan.org>
83867              Date: Fri, 16 Aug 2002 16:20:27 +1000
83868              Message-Id: <20020816162027.D17196@eh.org>
83869      Branch: perl
83870            ! pod/perlrun.pod
83871 ____________________________________________________________________________
83872 [ 17721] By: hv                                    on 2002/08/12  12:17:19
83873         Log: #17717 needed tests fixing up
83874      Branch: perl
83875            ! t/op/chop.t
83876 ____________________________________________________________________________
83877 [ 17720] By: hv                                    on 2002/08/12  12:10:07
83878         Log: Subject: Re: [PATCH] Re: taint news
83879              From: Rick Delaney <rick.delaney@rogers.com>
83880              Date: 04 Aug 2002 00:28:58 EDT
83881              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
83882              missed patch fragment from Change #17676
83883      Branch: perl
83884            ! pod/perlsec.pod
83885 ____________________________________________________________________________
83886 [ 17719] By: hv                                    on 2002/08/12  12:03:53
83887         Log: Subject: [perl #15987] Tests fail when sources are under CVS control
83888              From: Warren Jones (via RT) <perlbug@perl.org>
83889              Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
83890              Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
83891      Branch: perl
83892            ! lib/strict.t lib/warnings.t
83893 ____________________________________________________________________________
83894 [ 17718] By: hv                                    on 2002/08/12  11:57:17
83895         Log: Subject: [PATCH] add verbose stack display option, -Dvs
83896              From: Dave Mitchell <davem@fdgroup.com>
83897              Date: Mon, 5 Aug 2002 00:55:33 +0100
83898              Message-id: <20020805005533.B26111@fdgroup.com>
83899      Branch: perl
83900            ! deb.c dump.c embed.fnc embed.h perl.c perl.h pod/perlapi.pod
83901            ! pod/perlrun.pod proto.h
83902 ____________________________________________________________________________
83903 [ 17717] By: hv                                    on 2002/08/12  11:44:06
83904         Log: Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
83905              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
83906              Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
83907              Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
83908      Branch: perl
83909            ! op.c t/op/chop.t t/op/ref.t
83910 ____________________________________________________________________________
83911 [ 17716] By: hv                                    on 2002/08/12  11:29:53
83912         Log: Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
83913              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
83914              Date: Sat, 13 Jul 2002 17:44:02 +0100
83915              Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
83916      Branch: perl
83917            ! pp_hot.c t/op/tiehandle.t
83918 ____________________________________________________________________________
83919 [ 17715] By: hv                                    on 2002/08/12  11:28:26
83920         Log: Subject: [PATCH] better modfl detection
83921              From: Nicholas Clark <nick@unfortu.net>
83922              Date: Sun, 11 Aug 2002 20:05:49 +0100
83923              Message-id: <20020811190548.GK300@Bagpuss.unfortu.net>
83924      Branch: perl
83925            ! Configure config_h.SH perl.h
83926 ____________________________________________________________________________
83927 [ 17714] By: hv                                    on 2002/08/12  11:26:23
83928         Log: Subject: [PATCH] perltodo.pod
83929              From: Richard.Foley@t-online.de
83930              Date: Sun, 11 Aug 2002 18:26:10 +0200
83931              Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
83932              perlbug credits
83933      Branch: perl
83934            ! pod/perltodo.pod
83935 ____________________________________________________________________________
83936 [ 17713] By: hv                                    on 2002/08/12  11:24:44
83937         Log: Subject: [PATCH] gv_fullname3 as call to gv_fullname4
83938              From: Nicholas Clark <nick@unfortu.net>
83939              Date: Sun, 11 Aug 2002 16:59:16 +0100
83940              Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
83941      Branch: perl
83942            ! gv.c
83943 ____________________________________________________________________________
83944 [ 17712] By: hv                                    on 2002/08/12  11:23:06
83945         Log: Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
83946              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83947              Date: Mon, 12 Aug 2002 10:25:20 +0200
83948              Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
83949              gcc bug test needs -lm
83950      Branch: perl
83951            ! hints/hpux.sh
83952 ____________________________________________________________________________
83953 [ 17711] By: hv                                    on 2002/08/12  11:20:49
83954         Log: Subject: [PATCH s2p] Small typo correction
83955              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
83956              Date: Wed, 7 Aug 2002 11:50:51 +0200
83957              Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
83958      Branch: perl
83959            ! x2p/s2p.PL
83960 ____________________________________________________________________________
83961 [ 17710] By: hv                                    on 2002/08/12  11:17:21
83962         Log: Subject: [PATCH] pod/perlfaq4.pod
83963              From: Abigail <abigail@foad.org>
83964              Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
83965              Message-id: <20020730095202.A6462@ucan.foad.org>
83966              Add references to Regexp::Common.
83967      Branch: perl
83968            ! pod/perlfaq4.pod
83969 ____________________________________________________________________________
83970 [ 17707] By: rgs                                   on 2002/08/09  21:23:20
83971         Log: Subject: New HP-UX itanium servers
83972              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
83973              Date: Wed, 07 Aug 2002 13:25:57 +0200
83974              Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
83975      Branch: perl
83976            ! README.hpux
83977 ____________________________________________________________________________
83978 [ 17706] By: rgs                                   on 2002/08/09  21:00:41
83979         Log: Subject: Re: missing lower range in {} regex
83980              From: "John P. Linderman" <jpl@research.att.com>
83981              Date: Fri, 09 Aug 2002 12:48:55 -0400
83982              Message-ID: <200208091648.MAA77577@raptor.research.att.com>
83983      Branch: perl
83984            ! pod/perlre.pod
83985 ____________________________________________________________________________
83986 [ 17705] By: rgs                                   on 2002/08/08  20:57:59
83987         Log: More tests for the attribute syntax, from the
83988              attributes manpage.
83989      Branch: perl
83990            ! t/op/attrs.t
83991 ____________________________________________________________________________
83992 [ 17704] By: rgs                                   on 2002/08/08  19:47:44
83993         Log: Fix bug #16080 : an attribute list should end at '}'
83994      Branch: perl
83995            ! t/op/attrs.t toke.c
83996 ____________________________________________________________________________
83997 [ 17703] By: hv                                    on 2002/08/08  15:30:12
83998         Log: Update Changes
83999      Branch: perl
84000            ! Changes patchlevel.h
84001 ____________________________________________________________________________
84002 [ 17702] By: hv                                    on 2002/08/08  15:08:57
84003         Log: Subject: Re: README.aix
84004              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
84005              Date: Tue, 30 Jul 2002 13:30:29 +0200
84006              Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
84007      Branch: perl
84008            ! README.aix
84009 ____________________________________________________________________________
84010 [ 17701] By: hv                                    on 2002/08/08  15:06:01
84011         Log: Subject: [PATCH] Re: pp_sys.c compile failed..
84012              From: Andy Dougherty <doughera@lafayette.edu>
84013              Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
84014              Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
84015      Branch: perl
84016            ! hints/aix.sh
84017 ____________________________________________________________________________
84018 [ 17700] By: hv                                    on 2002/08/08  15:02:57
84019         Log: Subject: [DOC PATCH] perlipc.pod
84020              From: Arjen Laarhoven <arjen@nl.demon.net>
84021              Date: Tue, 6 Aug 2002 14:16:01 +0200
84022              Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
84023      Branch: perl
84024            ! pod/perlipc.pod
84025 ____________________________________________________________________________
84026 [ 17699] By: hv                                    on 2002/08/08  14:56:56
84027         Log: Subject: [PATCH] Re: [perl #15898] coredump with variable our
84028              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
84029              Date: Fri, 2 Aug 2002 23:44:21 +0200
84030              Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
84031      Branch: perl
84032            ! op.c t/op/attrs.t
84033 ____________________________________________________________________________
84034 [ 17698] By: hv                                    on 2002/08/08  14:52:45
84035         Log: Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
84036              From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
84037              Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
84038              Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
84039      Branch: perl
84040            ! Configure
84041 ____________________________________________________________________________
84042 [ 17697] By: hv                                    on 2002/08/08  14:49:00
84043         Log: Subject: Doc patch for Class::Struct under 5.8.0
84044              From: Damian Conway <damian@conway.org>
84045              Date: Tue, 30 Jul 2002 23:03:14 +1000
84046              Message-id: <3D471FCF.1C7C6E6B@conway.org>
84047      Branch: perl
84048            ! lib/Class/Struct.pm
84049 ____________________________________________________________________________
84050 [ 17696] By: hv                                    on 2002/08/08  14:44:21
84051         Log: Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
84052              From: Slaven Rezic <slaven.rezic@berlin.de>
84053              Date: 31 Jul 2002 09:50:06 +0200
84054              Message-id: <87ado85ob5.fsf@vran.herceg.de>
84055      Branch: perl
84056            ! pp.c
84057 ____________________________________________________________________________
84058 [ 17695] By: hv                                    on 2002/08/08  14:40:41
84059         Log: Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
84060              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
84061              Date: Fri, 2 Aug 2002 00:13:10 +0200
84062              Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
84063      Branch: perl
84064            + t/op/stash.t
84065            ! MANIFEST perl.h
84066 ____________________________________________________________________________
84067 [ 17694] By: hv                                    on 2002/08/08  14:31:55
84068         Log: Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
84069              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
84070              Date: Wed, 31 Jul 2002 16:04:02 +0200
84071              Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
84072      Branch: perl
84073            ! hints/hpux.sh
84074 ____________________________________________________________________________
84075 [ 17693] By: hv                                    on 2002/08/08  14:25:16
84076         Log: Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
84077              From: Abigail <abigail@foad.org>
84078              Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
84079              Message-id: <20020725085252.A2703@ucan.foad.org>
84080      Branch: perl
84081            ! lib/ExtUtils/MM_Unix.pm
84082 ____________________________________________________________________________
84083 [ 17692] By: hv                                    on 2002/08/08  14:20:05
84084         Log: Subject: [PATCH] README.jp and README.cn
84085              From: Autrijus Tang <autrijus@autrijus.org>
84086              Date: Thu, 25 Jul 2002 07:05:11 +0800
84087              Message-id: <20020724230511.GA1327@not.autrijus.org>
84088      Branch: perl
84089            ! README.cn README.jp
84090 ____________________________________________________________________________
84091 [ 17691] By: hv                                    on 2002/08/08  14:01:50
84092         Log: Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
84093              From: Henrik Tougaard (via RT) <perlbug@perl.org>
84094              Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
84095              Message-id: <rt-15398-31095.6.30466042998663@perl>
84096      Branch: perl
84097            ! lib/Pod/Usage.pm
84098 ____________________________________________________________________________
84099 [ 17690] By: rgs                                   on 2002/08/07  19:56:42
84100         Log: Doc fix : the symbol for COPs wasn't documented.
84101      Branch: perl
84102            ! opcode.pl
84103 ____________________________________________________________________________
84104 [ 17689] By: rgs                                   on 2002/08/06  20:45:30
84105         Log: Subject: Re: no warnings 'io';
84106              From: Nicholas Clark <nick@unfortu.net>
84107              Date: Sat, 27 Jul 2002 21:49:55 +0100
84108              Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
84109
84110              Plus a little bit of regression tests.
84111      Branch: perl
84112            ! t/lib/warnings/pp_hot util.c
84113 ____________________________________________________________________________
84114 [ 17688] By: rgs                                   on 2002/08/06  20:04:19
84115         Log: Subject: [PATCH] XS build fix for VMS
84116              From: "Craig A. Berry" <craigberry@mac.com>
84117              Date: Sun, 4 Aug 2002 12:13:06 -0500
84118              Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
84119      Branch: perl
84120            ! vms/descrip_mms.template
84121 ____________________________________________________________________________
84122 [ 17687] By: rgs                                   on 2002/08/06  19:50:12
84123         Log: PerlIO::scalar wasn't able to read from non-string
84124              scalar ; now stringifies its argument.
84125      Branch: perl
84126            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
84127 ____________________________________________________________________________
84128 [ 17686] By: rgs                                   on 2002/08/06  19:10:51
84129         Log: More regression tests for $^H and %^H.
84130              Add a TODO test for eval "" preserving %^H.
84131      Branch: perl
84132            ! t/comp/hints.t
84133 ____________________________________________________________________________
84134 [ 17685] By: hv                                    on 2002/08/05  22:42:09
84135         Log: Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
84136              From: "John P. Linderman" <jpl@research.att.com>
84137              Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
84138              Message-id: <200207211613.MAA69505@raptor.research.att.com>
84139      Branch: perl
84140            ! lib/sort.pm lib/sort.t
84141 ____________________________________________________________________________
84142 [ 17684] By: hv                                    on 2002/08/05  22:35:22
84143         Log: Integrate from perlio: change #17653 fixes bug RT15283
84144      Branch: perl
84145           !> ext/PerlIO/via/via.xs
84146 ____________________________________________________________________________
84147 [ 17683] By: hv                                    on 2002/08/05  22:26:45
84148         Log: Integrate from maint-5.6/macperl via macperl
84149              Changes 17660, 17661, 17662, 17663, 17664
84150      Branch: perl
84151           !> perl.c
84152 ____________________________________________________________________________
84153 [ 17682] By: hv                                    on 2002/08/05  15:04:54
84154         Log: Subject: Defined-or patch (cleaned up)
84155              From: "Brent Dax" <brentdax@cpan.org>
84156              Date: Fri, 26 Jul 2002 05:41:52 -0700 (13:41 BST)
84157              Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue>
84158      Branch: perl
84159            + t/op/dor.t
84160            ! MANIFEST embed.h ext/B/B/Deparse.pm ext/Opcode/Opcode.pm
84161            ! keywords.h keywords.pl op.c opcode.h opcode.pl opnames.h
84162            ! perly.c perly.h perly.y perly_c.diff pod/perlop.pod pp.sym
84163            ! pp_ctl.c pp_hot.c pp_proto.h toke.c vms/perly_c.vms
84164            ! vms/perly_h.vms
84165 ____________________________________________________________________________
84166 [ 17681] By: hv                                    on 2002/08/05  14:41:23
84167         Log: typo
84168      Branch: perl
84169            ! keywords.h keywords.pl
84170 ____________________________________________________________________________
84171 [ 17680] By: hv                                    on 2002/08/05  14:33:39
84172         Log: warn that keywords.h is generated
84173      Branch: perl
84174            ! keywords.h keywords.pl
84175 ____________________________________________________________________________
84176 [ 17679] By: hv                                    on 2002/08/04  23:40:22
84177         Log: again: #17678 caused test failures in pod2html,
84178              in which $1 could leak from previous regexp
84179      Branch: perl
84180            ! mg.c
84181 ____________________________________________________________________________
84182 [ 17678] By: hv                                    on 2002/08/04  15:34:19
84183         Log: Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
84184              From: hv@crypt.org
84185              Date: Sun, 04 Aug 2002 17:40:30 +0100
84186              Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
84187      Branch: perl
84188            ! mg.c t/op/taint.t
84189 ____________________________________________________________________________
84190 [ 17677] By: hv                                    on 2002/08/04  15:25:25
84191         Log: Main branch no longer needs op/taint.t version check.
84192      Branch: perl
84193            ! t/op/taint.t
84194 ____________________________________________________________________________
84195 [ 17676] By: hv                                    on 2002/08/04  15:14:09
84196         Log: Subject: Re: [PATCH] Re: taint news
84197              From: Rick Delaney <rick.delaney@rogers.com>
84198              Date: 04 Aug 2002 00:28:58 EDT
84199              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
84200              Ref: 20020208.005
84201      Branch: perl
84202            ! pp_sys.c
84203 ____________________________________________________________________________
84204 [ 17675] By: hv                                    on 2002/08/04  01:48:36
84205         Log: Fix email address for Kragen Sitaker <kragen@pobox.com>.
84206      Branch: perl
84207            ! AUTHORS
84208 ____________________________________________________________________________
84209 [ 17674] By: hv                                    on 2002/08/04  01:30:11
84210         Log: Subject: [PATCH] AUTHORS
84211              From: Colin Watson <colinw@zeus.com>
84212              Date: Thu, 25 Jul 2002 15:54:37 +0100
84213              Message-id: <20020725145437.GC4921@zeus.com>
84214      Branch: perl
84215            ! AUTHORS
84216 ____________________________________________________________________________
84217 [ 17673] By: hv                                    on 2002/08/04  01:27:36
84218         Log: Subject: [PATCH] AUTHORS
84219              From: Walt Mankowski <waltman@pobox.com>
84220              Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
84221              Message-id: <20020721025612.GB15958@pobox.com>
84222      Branch: perl
84223            ! AUTHORS
84224 ____________________________________________________________________________
84225 [ 17672] By: hv                                    on 2002/08/04  01:25:14
84226         Log: Subject: Re: mention of "use sort" botched in perlfunc?
84227              From: Michael G Schwern <schwern@pobox.com>
84228              Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
84229              Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
84230      Branch: perl
84231            ! pod/perlfunc.pod
84232 ____________________________________________________________________________
84233 [ 17671] By: hv                                    on 2002/08/04  01:11:32
84234         Log: Change version from 5.8.0 to 5.9.0.
84235      Branch: perl
84236            ! Configure NetWare/Makefile NetWare/config_H.wc
84237            ! Porting/config.sh Porting/config_H README.win32 config_h.SH
84238            ! cygwin/perlld.in epoc/config.sh epoc/createpkg.pl
84239            ! hints/dgux.sh installperl lib/ExtUtils/MM_NW5.pm makedef.pl
84240            ! patchlevel.h win32/Makefile win32/makefile.mk
84241            ! wince/Makefile.ce
84242 ____________________________________________________________________________
84243 [ 17656] By: ams                                   on 2002/07/28  06:12:33
84244         Log: Subject: [PATCH] Typo in regcomp.c
84245              From: Chris Ball <chris@cpan.org>
84246              Date: 26 Jul 2002 17:49:35 +0100
84247              Message-Id: <868z3yzb6o.fsf@void.printf.net>
84248              (With additional tweak to s_reginclasslen.)
84249      Branch: perl
84250            ! regcomp.c
84251 ____________________________________________________________________________
84252 [ 17655] By: jhi                                   on 2002/07/25  20:37:16
84253         Log: Upgrade to Unicode::Collate 0.20.
84254      Branch: perl
84255            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
84256            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
84257 ____________________________________________________________________________
84258 [ 17654] By: jhi                                   on 2002/07/23  16:33:52
84259         Log: Commas, schcommas.
84260      Branch: perl
84261            ! patchlevel.h
84262 ____________________________________________________________________________
84263 [ 17644] By: jhi                                   on 2002/07/19  18:55:18
84264         Log: Copy perldelta as perl58delta, purge the perldelta.
84265      Branch: perl
84266            + pod/perl58delta.pod
84267            ! MANIFEST pod/perldelta.pod
84268 ____________________________________________________________________________
84269 [ 17642] By: jhi                                   on 2002/07/19  16:37:39
84270         Log: Update Changes; mainly to get the DEVELNNNNN stamp back in business.
84271      Branch: perl
84272            ! Changes patchlevel.h
84273 ____________________________________________________________________________
84274 [ 17641] By: jhi                                   on 2002/07/19  16:31:08
84275         Log: Integrate perlio (no changes, but that's fine).
84276      Branch: perl
84277           !> embed.fnc perl.h
84278 ____________________________________________________________________________
84279 [ 17639] By: jhi                                   on 2002/07/19  00:47:18
84280         Log: It's all yours, Hugo.
84281      Branch: perl
84282            + Changes5.8
84283            ! Changes MANIFEST